Fix some more docstring etc. quoting problems
[gnus] / lisp / ChangeLog
1 2015-09-03  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * gmm-utils.el (gmm-image-load-path-for-library):
4         * gnus-art.el (gnus-boring-article-headers, gnus-split-methods):
5         * gnus-registry.el (gnus-registry-split-strategy):
6         * gnus-start.el (gnus-check-new-newsgroups):
7         * gnus-sum.el (gnus-select-group-hook):
8         * gnus-uu.el (gnus-uu-user-archive-rules):
9         * gnus.el (gnus-message-archive-group, gnus-visual):
10         * message.el (message-cite-style):
11         * nnir.el (nnir-swish++-additional-switches)
12         (nnir-swish-e-additional-switches, nnir-hyrex-additional-switches)
13         (nnir-namazu-additional-switches, nnir-notmuch-additional-switches):
14         * nnmail.el (nnmail-split-methods, nnmail-expiry-wait-function):
15         * nntp.el (nntp-server-action-alist):
16         * tls.el (tls-checktrust):
17         Fix some more docstring etc. quoting problems.
18         Mostly these fixes prevent the transliteration of apostrophes
19         that should stay apostrophes.  Also, prefer curved quotes in
20         Bahá’í proper names, as that’s the preferred Bahá’í style and
21         these names are chock-full of non-ASCII characters anyway.
22
23 2015-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24
25         Escape ` and ' in doc
26         * gnus-art.el (gnus-article-address-banner-alist)
27         (gnus-face-properties-alist):
28         * gnus-sum.el (gnus-newsgroup-variables):
29         * nndiary.el (nndiary-reminders):
30         * nnmail.el (nnmail-fancy-expiry-targets, nnmail-split-fancy):
31         Escape apostrophes and grave accents in docstrings if they
32         are supposed to stand for themselves and are not quotes.  Remove
33         apostrophes from docstring examples like ‘'(calendar-nth-named-day
34         -1 0 10 year)’ that confuse source code with data.  Do some other
35         minor docstring fixups as well, e.g., insert a missing close
36         quote.
37
38 2015-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-util.el (gnus-format-message):
41         * tls.el (tls-format-message): Use defalias at the top level so as to
42         make eval-and-compile unnecessary.  Thanks to Stefan Monnier.
43
44         * gnus-sum.el (gnus-summary-search-article):
45         Ensure that the article where the search word is found is displayed
46         and pointed to in the summary buffer.
47
48 2015-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * tls.el (tls-format-message):
51         Alias to format-message, or format if not available.
52         (open-tls-stream): Use it.
53
54 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
55
56         * gnus-agent.el (gnus-agent-possibly-synchronize-flags-server):
57         * gnus-art.el (gnus-article-browse-delete-temp-files):
58         * gnus-eform.el (gnus-edit-form):
59         * gnus-fun.el (gnus-display-x-face-in-from):
60         * gnus-group.el (gnus-group-edit-group, gnus-group-nnimap-edit-acl):
61         * gnus-topic.el (gnus-topic-edit-parameters):
62         * mail-source.el (mail-source-delete-old-incoming):
63         * message.el (message-strip-subject-encoded-words)
64         (message-check-recipients, message-send-form-letter):
65         * mm-decode.el (mm-display-part):
66         * mm-uu.el (mm-uu-pgp-signed-extract-1):
67         * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
68         * spam-report.el (spam-report-process-queue):
69         * tls.el (open-tls-stream):
70         Respect ‘text-quoting-style’ in diagnostics.
71         * gnus-art.el (article-display-face):
72         * gnus-fun.el (gnus-display-x-face-in-from):
73         Use straight quoting in email.
74         * rfc2231.el (rfc2231-decode-encoded-string):
75         Escape apostrophes in doc strings.
76
77 2015-08-26  Paul Eggert  <eggert@cs.ucla.edu>
78
79         Go back to grave quoting in Gnus
80
81         * auth-source.el (auth-source-netrc-parse-entries):
82         * gnus-agent.el (gnus-agent-check-overview-buffer)
83         (gnus-agent-fetch-headers):
84         * gnus-int.el (gnus-start-news-server):
85         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal)
86         (gnus-registry-post-process-groups):
87         * gnus-score.el (gnus-summary-increase-score):
88         * gnus-start.el (gnus-convert-old-newsrc):
89         * gnus-topic.el (gnus-topic-rename):
90         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
91         * spam.el (spam-check-blackholes):
92         Stick with grave quoting in diagnostics strings.  This is more
93         portable to older Emacs, desirable for Gnus.
94
95 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
96
97         Prefer directed to neutral quotes in docstings and diagnostics.
98         In docstrings, escape apostrophes that would otherwise be translated
99         to curved quotes using the newer, simpler rules.
100
101         * auth-source.el (auth-source-netrc-parse-entries):
102         * gnus-agent.el (gnus-agent-check-overview-buffer)
103         (gnus-agent-fetch-headers):
104         * gnus-int.el (gnus-start-news-server):
105         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
106         * gnus-score.el (gnus-summary-increase-score):
107         * gnus-start.el (gnus-convert-old-newsrc):
108         * gnus-topic.el (gnus-topic-rename):
109         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
110         * nnmairix.el (nnmairix-widget-create-query):
111         * spam.el (spam-check-blackholes):
112         Use directed rather than neutral quotes in diagnostics.
113
114         * gnus-util.el (gnus-format-message):
115         Alias to format-message, or format if not available.
116
117 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
118
119         * auth-source.el (auth-sources):
120         Prefer (substitute-command-keys "`\\[foo-command]'")
121         to "`M-x foo-command'" in docstring.
122
123         * time-date.el (format-seconds):
124         Use curved quotes in diagnostic format strings.
125
126         * nnmairix.el (nnmairix-propagate-marks-upon-close):
127         * pop3.el (pop3-authentication-scheme):
128         Don't quote symbols with apostrophes in doc strings.
129         Use asymmetric quotes instead.
130
131 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         Use overlay functions directly
134
135         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
136         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
137
138         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
139         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
140         (gnus-article-highlight-signature, gnus-article-extend-url-button)
141         (gnus-article-add-button, gnus-insert-prev-page-button)
142         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
143         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
144         * gnus-html.el (gnus-html-wash-tags):
145         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
146         (gnus-highlight-selected-tree):
147         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
148         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
149         * gnus-util.el (gnus-put-overlay-excluding-newlines):
150         * message.el (message-fix-before-sending)
151         (message-toggle-image-thumbnails):
152         * mm-decode.el (mm-convert-shr-links):
153         * sieve.el (sieve-highlight, sieve-insert-scripts):
154         Use overlay functions directly instead of using gnus-overlay-*,
155         message-overlay-*, and sieve-overlay-*.
156
157         * gnus-sum.el (gnus-remove-overlays):
158         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
159         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
160         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
161         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
162         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
163         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
164         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
165         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
166         (gnus-overlays-at, gnus-overlays-in):
167         * message.el (message-delete-overlay, message-make-overlay)
168         (message-overlay-get, message-overlay-put, message-overlays-in):
169         * messagexmas.el (message-delete-overlay, message-make-overlay)
170         (message-overlay-get, message-overlay-put, message-overlays-in):
171         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
172         Remove.
173
174 2015-08-19  Glenn Morris  <rgm@gnu.org>
175
176         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
177
178 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * message.el (message-overlay-put, message-make-overlay)
181         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
182         (message-delete-overlay, message-window-inside-pixel-edges):
183         Declare before using.
184
185 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * message.el (message-overlay-get, message-overlays-in)
188         (message-window-inside-pixel-edges):
189         * messagexmas.el (message-overlay-get, message-overlays-in):
190         XEmacs compatible functions.
191
192 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * message.el (message-toggle-image-thumbnails): New command.
195
196 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
197
198         * message.el (message-send-form-letter): Change (message (format ...))
199         to (message ...).  This lessens the probability of confusion when
200         the output of `format' contains `%'.
201
202 2015-08-04  David Kastrup  <dak@gnu.org>
203
204         * gnus-art.el (gnus-article-describe-key)
205         (gnus-article-describe-key-briefly):
206         Do not overwrite preexisting contents of unread-command-events.
207
208 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
209
210         * nnimap.el (nnimap-request-move-article)
211         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
212         extension if available.
213
214 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
215
216         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
217         capabilities instead of relying on LOGIN response.
218
219 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
220
221         * nnbabyl.el (nnbabyl-retrieve-headers):
222         * nndiary.el (nndiary-retrieve-headers):
223         * nneething.el (nneething-retrieve-headers):
224         * nnmbox.el (nnmbox-retrieve-headers):
225         * nnmh.el (nnmh-retrieve-headers):
226         * nnml.el (nnml-retrieve-headers):
227         * nnspool.el (nnspool-retrieve-headers):
228         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
229         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
230         progress-report percentages and the like.  This avoids problems
231         if (* 100 NUMERATOR) would overflow.
232
233         * gnus-registry.el (gnus-registry-import-eld):
234         * registry.el (registry-reindex):
235         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
236
237 2015-07-17  Julien Danjou  <jd@abydos>
238
239         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
240         command.
241
242 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
243
244         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
245         of function arguments.
246
247 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
248
249         * nnimap.el: Clean up "unused var" warnings.
250         (auth-source-creation-prompts): Declare.
251         (nnimap-retrieve-headers, nnimap-status-message)
252         (nnimap-request-create-group, nnimap-request-delete-group)
253         (nnimap-close-group, nnimap-request-move-article)
254         (nnimap-request-accept-article, nnimap-request-newgroups)
255         (nnimap-request-post, nnimap-dummy-active-number)
256         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
257         (nnimap-parse-flags): Remove unused var `p'.
258         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
259         (nnimap-flags-to-marks): Remove unused var `totalp'.
260
261 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
262
263         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
264         before RFC822.SIZE.
265
266 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
267
268         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
269         so that a 'plain value for the `nnimap-stream' server variable is
270         handled correctly.
271
272 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
273
274         Remove unused let variables
275         * nnimap.el (nnimap-request-group): Variables are not used.
276
277         Check if group names are already strings
278         * gnus-group.el (gnus-group-group-name):
279         The group name may already be a string.
280         Specifically, in the group list reached from the *Server* buffer,
281         the 'gnus-group text property returns a string.  Everywhere else
282         it returns a symbol.
283
284 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
285
286         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
287         (nnmaildir--update-nov): Remove unused var `numdir'.
288         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
289         (nnmaildir-request-group, nnmaildir-request-create-group)
290         (nnmaildir-request-post, nnmaildir-request-move-article)
291         (nnmaildir-request-accept-article, nnmaildir-active-number):
292         Mark unused args.
293         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
294         Declare.
295         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
296         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
297         `mark', `end', `new-mark', and `mark-sym'.
298         (nnmaildir-retrieve-headers):
299         Remove unused args `srv-dir', `dir', `nlist2'.
300         (nnmaildir-request-expire-articles):
301         Remove unused vars `article', `stop' and `nlist2'.
302         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
303         `end'.  Use nnmaildir--article when dyn-binding is needed.
304         Give the value directly in the `let' for `del-mark', `del-action',
305         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
306         (nnmaildir-close-server):
307         Declare those local vars that need to be dyn-bound.
308
309 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
310
311         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
312
313 2015-05-31  David Engster  <deng@randomsample.de>
314
315         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
316         instead of using `sleep-for', as the latter does not seem to reliably
317         wait (see for instance bug 15990).
318
319 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-button-alist): Re-revert last change.
322         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
323
324 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
325
326         * gnus-art.el (gnus-button-alist): Revert last change.
327         It wasn't that important, and it caused a Gnus build to fail.  See:
328         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
329
330         * gnus-art.el (gnus-button-alist):
331         Also treat "‘" and "’" as quoting chars.
332
333 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
334
335         * gnus-art.el (gnus-treat-strip-list-identifiers)
336         (gnus-article-mode-syntax-table):
337         * gnus-group.el (gnus-group-nnimap-edit-acl):
338         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
339         e.g., missing quote, ``x'' where `x' was meant, etc.
340
341 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
344         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
345         into just c.
346
347 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
350         Normalize characters into numbers in spec keys.
351
352 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * dgnushack.el (declare-function): Redefine it to use autoload.
355         * lpath.el (gnus-html-prefetch-images): Declare.
356
357 2015-05-04  Glenn Morris  <rgm@gnu.org>
358
359         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
360
361         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
362
363         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
364         (gnus-topic-create-topic, gnus-topic-enter-dribble):
365         Declare rather than autoload.
366
367         * mm-archive.el (gnus-recursive-directory-files)
368         (mailcap-extension-to-mime): Autoload at run-time.
369
370         * mm-util.el (latin-unity-massage-name)
371         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
372         (latin-unity-representations-present-region):
373         Declare rather than autoload.
374
375         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
376         Autoload at run-time.
377         (epg-context-set-signers, epg-context-result-for)
378         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
379         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
380         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
381         (epg-configuration, epg-expand-group, epa-select-keys):
382         Declare rather than autoload.
383
384         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
385         Autoload at run-time.
386         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
387         (gnus-registry-get-id-key, gnus-registry-action):
388         Declare rather than autoload.
389
390         * nnmail.el (mail-send-and-exit): Autoload at run-time.
391
392         * spam.el (spam-stat-buffer-change-to-non-spam)
393         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
394         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
395         (spam-stat-split-fancy): Remove pointless autoloads.
396
397         * mm-view.el (epg-decrypt-string): Autoload.
398         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
399         (epg-sub-key-validity): Fix declarations.
400
401 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
402
403         * gnus.el: Ma Gnus v0.13 is released.
404
405 2015-05-01  Glenn Morris  <rgm@gnu.org>
406
407         * gnus-util.el (iswitchb-read-buffer):
408         * mm-decode.el (libxml-parse-html-region):
409         * mml.el (libxml-parse-html-region):
410         * nnrss.el (libxml-parse-html-region): Update declaration.
411
412 2015-04-27  Glenn Morris  <rgm@gnu.org>
413
414         * message.el (gnus-extract-address-components):
415         Remove bogus declaration that was masking previous problem.
416
417 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
420         altering the buffer.
421         (hashcash-insert-payment-async-2): Revert previous change because it
422         still means that the mark is moving around.
423
424 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-uu.el (gnus-uu-save-article):
427         Make the save-restriction/widen calls make more sense.
428
429 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-art.el (gnus-use-idna):
432         * gnus-sum.el (gnus-summary-idna-message):
433         * message.el (message-use-idna):
434         Catch the invalid-operation error that idna.el will issue.
435
436 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
437
438         * gnus-group.el (gnus-group--setup-tool-bar-update):
439         cursor-sensor-functions should be a list of functions.
440
441 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
442
443         * gnus-group.el (gnus-tmp-*): Declare.
444         (gnus-update-group-mark-positions): Remove unused `topic' var.
445         (gnus-group-insert-group-line): Remove unused var `header'.
446         (gnus-group--setup-tool-bar-update): New function.
447         (gnus-group-insert-group-line): Use it.
448         (gnus-group-update-eval-form): Declare local
449         dynamically-bound variables.
450         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
451
452         * gnus-topic.el (gnus-topic-jump-to-topic)
453         (gnus-group-prepare-topics, gnus-topic-update-topic)
454         (gnus-topic-change-level, gnus-topic-catchup-articles)
455         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
456         Use inhibit-read-only.
457         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
458         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
459
460 2015-04-12  João Távora  <joaotavora@gmail.com>
461
462         * message.el (message-mode):
463         Use `set' and `make-local-variable' instead of `setq-local'.
464
465 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
466
467         * gnus-sum.el (gnus-summary-refer-thread):
468         Make sure gnus-newsgroup-unreads remains sorted.
469
470 2015-04-12  João Távora  <joaotavora@gmail.com>
471
472         Improve sexp-based movement in message-mode
473         * message.el (message--syntax-propertize): New function.
474         (message-mode): Set syntax-related vars.d
475         (message-smileys): New variable.
476
477 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
478
479         * gnus-art.el (gnus-hidden-properties): Simplify.
480         (gnus-article-hide-text, gnus-article-unhide-text)
481         (gnus-article-unhide-text-type): Remove special handling of
482         `intangible' since that property is not used any more.
483         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
484
485 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
488         and a runtime function for it, of which the XEmacs version takes only
489         two arguments.
490
491 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
492
493         Use American spelling for 'normalize'
494         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
495         All uses changed.  Add an alias for obsolete usages.
496
497 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-art.el (gnus-article-browse-html-save-cid-content):
500         Always return relative file name.
501         (gnus-article-browse-html-parts):
502         Make external links absolute and cid file names relative.
503
504 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
505
506         * registry.el (registry-prune): Re-use `registry-full' in
507         `registry-prune'.  It's a bit of redundant work, but safer.
508         Also ensure that target-size is an integer.
509
510 2015-03-31  Daiki Ueno  <ueno@gnu.org>
511
512         * plstore.el (plstore--decrypt): Clear entry in
513         `plstore-passphrase-alist' if decryption failed (bug#20030).
514
515 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
516
517         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
518         to "Display" menu.
519
520 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
521
522         * nnimap.el (nnimap-split-incoming-mail): If a message is already
523         in the group it should be split to, don't re-copy it into the group.
524
525 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
526
527         * nnmh.el (nnmh-request-expire-articles):
528         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
529
530 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
531
532         * registry.el (registry-lookup-secondary, registry-full)
533         (registry-prune, registry-collect-prune-candidates):
534         * gnus-registry.el (gnus-registry-load): Use slot names rather than
535         initarg names in `oref' and `oset'.
536
537 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
538
539         * registry.el (registry-prune): Allow registry to reach full size
540         before pruning.
541
542 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
543
544         * registry.el (registry-collect-prune-candidates): Fix call to
545         cl-subseq.
546
547 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * registry.el (registry-db): Temporary fix old Emacsen compilation.
550
551 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
552
553         * gnus-registry.el (gnus-registry-handle-action)
554         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
555         (gnus-registry-keywords): Make it do something.
556         (gnus-registry-import-eld): Remove unused var `new-entry'.
557         (gnus-registry-action): Remove unused var `to-name'.
558         (gnus-registry-make-db): Prefer `make-instance' to avoid
559         compiler warnings.
560         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
561
562         * registry.el (registry-db): Don't oset-default an instance-allocated
563         slot.
564
565 2015-03-10  Glenn Morris  <rgm@gnu.org>
566
567         * message.el (message-valid-fqdn-regexp): Bump :version for
568         2014-11-17 change.
569
570 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
571
572         * gnus-notifications.el (gnus-notifications-action): Raise window
573         frame.
574         (gnus-notifications-action): Allow mark as read.
575         (gnus-notifications-notify): Show uption to mark as read.
576
577 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
578
579         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
580         (registry-search, registry-delete, registry-size, registry-insert)
581         (registry-reindex, registry-collect-prune-candidates):
582         * gnus-registry.el (gnus-registry-fixup-registry)
583         (gnus-registry-remove-extra-data): Use slot names rather than initarg
584         names in `oref' and `oset'.
585
586 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
587         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
588         in the group it should be split to, don't re-copy it into the group.
589
590 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
591
592         * message.el (message-insert-formatted-citation-line): Change %F to
593         fall back to email address if no first name could be determined.
594
595 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
598         Fix point motion when removing displayed MIME part.
599         (gnus-article-edit-part): Make jumping to the next part really work
600         when deleting or stripping.
601         (gnus-mime-buttonize-attachments-in-header): Make header attachment
602         buttons identical to the ones in the article body so as to work deleting
603         and stripping.
604
605 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * mm-decode.el (mm-shr)
608         * mm-view.el (mm-inline-text-html-render-with-w3m):
609         Revert my bogus change that made the start marker of a part
610         the "moves after insertion" type.
611
612 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
613
614         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
615         Tools: https://github.com/politza/pdf-tools) for viewing PDF
616         attachments in emacs.
617
618 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
619
620         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
621         instead of sasl-scram-sha-1, as the former is the name that can be
622         required.
623
624         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
625         (sasl-scram-sha-1-client-final-message)
626         (sasl-scram-sha-1-authenticate-server): Move to end of file.
627
628 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
631
632 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
635         (sasl-string-prefix-p): New compatibility functions.
636
637 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-compat.el (process-live-p): Added new compat function for Emacs
640         23.
641
642 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
643
644         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
645         from the server LIST response.
646
647 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
648
649         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
650         during header retrieval, error out instead of interpreting the data in
651         the buffer as the only messages there.  This way, we don't mark
652         articles as read on a server hangup (bug#19035).
653
654         * mm-decode.el (mm-head-p): New function.
655         (mm-display-part): Go to a blank line when inserting parts internally.
656
657 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
658
659         * sasl-scram-rfc.el: New file.
660
661         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
662         Add SCRAM-SHA-1 first.
663         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
664         entry (bug#17636).
665
666 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
669         that we don't get a warning when setting the buffer-local variable
670         (bug#19573).
671
672         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
673         `gnus-request-group'.
674
675 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-art.el (gnus-article-browse-html-save-cid-content)
678         (gnus-article-browse-html-parts): Make cid file names relative if and
679         only if html doesn't specify <base> directory.
680
681 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
684         parts, because that breaks filling (since buttons are in a bold face).
685
686 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
689         use gnus-overlays-at and gnus-overlay-put.
690
691 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
692
693         * mm-decode.el (mm-shr): Only pass the fill column when not using
694         fonts, because limiting the width to what's appropriate for followups
695         doesn't really help when not using proportional fonts.
696
697 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
698
699         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
700         shr, beacause that breaks folding.
701         (mm-shr): Don't shorten the width when using fonts.
702
703 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
704
705         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
706         variable; always check the newrc timestamp.
707         (gnus-save-newsrc-file): Always check timestamp.
708
709 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
710
711         * mail-source.el (mail-source-call-script): If scripts exit with an
712         error, pop up an error buffer.
713
714 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
717         as a default.
718
719         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
720         correct server.
721
722 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
723
724         * nnimap.el (nnimap-request-group-scan): Fix the function name.
725
726         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
727
728 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
731         that nnimap works for non-activated backends.
732
733 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
734
735         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
736         message, since we already get an obsolescence message.  Use `declare'.
737
738 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
739
740         * nnir.el: Revert "Enable non-ASCII IMAP searches".
741
742 2015-01-30  Glenn Morris  <rgm@gnu.org>
743
744         * gnus-registry.el (gnus-registry-max-pruned-entries)
745         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
746         Fix :version.
747         (gnus-registry-default-sort-function): Improve :type.
748
749 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-request-group): Allow running this function on
752         groups that don't exist in Gnus yet.
753         (nnimap-request-group): Revert previous patch since that made it
754         impossible to enter nnimap groups.
755
756         * message.el (message-smtpmail-send-it): Remove the mail header
757         separator before sending.
758
759 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
760
761         * nnimap.el (nnimap-find-expired-articles): Fix handling of
762         (expiry-wait . never).
763
764 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-request-group): Clear the buffer before returning
767         the data.
768
769 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-compat.el (string-bytes): Work for XEmacs.
772
773 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
776
777         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
778         IMAP.
779
780 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
781
782         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
783
784         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
785
786         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
787         be added to the backlog.
788
789 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
790
791         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
792         target with a recursive make call.
793
794 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
795
796         * nnimap.el (nnimap-header-parameters): Refactor and request
797         X-GM-LABELS if it's been announced.
798         (nnimap-transform-headers): Gather and output GM-LABELS.
799
800 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
801
802         * mm-decode.el (mm-display-part): Make non-string methods work.
803         Non-string methods are funcalled and work just fine, the test was
804         bogus.
805         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
806         whole frame.
807
808 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * nnimap.el (nnimap-request-accept-article): Allow respooling using
811         nnimap.
812
813         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
814         request rescans when being run interactively.
815
816         * nnimap.el (nnimap-request-group): Don't rescan the group here,
817         because that can be very slow in large groups.
818
819         * gnus-int.el (gnus-request-group-scan): New backend function.
820
821         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
822
823 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-group.el (gnus-group-suspend): Close all backends.
826
827 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
828
829         * dgnushack.el (dgnushack-compile-file): New function.
830         (dgnushack-compile): Use it (bug#19514).
831
832 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
835
836 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
837
838         * registry.el: Don't use <class> as a variable.
839
840 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
841
842         system-name's returned value can vary
843         Also, the system-name variable is now obsolete.
844         Fixes Bug#19438.
845         * message.el (message-make-fqdn):
846         * nnvirtual.el (nnvirtual-retrieve-headers)
847         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
848         and avoid naming locals 'system-name'.
849
850 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
851
852         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
853         lines don't get overlong when responding.
854
855 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * registry.el (cl-remf, cl-loop, cl-subseq):
858         Alias to remf, loop, and subseq respectively for old Emacsen.
859
860 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
861
862         * gnus-group.el (gnus-read-ephemeral-bug-group):
863         Bind coding-system-for-read and coding-system-for-write only around
864         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
865
866 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
867
868         * registry.el (registry-db): Set default slot later.
869         This is because its value is not a literal integer.
870
871 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
872
873         * registry.el (registry-db): Fix default registry-db max-size.
874
875 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
876
877         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
878         add warning.
879
880         * gnus-art.el: Fix up compiler warnings.
881         (article-display-face, article-display-x-face): Remove unused `face'.
882         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
883         (article-date-ut): Remove unused var `first'.
884         (gnus-article-prepare): Remove unused var `gnus-article'.
885         (gnus-mime-save-part-and-strip): Remove unused var `param'.
886         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
887         `coding-system' along with corresponding dead code.
888         (gnus-mime-view-part-externally): Remove unused var
889         `mm-user-display-methods'.
890         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
891         (gnus-display-mime): Remove unused var `handle'.
892         (gnus-mime-display-alternative): Remove unused var `props'.
893         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
894         (gnus-article-edit-done): Remove unused var `p'.
895         (gnus-url-mailto): Remove unused var `to'.
896         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
897         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
898
899 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
900
901         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
902         slots into a :max-size slot.
903         (registry-db-version): Add new variable for database version number.
904         (registry-prune): Use :max-size slot. Accept and use a sort-function
905         argument.
906         (registry-collect-prune-candidates): Add new function for finding
907         non-precious pruning candidates.
908         (registry-prune-hard-candidates, registry-prune-soft-candidates):
909         Remove obsolete functions.
910         (initialize-instance): Upgrade registry version when starting.
911
912         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
913         (gnus-registry-max-pruned-entries): Remove obsolete variable.
914         (gnus-registry-cache-file): Change default
915         filename extension to "eieio".
916         (gnus-registry-read): Add new function, split out from
917         `gnus-registry-load', that does the actual object reading.
918         (gnus-registry-load): Use it. Add condition case handler to check for
919         old filename extension and rename to the new one.
920         (gnus-registry-default-sort-function): New variable to specify a sort
921         function to use when pruning.
922         (gnus-registry-save, gnus-registry-insert): Use it.
923         (gnus-registry-sort-by-creation-time): Define a default sort function.
924
925         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
926         Adjust test for new object signature.
927         (gnustest-registry-pruning-test): Add new pruning test.
928         (gnustest-registry-sort-function): Default sort function for testing.
929         (gnustest-registry-pruning-sort-test): New test for sorting.
930
931 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
934         function for reuse.
935         (gnus-mime-buttonize-attachments-in-header): Adjust.
936
937 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * message.el (message-change-subject): Really check whether the subject
940         changed.
941
942 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
945         PDFs.
946         (mailcap-view-mime): New function.
947
948 2014-12-01  Glenn Morris  <rgm@gnu.org>
949
950         * gnus-cloud.el (gnus-cloud): Add :version tag.
951
952 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gnus-art.el (gnus-use-idna):
955         * gnus-sum.el (gnus-summary-idna-message):
956         * message.el (message-use-idna):
957         Protect against nil value for idna-program.
958
959         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
960
961 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
962
963         * auth-source.el (auth-source-macos-keychain-search-items): Return
964         result of `auth-source-macos-keychain-result-append' (bug#19074).
965
966 2014-11-25  Glenn Morris  <rgm@gnu.org>
967
968         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
969         Add :version tag.
970
971 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * pop3.el (pop3-open-server): Warn unless encrypted.
974
975         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
976
977 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
978
979         Port new time stamp handling to Emacs 23.2.
980         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
981         * time-date.el (time-add, time-subtract, time-less-p):
982         Use eval-and-compile, not eval-when-compile.
983
984 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
985
986         * message.el (message-valid-fqdn-regexp): Add non-internaional new
987         TLDs.
988
989 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
990
991         Port new time stamp handling to old Emacs and to XEmacs.
992         This is needed for Gnus, which copies time-date.el and which
993         runs on older Emacs implementations.
994         * time-date.el (with-decoded-time-value):
995         Handle 'nil' and floating-point arg more compatibly with new Emacs.
996         (encode-time-value, with-decoded-time-value):
997         Obsolete only if new Emacs.
998         (time-add, time-subtract, time-less-p): Define if not new Emacs.
999
1000         Improve time stamp handling, and be more consistent about it.
1001         This implements a suggestion made in:
1002         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
1003         Among other things, this means timer.el no longer needs to
1004         autoload the time-date module.
1005         * time-date.el (seconds-to-time, days-to-time, time-since)
1006         (with-decoded-time-value):
1007         Treat 'nil' as current time.  This is mostly for XEmacs.
1008         (encode-time-value, with-decoded-time-value): Obsolete.
1009         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
1010         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
1011
1012 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
1015         discarding changes in ephemeral groups.
1016
1017         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
1018         things the user isn't interested in.
1019
1020 2014-11-13  Julien Danjou  <jd@abydos>
1021
1022         * gnus-notifications.el (gnus-notifications-notify): Provide both
1023         app-icon and image-path.
1024
1025 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1026
1027         * mm-url.el (mm-url-encode-multipart-form-data):
1028         Restore to handle "multipart/form-data" by eww.
1029
1030 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
1031
1032         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
1033         Landscheidt.
1034
1035 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1036
1037         Simplify use of current-time and friends.
1038         * gnus-delay.el (gnus-delay-article):
1039         * gnus-sum.el (gnus-summary-read-document):
1040         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
1041         * message.el (message-make-expires-date):
1042         Omit unnecessary call to current-time.
1043         * gnus-util.el (gnus-float-time): Simplify to an alias because
1044         time-to-seconds now behaves like float-time with respect to nil arg.
1045         (gnus-seconds-year): Don't call current-time twice to get the current
1046         time stamp, as this can lead to inconsistent results.
1047         * time-date.el (time-to-seconds) [!float-time]:
1048         Use current time if arg is nil, to be compatible with float-time.
1049         (time-date--day-in-year): New function, with most of the guts of
1050         the old time-to-day-in-year.
1051         (time-to-day-in-year): Use it.
1052         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1053
1054 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * gnus.el (gnus-mode-line-buffer-identification):
1057         Don't add image data for a non-graphic display (bug#18813).
1058
1059 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
1062         load-path, it blocks autoloading of find-image (bug#18813).
1063
1064 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
1065
1066         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
1067         to keep connection open (bug#18728).
1068
1069 2014-10-20  Glenn Morris  <rgm@gnu.org>
1070
1071         * Merge in all changes up to 24.4 release.
1072
1073 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
1074
1075         * message.el (message-insert-signature): Use `newline' instead of
1076         inserting explicit "\n".
1077
1078 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
1079
1080         * gnus-icalendar.el: Support vcal format timezones.
1081         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
1082         compute dates with associated timezone.
1083         (gnus-icalendar-event-from-ical): Compute all timezones.
1084
1085 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
1088         check the newsrc.eld file's timestamp before saving it.
1089         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
1090         timestamp has changed to be newer.
1091
1092 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
1093
1094         * gnus-icalendar.el (gnus-icalendar-identities):
1095         Include message-alternative-emails.
1096
1097 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1100         New compatibility functions.
1101         (ntlm-build-auth-response): Use them.
1102
1103 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1104
1105         * ntlm.el (ntlm-build-auth-request):
1106         Add NTLM2 Session support.  (Bug#15603)
1107
1108 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1109
1110         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1111         expired messages only when it was built in reverse order.
1112
1113 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1114
1115         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1116         last so it can be used in `message-send-hook'.
1117
1118 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1119
1120         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1121         <#secure> tag (bug#18513).
1122
1123 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * parse-time.el: Require cl when compiling.
1126
1127 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         Use cl-lib as much as possible following the 2014-09-26 change
1130         in the Emacs trunk.
1131         * parse-time.el: Try requiring cl-lib.
1132         (parse-time-incf): Alias to cl-incf or incf.
1133         (digit-char-p): Remove.
1134         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1135         (parse-integer): Rename to parse-time-integer.
1136         (parse-time-tokenize, parse-time-rules, parse-time-string)
1137         Use parse-time-incf and parse-time-integer.
1138
1139 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1140
1141         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1142         of ":delete".
1143
1144 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1147         (gnus-article-browse-html-parts):
1148         Revert last change that breaks links other than cid contents.
1149
1150 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1153         (gnus-article-browse-html-parts): Make cid file names relative.
1154
1155 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1158         temporarily displayed when running a mode function (at least org-mode
1159         requires it).
1160
1161 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1162
1163         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1164         the gnus-summary-article-expire-hook should be told where the function
1165         is going. In particular, the Gnus registry might want to know.
1166
1167 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1168
1169         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1170
1171 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1174
1175 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1176
1177         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1178         the gnus-summary-article-expire-hook should be told where the function
1179         is going. In particular, the Gnus registry might want to know.
1180
1181 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         Don't mishandle year-9999 dates (Bug#18176).
1184         * parse-time.el (parse-time-rules):
1185         Allow years up to most-positive-fixnum.
1186         * time-date.el (date-to-time):
1187         Pass "Specified time is not representable" errors through.
1188
1189 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1190
1191         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1192         groups and t.
1193
1194 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-utils.el (gnus-recursive-directory-files):
1197         Unify hard or symbolic links (bug#18063).
1198
1199 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1200
1201         * gnus-msg.el (gnus-configure-posting-style):
1202         Allow string replacements in values when matching against a header.
1203
1204 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1207         the dribble buffer even when it is shrunk a lot.
1208         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1209
1210 2014-06-26  Glenn Morris  <rgm@gnu.org>
1211
1212         * mm-util.el (help-function-arglist): Remove outdated declaration.
1213
1214 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1215
1216         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1217         attribute values.  (Bug#17834)
1218
1219 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1220
1221         * gnus-sum.el (gnus-summary-edit-article-done):
1222         Prefer point-marker to copy-marker of point.
1223
1224 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * Makefile.in (install-el, install-el-elc): Compress .el files.
1227         (uninstall): Remove compressed .el files.
1228
1229 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1232         (gnus-article-read-summary-keys):
1233         Don't bug out when there is no article in the summary buffer.
1234         (gnus-mime-buttonize-attachments-in-header):
1235         Improve criterion that finds parts to display.
1236
1237         * gnus-art.el (gnus-mm-display-part):
1238         * mm-decode.el (mm-shr):
1239         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1240         (mm-insert-inline): Revert last changes.
1241
1242 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-art.el (gnus-mm-display-part):
1245         * mm-decode.el (mm-shr):
1246         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1247         (mm-insert-inline): Set insertion type of end-marker, not only
1248         start-marker, of undisplayer so as to stay after inserted text.
1249
1250 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1251
1252         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1253         attribute. (Bug#17613)
1254
1255 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1256
1257         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1258         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1259
1260 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1263         Don't delete next part button; keep spacing between buttons.
1264
1265 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1268         Work for the last MIME part in an article.
1269         (gnus-mime-display-single): Suppress excessive newlines between parts.
1270
1271         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1272         by leading or trailing newline.
1273
1274 2014-05-12  Sam Steingold  <sds@gnu.org>
1275
1276         * time-date.el (seconds-to-string): New function to pretty print time
1277         delay in seconds.
1278
1279 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1282         while prompting a user for a file name, etc.
1283         (gnus-mime-display-single): Display part with a common appearance no
1284         matter whether MIME button is omitted or not; don't add duplicate entry
1285         to gnus-article-mime-handle-alist.
1286         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1287
1288 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1289
1290         * mml2015.el (mml2015-display-key-image): New variable.
1291
1292 2014-05-08  Glenn Morris  <rgm@gnu.org>
1293
1294         * gnus-fun.el (gnus-grab-cam-face):
1295         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1296         This is CVE-2014-3421.
1297
1298 2014-05-04  Glenn Morris  <rgm@gnu.org>
1299
1300         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1301
1302 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1305         the displaying state of a part.
1306         (gnus-mm-display-part): Don't insert a newline in the beginning of
1307         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1308
1309         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1310         (mm-shr): Make undisplayer unbreakable.
1311
1312         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1313         Don't insert excessive newline.
1314         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1315         (mm-insert-inline): Make undisplayer unbreakable.
1316
1317 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1318
1319         * gnus.el: Ma Gnus v0.11 is released.
1320
1321 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-art.el (gnus-mm-display-part):
1324         Highlight header attachment buttons.
1325
1326 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1329         a part; redisplay a button (enbugged in 2014-02-05).
1330
1331 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * auth-source.el (auth-source-search, auth-source-search-backends):
1334         Treat :max 0 as an indicator that a boolean return is wanted, as
1335         documented. Reported by Joe Bloggs.
1336
1337 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-icalendar.el: Require gnus-art.
1340
1341 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1342
1343         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1344         (gnus-icalendar--update-org-event): put event timestamp in
1345         the org entry body instead of the drawer.
1346         (gnus-icalendar-event--get-attendee-names): list of participants should
1347         contain even attendees without common name attribute.
1348         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1349         property tags in org drawers.
1350
1351 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gmm-utils.el (gmm-format-time-string): New function.
1354
1355         * message.el (message-insert-formatted-citation-line): Use the original
1356         author's time zone to express a date string.
1357
1358 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1359
1360         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1361         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1362         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1363         Silence compiler warnings.
1364         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1365
1366 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * mml.el: Require url when compiling.
1369
1370         * gnus-cloud.el (gnus-cloud-parse-version-1):
1371         Use plist-get rather than CL's getf.
1372         (gnus-activate-group, gnus-subscribe-group): Declare.
1373
1374         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1375
1376 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1379         buttons when toggling the header off.
1380
1381 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1382
1383         * tls.el (tls-program): Reflow docstring.
1384
1385 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1388         groups work again.
1389
1390 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1391
1392         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1393         999 correctly (i.e. "1,342").
1394
1395 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1396
1397         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1398         out if the directory doesn't exist.
1399
1400 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1401
1402         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1403         commands here; instead, only check if epg-config.el is available.
1404
1405 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1406
1407         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1408         messages with embedded images.
1409         (mml-generate-mime): Don't bug out if you don't have libxml.
1410
1411 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1412
1413         * message.el (message-make-html-message-with-image-files): New command.
1414
1415 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1416
1417         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1418
1419         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1420
1421 2014-02-23  David Engster  <deng@randomsample.de>
1422
1423         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1424         to stay compatible with older Emacsen, so replace `cl-loop' with
1425         `loop'.
1426
1427 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1428
1429         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1430         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1431         instead, build list of patterns.
1432
1433 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1436         Display header attachment buttons by gnus-article-prepare-display
1437         rather than gnus-article-prepare so as to view in mml-preview as well.
1438
1439 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1442         in `auth-sources' means and link to EPA docs.
1443
1444 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1445
1446         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1447         (bug#12375).
1448
1449 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1452         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1453
1454 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1455
1456         * message.el (message-tab): Mention what happens on normal tabs
1457         (bug#11297).
1458
1459 2014-02-08  Glenn Morris  <rgm@gnu.org>
1460
1461         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1462
1463 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1466         buttons that are hidden in unselected alternative part as well.
1467         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1468
1469         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1470
1471 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1472
1473         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1474         keystroke.
1475         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1476         types.
1477
1478         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1479         with an empty string.
1480
1481 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1484         buffer-local in some buffers, so bind it explicitly in the buffer we're
1485         trying to cancel the article in (bug#10808).
1486
1487 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1490         New functions.
1491
1492         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1493         New user option.
1494         (gnus-mime-buttonize-attachments-in-header): New function.
1495         (gnus-article-prepare): Use it.
1496         (gnus-mime-inline-part): Suppress extra newline.
1497         (gnus-mm-display-part): Save excursion;
1498         remove useless deleting and adding of buttons.
1499         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1500
1501         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1502         Add gnus-mime-buttonize-attachments-in-header.
1503
1504 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1505
1506         * nnimap.el (nnimap-request-articles): New command to download several
1507         articles at once.
1508
1509         * gnus.el (gnus-variable-list): Save Cloud variables.
1510
1511         * gnus-int.el (gnus-request-accept-article): Doc fix.
1512
1513 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1514
1515         * parse-time.el (parse-time-iso8601-regexp)
1516         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1517         it more generally.
1518
1519 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-cloud.el: New file to provide the Emacs Cloud.
1522
1523         * dgnushack.el: Silence XEmacs w3 warning.
1524
1525         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1526         `url-retrieve-synchronously', apparently.
1527
1528         * dgnushack.el: Silence XEmacs dns.el warning.
1529
1530         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1531         instead of in all files.
1532
1533         * dns.el (network-interface-list): Define for XEmacs.
1534
1535         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1536         XEmacs.
1537
1538         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1539
1540 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1541
1542         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1543         `gnus-group-split-fancy'.
1544
1545 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1546
1547         * message.el (message-remove-header): Doc fix.
1548         (message-forward-included-headers): New variable.
1549         (message-remove-ignored-headers): Use it.
1550
1551 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnir.el (nnir-request-update-mark): Don't try to update the source
1554         group if we can't find it (bug#16611).
1555
1556 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1557
1558         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1559
1560 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1561
1562         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1563         network interfaces changed.
1564         (dns-query): Use it to flush the data.
1565
1566 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1567
1568         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1569         from random face commands.
1570         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1571         Face.
1572         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1573         (gnus--random-face-with-type): Generic function returning a face-type
1574         as a string.
1575         (gnus--insert-random-face-with-type): Generic function inserting a face
1576         in a message buffer header.
1577         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1578         (gnus-insert-random-x-face-header): Rewritten to use
1579         `gnus--insert-random-face-with-type`.
1580         (gnus-random-face): Return random (png) Face as string.
1581         (nus-insert-random-face-header): Insert random (png) Face in a message
1582         buffer.
1583
1584 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1585
1586         * mm-url.el: Remove all usage of w3.
1587
1588         * nnrss.el: Ditto.
1589
1590         * mm-decode.el: Ditto.
1591
1592         * mm-view.el: Ditto.
1593
1594         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1595         outdated and all Emacsen have url.el built-in.
1596
1597         * gnus-setup.el: Remove outdated file.
1598
1599 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1600
1601         * gnus.el: Ma Gnus v0.9 is released.
1602
1603 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1604
1605         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1606
1607 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1608
1609         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1610         in the summary buffer (bug#13769).
1611
1612 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1615         name if we're using a single article buffer.  Otherwise, it may point
1616         to a killed buffer (bug#13756).
1617
1618 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1619
1620         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1621         the match data, just save and restore it explicitly (bug#12375).
1622
1623         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1624         that's needed.
1625
1626         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1627         the code once (bug#9069).
1628
1629 2014-01-18  Steinar Bang  <sb@dod.no>
1630
1631         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1632         reading.
1633
1634 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1635
1636         * message.el (message-bury): Call bury-buffer with no argument
1637         in the message-return-action case too.
1638
1639 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1642         (nnimap-split-fancy, nnimap-split-methods): Declare.
1643
1644         * mm-util.el (help-function-arglist): Declare.
1645
1646 2013-12-28  Glenn Morris  <rgm@gnu.org>
1647
1648         * gnus-sieve.el (gnus-sieve-select-method):
1649         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1650         (gravatar-rating, gravatar-size):
1651         * message.el (message-minibuffer-local-map):
1652         * sieve-manage.el (sieve-manage-authenticators)
1653         (sieve-manage-authenticator-alist): Specify custom types.
1654
1655         * hashcash.el (hashcash-program): Rename from hashcash-path.
1656         Update callers.
1657
1658         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1659         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1660         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1661
1662         * auth-source.el (auth-sources):
1663         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1664         Fix custom types.
1665
1666         * tls.el (tls-certtool-program): Fix default value.
1667
1668 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1669
1670         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1671         we get proper traces there, too.
1672
1673 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1674
1675         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1676         value of the parameters if the current article has a Reply-To or From
1677         field.
1678
1679 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1682
1683 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-sum.el (gnus-summary-exit): Stop animations.
1686
1687 2013-12-19  Juri Linkov  <juri@jurta.org>
1688
1689         * gnus.el (gnus-suppress-keymap):
1690         * gnus-art.el (gnus-article-mode-map):
1691         * gnus-group.el (gnus-group-mode-map):
1692         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1693         Remove [backspace] key binding because it shadows DEL (bug#16035).
1694
1695         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1696
1697 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1700         Make sure work directory exists.
1701         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1702         rather than tmp directory.
1703         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1704         not necessarily always run, with it.
1705
1706 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1707
1708         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1709         value of gnus-icalendar-additional-identities work without restart.
1710
1711 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * mm-util.el (mm-make-temp-file):
1714         Alias to make-temp-file for modern Emacsen.
1715
1716 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1719         nnir-article-number and nnir-article-group.
1720
1721 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1722
1723         * message.el (message-send-mail-with-sendmail):
1724         Don't kill error buffer if sending fails.
1725
1726 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1727
1728         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1729         (gnus-icalendar-event->org-entry)
1730         (gnus-icalendar--update-org-event)
1731         (gnus-icalendar-event->gnus-calendar): Distinguish between
1732         required/optional/non-participant attendee status.  Fix bug causing
1733         the first required event participant to be omitted.
1734
1735 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-art.el (article-de-quoted-unreadable)
1738         (article-de-base64-unreadable, gnus-mime-copy-part)
1739         * gnus-html.el (gnus-article-html)
1740         * mm-view.el (mm-inline-text-html-render-with-w3)
1741         (mm-inline-text-html-render-with-w3m-standalone)
1742         * rfc2231.el (rfc2231-decode-encoded-string):
1743         Allow overriding charset by mm-charset-override-alist.
1744
1745         * gnus-art.el (gnus-article-browse-html-parts):
1746         Replace LWSPs with `&nbsp;'s in header.
1747
1748         Work for broken Chinese articles.
1749
1750         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1751         Exclude broken handles that gnus-summary-enter-digest-group may create.
1752         (gnus-article-browse-html-parts):
1753         Allow overriding charset by mm-charset-override-alist.
1754
1755 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1756
1757         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1758         (gnus-icalendar-identities): Support additional-identities.
1759
1760 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1761
1762         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1763         org-timestamp for events ending at midnight.
1764
1765 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1766
1767         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1768         .log files.
1769
1770 2013-11-20  David Engster  <deng@randomsample.de>
1771
1772         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1773
1774 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1775
1776         * message.el (message-beginning-of-line):
1777         Use beginning-of-visual-line when visual-line-mode is turned on.
1778
1779 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1780
1781         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1782         (gnus-icalendar-event-from-ical)
1783         (gnus-icalendar-event->org-entry)
1784         (gnus-icalendar--update-org-event): Required/optional participation,
1785         list of attendees synced to org.
1786
1787 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1788
1789         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1790         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1791         cancellations to be synced to org if the original appt has an org
1792         outline.
1793
1794 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1795
1796         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1797         (gnus-icalendar-event->org-entry)
1798         (gnus-icalendar--update-org-event)
1799         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1800
1801 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1802
1803         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1804         Fix timezone handling in gnus-icalendar export to org.
1805
1806 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1809
1810 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1813
1814 2013-10-30  Glenn Morris  <rgm@gnu.org>
1815
1816         * gnus-group.el (gnus-group-browse-foreign-server):
1817         * gnus-int.el (gnus-start-news-server):
1818         Silence compiler obsolescence warning.
1819
1820 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1821
1822         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1823         `nnoo-current-server' first, then for the actual `nnimap-address' to
1824         allow netrc entries for the nnoo server to coexist with netrc entries
1825         for the `nnimap-address'.
1826
1827 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * mm-decode.el (mm-dissect-buffer): Revert last change.
1830         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1831         The problem that motivated those changes was attributed to a broken
1832         mail sender, and has been fixed.
1833
1834 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1837         token is missing in the Content-Type header.
1838
1839         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1840
1841 2013-09-18  Glenn Morris  <rgm@gnu.org>
1842
1843         * gnus-util.el (image-size): Declare.
1844
1845 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1848         (gnus-icalendar-event-from-ical)
1849         (gnus-icalendar-event--build-reply-event-body)
1850         (gnus-icalendar-event-reply-from-buffer)
1851         (gnus-icalendar-find-org-event-file)
1852         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1853         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1854
1855         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1856
1857 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1860         Use save-current-buffer.
1861         (gnus-tree-mode-map): Initialize in the declaration.
1862         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1863         (scroll-in-place): Defvar it.
1864         (gnus-tmp-*): Defvar them.
1865         (gnus-get-tree-buffer): Use derived-mode-p.
1866         (gnus--let-eval): New macro.
1867         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1868         non-prefixed variables.
1869         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1870
1871         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1872         vars since it doesn't seem to be available.
1873         (gnus-set-global-variables, gnus-summary-read-group-1)
1874         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1875         (gnus-summary-display-article, gnus-summary-select-article)
1876         (gnus-summary-next-article, gnus-offer-save-summaries)
1877         (gnus-summary-generic-mark): Use derived-mode-p.
1878         (gnus-summary-read-group-1, gnus-summary-exit)
1879         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1880         Adjust calls to gnus-tree-close and gnus-tree-open.
1881
1882         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1883
1884         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1885         (gnus-agent-mode): Use derived-mode-p.
1886         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1887         gnus-command-method and *-command-method to nil, but bind
1888         gnus-command-method to *-command-method instead!
1889         (gnus-agent-fetch-articles): Remove unused var `id'.
1890         (gnus-agent-fetch-headers): Remove unused arg `force'.
1891         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1892         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1893         (gnus-agent-short-article, gnus-agent-long-article)
1894         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1895         first use.
1896         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1897         `score-param'.
1898         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1899         (gnus-get-predicate): Push in front of the cache, rather than end.
1900         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1901         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1902         (gnus-agent-expire-unagentized-dirs): Don't rebind
1903         gnus-agent-expire-current-dirs since the defvar silences the warning.
1904         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1905         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1906         (gnus-agent-regenerate): Simplify interactive spec and doc.
1907
1908 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * gnus-int.el (gnus-open-server): Silence compiler.
1911
1912         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1913
1914         * message.el (message-display-completion-list): Abolish.
1915         (message-completion-in-region): Use display-completion-list.
1916
1917 2013-09-17  Glenn Morris  <rgm@gnu.org>
1918
1919         * gnus-util.el (gnus-message-with-timestamp-1):
1920         Use `messages-buffer' function if available.  Ignore read-only.
1921
1922 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * message.el (message-expand-group, message-completion-in-region):
1925         Correct the order of start and end of a region.
1926
1927 2013-09-13  Glenn Morris  <rgm@gnu.org>
1928
1929         * mml2015.el (gnus-create-image): Autoload it.
1930
1931         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1932
1933         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1934         (image-size): Declare.
1935
1936 2013-09-12  Glenn Morris  <rgm@gnu.org>
1937
1938         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1939         Avoid using `find', which i) might not be defined at runtime;
1940         ii) does not work, since its default test is eql, not equal.
1941         (gnus-mime-action-alist): Declare.
1942
1943 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1944
1945         * score-mode.el (gnus-score-mode-map): Move initialization
1946         into declaration.
1947         (gnus-score-mode): Use define-derived-mode.
1948         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1949         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1950         into declaration.
1951         (gnus-kill-file-mode): Use define-derived-mode.
1952         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1953         Use derived-mode-p.
1954         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1955         (gnus-group-setup-buffer, gnus-group-name-at-point)
1956         (gnus-group-make-web-group, gnus-group-enter-directory)
1957         (gnus-group-suspend): Use derived-mode-p.
1958         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1959         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1960         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1961         (gnus-article-setup-buffer, gnus-article-prepare)
1962         (gnus-article-prepare-display, gnus-sticky-article)
1963         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1964         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1965         (gnus-article-read-summary-keys): Use derived-mode-p.
1966
1967 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1970
1971 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1974         shift_jis from the default value set for Japanese users.
1975
1976 2013-08-13  Glenn Morris  <rgm@gnu.org>
1977
1978         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1979
1980         * gnus.el (gnus-valid-select-methods): Fix type.
1981
1982         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1983
1984 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * mm-decode.el (mm-display-external): Run a timer for the temp files
1987         deletion after a viewer exits; add a deletion timer for the needsterm
1988         case, too.
1989
1990         * mm-decode.el (mm-display-external): Try to delete temporary files by
1991         using a 1-min. timer.
1992
1993 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1996         New internal variables.
1997         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1998         (mm-display-external): Use it to delete temporary files instead of
1999         using timers.
2000
2001 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
2004
2005 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2006
2007         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
2008         with cond for backwards compatability.
2009
2010 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * mm-decode.el (mm-display-external): Bind process-connection-type to
2013         nil; don't delete a temp file immediately even if a viewer finishes,
2014         since it may be a shell script, like xdg-open, that launches a real
2015         viewer program belatedly.
2016
2017 2013-08-05  Dave Abrahams  <dave@boostpro.com>
2018
2019         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
2020         that we can create nndoc groups that excerpt other groups.
2021
2022 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-delay.el (gnus-delay-article): Fix typo.
2025
2026         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
2027         articles.
2028
2029         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
2030         we can get spell-checking etc.
2031
2032 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
2035         a single one used for encoding the whole text in a header.
2036
2037 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
2040         doesn't work properly on XEmacs.
2041
2042 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
2045         before sending.
2046
2047         * dgnushack.el (dgnushack-compile): Add a temporary check for
2048         gnus-icalendar.
2049
2050         * mm-decode.el (mm-command-output): New face.
2051         (mm-display-external): Use it.
2052
2053 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
2054
2055         * nnmbox.el (nnmbox-request-article): Don't change point.
2056
2057 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
2060         Include `handle' parameter.
2061
2062 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
2063
2064         * gnus-icalendar.el: New file.
2065
2066 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
2069
2070         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
2071         dummy roots, too.
2072
2073 2013-08-01  David Edmondson  <dme@dme.org>
2074
2075         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
2076         out on ttys.
2077
2078 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
2081         not empty.
2082
2083         * nnrss.el (nnrss-discover-feed): Indent.
2084
2085 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
2088
2089 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
2092         dirty to ensure nnimap data being saved.
2093
2094 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2095
2096         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2097         menu entry.
2098
2099         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2100         the current thread's total score instead of the current article's
2101         score.
2102
2103         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2104         (gnus-sort-threads-recursively): Delete defcustom.
2105         (gnus-sort-threads-recursive): Adapt accordingly.
2106
2107 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2108
2109         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2110         (gnus-sort-threads-recursive): Use it.
2111         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2112         again.  Now that determines how to sort subthreads.
2113
2114 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2115
2116         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2117         (gnus-sort-threads): Use it.
2118
2119 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2120
2121         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2122         punctuation characters follow parentheses (bug#14950).
2123
2124 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus.el (gnus-continuum-version):
2127         * gnus-msg.el (gnus-extended-version): Simplify.
2128
2129         * gnus.el (gnus-continuum-version-1): Remove.
2130         * gnus-msg.el (gnus-bug): Revert.
2131
2132         Calculate gnus-version correctly on Cygwin.
2133
2134         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2135         (gnus-continuum-version-1): New function, return a string.
2136
2137         * gnus-msg.el (gnus-extended-version, gnus-bug):
2138         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2139
2140 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2141
2142         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2143         (bug#13384).
2144
2145 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2148         that were only relevant in a development version a long time ago.
2149
2150 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2153         that the old Emacs 24s bundle.
2154
2155 2013-07-10  David Engster  <deng@randomsample.de>
2156
2157         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2158         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2159         fixes a bug in Emacs trunk where the 'unexist' marks were always
2160         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2161         Gnus v0.03".
2162
2163 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2164
2165         * gnus.el (gnus-summary-line-format): Reference
2166         `gnus-user-date-format-alist' for the &user-date; format, not
2167         `gnus-summary-user-date-format-alist'.
2168
2169 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2172         delete files (bug#13481).
2173
2174 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2175
2176         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2177
2178 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2179
2180         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2181         display images.
2182
2183         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2184
2185         * message.el (message-cancel-news): According to
2186         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2187         preferred over "cmsg cancel" in the Subject.
2188
2189         * nnir.el (nnir-engines): Note that the group specs are regexps
2190         (bug#13238).
2191
2192         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2193         gotten read-only text properties, ensure that those aren't heeded when
2194         copying stuff over (bug#13434).
2195
2196         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2197         (bug#13762).
2198
2199 2013-07-05  David Kastrup  <dak@gnu.org>
2200
2201         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2202         authinfo file again (important for blank passwords).  This had been
2203         broken with 2013-06-15 change.
2204
2205 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2208         Revert 2013-01-14 change.
2209
2210 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2211
2212         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2213         of 'create-image' for XEmacs compatibility; check errors when decoding
2214         image.  Reported by Uwe Brauer.
2215
2216 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2219         gnus-button-push revised at 2011-01-19.
2220
2221 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2224         now live in the lisp/net Emacs 24 repository.
2225
2226 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * eww.el (eww-update-header-line-format): Quote % characters.
2229
2230 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * eww.el (eww-process-text-input): Display passwords as asterisks.
2233
2234         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2235
2236 2013-06-19  Tom Tromey  <tromey@redhat.com>
2237
2238         * eww.el (eww-top-url): Remove.
2239         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2240         (eww-render): Set new variables.  Don't set eww-top-url.
2241         (eww-handle-link): Handle "prev", "home", and "contents".
2242         Downcase the rel text.
2243         (eww-top-url): Choose best top URL.
2244
2245 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * eww.el: Rewrite to implement form elements "by hand" instead of
2248         relying in widget.el.  Using widget.el leads to too many
2249         user interface inconsistencies.
2250         (eww-self-insert): Implement entering commands in text fields.
2251         (eww-process-text-input): New function to make text input field editing
2252         work.
2253         (eww-submit): Rewrite to use the new-style form methods.
2254         (eww-select-display): Display the correct selected item.
2255         (eww-change-select): Implement changing the select value.
2256         (eww-toggle-checkbox): Implement radio/checkboxes.
2257         (eww-update-field): Fix compilation error.
2258         (eww-tag-textarea): Implement <textarea>.
2259
2260         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2261         don't shadow mode-specific bindings.
2262
2263         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2264         nothing to push.
2265
2266         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2267
2268 2013-06-19  Glenn Morris  <rgm@gnu.org>
2269
2270         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2271
2272 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2273
2274         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2275
2276 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * shr.el (shr-make-table-1): Implement <td rowspan>.
2279         (shr-table-horizontal-line): Allow nil as a value, and change the
2280         default.
2281         (shr-insert-table-ruler): Respect the nil value.
2282
2283 2013-06-18  Tom Tromey  <tromey@barimba>
2284
2285         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2286         New defvars.
2287         (eww-open-file): New defun.
2288         (eww-render): Initialize new variables.
2289         (eww-display-html): Handle "link" and "a".
2290         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2291         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2292         (eww-back-url): Rename from eww-previous-url.
2293         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2294         defuns.
2295
2296 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * shr.el (shr-tag-table): Insert the images after the table, so that
2299         they're not covered by the table colourisation, which often looked
2300         awkward.
2301         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2302         <dd>.
2303         (shr-make-table-1): Implement <td colspan=> support.
2304         (shr-insert-document): Use one less than window width if `shr-width' is
2305         nil, since otherwise things may get one character too wide.
2306
2307 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * eww.el (eww-detect-charset): Improve regexp; move backward.
2310
2311 2013-06-18  Glenn Morris  <rgm@gnu.org>
2312
2313         * mm-decode.el (widget-convert-button): Autoload.
2314
2315         * sieve-manage.el (mm-enable-multibyte): Autoload.
2316
2317         * shr.el (libxml-parse-html-region): Declare.
2318         (shr-render-buffer): Explicit error if no libxml2 support.
2319
2320 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * auth-source.el (auth-source-current-line): New function.
2323         (auth-source-netrc-parse-entries): When a data token is "machine",
2324         assume we're in the wrong place and abort parsing the current line.
2325
2326 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2329         (eww-convert-widgets): Don't bug out if the first widget starts at the
2330         beginning of the buffer.
2331         (eww-convert-widgets): Fix last patch.
2332         (eww-tag-input): Support <input type=image>.
2333
2334         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2335         (shr-tag-base): Protect against base specs that are degenerate.
2336         (shr-ensure-paragraph): Don't delete empty lines that have text
2337         properties, because these may be input fields.
2338
2339         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2340         we can navigate to them.
2341
2342         * shr.el (shr-colorize-region): Put the colours over the entire region.
2343         (shr-inhibit-decoration): New variable.
2344         (shr-add-font): Use it to inhibit text property decorations while doing
2345         preliminary table renderings.  This speeds up typical Wikipedia page
2346         renderings by 15%.
2347         (shr-tag-span): Don't respect the <title>, because that overwrites the
2348         help-echo from links inside the spans.
2349         (shr-next-link): Use `help-echo' for navigation, so that we can
2350         navigate to form elements, too.
2351
2352         * eww.el (eww-button): New face.
2353         (eww-convert-widgets): Use it to make submit buttons more button-like.
2354
2355         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2356         that Gnus commands work.
2357
2358         * shr.el (shr-render-td): Support horizontal alignment.
2359
2360         * eww.el (eww-put-color): Removed.
2361         (eww-colorize-region): Use `add-face-text-property'.
2362
2363         * shr.el (shr-add-font): Append face data, so that we get the correct
2364         precedence: The innermost value (which is applied first) wins.
2365         (shr-make-overlay): Obsolete function.
2366
2367         * mm-decode.el (mm-convert-shr-links): New function to convert
2368         new-style shr URL links into widgets.
2369         (mm-shr): Use it.
2370
2371         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2372         widget commands, since we're no longer using widgets for links.
2373
2374         * shr.el (shr-next-link): New command.
2375         (shr-previous-link): New command.
2376         (shr-urlify): Don't use `widget-convert', because that's slow.
2377         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2378         because collecting the overlays and reapplying them when generating
2379         tables is slow.
2380         (shr-insert-table): Ditto.
2381
2382 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2383
2384         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2385         * shr.el (browse-url): Require `url'.
2386         * eww.el (url): Require format-spec.
2387
2388 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * eww.el (eww-display-html): Default to using the entire window width.
2391         (eww-browse-url): Don't add a User-Agent header (twice), because that
2392         makes Bing refuse connection.
2393
2394         * shr.el (shr-make-table): Cache the table rendering at the table
2395         level, and not the <td> level.  This is a bit faster.
2396
2397         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2398         #id.
2399
2400         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2401         browsers don't.
2402         (shr-expand-url): Respect #anchor links.
2403         (shr-parse-base): Chop off the anchor before using.
2404         (shr-descend): Respect display: none.
2405         (shr-descend): Allow marking elements that have certain IDs.
2406
2407         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2408
2409         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2410
2411         * eww.el (eww-tag-textarea): Support <textarea>.
2412
2413 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2414
2415         * shr.el (shr-dom-to-xml): Fixed function call.
2416
2417         * eww.el (eww): New group.
2418         (eww-header-line-format): New custom variable.
2419         (eww-current-title): New variable.
2420         (eww-display-html): Update header and handle title tag.
2421         (eww-update-header-line-format): New function.
2422         (eww-tag-title): New function.
2423
2424         * shr.el (shr-dom-to-xml): New function.
2425         (shr-tag-svg): Add support for the SVG tag.
2426         (shr-bullet): New custom variable.
2427         (shr-tag-li): Support custom bullet in unordered lists.
2428
2429 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * shr.el (shr-expand-url): Respect // URLs.
2432
2433         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2434         put a background colour onto the entire buffer.
2435         (eww-render): When being redirected, use the redirect URL as the new
2436         base URL.
2437
2438         * shr.el (shr-parse-base): Fix parsing error.
2439
2440         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2441
2442         * shr.el (shr-parse-base): New function.
2443         (shr-expand-url): Use it to expand relative URLs reliably.
2444
2445 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2446
2447         * auth-source.el (auth-source-search-collection): Fix docstring.
2448         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2449         single-quoted strings and multiline entries.
2450         (auth-source-netrc-parse-next-interesting)
2451         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2452         functions to support parser.
2453
2454 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * eww.el (eww-submit): Get submit button logic right when hitting RET
2457         on non-submit buttons.
2458
2459         * shr.el: Remove shr-preliminary-table-render, since that can't really
2460         be used for anything in practice.
2461
2462 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2463
2464         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2465         (sieve-manage-quit).
2466
2467 2013-06-14  Glenn Morris  <rgm@gnu.org>
2468
2469         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2470
2471 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2472
2473         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2474         control the maximum size of photo ID image.
2475         (mml2015-epg-key-image-to-string): Respect it.
2476
2477 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2480         instead of the final one so that we can more easily distinguish them.
2481
2482         * eww.el (eww-submit): Compute the submission URL correctly.
2483
2484 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2485
2486         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2487         Use plist-get rather than CL's getf.
2488         (sieve-manage-parse-capability): Avoid CL's remove-if.
2489
2490 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2491
2492         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2493         (sieve-manage-quit).
2494
2495 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2498         last slash.
2499
2500         * eww.el (eww-tag-select): Use the first value as the default value.
2501
2502 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2503
2504         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2505         (eww-mode): Use `define-derived-mode'.
2506         (eww-parse-headers): Parse headers from beginning of buffer so that
2507         file:// links work.
2508
2509 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2512
2513 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2516         to handle them at all.
2517
2518 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2521         work, too.
2522         (eww-tag-select): Implement <select>.
2523
2524 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2525
2526         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2527         stream managing functions by using open-protocol-stream to do most of
2528         the work.  Has the nice benefit of enabling STARTTLS.
2529         Wait for capabilities after STARTTLS: following RFC5804, the server
2530         sends new capabilities after successfully establishing a TLS connection
2531         with the client.  The client should update the cached list of
2532         capabilities, but we just ignore the answer for now.
2533         (sieve-manage-network-p, sieve-manage-network-open)
2534         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2535         (sieve-manage-forward, sieve-manage-streams)
2536         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2537         API, nor called by any other function.
2538         Enable Multibyte for SieveManage buffers: The parser won't properly
2539         handle umlauts and line endings unless multibyte is turned on in the
2540         process buffer.
2541
2542 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * eww.el (eww-tag-input): Support password fields.
2545         (eww-submit): Support POST.
2546
2547 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * eww.el (eww-tag-form): Protect against degenerate forms.
2550
2551         * shr.el (shr-expand-url): Expand URLs that start with a slash
2552         correctly.
2553
2554         * eww.el (eww-submit): Get submit button logic right.
2555
2556         * shr.el (shr-final-table-render): New variable to signal when we're
2557         doing the final table rendering so that we can collect more data at
2558         that point.
2559
2560         * eww.el (eww-submit): Make form submission work.
2561         (eww-tag-input): Implement submit buttons.
2562         (eww-click-radio): Implement radio and checkboxes.
2563         (eww-submit): Handle hidden elements.
2564
2565         * shr.el (shr-descend): Allow other packages to override (or provide)
2566         rendering of elements.
2567         (shr-expand-url): Strip query strings from URLs before expanding them.
2568
2569         * eww.el: Don't require cl-lib.
2570         (eww-tag-form): Start form support.
2571
2572         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2573
2574         * eww.el: Start writing a new, tiny web browser.
2575         (eww-previous-url): New command.
2576         (eww-quit): New command.
2577
2578 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2579
2580         * sieve.el: Put point at beginning of buffer when viewing a script.
2581         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2582         number in sieve-buffer's header.  Fixed code to also work with a string
2583         as port specifier.  Properly close the connection on pressing 'q'.  Make
2584         sieve-manage-quit close the connection and process buffer.  Also, remove
2585         duplicate keybinding for 'q'.
2586
2587 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2588
2589         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2590         make it easier to read.
2591         (mm-pkcs7-enveloped-magic): Ditto.
2592
2593 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2594
2595         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2596         before `image-type-available-p' to avoid loading the image libraries
2597         needlessly.
2598
2599 2013-06-05  David Engster  <deng@randomsample.de>
2600
2601         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2602         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2603         to see whether the group was synced before.
2604
2605 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2608         when opening the connection.
2609         Suggested by João Távora <joaotavora@gmail.com> in
2610         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2611
2612 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2615         assume Date header begins with "Date", that may be customized into
2616         something like "X-Sent" using gnus-article-time-format.
2617         (article-transform-date): Allow multi-line Date header.
2618
2619 2013-06-02  David Engster  <deng@randomsample.de>
2620
2621         * registry.el (initialize-instance, registry-lookup)
2622         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2623         (registry-lookup-secondary-value, registry-search, registry-delete)
2624         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2625         not wrap methods in `eval-and-compile'.  This breaks due to latest
2626         changes in EIEIO (introduction of eieio-core.el).
2627
2628 2013-05-30  Glenn Morris  <rgm@gnu.org>
2629
2630         * nnmail.el (nnmail-fancy-expiry-target):
2631         Also bind mail-dont-reply-to-names.
2632
2633         * spam-stat.el (spam-stat-save):
2634         No need to tweak font-lock in temp buffers.
2635
2636         * shr.el (shr-put-image): Silence compiler.
2637
2638 2013-05-29  Glenn Morris  <rgm@gnu.org>
2639
2640         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2641
2642         * gnus-group.el (gnus-sequence-of-unread-articles)
2643         (gnus-summary-add-mark, gnus-mark-article-as-read)
2644         (gnus-group-make-articles-read): Declare.
2645
2646         * gnus-sum.el (gnus-parameter-list-identifier)
2647         (gnus-article-stop-animations, gnus-stop-downloads)
2648         (gnus-article-only-boring-p, article-goto-body)
2649         (gnus-flush-original-article-buffer, article-narrow-to-head)
2650         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2651         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2652
2653         * gnus.el: No need to eval-and-compile autoloads.
2654
2655         * gravatar.el (help-function-arglist): Autoload.
2656
2657         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2658
2659         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2660
2661         * spam.el: No need to load spam-report when compiling.
2662         No need to eval-and-compile autoloads.
2663         (spam-report-resend-to): Declare.
2664         (spam-report-resend-register-routine): Require 'spam-report.
2665
2666 2013-05-24  Julien Danjou  <julien@danjou.info>
2667
2668         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2669         setup.
2670
2671 2013-05-23  Glenn Morris  <rgm@gnu.org>
2672
2673         * gnus-util.el (rmail-swap-buffers-maybe)
2674         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2675         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2676         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2677
2678         * mm-decode.el: No need to load term when compiling.
2679         (term-mode, term-char-mode): Declare.
2680
2681         * mm-util.el: No need to load jka-compr when compiling.
2682         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2683
2684         * nnmaildir.el: Require is automatically eval-and-compile.
2685         (nnmail): Require at run-time too.
2686
2687         * registry.el (registry-size): Move definition before use.
2688
2689 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2690
2691         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2692         signed data to conform the standard.  (Bug#14232)
2693
2694 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2695
2696         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2697         double angle quotation mark.
2698
2699 2013-05-20  Glenn Morris  <rgm@gnu.org>
2700
2701         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2702
2703 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2704
2705         * message.el (message-insert-formatted-citation-line): handle finding
2706         first/lastname when more than 2 names appear.
2707
2708 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2709
2710         * shr.el (shr-tag-span): New function.
2711
2712 2013-05-18  Glenn Morris  <rgm@gnu.org>
2713
2714         * message.el (message-mode): Use message-mode-abbrev-table,
2715         with text-mode-abbrev-table as parent.  (Bug#14413)
2716
2717 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * message.el (message-expand-group): Decode group names.
2720
2721 2013-05-16  Julien Danjou  <julien@danjou.info>
2722
2723         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2724         app-icon.
2725
2726 2013-05-15  Glenn Morris  <rgm@gnu.org>
2727
2728         * shr-color.el (shr-color-visible-luminance-min)
2729         (shr-color-visible-distance-min): Use shr-color group.
2730
2731 2013-05-11  Glenn Morris  <rgm@gnu.org>
2732
2733         * gnus-vm.el: Make it loadable without VM.
2734         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2735         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2736
2737 2013-05-09  Glenn Morris  <rgm@gnu.org>
2738
2739         * mml1991.el: Make it loadable.  (Bug#13456)
2740
2741         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2742         * gnus-async.el (gnus-async-post-fetch-function):
2743         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2744         * gnus-html.el (gnus-html-image-cache-ttl):
2745         * gnus-notifications.el (gnus-notifications-timeout):
2746         * gnus-picon.el (gnus-picon-properties):
2747         * gnus-util.el (gnus-completion-styles):
2748         * gnus.el (gnus-other-frame-resume-function):
2749         * message.el (message-user-organization-file)
2750         (message-cite-reply-position):
2751         * nnir.el (nnir-summary-line-format)
2752         (nnir-retrieve-headers-override-function):
2753         * shr-color.el (shr-color-visible-luminance-min):
2754         * shr.el (shr-blocked-images):
2755         * spam-report.el (spam-report-resend-to):
2756         * spam.el (spam-summary-exit-behavior): Fix custom types.
2757
2758         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2759
2760 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2763         because of let-binding help-xref-following.  (Bug#14356)
2764
2765 2013-05-06  Glenn Morris  <rgm@gnu.org>
2766
2767         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2768
2769 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2770
2771         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2772         entering into the registry.
2773
2774 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2775
2776         * gnus.el: Ma Gnus v0.7 is released.
2777
2778 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2781         (Bug#14304)
2782
2783 2013-04-27  Glenn Morris  <rgm@gnu.org>
2784
2785         * gnus.el (gnus-list-debbugs):
2786         Use require rather than autoload.  (Bug#14262)
2787
2788 2013-04-27  Julien Danjou  <julien@danjou.info>
2789
2790         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2791         port to "sieve" now that it has an official IANA port assigned.
2792
2793 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2796         Don't set the MAILHOST environment variable permanently (Bug#14271).
2797
2798 2013-04-26  Glenn Morris  <rgm@gnu.org>
2799
2800         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2801
2802 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2803
2804         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2805         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2806
2807 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2808
2809         * nnir.el (nnir-close-group): Make sure we are in the right group.
2810
2811         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2812         dependency table from all newly retrieved headers.
2813
2814 2013-04-16  David Edmondson  <dme@dme.org>
2815
2816         Support <img src="data:...">.
2817
2818         * shr.el (shr-image-from-data): New function.
2819         (shr-tag-img): Use it.
2820
2821 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2822
2823         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2824         group.
2825
2826 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2829         corresponding to any existing group (Bug#14166).
2830
2831 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2832
2833         * nnir.el (number-sequence): No longer used.
2834         (nnir-request-set-mark): New function.
2835         (nnir-request-update-info): Improve marks updating.
2836         (nnir-request-scan): Don't duplicate marks updating.
2837         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2838         Use 'assq rather than 'assoc.  Quote anonymous function.
2839         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2840         Use 'gnus-group-prefixed-p.
2841         (gnus-summary-create-nnir-group): Make sure server for method is open.
2842
2843 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2844
2845         * nnir.el (gnus-nnir-group-p): New function.
2846         (nnir-possibly-change-group): Use it.
2847
2848         * gnus-msg.el (gnus-setup-message): Use it.
2849
2850 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2853         `initial-input' for the argument name.
2854         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2855
2856 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2857
2858         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2859         (used by MH-E).
2860
2861 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2862
2863         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2864         group.
2865
2866         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2867         fix compilation.
2868
2869 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2870
2871         * nnir.el (nnir-method-default-engines): And another typo.
2872
2873 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2874
2875         * nnir.el (nnir-method-default-engines): Fix typo.
2876
2877 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2878
2879         * nnir.el: Define 'number-sequence for xemacs.
2880         (gnus-summary-create-nnir-group): New function to create an nnir group
2881         from an nnir summary buffer based on the current query.
2882         (nnir-request-create-group): Update to allow nnir group creation based
2883         on the current query.
2884
2885 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * nndraft.el (nndraft-request-expire-articles):
2888         Make expiry target always `delete'.
2889
2890 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2891
2892         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2893         buffer use the posting-style and gcc of the original article group.
2894         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2895
2896         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2897         after other deffoos.
2898
2899 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2900
2901         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2902         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2903         support for real (i.e. not ephemeral) nnir groups.
2904         (gnus-summary-make-nnir-group): New function for initiating searches
2905         from a summary buffer.
2906
2907 2013-03-18  Sam Steingold  <sds@gnu.org>
2908
2909         * message.el (message-bury): Minor cleanup.
2910
2911 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2912
2913         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2914
2915 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2918         nnml-request-list.  (Bug#13873)
2919         (nndir-request-newsgroups): Remove, unused.
2920
2921         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2922
2923 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2924
2925         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2926         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2927         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2928
2929 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2930
2931         * shr.el: Make all the overlays set the `evaporate' property so that
2932         they're removed properly.
2933
2934 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2935
2936         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2937         shell-quote-argument.
2938
2939 2013-02-22  David Engster  <deng@randomsample.de>
2940
2941         * gnus-registry.el (gnus-registry-save): Provide class name when
2942         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2943         `condition-case' to stay compatible with older EIEIO versions which
2944         only accept one argument.
2945
2946 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2947
2948         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2949         (epg-user-id-validity): Autoload.
2950         (mml2015-epg-check-user-id): New function.
2951         (mml2015-epg-check-sub-key): New function split from
2952         mml2015-epg-find-usable-key.
2953         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2954         optional name-is-key-id, to handle the case when user-id is unusable.
2955         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2956
2957 2013-02-17  Glenn Morris  <rgm@gnu.org>
2958
2959         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2960
2961 2013-02-16  Glenn Morris  <rgm@gnu.org>
2962
2963         * shr.el (shr-put-image): Only animate images that specify a delay.
2964         This is consistent with the old image-animated-p behavior.
2965
2966 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2969         for XEmacs.
2970
2971 2013-02-13  Juri Linkov  <juri@jurta.org>
2972
2973         * gnus-art.el (gnus-article-mode-map):
2974         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2975         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2976
2977 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2978
2979         * auth-source.el (auth-source-format-prompt): Don't get confused by
2980         any "\" in replacement text.  (Bug#13637)
2981
2982 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2983
2984         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2985         (gnus-backend-trace): Honour gnus-backend-trace.
2986
2987         * mml.el (mml-insert-part): Insert closing tag.
2988
2989         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2990
2991 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2994         able to find the article, which can happen in debbugs groups,
2995         apparently.
2996
2997 2013-01-16  Glenn Morris  <rgm@gnu.org>
2998
2999         * smiley.el (smiley-style): Make the file loadable in batch mode.
3000
3001 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3002
3003         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
3004         imap process running.
3005
3006 2013-01-14  Julien Danjou  <julien@danjou.info>
3007
3008         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
3009         Compare addresses against addresses, not against the full From field.
3010
3011 2013-01-13  Richard Stallman  <rms@gnu.org>
3012
3013         * message.el (message-forward-make-body-mime): New args BEG, END
3014         specify what part of FORWARD-BUFFER to use.  Do the work directly
3015         instead of calling `mml-insert-buffer'.
3016
3017 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3018
3019         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
3020         cross-reference(s).
3021
3022         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
3023         cross-reference(s).
3024
3025 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3026
3027         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
3028         and point-max-marker.
3029         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
3030
3031 2013-01-11  Julien Danjou  <julien@danjou.info>
3032
3033         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3034         max are almost equal.  Also return the correct value for V which is
3035         already between 0 and 1.
3036
3037 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
3038
3039         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
3040         to mml2015-encrypt-to-self.
3041         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
3042
3043 2013-01-09  Daiki Ueno  <ueno@gnu.org>
3044
3045         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
3046         mml-smime-epg-find-usable-secret-key.
3047
3048 2013-01-08  Glenn Morris  <rgm@gnu.org>
3049
3050         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
3051
3052 2013-01-07  Daiki Ueno  <ueno@gnu.org>
3053
3054         * mml-smime.el: Support signing by sender.
3055         Requested by Uwe Brauer.
3056         (mml-smime-sign-with-sender): New user option analogous
3057         to mml2015-sign-with-sender.
3058         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
3059         (mml-smime-epg-find-usable-secret-key): New helper function copied from
3060         mml2015.el.
3061
3062 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3063
3064         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
3065         isn't running, because Gnus will probably not know how to handle the
3066         Gcc header (bug#11941).
3067
3068         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
3069         articles.
3070
3071 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * nnfolder.el (nnfolder-recursive-directory-files): New function.
3074         (nnfolder-generate-active-file): Make this function work with recursive
3075         folder names.
3076
3077 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3078
3079         * nntp.el (nntp-open-connection): Use HELP as the capability command
3080         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
3081         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
3082
3083 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
3084
3085         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
3086         place holder since this gives `Invalid face reference: nil' messages.
3087         Use the `default' face instead.  It has the same effect here, even
3088         though it is not no-op.
3089
3090         * gnus-util.el
3091         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
3092
3093 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3094
3095         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3096         non-string posting styles (bug#13285).
3097
3098 2012-12-27  Glenn Morris  <rgm@gnu.org>
3099
3100         * plstore.el (plstore-passphrase-callback-function):
3101         Use plstore-get-file.
3102
3103 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3104
3105         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3106         stderr.
3107
3108 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3111
3112         * gnus-compat.el (set-buffer-multibyte): Remove.
3113
3114 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3115
3116         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3117         temporary file to get PGP key image.  Pass no-show-photos when
3118         extracting image to avoid having it pop up twice.
3119
3120 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3121
3122         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3123         eligible for treatment.
3124
3125         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3126         lines.  This makes summary commands with hidden threads work more
3127         reliably.
3128
3129         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3130         button to mark the hidden citations (bug#9395).
3131
3132 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3133
3134         * mml2015.el (mml2015-epg-signature-to-string): New function.
3135         (mml2015-epg-verify-result-to-string): New function.
3136         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3137         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3138         instead of epg-verify-result-to-string.
3139         (epg-signature-key-id, epg-signature-to-string): Autoload.
3140         (epg-verify-result-to-string): Remove autoload.
3141
3142 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3143
3144         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3145         ID image from GPG public key.
3146         (mml2015-epg-key-image-to-string): New function.
3147
3148 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3149
3150         * plstore.el (plstore-passphrase-callback-function): Fix error when
3151         error when plstore-cache-passphrase-for-symmetric-encryption is set
3152         (bug#13264).
3153
3154 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3157         buffer to the article buffer here, because that clobbers multiple
3158         article buffers.
3159
3160         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3161         buffer always points to the right summary buffer.
3162
3163 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3164
3165         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3166         the password (bug#12097).
3167
3168 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3169
3170         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3171         (bug#13263).
3172
3173         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3174         buffer exists before using it (bug#12475).
3175
3176         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3177         offline groups (bug#11937).
3178
3179         * message.el (message-yank-original): When using customize to set the
3180         value of `message-cite-style', the variable it set to a symbol that's
3181         the name of the variable, which must then be dereferenced (bug#12616).
3182
3183 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3184
3185         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3186         the `face' property with a list whose car is the face specified in the
3187         format string and whose cdr is (nil).
3188         * lisp/gnus-util.el
3189         (gnus-put-text-property-excluding-characters-with-faces):
3190         Change accordingly.
3191         (gnus-get-text-property-excluding-characters-with-faces): New function.
3192         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3193         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3194         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3195
3196 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3197
3198         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3199         login methods.
3200         (nnimap-login): Respect the `nnimap-authenticator' variable.
3201
3202         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3203         mark state when moving articles.  Otherwise unticked articles will get
3204         their ticks back after moving.
3205
3206 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3209
3210         * message.el (message-ignored-news-headers): Always remove
3211         X-Message-SMTP-Method to avoid information leakage if the user
3212         mistakenly inserts the header into news messages.
3213
3214         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3215
3216         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3217         right than four characters, this command would move point to
3218         `point-max'.  Don't do that.
3219
3220         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3221         to nil to allow re-selecting groups that gain articles.
3222         (gnus-bug-group-download-format-alist): Update the URL.
3223
3224 2012-12-23  Andreas Schwab  <schwab@suse.de>
3225
3226         * shr.el (shr-tag-em): Render em as italic, not bold.
3227
3228 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3231         for reuse.
3232         (gnus-open-server): Use it to add more tracing.
3233         (gnus-finish-retrieve-group-infos): Add backend tracing.
3234         (gnus-backend-trace): Also note the elapsed seconds.
3235
3236 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3237
3238         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3239         Set epa-file-encrypt-to from variable to avoid querying.
3240
3241 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3242
3243         * sieve-mode.el (sieve-font-lock-keywords):
3244         Keywords should be word delimited.  (Bug#13173)
3245
3246 2012-12-13  Andreas Schwab  <schwab@suse.de>
3247
3248         * tls.el (tls-program): Update customize type.
3249
3250 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3253         instead of <pre> to align message header.
3254
3255 2012-12-12  Sam Steingold  <sds@gnu.org>
3256
3257         * gnus.el (gnus-other-frame-resume-function): Add user option.
3258         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3259
3260 2012-12-06  Sam Steingold  <sds@gnu.org>
3261
3262         * gnus-start.el (gnus-before-resume-hook): Add.
3263         (gnus-1): Run it when Gnus is alive.
3264
3265 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3268         * gnus-art.el (article-unsplit-urls)
3269         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3270         * gnus-registry.el (gnus-registry-get-article-marks)
3271         * message.el (message-goto-body): Use it.
3272         (message-called-interactively-p): Remove.
3273
3274         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3275         (spam-stat-score-buffer): Use it.
3276
3277         * spam.el: Silence the warnings against BBDB functions when compiling.
3278
3279         * gnus-score.el (gnus-score-decode-text-parts):
3280         Use append+mapcar instead of the cl function mapcan.
3281
3282 2012-12-05  Sam Steingold  <sds@gnu.org>
3283
3284         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3285         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3286         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3287
3288 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gmm-utils.el (gmm-called-interactively-p): Revert.
3291         This seems to cause Emacs to get stuck!
3292         * gnus-art.el (article-unsplit-urls)
3293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3294         * gnus-registry.el (gnus-registry-get-article-marks)
3295         * message.el (message-goto-body)
3296         (message-called-interactively-p): Revert.
3297
3298         * gmm-utils.el (gmm-called-interactively-p): New function.
3299         * gnus-art.el (article-unsplit-urls)
3300         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3301         * gnus-registry.el (gnus-registry-get-article-marks)
3302         * message.el (message-goto-body): Use it.
3303         (message-called-interactively-p): Remove.
3304
3305         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3306         * gnus-sync.el (gnus-sync-lesync-call)
3307         * message.el (message-read-from-minibuffer): Use it.
3308
3309 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gmm-utils.el (gmm-flet): Remove.
3312         * gnus-sync.el (gnus-sync-lesync-call)
3313         * message.el (message-read-from-minibuffer): Don't use it.
3314
3315 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3318
3319 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3322
3323         * gnus-sync.el (gnus-sync-lesync-call)
3324         * message.el (message-read-from-minibuffer): Use gmm-flet.
3325
3326         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3327
3328         * gnus-util.el (gnus-macroexpand-all): Remove.
3329
3330 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3331
3332         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3333         to TAB, not [tab].
3334         (gnus-summary-article-map): Likewise.
3335
3336         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3337         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3338
3339 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3340
3341         * time-date.el: Commentary fix.
3342
3343 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3344
3345         * color.el: Don't require cl.
3346         (color-complement): `caddr' -> `nth 2'.
3347
3348         * time-date.el (time-to-seconds): De-obsolete.
3349
3350 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * message.el (message-get-reply-headers):
3353         Make sure the reply goes to the author if it is a wide reply.
3354
3355 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3356
3357         * gnus-score.el (gnus-score-body):
3358         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3359         scoring by body.
3360
3361 2012-11-16  Glenn Morris  <rgm@gnu.org>
3362
3363         * gnus-diary.el (nndiary-request-create-group-functions)
3364         (nndiary-request-update-info-functions)
3365         (gnus-subscribe-newsgroup-functions)
3366         (nndiary-request-accept-article-functions):
3367         Use new names for hooks rather than obsolete aliases.
3368
3369 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3372
3373 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3376         in meta tag with the one the part specifies in its header.
3377
3378 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3379
3380         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3381         by default.
3382
3383 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3386         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3387
3388 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3391         and a runtime function for it, of which the XEmacs version takes only
3392         two arguments.
3393
3394 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3395
3396         * nndiary.el (nndiary-request-create-group-functions)
3397         (nndiary-request-update-info-functions)
3398         (nndiary-request-accept-article-functions):
3399         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3400         "-hooks" suffix.
3401
3402 2012-10-19  Julien Danjou  <julien@danjou.info>
3403
3404         * gnus-art.el: Require gnus-util because it uses
3405         `gnus-timer--function'.
3406
3407 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3408
3409         * starttls.el (starttls-extra-arguments): Doc fix.
3410
3411 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3414         it.
3415
3416 2012-10-06  Glenn Morris  <rgm@gnu.org>
3417
3418         * gnus-notifications.el (gnus-notifications):
3419         Add missing group :version tag.
3420         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3421         (gnus-gcc-post-body-encode-hook):
3422         * gnus-sync.el (gnus-sync-lesync-name)
3423         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3424
3425 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3426
3427         * color.el (color-hsl-to-rgb): Fix incorrect results for
3428         small and large hue values.  (Bug#12559)
3429
3430 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         New UIDL implementation.
3433
3434         * mail-source.el (mail-sources, mail-source-keyword-map):
3435         Add :leave as a pop3 keyword.
3436         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3437
3438         * pop3.el (pop3-leave-mail-on-server): Allow number.
3439         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3440         (pop3-movemail): Add UIDL support.
3441         (pop3-send-streaming-command): Take a list of mail numbers instead of
3442         the number of mails.
3443         (pop3-write-to-file): Add X-UIDL header.
3444         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3445         (pop3-uidl-add-xheader): New functions.
3446
3447         * message.el (message-ignored-resent-headers):
3448         Add X-Content-Length and X-UIDL headers.
3449
3450 2012-10-05  Glenn Morris  <rgm@gnu.org>
3451
3452         * color.el (color-name-to-rgb, color-rgb-to-hex)
3453         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3454         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3455         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3456         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3457
3458 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3461         a user about whether to delete temp files if once a user answered as n.
3462
3463 2012-09-25  Chong Yidong  <cyd@gnu.org>
3464
3465         * password-cache.el (password-read-and-add): Use a declare form to mark
3466         this function obsolete.
3467
3468 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * lpath.el: Bind mail-encode-mml for old Emacsen.
3471
3472 2012-09-17  Richard Stallman  <rms@gnu.org>
3473
3474         * message.el (message-in-body-p): Don't set mark or modify buffer.
3475
3476         * mml.el (mml-attach-file): Doc fix.
3477         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3478         Set mail-encode-mml when in Mail mode.
3479         Simplify code to set HEAD and move back to HEAD.
3480         (mml-insert-multipart, mml-insert-part):
3481         Set mail-encode-mml when in Mail mode.
3482
3483 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * gnus-util.el (gnus-timer--function): New function.
3486
3487         * gnus-art.el (gnus-article-stop-animations): Use it.
3488
3489 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3490
3491         Fix glitches caused by addition of psec to timers.
3492         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3493         rather than raw access to timer vector.
3494
3495 2012-09-11  Julien Danjou  <julien@danjou.info>
3496
3497         * gnus-notifications.el (gnus-notifications): Check for nil values in
3498         ignored addresses check.
3499
3500 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3501
3502         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3503
3504 2012-09-07  Chong Yidong  <cyd@gnu.org>
3505
3506         * gnus-util.el
3507         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3508
3509         * gnus-salt.el (gnus-tree-highlight-node):
3510         * gnus-sum.el (gnus-summary-highlight-line):
3511         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3512
3513 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3514
3515         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3516
3517 2012-09-06  Juri Linkov  <juri@jurta.org>
3518
3519         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3520         scheme for buffer names to be more consistent with other group and
3521         article buffer names in Gnus.
3522
3523 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-util.el
3526         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3527
3528         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3529         Jenkner.
3530
3531         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3532
3533         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3534
3535         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3536
3537 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3540         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3541
3542         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3543         string-prefix-p in Emacs >=23.2.
3544
3545         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3546         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3547         instead of string-match-p.
3548         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3549
3550 2012-09-06  Kenichi Handa  <handa@gnu.org>
3551
3552         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3553         lowercase a..f.
3554
3555 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3556
3557         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3558
3559 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3560
3561         * nnimap.el (nnimap-request-move-article): Decode the group name when
3562         doing internal moves to avoid charset issues.
3563
3564         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3565         TIME is set.
3566
3567 2012-09-05  Juri Linkov  <juri@jurta.org>
3568
3569         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3570         than one group at a time (bug#11961).
3571
3572 2012-09-05  Julien Danjou  <julien@danjou.info>
3573
3574         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3575         this hide the real reason with a message giving absolutely no hint.
3576
3577 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3578
3579         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3580         to the backend (bug#11804).
3581
3582         * message.el (message-insert-newsgroups): Don't insert newsgroup
3583         duplicates (bug#12275).
3584
3585 2012-09-05  John Wiegley  <johnw@newartisans.com>
3586
3587         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3588         sieve rules.
3589
3590 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3591
3592         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3593         function.
3594
3595         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3596
3597         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3598
3599 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3600
3601         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3602         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3603         This should make nnmaildir more usable with offlineimap.
3604
3605 2012-09-05  Julien Danjou  <julien@danjou.info>
3606
3607         * nnimap.el (nnimap-request-list): Revert change that made listing
3608         synchronous.
3609         (nnimap-get-responses): Restore.
3610
3611 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3612
3613         * dgnushack.el: XEmacs 21.5 compilation fix.
3614
3615         * gnus-notifications.el (gnus-notifications-notify): Use it.
3616
3617         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3618         warnings on XEmacs.
3619
3620 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3621
3622         Better seeds for (random).
3623         * gnus-sync.el (gnus-sync-lesync-setup):
3624         * message.el (message-canlock-generate, message-unique-id):
3625         Change (random t) to (random), now that the latter is more random.
3626
3627 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3628
3629         * nnimap.el (nnimap-change-group): Document result value
3630
3631         * auth-source.el (auth-sources): Fix macos keychain access.
3632
3633         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3634         allow the backend `request-head' function to determine the group
3635         name on its own.
3636         (gnus-request-expire-articles): Filter out negative article numbers
3637         during expiry (Bug#11980).
3638
3639         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3640         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3641
3642         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3643         you've found the article when you haven't.
3644
3645         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3646         that nnimap-change-group can return t.
3647
3648 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3651
3652 2012-08-30  Julien Danjou  <julien@danjou.info>
3653
3654         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3655         `gnus-notifications-timeout'.
3656         (gnus-notifications-timeout): Add.
3657         (gnus-notifications-action): New function.
3658         (gnus-notifications-notify): Add :action using
3659         `gnus-notifications-action'.
3660         (gnus-notifications-id-to-msg): New variable.
3661         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3662         notifications id to messages.
3663
3664 2012-08-30  Kenichi Handa  <handa@gnu.org>
3665
3666         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3667         once.
3668
3669 2012-08-29  Julien Danjou  <julien@danjou.info>
3670
3671         * gnus-notifications.el: New file.
3672         (gnus-notifications-notify): New function.
3673         (gnus-notifications): Use `gnus-notifications-notify'.
3674
3675 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3678         transfer encoding first; bind gnus-newsgroup-charset to the charset
3679         that the article specifies (Bug#12209).
3680
3681 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3684         (gnus-group-customize-done): Encode values posting-style holds.
3685
3686         * gnus-msg.el (gnus-summary-resend-message)
3687         (gnus-configure-posting-styles): Decode values posting-style group
3688         parameter holds.
3689
3690 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3693         `name' and `address' in Resent-From header.
3694
3695 2012-08-14  Chong Yidong  <cyd@gnu.org>
3696
3697         * gnus-art.el (article-display-face): Handle failure in
3698         gnus-create-image (Bug#11802).
3699
3700 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3701
3702         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3703         Use defsetf.
3704
3705 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3706
3707         * auth-source.el (auth-source-plstore-search)
3708         (auth-source-secrets-search): Ignore :require and :type in search spec.
3709
3710 2012-08-06  Julien Danjou  <julien@danjou.info>
3711
3712         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3713         `nnimap-request-move-article'.
3714
3715         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3716         Remove autoload, already handled by gnus.el.
3717
3718         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3719
3720         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3721         supported by nnimap actually.  Reverts previous change.
3722
3723         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3724         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3725         to-buffer argument that is already supported.
3726
3727 2012-08-05  Julien Danjou  <julien@danjou.info>
3728
3729         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3730         Add autoload.
3731
3732 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus.el (gnus-valid-select-methods): Fix custom type.
3735
3736 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * auth-source.el (auth-sources, auth-source-backend-parse)
3739         (auth-source-macos-keychain-search)
3740         (auth-source-macos-keychain-search-items)
3741         (auth-source-macos-keychain-result-append)
3742         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3743         auth-source.el through the /usr/bin/security utility.
3744         (auth-sources): Fix syntax error.
3745         (auth-source-macos-keychain-result-append): Fix variable name.
3746         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3747
3748 2012-07-27  Julien Danjou  <julien@danjou.info>
3749
3750         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3751         Emacs < 24.1
3752
3753 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * message.el (message-kill-address): Don't kill last newline.
3756         (message-skip-to-next-address): Don't move to the next header.
3757         (message-fill-field-address): Work properly.
3758
3759 2012-07-25  Julien Danjou  <julien@danjou.info>
3760
3761         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3762
3763 2012-07-24  Julien Danjou  <julien@danjou.info>
3764
3765         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3766
3767         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3768         (nntp-async-timer-handler): Remove, unused.
3769
3770         * nnimap.el (nnimap-get-responses): Remove, unused.
3771
3772         * nnheader.el (mail-header-set-extra): Remove, unused.
3773
3774         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3775         unused.
3776
3777         * mm-view.el (mm-view-sound-file): Remove, unused.
3778
3779         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3780         (mm-url-encode-multipart-form-data): Remove, unused.
3781
3782         * message.el (message-remove-signature, message-make-host-name)
3783         (message-fill-address): Remove, unused.
3784
3785         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3786         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3787         unused.
3788
3789         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3790         (gnus-xmas-call-region): Remove, unused.
3791
3792         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3793
3794         * gnus-util.el (gnus-extract-address-component-name)
3795         (gnus-extract-address-component-email, gnus-sortable-date)
3796         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3797         (gnus-process-live-p): Remove, unused.
3798
3799         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3800
3801         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3802         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3803         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3804         function.
3805
3806         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3807
3808         * gnus-score.el (gnus-summary-score-crossposting)
3809         (gnus-score-regexp-bad-p): Remove, unused.
3810
3811         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3812
3813         * gnus-range.el (gnus-sublist-p): Remove, unused.
3814
3815         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3816         unused.
3817
3818         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3819
3820         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3821         (gnus-request-associate-buffer): Remove, unused.
3822
3823         * gnus-group.el (gnus-group-set-method-info)
3824         (gnus-group-set-params-info): Remove, unused.
3825
3826         * gnus-fun.el (gnus-shell-command-to-string)
3827         (gnus-shell-command-on-region): Remove, unused.
3828
3829         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3830
3831         * gnus-art.el (gnus-article-text-type-exists-p)
3832         (article-translate-characters, gnus-article-hide-text-of-type)
3833         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3834         Remove, unused.
3835
3836 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3837
3838         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3839
3840 2012-07-21  Julien Danjou  <julien@danjou.info>
3841
3842         * message.el (message-dont-reply-to-names): Replace deprecated
3843         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3844         (message-get-reply-headers): Ditto.
3845
3846 2012-07-18  Julien Danjou  <julien@danjou.info>
3847
3848         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3849         `sieve-upload-and-kill'.
3850
3851         * sieve.el (sieve-bury-buffer): Remove function.
3852         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3853         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3854
3855 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3856
3857         * shr.el (shr-expand-url): Handle URL starting with `//'.
3858
3859 2012-07-13  Chong Yidong  <cyd@gnu.org>
3860
3861         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3862         instead of calling toggle-read-only with a (bogus) argument.
3863
3864 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3865
3866         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3867         of initial input when reading the author to restrict the summary to.
3868
3869 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * mm-decode.el (mm-shr):
3872         Allow overriding charset by mm-charset-override-alist.
3873
3874 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-art.el (gnus-article-view-part):
3877         Toggle subparts of multipart/alternative part.
3878
3879 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3880
3881         * shr.el (shr-render-buffer): New command.
3882         (shr-visit-file): Use it.
3883
3884 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3887         Set no-byte-compile and no-update-autoloads.
3888
3889 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3892
3893 2012-06-25  Julien Danjou  <julien@danjou.info>
3894
3895         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3896         `nnimap-request-move-articles-find-limit' since we do not use it only
3897         for move operations.
3898         (nnimap-request-accept-article): Use
3899         `nnimap-request-articles-find-limit' to limit search by message-id.
3900
3901 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3902
3903         Support higher-resolution time stamps (Bug#9000).
3904
3905         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3906         VARLIST.  It's optional, for backward compatibility.
3907         (encode-time-value): New optional arg PICO.  New type 3.
3908         (time-to-seconds) [!float-time]: Support the new picoseconds
3909         component if it's used.
3910         (seconds-to-time, time-subtract, time-add):
3911         Support ps-resolution time stamps as well.
3912
3913 2012-06-19  Julien Danjou  <julien@danjou.info>
3914
3915         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3916
3917         * nnimap.el (nnimap-log-buffer): Check that
3918         `window-point-insertion-type' is boundp, since it's not available in
3919         XEmacs.
3920
3921 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3922
3923         * nnimap.el (nnimap-log-buffer): Add this, setting
3924         `window-point-insertion-type' in the buffer to t.
3925         (nnimap-log-command): Use nnimap-log-buffer.
3926
3927 2012-06-19  Julien Danjou  <julien@danjou.info>
3928
3929         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3930         argument to be able to limit the search.
3931         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3932         (nnimap-request-move-articles-find-limit): Add this to limit the search
3933         by Message-Id after a message move.
3934         (nnimap): Add defgroup.
3935
3936 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3937
3938         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3939
3940 2012-06-15  Julien Danjou  <julien@danjou.info>
3941
3942         * nnimap.el (nnimap-find-article-by-message-id): Use
3943         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3944         (nnimap-possibly-change-group): Add read-only argument.
3945         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3946         issuing EXAMINE manually.
3947         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3948         with read-only argument.
3949         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3950         cannot possibly change because we need to be sure that it's either
3951         read-write or read-only.
3952
3953 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3956         being bound to a lambda form.
3957
3958 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3959
3960         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3961         articles when fetch-old is non-nil (bug#11370).
3962
3963 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3964
3965         * gnus-picon.el (gnus-picon-properties): New defcustom.
3966         (gnus-picon-create-glyph): Use it.
3967
3968 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-group.el (gnus-group-get-new-news): Respect
3971         `gnus-group-use-permanent-levels', as documented (bug#11638).
3972
3973 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3974
3975         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3976         groups (bug#11641).
3977
3978 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3979
3980         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3981         is an integer to avoid later problems.
3982
3983 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3986         locales.
3987
3988         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3989         on a handle.
3990
3991         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3992         address as the default.
3993         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3994
3995         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3996         makes no sense to query the user about internal files.
3997
3998         * gnus-spec.el: Remove all the byte-compilation stuff, since
3999         benchmarking shows that it doesn't help when entering large summary
4000         buffers.
4001
4002         * gnus-xmas.el (gnus-xmas-define): Remove.
4003
4004         * gnus-util.el (gnus-byte-code): Remove.
4005
4006         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
4007         grouplens stuff.
4008
4009 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
4012         (bug#11514).
4013
4014 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
4015
4016         * message.el (message-buffers): Return all buffers derived from Message
4017         to make `gnus-dired-attach' work with mu4e.
4018
4019 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4020
4021         * nntp.el: Stop the `letf' madness.
4022         (nntp--report-1): New var.
4023         (nntp-report): Merge nntp-report-1 into it.
4024         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
4025         the nntp-report function.
4026
4027         * auth-source.el: Fix comment-style to follow the convention.
4028
4029 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
4030
4031         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
4032         (mm-dissect-singlepart): Don't guess the MIME type of
4033         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
4034         set.
4035         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
4036         toplevel MIME type is multipart/encrypted.
4037
4038 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4041         a string so that Gcc works (bug#11514).
4042
4043 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4044
4045         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
4046         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
4047
4048 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4049
4050         * gnus-win.el (gnus-configure-frame): Don't signal an error when
4051         jumping to *Server* from a dedicated *Group* window.
4052         (gnus-configure-frame): CSE.
4053
4054         * gnus-registry.el: Minor style cleanup.
4055         (gnus-registry--set/remove-mark): New function, extracted from
4056         gnus-registry-install-shortcuts.
4057         (gnus-registry-install-shortcuts): Use it.
4058
4059 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * nnspool.el (news-path): Use eval-and-compile.
4062
4063 2012-05-24  Glenn Morris  <rgm@gnu.org>
4064
4065         * nnspool.el (news-directory, news-path, news-inews-program):
4066         Move here from paths.el.  Don't see a need for these to be autoloaded.
4067
4068         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
4069         Merge in doc from paths.el version.  Don't see any need for this to be
4070         autoloaded, or for the warning about users not setting it.
4071
4072 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
4073
4074         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
4075         format.  In particular, add an optional argument and a docstring.
4076
4077         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
4078
4079         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
4080         current before calling `gnus-groups-to-gnus-format'.
4081         Note that this was already the case for `gnus-active-to-gnus-format'.
4082
4083 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4084
4085         Fix minor Y10k bug.
4086         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
4087
4088 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4089
4090         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
4091         message once it's actually open.
4092
4093 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4094
4095         * gnus.el: Ma Gnus v0.5 is released.
4096
4097 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4098
4099         * auth-source.el (auth-source--aput-1, auth-source--aput)
4100         (auth-source--aget): New functions and macros.
4101         Use them instead of aput/aget.
4102
4103 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4104
4105         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4106
4107 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4108
4109         * plstore.el (plstore-called-interactively-p): New compat macro copied
4110         from message.el.
4111         (plstore-mode): Use it.
4112
4113 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4114
4115         * plstore.el: Revive the editing feature.
4116         (plstore-mode): New mode to edit plstore file.
4117         (plstore-mode-toggle-display, plstore-mode-original)
4118         (plstore-mode-decoded): New command.
4119         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4120         (plstore--insert-buffer, plstore--make): New function.
4121         (plstore-open, plstore-save): Simplify by using them.
4122
4123 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4126
4127 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4128
4129         * tls.el (open-tls-stream): Remove unused binding.
4130
4131 2012-04-16  Glenn Morris  <rgm@gnu.org>
4132
4133         * nndraft.el (nndraft-request-list): Fix declaration.
4134
4135 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * mm-decode.el (mm-dissect-buffer): Doc fix.
4138
4139         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4140         don't have a current group.
4141
4142         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4143         buffer if it doesn't exist.
4144
4145         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4146         given, mark the group as ephemeral with the current window conf.
4147
4148         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4149         buffer exists, which it doesn't if we haven't started Gnus.
4150         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4151
4152 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4155         type is.
4156
4157         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4158         `unexists' entries.
4159         (gnus-clean-old-newsrc): Fix last checkin.
4160
4161         * nnimap.el (nnimap-update-info): None of the articles below the active
4162         low-water mark exist.
4163
4164         * dgnushack.el: Get rid of XEmacs compilation warning.
4165
4166         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4167         would have gotten if we posted to the group, and use that to compare
4168         against the message we want to cancel (bug#10808).
4169
4170         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4171         on XEmacs.
4172
4173 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4174
4175         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4176         `scroll-margin'.
4177
4178 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4179
4180         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4181         citation prefix within a block of cited text should be considered part
4182         of that block *only* if it is a blank line.
4183
4184 2012-04-09  Chong Yidong  <cyd@gnu.org>
4185
4186         * binhex.el, hashcash.el, uudecode.el:
4187         Remove * characters from the front of variable docstrings.
4188
4189 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4192         before kinsoku-bol characters nor within kinsoku-eol characters.
4193
4194 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4197         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4198         (gnus-sync-read): Use mapc instead of mapcar.
4199
4200         * mm-archive.el: Require mm-decode for some macros.
4201         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4202         the byte compiler.
4203         (mm-archive-decoders): New function that returns the value of
4204         the mm-archive-decoders variable.
4205
4206         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4207         instead.
4208         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4209
4210         * nnimap.el (gnus-refer-thread-use-nnir):
4211         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4212
4213 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4216
4217 2012-03-12  Peter Münster  <pmrb@free.fr>
4218
4219         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4220         (gnus-demon-cancel): Ditto.
4221         (gnus-demon-run-callback): When function cannot be called due to low
4222         idleness, call it when idleness reaches the expected value, instead of
4223         waiting another timer period.
4224         (gnus-demon-init): Add `time' to arguments of call-back.
4225
4226 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4229
4230         * gnus.el: Register gnus-registry functions.
4231
4232         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4233         indent.
4234
4235         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4236         enabled before warping.
4237
4238 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4239
4240         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4241         registry about each article retrieved.
4242
4243         * gnus-int.el (gnus-select-group-with-message-id): New function.
4244         (gnus-try-warping-via-registry): Ditto.
4245         (gnus-warp-to-article): Fall back on the registry.
4246
4247 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4248
4249         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4250         inboxes.
4251
4252 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4255
4256 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4259         gnus-gcc-self-resent-messages may be a group parameter.
4260         (gnus-summary-resend-message): Don't encode encoded words in header
4261         when Gcc'ing resent message.
4262
4263 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * shr.el (shr-insert): Treat non-breaking space just like normal
4266         space.  This seems to produce more pleasing results.
4267         (shr-insert): Only insert a blank line if we're starting from an image.
4268         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4269         (shr-ensure-paragraph): Consider lines with white space to be blank.
4270
4271 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4272
4273         * Makefile.in: Respect DESTDIR.
4274
4275 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4276
4277         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4278         and gnus-gcc-post-body-encode-hook.
4279
4280 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4283         messages that don't exist.
4284
4285         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4286
4287 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4290         Remove.
4291
4292         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4293
4294         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4295
4296 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4299         have a group name.
4300
4301         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4302         a multibyte buffer (bug#7410).
4303         (article-wash-html): Parse the original article buffer to get the
4304         unencoded data (bug#7410).
4305
4306         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4307         .newsrc.el files.
4308
4309 2012-04-05  Bastien Guerry  <bzg@altern.org>
4310
4311         * color.el (color-lighten-name): Fix typo.
4312
4313 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4316         "#" to avoid having them interpreted as comments.
4317
4318 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * shr.el (shr-insert): Update the text state properly to avoid
4321         inserting spurious paragraph starts.
4322
4323 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * shr.el (shr-table-widths): Divide the extra width more fairly over
4326         the TDs (bug#10973).
4327         (shr-render-td): Don't delete too much padding.
4328         (shr-natural-width): Compute the natural width more correctly.
4329         (shr-insert): Allow the natural width to be computed for tables again.
4330         (shr-tag-table-1): Rework how the natural widths are computed by
4331         rendering the table a third time.
4332         (shr-natural-width): Removed.
4333         (shr-buffer-width): New function.
4334         (shr-expand-newlines): Use it.
4335
4336         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4337         using a `gnus-use-full-window' setup (bug#11013).
4338
4339 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4342         24.1 release.
4343
4344 2012-03-10  David Edmondson  <dme@dme.org>
4345
4346         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4347         'Forwarded Message' header and the start of the message.
4348
4349 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4350
4351         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4352         isn't running (bug#10897).
4353
4354 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4357         This is inconsistent with all the other stream functions, which leave
4358         the setting up to the higher levels (if so wanted) (bug#10931).
4359
4360 2012-02-28  Glenn Morris  <rgm@gnu.org>
4361
4362         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4363         mm-decode.el: Standardize possessive apostrophe usage.
4364
4365 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4368
4369 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4370
4371         * parse-time.el (parse-time-string): Allow extractor to return nil.
4372
4373 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4376
4377 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4380
4381 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4382
4383         * mm-decode.el (mm-shr): Remove "soft hyphens".
4384
4385         * nnimap.el (nnimap-request-list): Return the group names encoded as
4386         utf8.  Otherwise non-European group names don't work.
4387         (nnimap-request-newgroups): Ditto.
4388
4389         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4390         the default in `read-string' (bug#10757).
4391
4392         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4393         topics (bug#10843).
4394
4395         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4396         buffer.  Suggested by Herbert Valerio Riedel.
4397         (nnimap-request-move-article): Delete the message from the correct IMAP
4398         server.
4399
4400 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4401
4402         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4403         Reported by Peter Münster.
4404
4405 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4406
4407         * shr.el (shr-image-fetched): Make sure we really kill the right
4408         buffer.
4409
4410 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4411
4412         * gnus-start.el (gnus-1): Avoid duplicate entries.
4413
4414 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4415
4416         * imap.el: Remove.
4417
4418         * nntp.el (nntp-coding-system-for-read): Remove.
4419         (nntp-coding-system-for-write): Ditto.
4420         (nntp-open-connection): Just use `binary' directly.
4421
4422         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4423         Gnus 0.3.
4424
4425 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4426
4427         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4428         application/octet-stream parts really is.
4429
4430         * gnus-sum.el (gnus-propagate-marks): Remove.
4431
4432 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4433
4434         * shr.el (shr-rescale-image): Undo previous change; see
4435         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4436
4437 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4438
4439         * gnus.el: Ma Gnus v0.3 is released.
4440
4441 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-sum.el (gnus-summary-local-variables): Make
4444         `gnus-newsgroup-unexist' into a local variable.
4445
4446 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * registry.el (registry-usage-test, registry-persistence-test): Move to
4449         tests/gnustest-registry.el.
4450         (registry-make-testable-db, registry-match-test)
4451         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4452
4453         * gnus-registry.el (gnus-registry-misc-test)
4454         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4455
4456         * tests/gnustest-registry.el: New file with the registry and
4457         gnus-registry ERT tests.
4458
4459 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-msg.el (gnus-summary-resend-message): Make
4462         gnus-summary-resend-message-insert-gcc be last item in
4463         message-header-setup-hook.
4464
4465 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4466
4467         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4468         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4469         Remove.
4470         (nnfolder-open-server): Don't use marks.
4471         (nnfolder-request-delete-group): Ditto.
4472         (nnfolder-request-rename-group): Ditto.
4473         (nnfolder-request-set-mark, nnfolder-request-marks)
4474         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4475         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4476
4477         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4478         (nnml-marks-modtime): Remove.
4479         (nnml-request-delete-group): Don't use marks.
4480         (nnml-request-rename-group): Ditto.
4481         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4482         (nnml-save-marks, nnml-open-marks): Remove.
4483
4484         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4485         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4486         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4487         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4488         (nntp-server-to-method-cache): Remove.
4489
4490         * shr.el (shr-rescale-image): Fix wrong merge.
4491
4492 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4493
4494         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4495         too-wide lines.
4496
4497 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4498
4499         * nnimap.el (nnimap-record-commands): New variable.
4500         (nnimap-log-command): Use it.
4501         (nnimap-make-process-buffer): Add a space to the process buffer.
4502         (nnimap-transform-headers): Don't bug out on header lines containing
4503         stuff that look like IMAP length encodings.
4504
4505         * shr.el (shr-rescale-image): Allow viewing large images.
4506
4507 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nnml.el (nnml-request-compact-group): Delete the marks file after
4510         compaction (bug#10800).
4511
4512         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4513         group exit.
4514
4515         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4516         QRESYNC/FETCH output.
4517
4518 2012-02-11  Glenn Morris  <rgm@gnu.org>
4519
4520         * sieve-manage.el (sieve-manage-default-stream):
4521         * shr.el (shr):
4522         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4523         (nnir-retrieve-headers-override-function)
4524         (nnir-imap-default-search-key, nnir-notmuch-program)
4525         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4526         (nnir-method-default-engines):
4527         * message.el (message-cite-reply-position):
4528         * gssapi.el (gssapi-program):
4529         * gravatar.el (gravatar):
4530         * gnus-sum.el (gnus-refer-thread-use-nnir):
4531         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4532         (gnus-registry-max-pruned-entries):
4533         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4534         * gnus-int.el (gnus-after-set-mark-hook)
4535         (gnus-before-update-mark-hook):
4536         * gnus-async.el (gnus-async-post-fetch-function):
4537         * auth-source.el (auth-source-cache-expiry):
4538         Add missing :version tags to new defcustoms and defgroups.
4539
4540 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4541
4542         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4543         `gnus-newsgroup-unexist'.
4544
4545         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4546         marks.
4547         (gnus-article-special-mark-lists): Put the `unexist' in the special
4548         marks list instead.
4549
4550         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4551         articles in the list of articles to be selected.
4552
4553         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4554         articles.
4555         (nnimap-update-info): Keep track of unexisting articles.
4556         (nnimap-update-qresync-info): Ditto.
4557
4558 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4559
4560         * message.el (message-default-send-mail-function): Made into own
4561         function for reuse by emacsbug.el.
4562
4563 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4564
4565         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4566         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4567
4568 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4569
4570         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4571         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4572
4573         * gnus-compat.el: Define `timer-set-function'.
4574
4575         * mm-decode.el (mm-display-external): Output the text from the command
4576         in the buffer after the command finished.  This makes text-based
4577         commands behave better.
4578
4579 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4582
4583 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4584
4585         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4586         23.1.
4587
4588 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4591
4592 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4593
4594         * message.el (smtpmail-smtp-user): Silence compiler warning.
4595
4596 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4597
4598         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4599         SMTP user name.
4600
4601 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-sum.el (gnus-summary-show-thread):
4604         next-single-char-property-change may return nil in XEmacs.
4605         (gnus-summary-article-map): Fix typo.
4606
4607 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4608
4609         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4610         running.
4611
4612         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4613
4614         * gnus.el (gnus-server-extend-method): Don't add an -address component
4615         if the method already has one (bug#9676).
4616
4617 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4618
4619         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4620         of an initial-input for consistency (bug#10757).
4621
4622         * dgnushack.el: Fix XEmacs compilation warning.
4623
4624         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4625
4626         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4627
4628 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4629
4630         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4631         lines that are narrower than the window width.  Otherwise background
4632         "blocks" will look less readable.
4633
4634 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4635
4636         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4637         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4638         have newlines within the strings, and where the UID comes after the
4639         BODYSTRUCTURE element (bug#10537).
4640
4641         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4642         (bug#10732).
4643
4644         * shr.el (shr-insert-document): Add doc string.
4645         (shr-visit-file): Ditto.
4646         (shr-remove-trailing-whitespace): New function.
4647         (shr-insert-document): Use it to clean up trailing whitespace as the
4648         final step (bug#10714).
4649
4650 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4651
4652         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4653         buffer if `gnus-kill-summary-on-exit' is nil.
4654
4655 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4656
4657         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4658         when just reading a single group from "without" Gnus.
4659
4660 2012-02-06  Chong Yidong  <cyd@gnu.org>
4661
4662         * gnus-sum.el (gnus-summary-show-thread):
4663         next-single-char-property-change never returns nil (Bug#8657).
4664
4665 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4666
4667         * message.el (message-multi-smtp-send-mail): New function.
4668         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4669         header to implement multi-SMTP functionality.
4670
4671         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4672         (gnus-agentize): Don't set it.
4673         (gnus-agent-send-mail): Don't use it.
4674
4675         * gnus-sum.el (gnus-summary-widget-backward): New function and
4676         keystroke.
4677
4678         * gnus-compat.el: More the compat functions more compatible.
4679
4680         * shr.el (shr-put-image): Remove underlines from sliced images.
4681         (shr-zoom-image): Compute the region to be replaced more correctly.
4682
4683 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4686         (gnus-summary-resend-message-insert-gcc): New function.
4687         (gnus-summary-resend-message): Modify message-header-setup-hook and
4688         message-sent-hook to make it work for Gcc.
4689         (gnus-inews-do-gcc): Update the number of unread articles of groups
4690         that messages are Gcc'd to.
4691
4692         * message.el (message-resend): Run message-sent-hook to do Gcc.
4693
4694 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4695
4696         * lpath.el: Fix an XEmacs compilation warning.
4697
4698         * gnus-compat.el: Require `help-fns' to fix compilation error.
4699
4700         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4701         a higher level to silence compilation.
4702
4703         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4704         parameter to allow controlling the scaling.
4705
4706         * shr.el (shr-zoom-image): New command and keystroke.
4707         (shr-put-image): Take a `size' flag to say how to scale the image.
4708
4709         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4710         deletion unless already defined.
4711
4712         * gnus.el (gnus-compat): Require it.
4713
4714         * gnus-compat.el: New file.
4715
4716         * gnus-start.el (gnus-clean-old-newsrc): New function.
4717         (gnus-read-newsrc-file): Use it.
4718
4719         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4720         Use recursive deletion.
4721         (mm-dissect-archive): Add support for zip files.
4722
4723         * gnus-util.el (gnus-recursive-directory-files): New function.
4724
4725         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4726         (mm-archive-decoders): Add tgz support.
4727
4728         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4729         Otherwise inserting text into the Gnus buffer can look odd.
4730
4731         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4732
4733         * mm-archive.el (mm-archive-decoders): Add support for tar.
4734
4735         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4736
4737         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4738
4739 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4740
4741         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4742
4743         * mm-archive.el: New file.
4744
4745         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4746
4747         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4748
4749         * message.el (message-goto-*): Make all the `message-goto-*' commands
4750         push the mark before moving point.  This makes it easier to go back to
4751         where you came from after editing whatever you jumped to.
4752
4753 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4754
4755         * gnus.el: Ma Gnus v0.1 is released.
4756
4757 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4758
4759         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4760         without reconnecting.
4761         (nnimap-possibly-change-group): Ditto.
4762         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4763         connection has died before being called.
4764
4765 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4766
4767         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4768         an initial sync unless we're really doing one.
4769
4770         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4771         address parameter if one already exists (bug#9676).
4772
4773         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4774         not the prefix, as documented (bug#10689).
4775
4776 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4779         the "server".
4780
4781         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4782         the real error message with the useless "previously known to be down".
4783         Which isn't even correct.
4784
4785         * nntp.el (nntp-open-connection): Report the error message if the nntp
4786         server can't be reached.
4787
4788         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4789         groups we do a total scan for.
4790         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4791         doing that.
4792
4793 2012-01-31  Jim Meyering  <jim@meyering.net>
4794
4795         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4796         Correct a comment (insert "not") and hide nominally-doubled "to".
4797
4798 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus.el (gnus-version): Change name to "Ma Gnus".
4801
4802 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4803
4804         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4805         section in the manual.
4806
4807 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4808
4809         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4810         words.
4811         (rfc2047-encode-string): Ditto.
4812         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4813         understand folded filename="..." parameters, for instance.
4814
4815         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4816         the message for greater debuggability.
4817
4818 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4819
4820         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4821         instead of setting it locally, since the latter doesn't seem to have
4822         any effect (most of the time).
4823
4824 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4825
4826         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4827         function call.
4828
4829 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4830
4831         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4832         seconds, and make the repeat clause with HH:MM specs work as
4833         documented.
4834
4835 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4836
4837         * proto-stream.el (proto-stream-capability-open): Fall back on
4838         :end-of-command if :end-of-capability doesn't exist.
4839
4840 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4843         bound globally in old Emacsen and XEmacsen.
4844
4845 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4846
4847         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4848         so that previous errors don't prohibit getting new news.
4849
4850         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4851
4852         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4853
4854 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4855
4856         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4857         buffer, not of the string which is its name.
4858
4859 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4860
4861         * proto-stream.el (proto-stream-capability-open): Wait for
4862         :end-of-capability, not :end-of-command.
4863
4864         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4865         non-server-marks groups.
4866         (gnus-group-make-articles-read): Ditto.
4867
4868         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4869         methods (bug#9676).
4870
4871         * gnus.el (gnus-method-ephemeral-p): New function.
4872
4873 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4876         left-to-right.
4877
4878 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4879
4880         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4881         warning.
4882
4883 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4884
4885         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4886         macroexpand the nnir things, since they haven't been defined yet, and
4887         nnir requires gnus-sum.
4888
4889 2012-01-24  Julien Danjou  <julien@danjou.info>
4890
4891         * color.el (color-rgb-to-hsl): Fix value computing.
4892         (color-hue-to-rgb): New function.
4893         (color-hsl-to-rgb): New function.
4894         (color-clamp, color-saturate-hsl, color-saturate-name)
4895         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4896         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4897
4898 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4901
4902 2012-01-19  Julien Danjou  <julien@danjou.info>
4903
4904         * color.el (color-name-to-rgb): Use the white color to find the max
4905         color component value and return correctly computed values.
4906         (color-name-to-rgb): Add missing float conversion for max value.
4907
4908 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4911         logical server name in addition to the actual machine address.
4912
4913         * auth-source.el (auth-source-user-and-password): Add convenience
4914         wrapper to search by just host and optionally user.
4915
4916 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4919         after rendering.
4920
4921 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4922
4923         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4924         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4925         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4926
4927 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4930         (bug#9693).
4931         (gnus-summary-setup-buffer): Document return value (bug#9697).
4932
4933         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4934         since ido doesn't work on symbols (bug#9632).
4935
4936         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4937         when getting a single value as when getting all the values.  This means
4938         that atoms like `gcc-self' work cumulatively, like variable settings,
4939         instead of getting the value from the last matching clause.
4940         (gnus-group-find-parameter): Protect against the group buffer not
4941         existing (bug#9585).
4942
4943 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * gnus-start.el (gnus-activate-group): Document more parameters
4946         (bug#9694).
4947
4948         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4949         (bug#9692).
4950
4951         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4952         article was fetched, so that it can be expired later (bug#9958).
4953         (gnus-agent-summary-fetch-series): Add doc string.
4954         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4955         (bug#9517).
4956
4957         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4958         retrieval is happening.
4959
4960         * gnus.el (gnus-parameters): Doc fix.
4961
4962 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4963
4964         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4965         show the thread after expansion.
4966
4967 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-art.el (article-narrow-to-head): If the head is completely
4970         empty, narrow to the empty region (bug#9764).
4971
4972         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4973         read, and then mark them as unread only when the unread mark is used.
4974         This makes `C-- T k' actually work, even though it's confusing.
4975
4976         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4977         alive before we try to find its window.
4978
4979 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4980
4981         * mm-decode.el (mm-display-external): Use a longer timeout for the
4982         deletion to allow slow programs to display the file.
4983
4984 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4987         prompt to be less confusing.
4988
4989         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4990         argument to `message-reply'.  This broke `special-display-*' frame
4991         pop-uping (bug#10238).
4992
4993 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4996         systems, since these allegedly don't work there.
4997
4998 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4999
5000         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
5001         live buffer.
5002
5003 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * nnir.el (nnir-retrieve-headers): Protect against the article not
5006         existing on the server (bug#10335).
5007
5008 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5009
5010         * gnus-agent.el (gnus-agent-load-local): Recompute
5011         gnus-agent-article-local on changing method.
5012
5013 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus.el (gnus-parameters): Note precedence.
5016
5017 2012-01-04  Leo Liu  <sdl.web@gmail.com>
5018
5019         * nndraft.el (nndraft-update-unread-articles): Don't move point around
5020         in the group buffer.
5021
5022 2012-01-04  Julien Danjou  <julien@danjou.info>
5023
5024         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
5025         change.
5026
5027 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
5030         too.
5031
5032         * nntp.el (nntp-retrieve-group-data-early): Use it.
5033
5034 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * nntp.el (nntp-retrieval-in-progress): New variable.
5037         (nntp-make-process-buffer): Make it buffer-local.
5038
5039         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
5040         2010.
5041         (gnus-demon-init): Use it to compute the time if time is on the form
5042         "04:23".
5043
5044         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
5045
5046         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
5047         status in the correct buffer.
5048
5049 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5050
5051         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
5052         when opening topics (bug#10407).
5053
5054 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
5055
5056         * gnus-cus.el (gnus-score-customize):
5057         * gnus-sum.el (gnus-sort-gathered-threads):
5058         * message.el (message-shorten-references):
5059         * nnmairix.el (nnmairix-request-group):
5060         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
5061
5062 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5063
5064         * gnus-agent.el (gnus-agent-regenerate-group):
5065         * gnus-int.el (gnus-retrieve-group-data-early):
5066         * mm-util.el (mm-codepage-ibm-list):
5067         * nndiary.el (Commentary, nndiary-get-new-mail):
5068         * nnir.el (nnir):
5069         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
5070
5071 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * mm-view.el (mm-display-inline-fontify): Add comment.
5074
5075 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5076
5077         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
5078         * ntlm.el (ntlm-smb-dohash): Spelling fix.
5079
5080 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
5081
5082         * gnus-art.el (gnus-split-methods):
5083         * gnus-msg.el (gnus-configure-posting-styles):
5084         * gnus-spec.el (gnus-parse-simple-format):
5085         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5086         * message.el (message-do-actions): Spelling fix.
5087
5088 2011-12-15  Juri Linkov  <juri@jurta.org>
5089
5090         * mm-decode.el (mm-inline-media-tests): Add missing
5091         `mm-handle-media-subtype'.
5092
5093 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5094
5095         * gnus-group.el (gnus-group-tool-bar):
5096         * gnus-sum.el (gnus-summary-tool-bar):
5097         * message.el (message-tool-bar):
5098         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5099
5100 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5101
5102         * plstore.el (plstore--insert-buffer): Spelling fix.
5103
5104 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5105
5106         * message.el (message-valid-fqdn-regexp): Update with newly approved
5107         top-level domain names ".tel" and ".asia".
5108
5109 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5112         unconditionally.
5113
5114 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5117         pop-to-buffer-same-window for old Emacsen.
5118
5119 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5120
5121         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5122
5123 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5124
5125         * netrc.el (netrc-credentials): Spelling fix.
5126
5127 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5128
5129         * gnus-fun.el (gnus-fun-ppm-change-string):
5130         * gnus-msg.el (gnus-inews-do-gcc):
5131         * gnus-sum.el (gnus-summary-find-for-reselect):
5132         * gnus.el (gnus-summary-cancelled):
5133         * message.el (message-cancel-hook, message-send-news):
5134         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5135         * nnir.el (nnir-run-hyrex):
5136         * nntp.el (nntp-with-open-group-function):
5137         * pgg.el (pgg-pending-timers): Spelling fix.
5138
5139 2011-12-04  Chong Yidong  <cyd@gnu.org>
5140
5141         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5142         change (Bug#10200).
5143
5144 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * compface.el (uncompface):
5147         * gnus-art.el (gnus-article-x-face-command): Update the header format
5148         of icon data for the most recent icontopbm program.
5149
5150 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-msg.el (gnus-inews-do-gcc):
5153         * message.el (message-send-mail):
5154         * mml.el (mml-generate-mime): Share the value of the buffer-local
5155         `message-options' variable between a draft buffer and temprary working
5156         buffers.
5157
5158 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5159
5160         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5161
5162 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5165         for Cygwin.
5166
5167 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5168
5169         * gnus-group.el (gnus-group-prepare-flat):
5170         * mm-bodies.el (mm-encode-body):
5171         * mml.el (mml-preview):
5172         * nnml.el (nnml-request-compact-group):
5173         * pop3.el (pop3-stream-type): Spelling fix.
5174
5175 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5176
5177         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5178
5179 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5180
5181         * color.el (color-rgb-to-hsl):
5182         * gmm-utils.el (gmm-tool-bar-style):
5183         * gnus-group.el (gnus-group-prepare-flat):
5184         * gnus-topic.el (gnus-topic-prepare-topic):
5185         * mm-decode.el (mm-discouraged-alternatives):
5186         * rfc2047.el (rfc2047-encode-1):
5187         * starttls.el: Spelling fix.
5188
5189 2011-11-24  Glenn Morris  <rgm@gnu.org>
5190
5191         * binhex.el (binhex-begin-line): Give it basic doc-string.
5192
5193         * starttls.el, tls.el: Fix case of "GnuTLS".
5194
5195 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5196
5197         * gnus-group.el (gnus-group-highlight): Fix typo.
5198
5199 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5200
5201         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5202         value of `delete-file', that returns nil for a local file but returns t
5203         for a remote file using ssh.
5204
5205 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5206
5207         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5208
5209 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5212         avoid later breakage.
5213
5214 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5217         article buffers' name.
5218
5219 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5222         by Paul Eggert's spellfixes two days ago.
5223
5224 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5225
5226         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5227         doesn't have it.
5228
5229         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5230         buffer-local instead of binding them to avoid warnings.  Also demote
5231         errors (bug#10063).
5232         (font-lock-mode-hook): Shut up byte compiler.
5233
5234 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5235
5236         * mm-util.el (mm-charset-after):
5237         * nnir.el (nnir-run-hyrex):
5238         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5239         (ntlm-get-password-hashes, ntlm-md4hash):
5240         * smime.el: Fix typo.
5241
5242 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5243
5244         * gnus-agent.el (gnus-agent-expire-group-1):
5245         * nndiary.el (nndiary-last-occurence):
5246         * nnimap.el (nnimap-request-set-mark):
5247         * nnmairix.el (nnmairix-only-use-registry):
5248         * gnus-group.el (gnus-group-prepare-flat):
5249         * gnus-sum.el (gnus-decode-encoded-word-methods):
5250         * message.el (message-wash-subject):
5251         * nntp.el (nntp-retrieve-headers-with-xover):
5252         * smime.el (smime-certificate-directory): Spelling fix.
5253
5254 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5255
5256         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5257
5258         * color.el:
5259         * gnus-agent.el (gnus-agent-possibly-alter-active):
5260         * gnus-dired.el (gnus-dired-print):
5261         * mail-parse.el:
5262         * nnmairix.el (nnmairix-request-group):
5263         * shr.el (shr-image-displayer):
5264         * sieve-manage.el:
5265         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5266
5267 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5268
5269         * gnus-sum.el (gnus-auto-select-subject):
5270         * spam-report.el (spam-report-resend): Spelling fix.
5271
5272 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5273
5274         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5275         * gnus-art.el (gnus-default-article-saver):
5276         * gnus-srvr.el (gnus-server-copy-server):
5277         * gnus.el (gnus-sloppily-equal-method-parameters):
5278         * html2text.el (html2text-format-tag-list):
5279         * message.el (message-narrow-to-head):
5280         * nndiary.el:
5281         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5282         * sieve.el: Spelling fix.
5283
5284 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5285
5286         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5287         * gnus-sum.el (gnus-summary-make-menu-bar):
5288         * gnus-uu.el (gnus-uu-decode-postscript)
5289         (gnus-uu-decode-postscript-and-save):
5290         * mailcap.el (mailcap-print-command):
5291         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5292         Fix typos.
5293
5294 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5295
5296         * gnus-art.el (gnus-article-part-wrapper):
5297         * html2text.el (html2text-fix-paragraphs):
5298         * mm-decode.el (mm-image-fit-p):
5299         * rfc2047.el (rfc2047-encode-message-header):
5300         * shr-color.el (shr-color-visible-distance-min)
5301         (shr-color-relative-to-absolute, set-minimum-interval)
5302         (shr-color-visible): Fix typos.
5303
5304 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5305
5306         * gmm-utils.el (gmm-tool-bar-item):
5307         * gnus-art.el (gnus-treat-body-boundary):
5308         * gnus-diary.el (gnus-user-format-function-d):
5309         * gnus-start.el (gnus-get-unread-articles):
5310         * pgg-gpg.el (pgg-gpg-update-agent):
5311         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5312
5313 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5314
5315         * gnus-topic.el (gnus-group-prepare-topics):
5316         * gnus-uu.el (gnus-extract-view):
5317         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5318
5319 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * spam.el: Move BBDB autoloads.
5322         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5323         BBDB 2 and 3.
5324         (spam-check-BBDB): Use it.
5325         (spam-enter-ham-BBDB): Use it.
5326
5327 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5328
5329         * smime.el (smime-draw-buffer): Spelling fix.
5330
5331 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5332
5333         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5334         for scanning exactly one level.
5335         * gnus-start.el (gnus-get-unread-articles): Ditto.
5336
5337 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338
5339         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5340         slightly clearer.
5341
5342 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5343
5344         * gnus-sync.el: More commentary about setup.
5345
5346 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * message.el (message-send-and-exit): Document `arg'.
5349
5350 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5351
5352         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5353
5354 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5357
5358         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5359         we don't use `bound-and-true-p'.
5360
5361 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5362
5363         * gnus-util.el (gnus-bound-and-true-p): Remove.
5364         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5365         * nnir.el: Use it.
5366         * nnmairix.el: Use it.
5367
5368 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * gnus-sync.el: Improve docs about CouchDB admins.
5371
5372         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5373         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5374         for reasons unknown.
5375         * nnir.el: Use it.
5376         * nnmairix.el: Use it.
5377
5378         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5379         * nnir.el: Ditto.
5380         * nnmairix.el: Ditto.
5381
5382         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5383
5384 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5387         not needed.  Provide xmlplistread list function to produce XML plist
5388         output for non-Gnus LeSync clients.
5389
5390 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5393
5394         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5395         and save against it.  Group subscriptions, read marks, other marks,
5396         subscription levels, topic names, and topic offsets (the group's
5397         position within the topic) are saved.  This is an experimental backend
5398         and may change significantly.  Load json.el from the gnus-fallback-lib
5399         if it's not available otherwise.
5400         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5401
5402 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5403
5404         * message.el (message-completion-function): Make sure
5405         message-tab-body-function is not attempted if one of
5406         message-completion-alist fails to find a completion (bug#9158).
5407
5408 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5409
5410         * mml.el (mml-quote-region): Quote <#secure> tag.
5411         (mml-generate-mime-1): Unquote <#secure> tag.
5412
5413 2011-10-20  Chong Yidong  <cyd@gnu.org>
5414
5415         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5416         calling a minor mode from Lisp with nil arg enables it, so we have to
5417         make the wording a bit ambiguous here).
5418
5419 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5422         * nnir.el (nnir-mode): Use it.
5423         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5424         Use it.
5425
5426         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5427         * nnmairix.el (gnus-registry-enabled): Ditto.
5428
5429 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5430
5431         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5432         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5433         only while we need to find out if it should be t or nil.
5434         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5435         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5436         the registry is installed.  Set it to nil when it's unloaded.
5437         (gnus-registry-install-p): Provide user guidance for the initial value
5438         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5439         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5440         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5441         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5442         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5443         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5444         `gnus-registry-install'.
5445
5446 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5447
5448         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5449         previous change.
5450         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5451         primary key is marked as disabled.
5452
5453 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5454
5455         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5456         primary key is marked as disabled.
5457
5458 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5459
5460         * html2text.el (html2text-clean-anchor): Check for quotes around
5461         `href' value.
5462
5463 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5464
5465         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5466         searching.  Drop `bbdb-cache'.
5467
5468 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * message.el (message-signed-or-encrypted-p): Exclude header when
5471         checking if there is signed or encrypted body in text/plain message.
5472
5473 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5474
5475         * html2text.el (html2text-get-attr): Correctly handle attribute values
5476         containing "=".
5477
5478 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5479
5480         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5481         handle bindings.
5482
5483 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * gnus-win.el (gnus-configure-windows): Protect against reading
5486         ephemeral groups outside of Gnus.
5487
5488 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * shr.el (shr-tag-img): Don't get images displayed in tables.
5491
5492 2011-10-03  Glenn Morris  <rgm@gnu.org>
5493
5494         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5495         the "maintainer" version of debbugs.gnu.org reports.
5496
5497 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5500         make asynchronous adjacent image insertion work better.
5501
5502 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5503
5504         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5505         documentation.
5506
5507 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5510         `gnus-asynchronous' isn't shadowed.
5511
5512 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5515
5516         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5517         (nnimap-insert-partial-structure): The charset parameter isn't
5518         case-sensitive.
5519
5520         * nnheader.el (nnheader-message-maybe): New function.
5521
5522         * shr.el (shr-tag-table): Render totally broken tables better.
5523
5524         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5525         computing the boundary.
5526
5527 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * pop3.el (pop3-number-of-responses): Remove.
5530         (pop3-wait-for-messages): Rewrite to take linear time instead of
5531         exponential time.
5532
5533 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5536         re-fetch images.
5537
5538         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5539         re-fetch images when hitting `g' in Gnus.
5540
5541 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5544         (mml-compute-boundary): Don't check collision if it is non-nil.
5545         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5546         before checking collision.
5547
5548 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * message.el (message-indent-citation): Really make sure there's a
5551         newline at the end.
5552
5553         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5554         Fix suggested by John Wiegley.
5555
5556         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5557
5558         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5559
5560         * message.el (message-default-send-rename-function): Break out into its
5561         own function.
5562
5563         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5564         doesn't work under XEmacs.
5565
5566         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5567         of "imaps" to word around Windows problems.
5568         (nnimap-open-connection-1): Use it.
5569
5570         * message.el (message-indent-citation): Revert last change which made
5571         `F' not work.
5572
5573 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5574
5575         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5576         terminal as well.
5577
5578 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5581         because it displays images using overlays that aren't easy to copy to
5582         the article buffer.
5583
5584 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5585
5586         * message.el (message-indent-citation): Fix empty line removal at the
5587         end of the citation.
5588
5589 2011-09-20  Julien Danjou  <julien@danjou.info>
5590
5591         * auth-source.el (auth-source-netrc-create): Use default value for
5592         password if specified.  Evaluate default.
5593         (auth-source-plstore-create): Ditto.
5594         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5595         value evaluation.
5596         (auth-source-netrc-create): Typo fix.
5597         (auth-source-plstore-create): Ditto.
5598
5599         * password-cache.el (password-cache-remove): Remove entries even if the
5600         value is nil, so that password with a nil value (negative caching) is
5601         possible to invalidate.
5602
5603         * auth-source.el (auth-source-format-cache-entry): New function.
5604
5605 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5608
5609 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5612
5613 2011-09-19  Julien Danjou  <julien@danjou.info>
5614
5615         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5616         which work with things that are not ASCII.
5617
5618 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5621
5622 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5625         message level.
5626
5627 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5630
5631 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5634
5635 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5636
5637         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5638         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5639
5640 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5641
5642         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5643         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5644         articles.
5645
5646 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5647
5648         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5649         (message-mail-other-window, message-mail-other-frame)
5650         (message-news-other-window, message-news-other-frame):
5651         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5652         instead of setting buffer display varibles.
5653
5654 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5657
5658         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5659
5660 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5663         duplicates" to a higher level.
5664
5665         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5666         most egregious messages.
5667
5668 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5671
5672 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5673
5674         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5675         up the file (bug#9351).
5676
5677 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5680         it does with all other backends, but decode the names immediately after
5681         getting them.
5682
5683         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5684         decoding nnimap groups.
5685
5686         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5687         newsrc file.  It doesn't seem like an important optimization any more.
5688
5689 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5690
5691         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5692         overflows.
5693
5694 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5695
5696         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5697         (gnus-interactive-exit): Extend to `quiet'.
5698
5699         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5700
5701         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5702         string.
5703
5704         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5705         renaming function arguments from `this'.
5706
5707         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5708
5709         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5710         has been renamed.
5711         (gnus-lrm-string-p): Include RLM and PDF, too.
5712
5713         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5714         (bug#9225).
5715
5716 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5717
5718         Add autoload cookies for functions used by sendmail.el.
5719         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5720
5721         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5722
5723 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-art.el (article-date-ut): Work properly even when there are
5726         things like Date header in the body; work for forwarded parts.
5727
5728 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5729
5730         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5731         original-article-buffer.
5732
5733 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5734
5735         * nnir.el (nnir-compose-result): Fix matching of server type.
5736         (nnir-run-swish++): Ditto.
5737         (nnir-run-namazu): Ditto.
5738         (nnir-run-notmuch): Ditto.
5739
5740 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5743         (bug#9405).
5744
5745         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5746         (bug#9421).
5747
5748         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5749         (bug#9425).
5750
5751         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5752         thing (bug#9426).
5753
5754 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5757         the error message.
5758
5759 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5760
5761         * message.el (message-setup-1): Return t (Bug#9392).
5762
5763 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5764
5765         * gnus-sum.el: When adding article headers to a summary buffer also
5766         update gnus-newsgroup-articles (bug#9386).
5767
5768 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * auth-source.el: Autoload help-mode.
5771
5772 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5775         names.
5776
5777 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5778
5779         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5780         mm-replace-in-string for compatibility issues.
5781         * mml2015.el (mml2015-epg-verify): Ditto.
5782
5783 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5786
5787         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5788
5789 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790
5791         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5792         continue on and do the clean-up phase (bug#9188).
5793
5794         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5795         just ignore groups that can't be opened instead of erroring out
5796         (bug#9225).
5797
5798         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5799         nil since some many people are fuddy-duddies.
5800
5801         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5802         images.
5803
5804         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5805         instead.
5806
5807         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5808
5809         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5810
5811         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5812         processing.
5813
5814         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5815         buffer to avoid warnings.
5816
5817 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5818
5819         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5820         specified to reduce precision.
5821
5822 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5825         bodystructures (bug#9314).
5826
5827 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5830         Make button keymap non-sticky after buttons.
5831
5832 2011-08-18  David Engster  <dengste@eml.cc>
5833
5834         * nnmairix.el (nnmairix-request-set-mark)
5835         (nnmairix-goto-original-article): Remove adding of article to registry,
5836         since `gnus-registry-add-group' isn't available anymore.
5837         (nnmairix-determine-original-group-from-registry):
5838         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5839         available anymore.
5840
5841 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5842
5843         * starttls.el (starttls-any-program-available): Define as obsolete
5844         function.
5845
5846 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5849         versions which Gnus use when appropriate.
5850
5851         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5852         a pretty destructive command.
5853
5854         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5855
5856 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * message.el (message-fix-before-sending): Make a different warning
5859         about NUL characters (bug#9270).
5860
5861         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5862         from custom (bug#9260).
5863
5864         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5865         things work in Emacs 22 and XEmacs, too.
5866
5867         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5868         default From.
5869
5870         * gnus-spec.el (gnus-lrm-string-p): New macro.
5871         (gnus-lrm-string): New constant.
5872         (gnus-summary-line-format-spec): LRM-ify the from.
5873         (gnus-tilde-max-form): LRM-ify string chopping.
5874
5875         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5876
5877         * message.el (message-is-yours-p): Allow disabling canlock checking
5878         (bug#9295).
5879         (message-shoot-gnksa-feet): Add `canlock-verify'.
5880         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5881         message directory isn't writable (bug#9304).
5882
5883         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5884         non-world-readable.
5885
5886 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5889         articles.
5890
5891 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5892
5893         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5894         copy-list.
5895
5896 2011-08-12  Sam Steingold  <sds@gnu.org>
5897
5898         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5899         in the reverse order to avoid modifying the cache with `nreverse'.
5900         (gnus-all-score-files): Do not modify the value returned by
5901         `gnus-score-find-alist' because it lives in a cache variable.
5902         (gnus-current-home-score-file): No need to `nreverse' the return value
5903         of `gnus-score-find-alist', it is already in the correct order.
5904
5905 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5906
5907         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5908         type MESSAGE and subtype RFC822 is slightly different from those of
5909         type TEXT.
5910
5911 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5912
5913         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5914         This allows article-referral to work from an nnir group.
5915
5916 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5917
5918         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5919
5920 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5921
5922         * mml1991.el (mml1991-epg-find-usable-key)
5923         (mml1991-epg-find-usable-secret-key): New function.
5924         (mml1991-epg-sign): Check if signing key is usable.
5925         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5926
5927 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5928
5929         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5930         server-variables only.  This should fix a bug introduced with commit
5931         e1889675b7f4adf057833c5513c9374134c4e053.
5932         (nnir-run-query): 'nnir-search-engine should not be set from the global
5933         environment.
5934
5935 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5936
5937         * nnir.el (nnir-search-thread): Position point on referring article
5938         line.
5939         (nnir-warp-to-article): Clean up summary buffers.
5940
5941         * nnimap.el (nnimap-request-thread): Whitespace fix.
5942
5943 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5944
5945         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5946
5947 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5948
5949         * starttls.el (starttls-available-p): Rename from
5950         `starttls-any-program-available' and changed return convention.
5951
5952 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5953
5954         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5955         `unix-sync' unless it's defined.
5956
5957 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5958
5959         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5960         `aref' for XEmacs compatibiltiy.
5961
5962 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5965
5966 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5967
5968         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5969         closures, quote the form properly (bug#9194).
5970
5971 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5974         (gnus-summary-insert-new-articles): Protect against servers that are
5975         down.
5976
5977 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5978
5979         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5980         in mm handle if none is specified.
5981
5982 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5983
5984         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5985
5986 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5987
5988         * nnir.el (nnir-search-thread): New function to make an nnir group
5989         based on a thread query.
5990
5991         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5992         of nnir in thread referral.
5993         (gnus-summary-refer-thread): Use it.
5994
5995         * nnimap.el (nnimap-request-thread): Use it.
5996
5997 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * shr.el (shr-tag-comment): Ignore HTML comments.
6000
6001 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
6002
6003         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
6004         argument.
6005         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
6006         Use `nnir-address' to handle server info rather than passing an arg.
6007
6008         * nnimap.el (nnimap-make-thread-query): New utility function to format
6009         an imap thread search query.
6010         (nnimap-request-thread): Use it.
6011
6012         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
6013         right select-method if we are not going back to the group buffer.
6014
6015 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
6018         enter invalid buffer configurations into the quit form (bug#9107).
6019         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
6020         unplugged/plugged.
6021
6022         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
6023         keep track of which ones are unread (bug#9061).
6024
6025         * gnus.el (gnus-refer-article-method): Allow entering any sexp
6026         (bug#9055).
6027
6028         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
6029         (bug#9041).
6030
6031         * gnus-html.el (mm-util): Require (bug#9073).
6032
6033         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
6034         (gnus-summary-refer-thread): Use it to remove duplicates in the
6035         un-threaded view (bug#9053).
6036         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
6037
6038 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
6039
6040         * nnir.el (nnir-read-server-parm): Use default value from global
6041         variable.  Without this the default search engine parameters aren't
6042         used at all.
6043
6044 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045
6046         * message.el (message-unique-id): Don't use the undocumented return
6047         value from (random t) (bug#9118).
6048
6049 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * message.el (message-auto-save-directory): If the ~/Mail directory
6052         doesn't exist, use ~ as the auto-save directory (bug#4432).
6053
6054         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
6055         hasn't already been started.
6056
6057 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058
6059         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
6060
6061         * message.el (message-reply): Work around mysterious bug where
6062         `message-mode' seems to overwrite the locally bound `subject' variable.
6063
6064 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
6065
6066         * nnimap.el (nnimap-request-thread): Ensure search is performed in
6067         correct group.
6068
6069         * gnus-int.el (gnus-request-thread): Add group argument.
6070
6071         * gnus-sum.el (gnus-summary-refer-thread): Use it.
6072
6073 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
6076
6077         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
6078         renamed to `debbugs-gnu-*'.
6079
6080 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
6081
6082         * plstore.el: Revert the editing feature since it is not urgent.
6083         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
6084         (plstore-mode-decoded): Remove.
6085
6086 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
6089         isn't very interesting any more, and it leaks potentially secret data.
6090         (gnus-debug): Remove.
6091
6092         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
6093         use of :custom-show.
6094
6095 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6096
6097         * plstore.el: Add documentation.
6098         (plstore-mode): New mode to edit plstore file.
6099         (plstore-mode-toggle-display, plstore-mode-original)
6100         (plstore-mode-decoded): New command.
6101         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6102         (plstore--insert-buffer, plstore--make): New function.
6103         (plstore-open, plstore-save): Simplify by using them.
6104
6105 2011-07-06  Glenn Morris  <rgm@gnu.org>
6106
6107         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6108
6109 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6112         no longer is much used.
6113         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6114         Articles".
6115
6116 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6117
6118         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6119         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6120         `notmuch' backend.
6121
6122 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * mm-decode.el (mm-text-html-renderer): Doc fix.
6125
6126         * gnus-msg.el (gnus-bug): Fix the MML tag.
6127
6128         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6129
6130 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6131
6132         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6133         secondary methods if started with `gnus-no-server'.
6134
6135 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6136
6137         * message.el (message-return-action): Fix typo in docstring.
6138
6139 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6142         bug reports at once.
6143
6144         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6145
6146 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * nndraft.el: Require gnus-group.
6149         (nndraft-request-list): Declare.
6150
6151         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6152         no unread article unless it matches gnus-permanently-visible-groups.
6153
6154         * nndraft.el (nndraft-update-unread-articles): New function.
6155         (nndraft-request-associate-buffer): Use it to update the number of
6156         unread articles for the nndraft groups in the group buffer when saving
6157         or killing a draft message.
6158
6159 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6162         systems to binary before writing and reading the mbox files.
6163
6164         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6165         instead of trying to list them all (bug#8978).
6166
6167 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6168
6169         * pop3.el (pop3-open-server): Use :end-of-capability.
6170
6171 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6174         the id is always a number.
6175
6176         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6177
6178         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6179         debbugs mode, if possible.
6180
6181 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6182
6183         * auth-source.el (auth-source-token-passphrase-callback-function):
6184         Reindent.
6185         (epg-context-operation): Remove unnecessary autoload.
6186
6187 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus.el (gnus-list-debbugs): New command.
6190
6191         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6192         mboxstat instead of the maintbox, since the stat seems to be fuller.
6193
6194         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6195         summary buffers.
6196
6197         * message.el (message-get-reply-headers): Delete all duplicates,
6198         instead of the first.
6199         (message-get-reply-headers): Ensure that we have progress while
6200         deleting duplicates.
6201
6202         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6203         gnus-posting-style value from the summary buffer to make it easier to
6204         make that a per-buffer conf.
6205
6206 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6207
6208         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6209         found by setting `shortcut' in 'query.
6210         (nnir-request-article): Use `shortcut' setting when requesting article
6211         by Message-ID.
6212
6213 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6214
6215         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6216         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6217         Bring the pseudo-headers back too.
6218
6219 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6220
6221         * auth-source.el (auth-source-token-passphrase-callback-function):
6222         Simplify and remove EPA dependency.
6223
6224 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6225
6226         * nnir.el (nnir-request-article): Fix error message text.
6227
6228 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6229
6230         * auth-source.el (plstore-delete): Autoload.
6231         (auth-source-plstore-search): Support delete operation.
6232         * plstore.el (plstore-delete): New function.
6233
6234 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6237         mark actually existing articles as unread rather than the ones that
6238         active asserts.
6239
6240 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6241
6242         * nntp.el (nntp-record-command):
6243         * gnus-util.el (gnus-message-with-timestamp-1):
6244         Use format-time-string rather than decoding time stamps by hand.
6245         This is simpler and insulates the code from potential changes to
6246         current-time format.
6247
6248 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6251
6252 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6253
6254         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6255         (plstore-save): Support public key encryption.
6256         (plstore--init-from-buffer): New function.
6257         (plstore-open): Use it; fix error when opening a non-existent file.
6258         (plstore-revert): Use plstore--init-from-buffer.
6259
6260 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6261
6262         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6263
6264 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6267         for old Emacsen.
6268
6269 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6270
6271         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6272         is not fully working.
6273
6274 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * dgnushack.el: Autoload sha1 on XEmacs.
6277
6278         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6279         quit window configuration.
6280
6281         * auth-source.el (epg-context-set-passphrase-callback):
6282         Remove duplicate autoload.
6283
6284 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6285
6286         * nnir.el (nnir-request-article): Allow requesting articles by
6287         Message-ID with nnimap.
6288
6289         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6290         current server.
6291
6292 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * auth-source.el: Autoload EPA/EPG functions.
6295         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6296         changed when EPA/EPG is not available.
6297         (auth-source-backend): Rename "arg" member to "data".
6298         (auth-source-backend-parse, auth-source-plstore-search)
6299         (auth-source-plstore-create): Use it.
6300
6301 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6302
6303         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6304         `gnus-refer-article-methods'.
6305
6306 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * auth-source.el: Require EPA and EPG.
6309         (auth-source-passphrase-alist): New variable.
6310         (auth-source-passphrase-callback-function)
6311         (auth-source-token-passphrase-callback-function): Callbacks for the
6312         netrc field encryption (GPG tokens).
6313         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6314         Symmetric encryption and decryption of the netrc GPG tokens.
6315         (auth-source-netrc-normalize): Use them, simplifying the closure.
6316
6317 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6320         is available.
6321
6322 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6325         non-nil, and `nnimap-split-methods' is nil, use the former.
6326
6327 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6328
6329         * plstore.el (plstore-revert): New function.
6330         (plstore-open): Use it; hide the buffer from user.
6331
6332 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6333
6334         * auth-source.el (auth-source-backend): New member "arg".
6335         (auth-source-backend-parse): Handle new backend 'plstore.
6336         * plstore.el: New file.
6337
6338 2011-06-30  Glenn Morris  <rgm@gnu.org>
6339
6340         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6341
6342 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6345         expiring articles to.
6346
6347         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6348         variations as ASCII (bug#5458).
6349
6350 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6353
6354 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355
6356         * message.el (message-point-in-header-p): Tweak the function to default
6357         to saying that we're not in the headers if there is no separator at
6358         all.  This makes it possible to use the Message version of `M-q' in
6359         buffers with no headers (bug#7987).
6360         (message-point-in-header-p): Fix last checkin to work with an empty
6361         mail-header-separator, too.
6362
6363         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6364         again, save the choice via customize.
6365
6366 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6369
6370         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6371         ended the connection, bail out before waiting infinitely on a new
6372         connection.
6373
6374 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6375
6376         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6377         reports.
6378
6379         * gnus.el (gnus-bug-package): Use "gnus."
6380         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6381
6382 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383
6384         * dgnushack.el: Make the timer warning go away on XEmacs.
6385
6386         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6387         animations going on at article exit time.
6388
6389         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6390         since removing it breaks people upgrading.
6391
6392         * shr.el (shr-put-image): Use the new interface for animating images.
6393         (shr-put-image): Animate for 60 seconds.
6394
6395         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6396         avoid compiler warnings.
6397
6398         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6399         error with `find-file-hooks' on Emacs 22.
6400         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6401         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6402         on all architectures.
6403
6404         * spam.el (spam-stat): Require in a normal fashion without binding
6405         `spam-stat-install-hooks' to avoid compilation warnings.
6406
6407         * spam-stat.el (spam-stat-install-hooks): Remove.
6408         (spam-stat-install-hooks): Don't run automatically.
6409
6410 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6411
6412         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6413         and keystroke.
6414
6415 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * auth-source.el (auth-source-netrc-cache): Move forward.
6418
6419 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * proto-stream.el (proto-stream-open-starttls): Use
6422         `gnutls-available-p' to see whether we have built-in support.
6423
6424         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6425         we already know.
6426         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6427         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6428
6429 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6432         %S format, since that looks odd.
6433         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6434         file, especially when saving.
6435
6436 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6437
6438         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6439         article found.
6440
6441 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6444         `auth-source-save-secrets' with a more sensitive alist that can be
6445         configured per file.  Experimental, so defaults to 'never.
6446         (auth-source-netrc-create): Use it.  Still experimental code.
6447         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6448         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6449
6450 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * auth-source.el (auth-source-save-secrets): New variable to control if
6453         secret tokens should be saved encrypted.
6454         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6455         to `auth-source-netrc-normalize'.
6456         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6457         on the EPA variables being defined.
6458         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6459         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6460         the lexical-let closure.
6461         (auth-source-netrc-create): Create "gpg:" tokens according to
6462         `auth-source-save-secrets'.
6463
6464 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-group.el (gnus-group-update-group): Add new argument
6467         `info-unchanged' that stops updating dribble buffer.
6468
6469         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6470         deletes lines matching to it in dribble buffer.
6471
6472         * gnus-agent.el (gnus-agent-fetch-group-1):
6473         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6474         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6475         * gnus-start.el (gnus-group-change-level):
6476         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6477
6478         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6479         if newsgroup info is not changed.
6480
6481         * gnus-group.el (gnus-group-get-new-news-this-group):
6482         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6483         Don't update dribble buffer.
6484
6485 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6488         remove entries with groups we ignore.
6489
6490 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6493         the underline comes at the bottom.
6494
6495 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6498         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6499         (gnus-registry-article-marks-to-names): Rename from
6500         `gnus-registry-user-format-function-M2'.
6501
6502 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6505         ephemeral group.
6506
6507 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508
6509         * shr.el (shr-browse-image): Copy the URL if called interactively.
6510
6511 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6514         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6515         done, then unselected articles may be marked as read.
6516
6517         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6518         since not doing this seems to lead to a race condition in pop3-logon.
6519
6520         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6521         so that the call chain it correct when we call "upwards".
6522
6523         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6524         in read-only groups.
6525
6526         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6527
6528         * message.el (message-cite-reply-position): Doc string fix.
6529
6530         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6531         avoid regexp overflow.
6532         (nnimap-transform-split-mail): Ditto.
6533
6534         * pop3.el (pop3-retr): Error out if the server closes the connection.
6535
6536 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6537
6538         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6539         mm-with-unibyte-current-buffer.  The buffer should not contain any
6540         multibyte chars anyway at this stage.
6541
6542 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6545         at the end of lines.
6546
6547 2011-05-29  Julien Danjou  <julien@danjou.info>
6548
6549         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6550
6551 2011-05-27  Glenn Morris  <rgm@gnu.org>
6552
6553         * gnus-group.el (gnus-bug-group-download-format-alist):
6554         Use the "maintainer" version of debian reports as well.
6555
6556 2011-05-26  Glenn Morris  <rgm@gnu.org>
6557
6558         * gnus-group.el (gnus-bug-group-download-format-alist):
6559         Use the "maintainer" version of debbugs.gnu.org reports.
6560
6561 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6564
6565 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6566
6567         * gnus-cus.el (gnus-agent-customize-category):
6568         * gnus-delay.el (gnus-delay-send-queue):
6569         * gnus.el (gnus-other-frame):
6570         Don't quote lambda expressions with `quote'.
6571
6572 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6573
6574         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6575         the thread moves us backwards and so we loop forever.
6576
6577 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6580         whitespace in base64 data lines.
6581
6582 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * gnus-registry.el (gnus-registry-user-format-function-M):
6585         Use `mapconcat'.
6586         (gnus-registry-user-format-function-M2): Use to see the full text of
6587         the marks.  Make "," the mark text separator.
6588
6589         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6590         authentication with auth-source.
6591
6592 2011-05-17  Glenn Morris  <rgm@gnu.org>
6593
6594         * gnus-group.el (gnus-import-other-newsrc-file):
6595         Use insert-file-contents.
6596
6597 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6600         1000 iterations.
6601
6602 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * nntp.el (nntp-open-connection): Check if process-type is available.
6605
6606 2011-05-16  Julien Danjou  <julien@danjou.info>
6607
6608         * shr.el (shr-tag-del): Add support for del tag.
6609
6610 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-html.el (gnus-html-put-image): Register a displayer.
6613
6614         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6615
6616 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * registry.el (prune-factor): New initialization parameter defaulting
6619         to 0.1.
6620         (registry-prune-hard): Use it.
6621
6622         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6623         0.1 expicitly.
6624
6625 2011-05-13  Glenn Morris  <rgm@gnu.org>
6626
6627         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6628         is bound, since this function requires sendmail.
6629
6630 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6631
6632         * registry.el (registry-usage-test): Disable pruning test.
6633
6634 2011-05-11  David Engster  <dengste@eml.cc>
6635
6636         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6637         Bind set-network-process-option for XEmacs.
6638
6639 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * registry.el (registry-prune-hard-candidates)
6642         (registry-prune-soft-candidates): Helper methods for registry pruning.
6643         (registry-prune): Use them.  Make the sort function optional.
6644
6645 2011-05-10  Jim Meyering  <meyering@redhat.com>
6646
6647         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6648
6649 2011-05-10  Julien Danjou  <julien@danjou.info>
6650
6651         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6652         symbol and not a list.
6653
6654 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-art.el (gnus-article-mode): Move binding of
6657         shr-put-image-function here from gnus-article-prepare-display.
6658
6659         * shr.el (shr-put-image-function): New variable.
6660         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6661         (shr-put-image): Return scaled image.
6662
6663         * gnus-art.el (gnus-shr-put-image): New function.
6664         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6665
6666         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6667         original ones, as deletable.
6668
6669 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6670
6671         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6672
6673 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6674
6675         * registry.el (registry-full): Add convenience method.  Fix logic.
6676         (registry-insert): Use it.  Fix logic here too.
6677
6678         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6679         `registry-prune' if `registry-full' returns t.
6680         (gnus-registry-handle-action)
6681         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6682         (gnus-registry-usage-test): Use it.
6683
6684 2011-05-07  Julien Danjou  <julien@danjou.info>
6685
6686         * shr.el (shr-link): Make shr-link inherit from link by default.
6687
6688 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6691
6692 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6695         error out because the face is not a list.
6696
6697 2011-05-05  Glenn Morris  <rgm@gnu.org>
6698
6699         * proto-stream.el (gnutls-negotiate): Fix declarations.
6700
6701         * gnus-start.el (gnus-propagate-marks): Declare.
6702
6703 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * registry.el (registry-reindex): Fix percentage message.
6706
6707         * proto-stream.el (network-stream-open-starttls): Adjust to call
6708         `gnutls-negotiate' with :process and :hostname arguments.
6709
6710 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * shr.el: Add shr-link face for links.
6713         (shr-urlify): Use it.
6714
6715         * registry.el (registry-insert): Make error message more helpful.
6716
6717 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus-html.el (gnus-html-schedule-image-fetching):
6720         Use url-queue-retrieve, if it exists.
6721
6722         * shr.el (shr-tag-img): Ditto.
6723
6724         * gnus.el: Autoload more gnus-agent functions.
6725
6726         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6727         agent if we haven't already (bug#8502).
6728
6729         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6730         into the Agent, too.
6731
6732         * gnus-agent.el (gnus-agent-store-article): New function.
6733
6734         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6735         and moved from that file for reuse.
6736
6737         * pop3.el (pop3-open-server): Error messages are "-ERR".
6738
6739 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740
6741         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6742         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6743
6744 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6745
6746         * gnus.el: No Gnus v0.17 is released.
6747
6748 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6749
6750         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6751         buffer has moved to a different frame.
6752
6753 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6756         to get the conversion from unibyte to multibyte buffers to work on
6757         Emacs 22.
6758
6759         * nntp.el (nntp-request-article): Slight clean-up.
6760
6761 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * shr.el (shr-strike-through): New face.
6764         (shr-tag-s): Use it to provide <s> support.
6765         (shr-tag-s): Remove duplicate definition.
6766
6767 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6770         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6771
6772 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6775         `gnutls-negotiate'.
6776         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6777
6778 2011-04-23  Glenn Morris  <rgm@gnu.org>
6779
6780         * gnus-sum.el (gnus-extra-headers): Bump :version.
6781
6782 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * shr.el (shr-tag-sup): New function.
6785         (shr-tag-sub): Ditto.
6786
6787 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6790         for the case where `gnus-registry-ignored-groups' is a list of lists,
6791         and don't call `gnus-parameter-registry-ignore' otherwise.
6792
6793 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * nnimap.el (nnimap-user): New backend variable.
6796         (nnimap-open-connection-1): Use it.
6797         (nnimap-credentials): Accept user parameter so it's explicit what user
6798         name is desired.
6799
6800         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6801         default.
6802
6803         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6804         not gnus-registry.el.
6805
6806         * gnus-registry.el: Mention in comments how to modify
6807         `gnus-extra-headers' for proper recipient tracking and that it may
6808         already have To and Cc recently, which it does as of this commit.
6809         (gnus-registry-ignored-groups): Remove defcustom.
6810         Explain why in comments.
6811         (gnus-registry-action): Fix data-header reference to use the extra
6812         headers.  Explain in package commentary how to add To and Cc headers to
6813         the gnus-extra-headers.
6814         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6815         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6816         parameter list or a string list in `gnus-registry-ignored-groups'.
6817         Fix logic error.
6818
6819 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * shr.el (shr-expand-url): Protect against null urls.
6822
6823 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * shr.el (shr-base): New binding.
6826         (shr-tag-base): Keep track of <base>.
6827         (shr-expand-url): New function used throughout.
6828
6829 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * gnus-registry.el
6832         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6833         (gnus-registry-ignored-groups): New variable.
6834         (gnus-registry-ignore-group-p): Use it.
6835         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6836         set the destination group to nil (same as delete) if it's ignored.
6837
6838 2011-04-20  David Engster  <dengste@eml.cc>
6839
6840         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6841
6842         * Makefile.in (test-nntp): New rule.
6843         (check): Add it.
6844         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6845
6846 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-registry.el (gnus-registry-action)
6849         (gnus-registry-fetch-header-fast):
6850         Don't use mail-header that looks an internal function of mailheader.el.
6851
6852 2011-04-19  Glenn Morris  <rgm@gnu.org>
6853
6854         * time-date.el (time-to-days): Remove unused local variables.
6855
6856 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-registry.el: Eliminate cl functions.
6859         (gnus-registry-sort-addresses): New function that replaces mapcan.
6860         (gnus-registry-action, gnus-registry-spool-action)
6861         (gnus-registry-split-fancy-with-parent)
6862         (gnus-registry-fetch-recipients-fast): Use it.
6863         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6864
6865         * registry.el (initialize-instance, registry-lookup)
6866         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6867         (registry-lookup-secondary-value, registry-search, registry-delete)
6868         (registry-insert, registry-reindex, registry-size, registry-prune):
6869         Use eval-and-compile.
6870
6871 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * registry.el (registry-reindex): New method to recreate the secondary
6874         registry indices.
6875
6876         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6877         tracked field changes.
6878         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6879         (gnus-registry-action, gnus-registry-spool-action)
6880         (gnus-registry-handle-action)
6881         (gnus-registry--split-fancy-with-parent-internal)
6882         (gnus-registry-split-fancy-with-parent)
6883         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6884         move, and delete actions, and for fancy splitting with parent.
6885         (gnus-registry-extract-addresses)
6886         (gnus-registry-fetch-recipients-fast)
6887         (gnus-registry-fetch-header-fast): Convenience functions.
6888         (gnus-registry-misc-test): ERT test of
6889         `gnus-registry-extract-addresses'.
6890
6891 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6894         Track by subject first, then sender.
6895
6896 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6897
6898         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6899
6900         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6901         Lisp.
6902
6903         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6904         (gnus-draft-send): Use it to avoid popping
6905         up frames from gnus-group-send-queue.
6906
6907 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6908
6909         * gnus-registry.el: Updated gnus-registry docs.
6910
6911 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6914         Fix logic bug.
6915         (gnus-registry-post-process-groups): Fix logging of no results and
6916         quote sender and subject.
6917
6918 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6921         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6922         gnutls-cli are too slow to be done opportunistically.
6923
6924         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6925         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6926         we had no early-data returned.
6927         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6928         two async commands to the same server at the same time.
6929
6930 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6931
6932         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6933
6934 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6937         "warning" level.
6938
6939         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6940         (mm-url-insert-file-contents): Don't set the package names.
6941
6942 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6943
6944         * gnus-registry.el (gnus-registry-action): Remove properties and
6945         simplify subject in `gnus-registry-handle-action'.
6946         (gnus-registry-spool-action): Get subject and sender from message if
6947         they are not passed in.
6948         (gnus-registry-handle-action): Remove properties and simplify subject
6949         consistently.
6950
6951 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6952
6953         * registry.el: Require CL before using defmacro*.
6954
6955 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-art.el (article-treat-date): Assume that
6958         gnus-article-date-headers may be a group parameter.
6959
6960 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6963
6964         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6965         interactively so the newsrc file can contain foreign groups too.
6966         Useful for debugging but not much for users.
6967
6968 2011-04-07  David Engster  <dengste@eml.cc>
6969
6970         * registry.el (registry-usage-test): Only do
6971         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6972         lexical binding.
6973
6974 2011-04-07  David Engster  <dengste@eml.cc>
6975
6976         * Makefile.in (check, test-registry): New rules for test-suite.
6977
6978 2011-04-06  David Engster  <dengste@eml.cc>
6979
6980         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6981         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6982
6983 2011-04-06  David Engster  <dengste@eml.cc>
6984
6985         * registry.el (initialize-instance): Change :after to :AFTER to be
6986         compatible with old EIEIO version in XEmacs.
6987
6988 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * gnus-registry.el (gnus-registry-post-process-groups)
6991         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6992         and provide better messaging.
6993
6994 2011-04-06  David Engster  <dengste@eml.cc>
6995
6996         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6997         errors.
6998
6999         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
7000         dgnushack-compile with error-on-warn enabled, and to signal an error if
7001         clean compilation failed.
7002         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
7003         with `byte-compile-error-on-warn'.  Return nil if errors occured.
7004
7005 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * gnus-registry.el: Don't use ERT if it's not available.  Load it
7008         unconditionally anyway, discarding errors.
7009         (gnus-registry-delete-entries): New convenience function.
7010         (gnus-registry-import-eld): Import from old .eld registry.
7011
7012         * registry.el: Don't use ERT if it's not available.  Load it
7013         unconditionally anyway, discarding errors.
7014
7015         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
7016         version from the Claudio Bley GnuTLS patch (extra optional parameters
7017         and host name).
7018
7019 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
7020
7021         * gnus-registry.el (gnus-registry-fixup-registry): New function to
7022         fixup the parameters that can be customized by the user between
7023         save/read cycles.
7024         (gnus-registry-read): Use it.
7025         (gnus-registry-make-db): Use it.
7026         (gnus-registry-spool-action, gnus-registry-handle-action):
7027         Fix messaging.
7028         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
7029         Map references to actual group names with sender and subject tracking.
7030         (gnus-registry-post-process-groups): Use `cond' for better messaging.
7031         (gnus-registry-usage-test): Add subject lookup test.
7032
7033         * registry.el (registry-db, initialize-instance): Set up constructor
7034         instead of :initform arguments for the sake of older Emacsen.
7035         (registry-lookup-breaks-before-lexbind): New method to demonstrate
7036         pre-lexbind merge bug.
7037         (registry-usage-test): Use it.
7038         (initialize-instance, registry-db): Move the non-function initforms
7039         back to the class definition.
7040
7041 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * registry.el: New library to manage gnus-registry-style data.
7044
7045         * gnus-registry.el: Use it (major rewrite).
7046
7047         * nnregistry.el: Use it.
7048
7049         * spam.el: Use it.
7050
7051 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
7054         marks on non-selected articles.
7055
7056 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
7057
7058         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
7059         parameter to open-protocol-stream.
7060
7061 2011-04-01  Julien Danjou  <julien@danjou.info>
7062
7063         * mm-view.el (mm-display-inline-fontify): Do not fontify with
7064         fundamental-mode.
7065
7066 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7067
7068         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
7069         servers.
7070
7071 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7072
7073         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
7074         made marks not propagate, again.
7075
7076 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
7077
7078         * proto-stream.el (open-protocol-stream): Bring back `network' type.
7079         Make this the default type.
7080         (proto-stream-open-plain): Rename from proto-stream-open-default.
7081         (open-protocol-stream, proto-stream-open-starttls)
7082         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
7083         with `plain'.
7084
7085         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
7086         value.
7087
7088         * nntp.el (nntp-open-connection-function): Document the fact that some
7089         values are not functions but are instead handled specially.
7090         Recognize nntp-open-plain-stream value.
7091         (nntp-open-connection): Recognize that value.
7092
7093 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7096         where it seems to be needed.
7097
7098 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7099
7100         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7101         stuff.
7102
7103         * gnus-score.el (gnus-score-string): Fix calling convention of
7104         `gnus-simplify-buffer-fuzzy' after last patches.
7105
7106         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7107         server for articles we didn't get any headers for.  This is a sanity
7108         check.
7109
7110 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7111
7112         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7113         new CAPABILITY, use it.
7114
7115 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7118         downloading anything.
7119
7120         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7121
7122 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7123
7124         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7125         colors.
7126         (gnus-splash-svg-color-symbols): New function.
7127
7128 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7131         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7132         (gnus-simplify-subject-fuzzy): Use the local
7133         gnus-simplify-subject-fuzzy-regex instead of the global one.
7134         This makes using this variable in group parameters work.
7135
7136 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * gnus-registry.el (gnus-registry-unfollowed-groups):
7139         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7140         archive:sent-YYYY-MM-DD groups).
7141         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7142         tracking if there are more than `gnus-registry-max-track-groups'
7143         matches.
7144
7145 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * message.el (message--yank-original-internal): New function to do the
7148         insertion cleanly inside eval in `message-yank-original'.
7149         (message-yank-original): Use it.
7150
7151 2011-03-29  Julien Danjou  <julien@danjou.info>
7152
7153         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7154         local variables disabled rather than `normal-mode'.
7155
7156 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7157
7158         * imap.el (imap-shell-open, imap-process-connection-type):
7159         Use imap-process-connection-type for 'shell' streams as well as
7160         Kerberos, SSL, other subprocesses.
7161
7162 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7163
7164         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7165         with open-network-stream.
7166         (proto-stream-always-use-starttls): Option removed.
7167         (open-protocol-stream): Return a process object by default.  Provide a
7168         new parameter :return-list specifying a list-type return value, which
7169         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7170         :type `network' to `try-starttls', and `network-only' to `default'.
7171         Make `default' the default, for compatibility with open-network-stream.
7172         Handle the no-parameter case exactly as open-network-stream, with no
7173         additional stream processing.  Search plists using plist-get.
7174         Explicitly add :end-of-commend parameter if it is missing.
7175         (proto-stream-open-default): Rename from
7176         proto-stream-open-network-only.  Return 'default as the type.
7177         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7178         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7179         failed.  Always return a list with a (possibly dead) process as the
7180         first element, for compatibility with open-network-stream.
7181         (proto-stream-open-tls): Use plist-get.  Always return a list.
7182         (proto-stream-open-shell): Return `default' as connection type.
7183         (proto-stream-capability-open): Use plist-get.
7184         (proto-stream-eoc): Function deleted.
7185
7186         * nnimap.el (nnimap-stream, nnimap-open-connection)
7187         (nnimap-open-connection-1): Handle renaming of :type parameter for
7188         open-protocol-stream.
7189         (nnimap-open-connection-1): Pass a :return-list parameter
7190         open-protocol-stream to obtain a list return value.  Parse this list
7191         using plist-get.
7192
7193         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7194         for open-protocol-stream.  Accept open-protocol-stream return value
7195         that is a subprocess object instead of a list.  Handle the case of a
7196         dead returned process.
7197
7198 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7201
7202         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7203
7204 2011-03-21  Julien Danjou  <julien@danjou.info>
7205
7206         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7207         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7208         query.
7209         (mm-inline-text): Render normal text with fontification whenever
7210         possible.
7211
7212         * gnus-sum.el (gnus-summary-save-parts-1):
7213         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7214         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7215         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7216         Use `mm-handle-filename'.
7217
7218         * mm-util.el (mm-handle-filename): New function, return the filename of
7219         an handle.
7220
7221 2011-03-18  Julien Danjou  <julien@danjou.info>
7222
7223         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7224         (gnus-buffer-live-p): Check that buffer is not nil.
7225
7226 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7227
7228         * gnus.el: No Gnus v0.15 is released.
7229
7230 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7233         avoid warning on XEmacs.
7234
7235         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7236         on XEmacs.
7237
7238         * gnus-art.el: Require mouse, which the build bot seems to say is
7239         needed.
7240
7241         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7242
7243         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7244         XEmacs, since it doesn't have url-retrieve-synchronously.
7245
7246         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7247         since assoc-string doesn't exist in XEmacs.
7248
7249 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7250
7251         * gnus-group.el (gnus-group-list-ticked): New function.
7252         (gnus-group-make-menu-bar): Provide a menu entry for it.
7253         (gnus-group-list-map): Provide a binding for it.
7254
7255 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7256
7257         * shr.el (shr-visit-file): New command.
7258
7259         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7260
7261 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7262
7263         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7264         servers.
7265
7266 2011-03-16  Julien Danjou  <julien@danjou.info>
7267
7268         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7269         inline.
7270
7271         * gnus-art.el (article-hide-list-identifiers):
7272         Use gnus-group-get-list-identifiers.
7273
7274         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7275         (gnus-summary-remove-list-identifiers):
7276         Use gnus-group-get-list-identifiers to get regexp.
7277         (gnus-select-newsgroup, gnus-summary-insert-subject)
7278         (gnus-summary-insert-articles):
7279         Call gnus-summary-remove-list-identifiers unconditionally.
7280
7281 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7284         we're selecting a group with unread articles.
7285
7286         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7287
7288         * gssapi.el: New file separated out from imap.el to provide a general
7289         Kerberos 5 connection facility for Emacs.
7290
7291         * message.el (message-elide-ellipsis): Document the format spec
7292         ellipsis.
7293
7294 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * message.el (message-elide-region): Allow the ellipsis to say how many
7297         lines were removed.
7298
7299 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7302         window configurations containing buffers that are now dead.
7303
7304         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7305         parsing to avoid integer overflows.
7306         (nnimap-parse-flags): Simplify the last change.
7307         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7308         too large for 32-bit Emacsen.
7309
7310 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7311
7312         * auth-source.el (auth-source-netrc-create):
7313         * message.el (message-yank-original): Fix use of `case'.
7314
7315 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7316
7317         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7318         XEmacs, which was one character too wide.
7319
7320 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7321
7322         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7323         default number of articles to display.
7324         (gnus-articles-to-read): Use pretty names for prompt.
7325
7326 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327
7328         * gnus-int.el (gnus-open-server): Ditto.
7329
7330         * gnus-start.el (gnus-activate-group): Give a backtrace if
7331         debug-on-quit is set and the user hits `C-g'.
7332         (gnus-read-active-file): Ditto.
7333
7334         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7335
7336 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7337
7338         * message.el (message-yank-original): Use cond instead of CL case.
7339
7340 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7341
7342         * auth-source.el (auth-source-netrc-create): Use usual format for the
7343         default in prompts.
7344
7345 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * lpath.el: Fbind read-char-choice for XEmacs.
7348
7349 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7350
7351         * auth-source.el (auth-source-netrc-create): Show the default in the
7352         prompt when prompting for token creation.
7353
7354 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * auth-source.el (auth-source-format-prompt): Always convert the value
7357         to a string to avoid evaluating non-string arguments.
7358         (auth-source-netrc-create): Offer default properly, not as initial
7359         content in `read-string'.
7360         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7361         of line to determine if we've been run before.  If so, don't run again,
7362         but print a trivial message to indicate the cache was hit instead.
7363
7364 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7367         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7368         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7369         Gnus.
7370
7371 2011-03-11  Julien Danjou  <julien@danjou.info>
7372
7373         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7374         modified file".
7375
7376 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * auth-source.el (auth-source-read-char-choice): New function to read a
7379         character choice using `dropdown-list', `read-char-choice', or
7380         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7381         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7382         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7383         (auth-source-netrc-saver): Use it.
7384         (auth-source-pick-first-password): New convenience function.
7385
7386 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7389         parameter in the credentials.
7390         (nnimap-open-connection-1): Use it after a successful login.
7391         (nnimap-credentials): Add IMAP-specific user and password prompt.
7392
7393         * auth-source.el (auth-source-search): Add :require parameter, taking a
7394         list.  Document it and the :save-function return token.  Pass :require
7395         down.  Change the CREATED message from a warning to a debug statement.
7396         (auth-source-search-backends): Pass :require down.
7397         (auth-source-netrc-search): Pass :require down.
7398         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7399         Change save prompt to indicate all modifications saved here are
7400         deletions.
7401         (auth-source-netrc-create): Take user login name as default in user
7402         prompt.  Move all the save functionality to a lexically bound function
7403         under the :save-function token in the returned list.  Set up clearer
7404         default prompts for user, host, port, and secret.
7405         (auth-source-netrc-saver): New function, intended to be wrapped for
7406         :save-function.
7407
7408 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7411         lines to be spaces instead.
7412
7413 2011-03-07  Julien Danjou  <julien@danjou.info>
7414
7415         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7416         (sieve-sasl-auth): Check that auth-source-search did return something,
7417         or just return an empty string.
7418
7419 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7420
7421         * gnus.el (gnus-interactive): Use read-directory-name.
7422
7423         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7424         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7425         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7426         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7427         Likewise.
7428
7429         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7430
7431 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7432
7433         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7434         onto the list of killed groups, too.  This makes killed nnimap groups,
7435         for instance, more reliably not reappear.
7436
7437         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7438         the parent.
7439
7440         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7441
7442         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7443         really have server-side marks.
7444
7445         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7446         since most backends do not usefully have server-side marks.
7447         (gnus-update-read-articles): Propagate marks to all backends that
7448         really have server-side marks.
7449
7450 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7451
7452         * message.el (message-cite-reply-position, message-cite-style):
7453         New variables.
7454         (message-yank-original): Use the new citation styles.
7455
7456 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7457
7458         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7459         buffer-local issue); don't mark it buffer-local when running under
7460         XEmacs.
7461
7462 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7463
7464         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7465         numbers too big to be `read'.
7466
7467 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * password-cache.el (password-in-cache-p): Add autoload.
7470
7471         * message.el (message-options): Make buffer-local two ways to attempt
7472         to fix a XEmacs bug.
7473
7474 2011-03-02  Julien Danjou  <julien@danjou.info>
7475
7476         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7477
7478 2011-03-01  Julien Danjou  <julien@danjou.info>
7479
7480         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7481         group.
7482         (article-hide-list-identifiers): Use list-identifier group parameter.
7483
7484 2011-02-28  Julien Danjou  <julien@danjou.info>
7485
7486         * sieve.el (sieve-buffer-script-name): New local variable to store
7487         sieve script name.
7488         (sieve-edit-script): Store sieve script name.
7489         (sieve-upload): Use sieve script name when uploading.
7490         (sieve-upload): Use substitute-command-keys.
7491         (sieve-edit-script): Use substitute-command-keys.
7492         (sieve-refresh-scriptlist): Use substitute-command-keys.
7493         (sieve-manage-mode-map): Define keymap properly.
7494         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7495         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7496         Remove commented code about cvs.
7497         (sieve-manage-quit): New function.
7498         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7499
7500 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7503
7504 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * auth-source.el (auth-source-search): Cache empty result sets.
7507
7508         * password-cache.el (password-in-cache-p): Convenience function to
7509         check if a key is in the cache, even if the value is nil.
7510
7511         * auth-source.el (auth-source-save-behavior): New variable to replace
7512         `auth-source-never-create'.
7513         (auth-source-netrc-create): Use it.
7514         (auth-source-never-save): Remove.
7515
7516 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7517
7518         * nnimap.el (nnimap-stream): Doc fix.
7519         (nnimap-open-connection-1): Reverse the order of the ports to that the
7520         prompted-for port is first.
7521
7522         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7523         retrieval by the no-group selection.
7524
7525         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7526         numerical parameters.
7527
7528 2011-02-25  Julien Danjou  <julien@danjou.info>
7529
7530         * gnus-gravatar.el: Use gnus-with-article-buffer.
7531
7532         * gnus-art.el (gnus-with-article-buffer): Check that the
7533         gnus-article-buffer is alive.
7534
7535 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7536
7537         * auth-source.el (auth-source-creation-prompts): New variable to manage
7538         creation-time prompts.
7539         (auth-source-search): Document it.
7540         (auth-source-format-prompt): Add utility function.
7541         (auth-source-netrc-create): Don't default the user name to
7542         user-login-name.  Use `auth-source-creation-prompts' and some default
7543         prompts for user, host, port, and password (the default generic prompt
7544         remains ugly).
7545         (auth-source-never-save): Add customizable option to never save info.
7546         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7547         mode excursion.
7548
7549 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7552         argument that XEmacs doesn't support.
7553
7554         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7555         compiled for Emacsen having no `libxml-parse-html-region' support.
7556
7557         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7558
7559         * lpath.el: Bind buffer-save-without-query for XEmacs.
7560
7561 2011-02-23  Julien Danjou  <julien@danjou.info>
7562
7563         * gnus-art.el (article-make-date-line): Ignore errors if time is
7564         invalid and not convertible.
7565         (article-make-date-line): Only add lapsed time if time is not nil.
7566
7567 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7570         `read-char-choice' for backwards compatibility.
7571         (auth-source-netrc-element-or-first): New function to DTRT for
7572         parameter extraction.
7573         (auth-source-netrc-create): Use it and fix multiple parameter print
7574         bug.  Use the default passed from above (given-default) or the
7575         built-in (user-login-name for :user).
7576
7577 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7578
7579         * gnus-start.el (gnus-dribble-read-file):
7580         Set buffer-save-without-query, since we always want to save the dribble
7581         file, probably.
7582
7583         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7584         nnimap.
7585
7586         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7587         -summary- since it's a user-visible variable.
7588
7589         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7590         first time you use the new Gnus.
7591
7592 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7593
7594         * auth-source.el: Don't load netrc.el.
7595         (auth-sources): Search ~/.netrc as well by default.
7596         (auth-source-debug): Add 'trivia option for extra output.
7597         (auth-source-do-trivia): Use it.
7598         (auth-source-search): Simplify logic to use
7599         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7600         appropriate.  Don't keep a running count at this level.  Layer :create
7601         and :delete options appropriately on the first and second passes.
7602         Don't track the backend with the search results.
7603         (auth-source-search-backends): New function to search a list of
7604         backends for a processed spec.
7605         (auth-source-netrc-parse): Cache all netrc files, making
7606         auth-source-netrc-cache an alist keyed by the file name and using the
7607         file mtime as the caching criterion.  Keep the obfuscated data secret
7608         with a lexical bind.
7609         (auth-source-netrc-search): Don't calculate the length of the results
7610         unnecessarily.
7611         (auth-source-search-backends): Fix bug.
7612         (auth-source-netrc-create): Rework prompts.
7613
7614 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7615
7616         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7617         Lower case names of search constraints.
7618         (nnir-run-query): Cache and reuse search constraints for all imap
7619         servers.
7620
7621 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7622
7623         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7624         after exit.
7625         (gnus-setup-message): Define missing variable from last checkin.
7626
7627         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7628         value, show the raw article.
7629
7630 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7631
7632         * gnus.el: No Gnus v0.13 is released.
7633
7634 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7635
7636         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7637         auth-source now accepts numbers.
7638
7639         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7640         spec, too.
7641         (auth-source-ensure-strings): New function.
7642
7643         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7644         (gnus-article-setup-buffer): Always restart the date timer so that user
7645         changes to the frequency is respected.
7646
7647         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7648         port numbers, so make sure it gets that if nnimap-server-port is
7649         explicit.
7650
7651 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7652
7653         * nnimap.el (nnimap-inbox): Doc fix.
7654
7655 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7656
7657         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7658         Autoload.  Add optional arg FRAME, and pass it to color-values.
7659         (color-complement): Caller changed.  Doc fix.
7660         (color-gradient): Rewrite for better clarity and efficiency.
7661
7662 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7663
7664         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7665         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7666         color-lab-to-srgb.
7667
7668 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7669
7670         * color.el: First part of merge from hexrgb.el.
7671         (color-rgb-to-hex): Rename from color-rgb->hex.
7672         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7673         saturation to zero if the value is too small.
7674         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7675         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7676         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7677         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7678         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7679         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7680         (color-cie-de2000): Doc fix.
7681
7682 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7683
7684         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7685         given method as in the group name if we're using an extended method.
7686         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7687         command, if we're using that, instead of waiting for the beginning.
7688
7689         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7690         we're sure to get unique server names, and we don't output two async
7691         commands in the same buffer.  This fixes an NNTP hang for some users.
7692
7693 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7694
7695         * gnus.el: No Gnus v0.11 is released.
7696
7697 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7700         summary buffer before reading going to the next buffer.  This avoids
7701         putting the point in the group buffer if you `C-g' the command.
7702
7703         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7704         cache (for now) to make ~/.authinfo.gpg files usable.
7705
7706         * nnfolder.el (copyright-update): Define for the compiler.
7707
7708         * auth-source.el (auth-source-search): Fix unbound variable.
7709
7710 2011-02-19  Glenn Morris  <rgm@gnu.org>
7711
7712         * gnus.el (gnus-meta): Doc fix.
7713
7714 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7715
7716         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7717         in case it's not yet loaded.
7718
7719 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7720
7721         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7722         line we're waiting for.
7723
7724 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7725
7726         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7727         face with line-width greater than zero will cause RET in gnus summary
7728         buffer to scroll down article page-wise because auto vscroll happens,
7729         it should be temporally disabled when doing a scroll-up.
7730
7731 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7732
7733         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7734         outputs from the server.
7735
7736 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7737
7738         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7739         later so that bbdb can hook in easier.
7740
7741 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7742
7743         * auth-source.el (auth-source-search): Don't try to create credentials
7744         if the caller doesn't want that.
7745         (auth-source-search): If we don't find a match, don't bug out on
7746         non-bound variables.
7747         (auth-source-search): Only ask a single backend to create the
7748         credentials.
7749
7750         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7751         logging.
7752         (nnimap-credentials): Protect against auth-source-search returning nil.
7753         (nnimap-request-list): Protect against not being able to open the
7754         server.
7755
7756 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7757
7758         * auth-source.el (auth-source-search): Do a two-phase search, one with
7759         no :create to get the responses from all backends.
7760
7761         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7762         when getting credentials.
7763
7764         * gnus-util.el (gnus-delete-duplicates): New function.
7765
7766 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7769         a creation default, pass the whole port list down.  It will be
7770         completed.
7771
7772         * auth-source.el (auth-source-search): Updated docs to talk about
7773         multiple creation choices.
7774         (auth-source-netrc-create): Accept a list as a value (from the search
7775         parameters) and do completion on that list.  Keep a separate netrc line
7776         with the password obscured for showing the user.
7777
7778         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7779         first choice to `auth-source-search' so it will be used for entry
7780         creation instead of the server's Gnus-specific name.
7781         (nnimap-credentials): Rely on the auth-source library to select which
7782         port is actually wanted in the new netrc entry, so don't override
7783         `auth-source-creation-defaults'.
7784
7785         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7786         :protocol and accept a missing user, host, or port as a wildcard match.
7787         (auth-source-debug): Default to off.
7788
7789         (auth-source-netrc-search, auth-source-netrc-create)
7790         (auth-source-secrets-search, auth-source-secrets-create)
7791         (auth-source-user-or-password, auth-source-backend, auth-sources)
7792         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7793         instead of :protocol.
7794
7795         * nnimap.el (nnimap-credentials): Pass a port default to
7796         `auth-source-search' in case an entry needs to be created.
7797         (nnimap-open-connection-1): Use :port instead of :protocol.
7798
7799 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * auth-source.el: Bind load-path when loading EIEIO from
7802         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7803         21.4 doesn't support, to `require'.
7804         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7805         delete-dups that is not available in XEmacs 21.4.
7806
7807 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7808
7809         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7810         as EIEIO must also be loaded when auth-source.el is being
7811         byte-compiled.
7812
7813 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7814
7815         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7816
7817         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7818
7819         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7820
7821         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7822
7823         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7824
7825         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7826
7827         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7828
7829         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7830         necessary.
7831
7832 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7835         nil means that nnimap doesn't get updated.
7836
7837 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7840         result when the user doesn't want to write to the file.
7841         (auth-source-netrc-search): Expect a synthetic result and proceed
7842         accordingly.
7843         (auth-source-cache-expiry): New variable to override
7844         `password-cache-expiry'.
7845         (auth-source-remember): Use it.
7846
7847         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7848         parameter.  Create entry if necessary by using :create t.
7849         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7850
7851 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7852
7853         * auth-source.el (auth-source-debug): Enable by default and don't
7854         mention the obsolete `auth-source-hide-passwords'.
7855         (auth-source-do-warn): New function to debug unconditionally.
7856         (auth-source-do-debug): Use it.
7857         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7858         and for Secrets API entries when the secrets.el library is not
7859         available.
7860
7861 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7862
7863         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7864         (gnus-summary-exit): Kill the correct article buffer on exit from a
7865         `C-d' group.
7866
7867         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7868         gnus-propagate-marks.
7869
7870         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7871         before killing the buffers so that a non-full window conf gets handled
7872         correctly.
7873         (gnus-summary-exit): Ditto.
7874         (gnus-summary-read-group-1): Ditto.
7875
7876         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7877         async code again so that we can debug it properly.
7878
7879         * message.el (message-reply): Take an optional switch-buffer parameter
7880         so that Gnus window confs are respected better.
7881
7882 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7883
7884         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7885         `plist-get' to accept non-list parameters (XEmacs issue).
7886         Fix docstring.
7887         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7888         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7889         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7890         Login collection is "Login" and not "login".
7891
7892 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7895         multiple headers.
7896
7897         * nnimap.el (nnimap-inhibit-logging): New variable.
7898         (nnimap-log-command): Don't log login commands.
7899
7900         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7901         to have more parameters.
7902
7903         * nnimap.el (nnimap-send-command): Mark the command time for each
7904         command, so that we don't get NOOPs stepping on our toes.
7905
7906         * gnus-art.el (article-date-ut): Get the date from the Date header on
7907         `t'.
7908
7909 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * auth-source.el (auth-source-search): Use copy-sequence instead of
7912         the cl.el copy-list.
7913
7914 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * imap.el: Bring it back (revert
7917         84d800cd31de3064f0ed39617d725709a2f8f42f).
7918
7919 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7920
7921         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7922         Improve prompt.
7923
7924 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7925
7926         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7927         washing status from the default format.  It isn't very informative.
7928
7929 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7930
7931         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7932         Fix Gcc processing on imap.
7933
7934 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * imap.el: Remove file.  All the functionality is in nnimap.el.
7937
7938 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7939
7940         * message.el (message-bury): Don't pop up a new window when selected
7941         window is dedicated.
7942
7943 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7944
7945         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7946
7947 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7948
7949         * sieve-manage.el: Autoload `auth-source-search'.
7950         (sieve-sasl-auth): Use it.
7951
7952 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7953
7954         * nnimap.el: Autoload `auth-source-forget+'.
7955         (nnimap-open-connection-1): Use it if the connection fails.
7956
7957         * auth-source.el: Require `password-cache'.
7958         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7959         obsolete.
7960         (auth-source-magic): Marker for `password-cache' keys.
7961         (auth-source-do-cache): Update docstring.
7962         (auth-source-search): Use and check cache.
7963         (auth-source-forget-all-cached, auth-source-remember)
7964         (auth-source-recall, auth-source-forget, auth-source-forget+)
7965         (auth-source-specmatchp): Caching support functions.
7966         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7967         Remove and obsolete.
7968         (auth-source-user-or-password): Remove caching to further discourage
7969         using it.  Always hide passwords.
7970
7971         * password-cache.el (password-cache-remove): Accept secrets that are
7972         not strings.
7973
7974 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7975
7976         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7977         code for now, since it doesn't work for all users.
7978
7979 2011-02-09  Julien Danjou  <julien@danjou.info>
7980
7981         * message.el (message-options): Make message-options really buffer
7982         local.
7983
7984 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7985
7986         * mail-source.el: Autoload `auth-source-search'.
7987         (mail-source-keyword-map): Note order matters.
7988         (mail-source-set-1): Get all the mail-source source values and
7989         defaults and search auth-source on those if needed.  This can all
7990         probably be simplified.
7991
7992         * nnimap.el: Autoload `auth-source-search'.
7993         (nnimap-credentials): Use it.
7994         (nnimap-open-connection-1): Ask for the virtual server and physical
7995         address in one shot.
7996
7997         * nntp.el: Autoload `auth-source-search'.
7998         (nntp-send-authinfo): Use it.  Note TODO.
7999
8000 2011-02-08  Julien Danjou  <julien@danjou.info>
8001
8002         * shr.el (shr-tag-body): Add support for text attribute in body
8003         markups.
8004
8005         * message.el (message-options): Make message-options a local variable.
8006
8007 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
8008
8009         * auth-source.el (auth-source-secrets-search)
8010         (auth-source-user-or-password): Use `append' instead of `nconc'.
8011         (auth-source-user-or-password): Build return list better and protect
8012         against nil :secret.
8013
8014 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
8015
8016         * nnimap.el (nnimap-update-info): Refactor slightly.
8017         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
8018         (nnimap-update-info): Clean up slightly.
8019         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
8020         characters.
8021         (nnimap-process-quirk): Rename function to avoid collision.
8022         (nnimap-update-info): Fix macrology bug-out.
8023         (nnimap-update-info): Simplify split history test.
8024
8025 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
8026
8027         * auth-source.el (top): Require 'eieio unconditionally.
8028         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
8029         (auth-source-secrets-search): Limit search when `max' is greater than
8030         number of results.
8031
8032 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8033
8034         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
8035         part not returning any data.
8036
8037         * proto-stream.el (open-protocol-stream): Document the return value.
8038
8039 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         * auth-source.el (auth-source-secrets-search): Add examples.
8042
8043 2011-02-06  Julien Danjou  <julien@danjou.info>
8044
8045         * message.el (message-setup-1): Handle message-generate-headers-first
8046         set to t.
8047
8048 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
8051         API with a string "secrets:collection-name" and with 'default.
8052         (auth-source-backend-parse): Parse "secrets:collection-name" and
8053         'default.  Recurse on parses instead of repeating code.  Use the
8054         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
8055         message when ignoring a source.
8056         (auth-source-search): List ignored search keys at the top level.
8057         (auth-source-netrc-create): Use `case' instead of `cond'.
8058         (auth-source-secrets-search): Created with TODOs.
8059         (auth-source-secrets-create): Created with TODOs.
8060         (auth-source-retrieve, auth-source-create, auth-source-delete)
8061         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8062         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8063         (auth-source-user-or-password-sftp)
8064         (auth-source-user-or-password-smtp): Remove.
8065         (auth-source-user-or-password): Deprecated and modified to be a wrapper
8066         around `auth-source-search'.  Not tested thoroughly.
8067
8068 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
8069
8070         * auth-source.el: Bring in assoc and eioeio libraries.
8071         (secrets-enabled): New variable to track the status of the Secrets API.
8072         (auth-source-backend): New EIOEIO class to represent a backend.
8073         (auth-source-creation-defaults): New variable to set prompt defaults
8074         during token creation (see the `auth-source-search' docstring for
8075         details).
8076         (auth-sources): Simplify to allow a simple string as a netrc backend
8077         spec.
8078         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
8079         (auth-source-backend-parse-parameters): Fill in the backend parameters.
8080         (auth-source-search): Main auth-source API entry point.
8081         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
8082         (auth-source-search-collection): Helper function for searching.
8083         (auth-source-netrc-parse, auth-source-netrc-normalize)
8084         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
8085         Supports search, create, and delete.
8086         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
8087         backend stubs.
8088         (auth-source-user-or-password): Call `auth-source-search' but it's not
8089         ready yet.
8090
8091 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
8092
8093         * message.el (message-setup-1): Remove the read-only stuff, since it
8094         doesn't work under XEmacs, for some reason.
8095
8096         * gnus-sum.el (gnus-user-date): Rename back from
8097         gnus-summary-user-date since user code refers to it.
8098
8099         * shr.el (shr-render-td): Store the actual background color used.
8100
8101         * message.el (message-setup-1): Don't bind the constant
8102         -forbidden-properties.
8103         (message-setup-1): Revert previous change, since it needs to bind the
8104         props to insert them.
8105         (message-resend): Allow removing the read-only separator line.
8106
8107 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8108
8109         * nnimap.el (nnimap-request-accept-article): Give an error message if
8110         the APPEND wasn't successful.
8111
8112 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8113
8114         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8115         that have no groups.
8116
8117 2011-02-03  Julien Danjou  <julien@danjou.info>
8118
8119         * gnus-draft.el: Remove progn around gnus-draft-setup.
8120
8121 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus-start.el (gnus-read-active-for-groups): This function is never
8124         called with a nil `infos', so clean that up.
8125         (gnus-get-unread-articles): Request active files from primary/secondary
8126         methods that have no groups (yet).
8127
8128 2011-02-03  Julien Danjou  <julien@danjou.info>
8129
8130         * message.el (message-setup-1): Always generate References first.
8131         (message-mail): Return the return value of message-setup, not always t.
8132         (message-setup-1): Insert mail-header-separator with read-only and
8133         intangible properties set.
8134
8135         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8136         user-date in docstring.
8137
8138         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8139
8140         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8141         docstring.
8142
8143         * gnus.el (gnus-user-date-format-alist): Change default value.
8144         Use defcustom, with type and group.  Move from gnus-util.el.
8145         Rename to gnus-summary-user-date-format-alist.
8146
8147 2011-02-03  Glenn Morris  <rgm@gnu.org>
8148
8149         * nnimap.el (gnus-fetch-headers): Declare.
8150
8151         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8152
8153 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8154
8155         * message.el (message-forward-make-body-digest-plain)
8156         (message-followup, message-reply): Clean up things noted by Stefan.
8157
8158         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8159         gnus-article-update-date-headers is nil.
8160         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8161         it didn't really work with defcustom.
8162         (article-update-date-lapsed): Make sure the window start doesn't move,
8163         either.
8164
8165 2011-02-01  Julien Danjou  <julien@danjou.info>
8166
8167         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8168         format.
8169
8170         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8171         standard in Emacs nowadays.
8172
8173         * color.el (color-gradient): Add a color-gradient function.
8174
8175 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8176
8177         * message.el (message-expand-name): Don't trust the return value of
8178         bbdb-complete-name.
8179         (message-check-news-header-syntax): Remove unused var `start'.
8180         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8181         (message-inhibit-body-encoding): Move to before first use.
8182         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8183         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8184         (Organization, Message-ID, Date, mh-previous-window-config):
8185         Defvar the vars using dynamic scoping.
8186
8187 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8188
8189         * shr.el (shr-render-td): Only do colors at the final rendering.
8190         Should be slightly faster.
8191         (shr-insert-table): Fix up TD background colors when doing the
8192         vertical padding.
8193
8194         * gnus-art.el (article-date-ut): Protect against articles with no Date
8195         header.
8196         (article-update-date-lapsed): Don't use current-column to find the
8197         horizontal position.  It's fragile in the presence of \003 characters.
8198
8199         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8200
8201 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8202
8203         * gnus-art.el (article-transform-date): Rewrite to still work when
8204         there are several rfc2822 parts.
8205         (article-transform-date): Fix infinite recursion.
8206         (article-date-ut): Replace infinitely many Date headers with a single
8207         one when called interactively.
8208
8209         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8210         secure manner.
8211
8212         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8213         move around by not using save-window-excursion.  It seems to work...
8214
8215 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-art.el (article-make-date-line): Work for user-defined format.
8218
8219 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8220
8221         * nntp.el (nntp-retrieve-group-data-early)
8222         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8223         fetching functions.
8224
8225         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8226         thoroughly for all backends that have no known groups.  This should
8227         allow new nnml methods to retrieve mail.
8228
8229         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8230         that Gnus doesn't know exists again.
8231
8232         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8233         (gnus-treat-date-ut): Ditto.
8234         (gnus-article-update-date-header): Rename.
8235         (gnus-treat-date-local): Remove.
8236         (gnus-treat-date-english): Remove.
8237         (gnus-treat-date-lapsed): Remove.
8238         (gnus-treat-date-combined-lapsed): Remove.
8239         (gnus-treat-date-original): Remove.
8240         (gnus-treat-date-iso8601): Remove.
8241         (gnus-treat-date-user-defined): Remove.
8242         (gnus-article-date-headers): New variable to control all the date
8243         header options.
8244         (article-date-ut): Rewrite to allow using the new way to format date
8245         headers(s).
8246
8247 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8248
8249         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8250         method.
8251         (nnmail-article-group): A better test for fanciness.
8252
8253         * nnimap.el (nnimap-request-head): Protect against not finding the
8254         article by Message-ID.
8255
8256 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8257
8258         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8259         keep point at the "same place".
8260
8261 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8262
8263         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8264         data if the group is inactive.
8265
8266 2011-01-28  Julien Danjou  <julien@danjou.info>
8267
8268         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8269         (gnus-all-windows-visible-p): Remove old compatibility code.
8270         (gnus-window-top-edge): Add docstring.
8271
8272         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8273
8274 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8275
8276         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8277         older request-update-info.
8278
8279         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8280
8281 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8282
8283         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8284         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8285
8286 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8287
8288         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8289         groups.  This makes the nndraft:queue group pop up if it's not already
8290         there.
8291
8292         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8293         messages" logic, which was reversed.
8294
8295         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8296         the "same place" even if point is on the line being replaced.
8297         (article-update-date-lapsed): Allow updating both the combined lapsed
8298         and the lapsed headers.
8299         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8300         (article-make-date-line): Limit the number of segments dynamically to
8301         avoid too-long lines.
8302
8303 2011-01-27  Julien Danjou  <julien@danjou.info>
8304
8305         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8306         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8307
8308 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8311         Use plist-get instead of the cl function getf.
8312
8313 2011-01-27  Glenn Morris  <rgm@gnu.org>
8314
8315         * gnus-util.el (float-time): Get rid of compiler warning, again.
8316
8317 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8318
8319         * shr.el (shr-put-color): Special-case background colors: Do put them
8320         at the blank parts at the front of the lines.
8321
8322         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8323         exit hook to nix out all data on readedness on group exit.
8324
8325         * gnus-util.el (float-time): If float-time is bound, always use it on
8326         all Emacsen.  It's unclear why the subrp check was there.
8327         (time-date): Require to make some autoload issues on XEmacs go away.
8328
8329         * shr.el (shr-put-color): Don't do the box padding in tables, since
8330         they're already padded.
8331
8332 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8333
8334         * gnus-art.el (gnus-article-next-page): When the last line of the
8335         article is displayed, scroll down once more instead of going to the
8336         next article at once.
8337         (article-lapsed-string): Refactor out and allow specifying how many
8338         segments you want.
8339         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8340         (gnus-article-update-lapsed-header): New variable.
8341
8342         * shr.el: Revert change that made headings use different-sized faces.
8343         The Emacs display engine isn't advanced enough that, for instance,
8344         tables can comfortably use differently-sized faces.
8345
8346 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8347
8348         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8349         used.
8350         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8351         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8352         we're using an encrypted connection.
8353
8354         * proto-stream.el: Alter the interface functions to also return the
8355         actual stream type used: network or tls.
8356
8357 2011-01-25  Julien Danjou  <julien@danjou.info>
8358
8359         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8360         (mm-display-javascript-inline): New function.
8361
8362         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8363         viewing function.
8364
8365 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * shr.el (shr-expand-newlines): Fix variable name.
8368
8369 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8370
8371         * shr.el (shr-expand-newlines): Make nested boxes work.
8372
8373 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8374
8375         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8376         backgrounds.
8377         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8378         in a more sensible manner.
8379
8380 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8381
8382         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8383         if EPG is loaded.
8384
8385 2011-01-24  Julien Danjou  <julien@danjou.info>
8386
8387         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8388         tags.
8389
8390 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8391
8392         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8393         commands.
8394
8395         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8396         in the article buffer.
8397         (gnus-gravatar-insert): Use blank space from the current buffer to
8398         avoid breaking text properties.  This makes X-Sent updating work again.
8399
8400         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8401
8402 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8405         fix the bug in url-http.el instead.
8406
8407         * shr.el (shr-image-fetched): Ditto.
8408
8409         * shr.el (shr-image-fetched): Avoid having point move in the article
8410         buffer.
8411
8412         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8413         buffer after being called.  It's apparently being killed by url.el, and
8414         killing it made point move to end-of-buffer in a random buffer.
8415
8416         * shr.el (shr-image-fetched): Ditto.
8417
8418 2011-01-23  Julien Danjou  <julien@danjou.info>
8419
8420         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8421
8422         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8423         text/x-org.
8424
8425 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8426
8427         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8428         (i.e., nnimap) returning nil as the article number.
8429
8430 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8431
8432         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8433         "DelSp" parameter in RFC3676.
8434
8435 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8436
8437         * message.el (message-check-recipients): Display the encoded version of
8438         the bogus address if they differ.
8439
8440         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8441         after sending.
8442
8443         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8444
8445         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8446
8447         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8448         group buffer after sending the queue.
8449
8450         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8451
8452 2011-01-22  Julien Danjou  <julien@danjou.info>
8453
8454         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8455
8456 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8457
8458         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8459         nested related parts.
8460
8461         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8462         unexpired articles.  This fixes the regression that led expiry marks to
8463         disappear from nnfolder groups.
8464
8465 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8466
8467         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8468         Don't confuse the "ret" of "retrograde" with RET.
8469
8470 2011-01-21  Julien Danjou  <julien@danjou.info>
8471
8472         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8473         than mm-insert-inline.
8474
8475 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8478         Widen article buffer.
8479
8480 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8481
8482         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8483         the temp buffer.
8484         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8485
8486 2011-01-20  Julien Danjou  <julien@danjou.info>
8487
8488         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8489
8490         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8491         than mm-insert-inline to insert inline part: this respect
8492         mm-inline-media-tests displayers.
8493
8494         * mm-view.el (mm-display-shell-script-inline): New function.
8495
8496         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8497
8498         * mm-uu.el (mm-uu-type-alist): Add org block.
8499         (mm-uu-org-src-code-block-extract): New function.
8500
8501         * mm-view.el (mm-display-org-inline): New function.
8502
8503         * mm-decode.el (mm-automatic-display): Add text/org.
8504
8505         * mailcap.el (mailcap-mime-extensions): Add .org.
8506
8507 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8510         gnus-article-add-buttons.
8511
8512 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8513
8514         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8515         From header with a date and "nobody" as the sender.
8516
8517 2011-01-19  Julien Danjou  <julien@danjou.info>
8518
8519         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8520         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8521         if you have the same regexp several times.
8522         (gnus-button-push): Fix matching when regexp is symbol.
8523
8524 2011-01-15  Glenn Morris  <rgm@gnu.org>
8525
8526         * message.el (message-mail): A compose-mail function should
8527         accept headers as strings.
8528
8529 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8530
8531         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8532         Add :vert-only tags.
8533         (message-mail): New arg RETURN-ACTION.
8534         (message-return-action): New var.
8535         (message-bury): Use it.
8536         (message-mode): Make it buffer-local.
8537         (message-send-and-exit): Always call message-bury.
8538
8539         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8540         message-mail.
8541
8542 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543
8544         * nnimap.el (nnimap-convert-partial-article): Protect against
8545         zero-length body parts.
8546
8547         * mm-decode.el (mm-preferred-alternative-precedence):
8548         Discourage showing empty parts.
8549
8550         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8551         and stuff if the backend didn't return the article number.  This fixes
8552         an Exchange-related nnimap bug.
8553
8554         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8555         group window, because it does the wrong thing when a separate frame
8556         displays the group buffer.
8557
8558         * proto-stream.el (open-protocol-stream): Protect against the low-level
8559         transport functions returning nil.
8560
8561 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8562
8563         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8564         (mml2015-epg-find-usable-secret-key): New function.
8565         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8566         mml2015-epg-find-usable-key (Bug#7797).
8567         (mml2015-epg-encrypt): Ditto.
8568
8569 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * dgnushack.el (rot13-string): Fix the way to get the argument.
8572
8573 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8576
8577 2011-01-03  Glenn Morris  <rgm@gnu.org>
8578
8579         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8580
8581         * sieve.el (sieve-open-server): Give a more explicit error if
8582         sieve-manage-open returns nil.  (Bug#7720)
8583
8584 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8585
8586         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8587
8588 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8591         This avoids sending passwords in plain text over non-encrypted
8592         channels.
8593
8594         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8595
8596         * nnimap.el (nnimap-login): Refactored out into own function, and
8597         implement CRAM-MD5.
8598         (nnimap-wait-for-line): Refactored out.
8599
8600         * mm-view.el (mml-smime): Require.
8601
8602 2010-12-20  David Engster  <deng@eml.cc>
8603
8604         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8605         use EPG to decrypt S/MIME messages instead of openssl.
8606
8607 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8610
8611         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8612         status is the group clearly is unreachable.
8613
8614         * auth-source.el (auth-source-create): Add the optional second
8615         parameter to `local-variable-p' to be compatible with XEmacs.
8616
8617 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8618
8619         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8620         work when using a compressed nnml folder.
8621
8622 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8625         backends after sanitising on entry, because this never makes sense:
8626         If the articles have gone missing, then the data no longer exists on
8627         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8628         overwrite anything anyway.
8629
8630         * shr.el (shr-insert-document): Bind shr-width dynamically to
8631         window-width if it's nil.
8632
8633 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8634
8635         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8636         with the meaning of using the full emacs window width for rendering.
8637
8638 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8639
8640         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8641         case when sender is not given.
8642
8643 2010-12-23  Julien Danjou  <julien@danjou.info>
8644
8645         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8646         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8647         the addresses, otherwise we might misplaced the gravatar.
8648
8649 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8650
8651         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8652         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8653         obsolete in Emacs.
8654
8655 2010-12-20  Julien Danjou  <julien@danjou.info>
8656
8657         * gnus-util.el (gnus-rescale-image): Revert last change.
8658
8659 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8660
8661         * binhex.el: Improve commentary (Bug#7482).
8662
8663 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * gnus-group.el (gnus-group-delete-articles): New command.
8666
8667 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8668
8669         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8670
8671 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8674         here, since it's up to the backends to do CRLF removal if their
8675         protocol has it.
8676
8677         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8678
8679 2010-12-17  Julien Danjou  <julien@danjou.info>
8680
8681         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8682         they are from file.  Can also scale up.
8683
8684 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8685
8686         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8687         Restore gnus-use-agent.
8688         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8689
8690         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8691
8692 2010-12-17  Julien Danjou  <julien@danjou.info>
8693
8694         * gravatar.el (gravatar-retrieve-synchronously): New function.
8695         (gravatar-get-data): Make more robust.
8696
8697 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8700
8701 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8704         to really consider the last line.
8705
8706 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8707
8708         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8709         list of recipient keys, or use symmetric encryption if not a list.
8710         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8711         EPA override, replacing the call to `netrc-store-data'.
8712
8713 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8714
8715         * gnus-srvr.el: Avoid passing nil regexp argument to
8716         delete-matching-lines.
8717
8718 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8721         fetching stops when Gnus exits.
8722
8723         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8724         function.
8725         (nnfolder-request-expire-articles): Save all the buffers after doing
8726         expiry.
8727
8728         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8729         the last article", since that led to serious performance regressions
8730         when expiring nnml groups.
8731
8732 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8733
8734         * nnir.el: Improve customizations.
8735
8736 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8739
8740         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8741         group has been killed.
8742         (gnus-group-yank-group): Ditto.
8743
8744         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8745
8746         * nnimap.el (nnimap-request-update-group-status): New function.
8747
8748         * gnus-int.el (gnus-request-update-group-status): New interface
8749         function.
8750
8751         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8752         copying read-ness to the backends.
8753
8754         * nnimap.el (nnimap-quirk): New function.
8755         (nnimap-retrieve-group-data-early): Use it.
8756         (nnimap-quirks): New alist.
8757
8758 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8761         don't delete it within indentation.
8762
8763 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8766         previous line.
8767
8768 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8771         QRESYNC command by deleting a superfluous space which broke Cyrus
8772         servers.  This change will break other servers that are buggy the other
8773         way around.
8774
8775 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8776
8777         * spam.el: Reindent and fix long lines.
8778         (spam-copy-or-move-routine): Exclude invalid move destinations.
8779
8780 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8781
8782         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8783         installed the registry.
8784
8785 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8788
8789 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8790
8791         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8792         groupname doesn't contain "gmane".
8793
8794 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8797         and netrc-bound-and-true-p bindings.
8798         (netrc-parse): Cache the netrc contents.
8799
8800         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8801         (gnus-1): Don't create the nndrafts group twice.
8802         (gnus-setup-news): There's no need to read the active file here, since
8803         that's done again later on a per-backend basis.
8804         (gnus-start-draft-setup): Make sure that the new group is started out
8805         empty.
8806
8807         * gnus-agent.el (gnus-agentize): Don't create the queue group
8808         automatically on startup.  It'll be created later, if needed.
8809
8810         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8811         of automatically subscribed groups.
8812         (gnus-auto-subscribed-categories): New variable.
8813         (gnus-matches-options-n): Use it.
8814         (gnus-default-subscribed-newsgroups): Remove unused variable.
8815         (gnus-start-draft-setup): Message a bit less.
8816
8817 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8818
8819         * nnir.el (nnir-run-imap): Return article list in order of increasing
8820         UID.
8821
8822 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * gnus-sum.el (gnus-summary-enter-digest-group):
8825         Mention gnus-auto-select-on-ephemeral-exit.
8826
8827         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8828         convention of the network-only option.
8829
8830 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * proto-stream.el (proto-stream-open-network-only): New function to
8833         have a way to specify non-STARTTLS upgrade connections.
8834
8835 2010-12-10  Julien Danjou  <julien@danjou.info>
8836
8837         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8838         email address is nil.
8839
8840         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8841
8842 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8843
8844         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8845         deletion.
8846         (nnir-run-imap): Only need to parse list once.
8847
8848 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * shr.el (shr-tag-script): Ignore <script>.
8851         (shr-tag-label): Add <label> support.
8852
8853 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8856
8857         * shr.el (shr-image-displayer): Work for images lined side by side.
8858
8859 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8860
8861         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8862         parameter, since XEmacs doesn't accept t as a parameter.
8863
8864 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8865
8866         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8867         ids.
8868         (nnir-run-gmane): Simplify groupspec formatting.
8869         (nnir-request-expire-articles): New function.
8870
8871 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8874         overflow, possibly.
8875
8876         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8877         (shr-render-td): Handle td style="" better.
8878         (shr-tag-table): Use the color from the style sheet.
8879         (shr-render-td): Make sure we copy over all the overlays, too.
8880
8881 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8882
8883         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8884         (nnir-request-article): Improve article retrieval.
8885
8886 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * mm-util.el (mm-extra-numeric-entities): New variable.
8889
8890         * mm-url.el (mm-url-decode-entities):
8891         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8892
8893         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8894
8895 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8896
8897         * message.el: Use completion-at-point.
8898         (message-completion-function): New fun, extracted from message-tab.
8899         (message-mode): Use it for completion-at-point-functions.
8900         (message-tab): Use it and completion-at-point.
8901
8902 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8905         character if a non-breakable character follows.
8906
8907 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8910         any stream.
8911
8912         * shr.el (shr-tag-font): Colorize the region.
8913         (shr-tag-body): Ditto.
8914         (shr-tag-font): Actually let the styles be inherited instead of
8915         overwriting them.
8916         (shr-tag-font): Get the background color right.
8917         (shr-tag-style): Ignore all <style> tags for the moment.
8918
8919         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8920         a Message-ID to avoid having nnimap depend on gnus-sum.
8921
8922         * shr.el (shr-descend): Only colorize something if we have a node that
8923         sets colors.
8924
8925 2010-12-06  Julien Danjou  <julien@danjou.info>
8926
8927         * shr.el (shr-render-td): Render td content with shr-descend, so style
8928         will be applied to <td> too.
8929         (shr-colorize-region): Colorize region even if we only have a background.
8930         (shr-tag-body): Fix color and background color inheritance.
8931         Do not recolorize after shr-generic.
8932         (shr-tag-font): Let shr-generic colorize via inheritance.
8933
8934 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8937
8938 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8939
8940         * nnir.el (nnir-request-move-article): Remove obsolete code.
8941
8942 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8945
8946 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * gnus-sum.el (gnus-summary-respool-article): The completion function
8949         expects a list instead of an alist.
8950
8951         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8952         string as the parameter.
8953
8954         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8955
8956         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8957         styles.
8958         (shr-colorize-region): New function.
8959         (shr-insert-background-overlay): Remove.
8960         (shr-render-td): Background setting should be taken care of on a higher
8961         level.
8962         (shr-tag-body): Use post-hoc colorizations.
8963         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8964         (shr-put-color-1): Don't overwrite old colors.
8965         (shr-colorize-region): When the background color isn't explicit, use
8966         a fixed background.
8967
8968         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8969         nnmail variables.
8970
8971 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8972
8973         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8974         unless necessary.
8975
8976 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8977
8978         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8979         server.
8980
8981 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8982
8983         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8984         so that TAB works.
8985
8986         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8987         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8988
8989         * shr.el (shr-urlify): Show the URL before the title to avoid
8990         misleading URLs.
8991
8992 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8993
8994         * shr.el (shr-urlify): Display the title in <a> tags.
8995
8996 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8997
8998         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8999
9000 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
9001
9002         * nnir.el: Rearrange code to allow macros to be autoloaded by
9003         gnus-sum.el.
9004         (nnir-retrieve-headers-override-function): Make this variable
9005         customizable.
9006         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
9007
9008         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
9009         from nnir.el.
9010
9011 2010-12-03  Julien Danjou  <julien@danjou.info>
9012
9013         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
9014
9015 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
9018         allow optional argument `environment'.
9019
9020 2010-12-03  Glenn Morris  <rgm@gnu.org>
9021
9022         * mm-extern.el (message-goto-body): Update declaration.
9023
9024 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-util.el (gnus-macroexpand-all): New function.
9027
9028         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
9029         instead of macroexpand-all that is unavailable in XEmacs.
9030
9031 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
9032
9033         * nnir.el (nnir-summary-line-format): New variable.
9034         (nnir-mode): Use it.
9035         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
9036         (nnir-article-ids): Reimplement as defsubst.
9037         (nnir-retrieve-headers): Don't mangle the subject header.
9038         (nnir-run-imap): Use 100 as RSV score.
9039         (nnir-run-find-grep): Fix for full server searching.
9040         (nnir-run-gmane): Better restriction to gmane groups.
9041
9042         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
9043         summary buffers.
9044
9045 2010-12-02  Julien Danjou  <julien@danjou.info>
9046
9047         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
9048
9049         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
9050
9051         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
9052         support.
9053
9054 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
9055
9056         * nnir.el: Update to handle the registry better.
9057         (autoload): Silence byte-compiler.
9058         (nnir-open-server): Add a hook for nnir groups.
9059         (nnir-request-move-article): Don't mangle the header.  Better to use
9060         formatting variables (which will be added in the future).
9061         (nnir-registry-action): Update the registry using the original article
9062         group name.
9063         (nnir-mode): Install nnir-specific hooks for updating the registry.
9064
9065         * gnus-sum.el
9066         (gnus-article-original-subject, gnus-newsgroup-original-name):
9067         Remove obsolete variables.
9068         (gnus-summary-move-article): Remove use of obsolete variables.
9069         (gnus-summary-local-variables): Make move and delete hooks local to
9070         summary buffers.
9071
9072 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * rtree.el: New file.
9075
9076 2010-12-01  Julien Danjou  <julien@danjou.info>
9077
9078         * message.el (message-user-organization): Do not use
9079         gnus-local-organization.
9080
9081         * gnus.el: Remove gnus-local-organization.
9082
9083         * gnus-msg.el: Remove nastygram thing.
9084
9085 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
9088         funcall.
9089
9090 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9093         names.
9094
9095         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9096         characters.
9097
9098         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9099         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9100         Suggested by Štěpán Němec <stepnem@gmail.com>.
9101         (gnus-gravatar-transform-address): Use mail-extract-address-components
9102         that supports non-ASCII names rather than mail-header-parse-addresses.
9103
9104 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * proto-stream.el (open-protocol-stream): All starttls connections are
9107         handled by the network handler.
9108
9109 2010-11-30  Julien Danjou  <julien@danjou.info>
9110
9111         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9112         (nnimap-open-connection-1): Fix PREAUTH.
9113
9114         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9115
9116 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9119         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9120         (shr-insert): Use them.
9121         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9122
9123 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9124
9125         * nnir.el (nnir-request-move-article): Bail out if original group
9126         doesn't support article moves.
9127         (nnir-get-active): Improve active list retrieval.
9128
9129 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9132
9133 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9134
9135         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9136         seem to accept strings-with-numbers as port numbers.
9137
9138 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9139
9140         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9141         change the registry.
9142
9143 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9146         delete-dups that is not available in XEmacs 21.4.
9147
9148         * mm-util.el (mm-delete-duplicates): Add comment.
9149
9150 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9151
9152         * nnir.el (nnir-ignored-newsgroups): New variable.
9153         (nnir-get-active): Use it.
9154
9155 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9156
9157         * proto-stream.el (proto-stream-open-network): Add some comments.
9158
9159         * nntp.el (nntp-open-connection): Provide a :success condition.
9160
9161         * nnimap.el (nnimap-open-connection-1): Ditto.
9162
9163         * proto-stream.el (proto-stream-open-network): See what the response to
9164         the STARTTLS command is.
9165
9166         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9167         backwards compatibility).
9168         (nnimap-open-connection-1): Really respect nnimap-server-port.
9169
9170         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9171         TLS upgrades we don't really care about the identity of the peer.
9172         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9173         that what we've checked for.
9174         (proto-stream-always-use-starttls): Only default to t if
9175         open-gnutls-stream exists.
9176         (proto-stream-open-network): If STARTTLS failed, then just open a
9177         normal connection.
9178         (proto-stream-open-network): Wait until the greeting before doing
9179         STARTTLS.
9180
9181         * nntp.el (nntp-open-connection): Report what the connection error is.
9182
9183         * proto-stream.el (open-protocol-stream): Rename from
9184         open-proto-stream.
9185
9186 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187
9188         * nnimap.el (nnimap-stream): Change default to `undecided'.
9189         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9190         first, and then network.
9191         (nnimap-open-connection-1): Respect nnimap-server-port.
9192         (nnimap-open-connection): Be more backwards-compatible.
9193
9194         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9195         (proto-stream-open-starttls): De-duplicate the starttls code.
9196         (proto-stream-open-starttls): Folded back into the main function.
9197         (proto-stream-open-network): Fix typo in the gnutls path.
9198         (proto-stream-command): Refactor out.
9199
9200         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9201
9202         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9203         starttls.el STARTTLS.
9204
9205         * color.el (color-lab->srgb): Fix function call name.
9206
9207         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9208         if we're using tls.el.
9209         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9210         built in, then don't try to establish a STARTTLS connection.
9211
9212         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9213         servers.
9214
9215         * proto-stream.el (open-proto-stream): Use network, not stream.
9216         (open-proto-stream): Add a way to specify what the end of a command is.
9217
9218         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9219         connections types.
9220         (nntp-open-network-stream): Remove.
9221         (nntp-open-ssl-stream): Remove.
9222         (nntp-open-tls-stream): Remove.
9223         (nntp-ssl-program): Remove.
9224
9225         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9226
9227 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9228
9229         * nnir.el: Fix typos.
9230         (nnir-retrieve-headers-override-function): Rename variable to reflect
9231         new semantics.
9232         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9233         macros.
9234         (nnir-request-article, nnir-request-move-article): Use them.
9235         (nnir-categorize): New function.
9236         (nnir-run-query): Use it.
9237         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9238         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9239         sorted.
9240         (nnir-group-full-name): Use gnus-group-full-name instead.
9241         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9242         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9243
9244 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9247
9248         * proto-stream.el: New library to provide protocol-specific
9249         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9250         protocols.
9251         (open-proto-stream): Complete the documentation.
9252         (proto-stream-open-network): Fix some typos.
9253
9254         * nnimap.el (nnimap-open-connection): Use it.
9255
9256 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9257
9258         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9259         negotiation.
9260
9261 2010-11-26  Julien Danjou  <julien@danjou.info>
9262
9263         * color.el: Rename various rgb functions to srgb.
9264
9265 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9266
9267         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9268         names.
9269
9270 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * shr.el (shr-insert): Revert last change.
9273         (shr-find-fill-point): Never leave point being at bol;
9274         relax the kinsoku limitation when rendering tables.
9275
9276 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277
9278         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9279         results from -accept-article.
9280
9281         * shr-color.el: Require cl when compiling.
9282
9283         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9284         checkin.
9285
9286         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9287
9288         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9289
9290         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9291         'add and 'delete to set backend marks.
9292
9293         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9294
9295         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9296
9297         * nntp.el (nntp-request-set-mark): Use it.
9298
9299         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9300
9301         * nnml.el (nnml-request-set-mark): Ditto.
9302
9303         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9304         introduces regressions in article selection.
9305         (nnimap-find-uid-response): New function.
9306         (nnimap-request-accept-article): Use the UID returned, if any.
9307         (nnimap-request-move-article): Use the UID returned, if any.
9308         (nnimap-get-groups): Reimplement to work with folded lines.
9309         (nnimap-find-uid-response): The UID is the last element in the list.
9310         (nnimap-request-set-mark): Extend syntax with 'set.
9311
9312         * nnml.el (nnml-request-set-mark): Ditto.
9313
9314         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9315
9316         * nntp.el (nntp-request-set-mark): Ditto.
9317
9318 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * message.el (message-called-interactively-p): A temporary macro.
9321         (message-goto-body): Use it temporarily.
9322
9323 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9326         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9327         (nnimap-last-response-string): Fix last unfolding fix.
9328
9329 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * shr.el (shr-insert): Fix the way to fold lines.
9332
9333 2010-11-25  Julien Danjou  <julien@danjou.info>
9334
9335         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9336
9337         * color.el: Rename from color-lab.el
9338         (color-rgb->hex): Add.
9339         (color-complement): Add.
9340         (color-complement-hex): Add.
9341
9342         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9343
9344 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * shr-color.el (shr-color-visible): Don't bug out if the color names
9347         don't exist.
9348
9349 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9352         assuming that article displaying or another mml-preview may be
9353         interrupted for an error or for the like.
9354
9355         * shr.el (shr-get-background): Fix argument name.
9356
9357 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9360
9361         * gnus-sum.el (gnus-summary-include-articles): New function.
9362
9363         * message.el (message-goto-body): called-interactively-p needs a
9364         parameter, so use `any'.
9365
9366         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9367         clear marks before moving, since they're synced from the Gnus side
9368         first.
9369
9370         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9371         (gnus-summary-move-article): Copy over all marks before moving, so that
9372         IMAP doesn't think a new article has arrived.
9373
9374 2010-11-24  Julien Danjou  <julien@danjou.info>
9375
9376         * shr.el (shr-insert-background-overlay): Fix typo.
9377         (shr-render-td): Copy the background before rendering.
9378
9379         * shr-color.el (shr-color-visible): Fix docstring.
9380
9381         * shr.el (shr-tag-table): Add bgcolor support.
9382         (shr-render-td): Add bgcolor support.
9383         (shr-get-background): Add.
9384         (shr-insert-foreground-overlay): Use shr-get-background.
9385
9386         * message.el (message-goto-body): Use called-interactively-p.
9387         (message-in-body-p): message-goto-body returns point.
9388
9389 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9392         Fixes something or other in Emacs 23, and is backwards compatible.
9393
9394         * message.el (message-goto-body): Remove the <#secure special-casing,
9395         which is too special.
9396
9397         * shr.el (shr-parse-style): Drop !important from styles.
9398
9399 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9400
9401         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9402         this function to return incorrect results when calling it with an
9403         explicit article argument different from
9404         (gnus-summary-article-number).
9405
9406 2010-11-24  Julien Danjou  <julien@danjou.info>
9407
9408         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9409         (shr-tag-body): Add background support.
9410         (shr-descend): Add background support.
9411         (shr-tag-title): Add.
9412
9413         * shr-color.el (shr-color-visible): Really return original background
9414         if fixed.
9415
9416 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * shr.el (shr-color-check): Protect against non-existent color names.
9419
9420 2010-11-24  Julien Danjou  <julien@danjou.info>
9421
9422         * color-lab.el: Require 'cl when compiling.
9423
9424         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9425
9426         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9427         matched part.
9428
9429         * color-lab.el: Fix all expt calls to use float type.
9430
9431 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9434         expression to shr-color-check as is.
9435
9436         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9437
9438         * color-lab.el: Add coding cookie.
9439         (float-pi): Use eval-and-compile.
9440
9441         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9442         compiled for Emacsen having no `libxml-parse-html-region' support.
9443
9444 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * shr.el (shr-insert-color-overlay): Split stuff like
9447         "#444444 !important" to find the real color.
9448         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9449         parse <font color="red"> entries.
9450
9451 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9452
9453         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9454         point when parsing headers.
9455
9456         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9457         is positioned properly when parsing headers.
9458
9459 2010-11-23  Julien Danjou  <julien@danjou.info>
9460
9461         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9462
9463         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9464
9465         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9466
9467         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9468         Use shr-color-hue-to-rgb.
9469         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9470
9471 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * shr.el (shr-color->hexadecimal): Autoload.
9474         (shr-descend): Add color to all tags.
9475
9476 2010-11-22  Julien Danjou  <julien@danjou.info>
9477
9478         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9479         shr-color->hexadecimal.
9480
9481         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9482         RGB() or HSL() color representation.
9483
9484         * shr.el (shr-tag-font): Add.
9485         (shr-tag-color-check): New function to get better colors.
9486         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9487         tag-span.
9488
9489         * shr-color.el: New file.
9490
9491         * color-lab.el: New file.
9492
9493         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9494
9495 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9496
9497         * nnir.el: Fix typo in comments.
9498         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9499         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9500
9501 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9504
9505         * nnimap.el (nnimap-get-capabilities): Refactor out.
9506         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9507
9508 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9509
9510         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9511         appearing when `mm-uu-hide-markers' is nil.
9512
9513 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * nnimap.el (nnimap-unselect-group): Make into its own function.
9516         (nnimap-request-rename-group): Unselect group before renaming.
9517         This had gotten lost somewhere.
9518         (nnimap-request-accept-article): Keep track of examined groups, and
9519         unselect the group before APPENDing to read-only groups.
9520         (nnimap-request-move-article): Clear flags before moving so that they
9521         can be re-set later.
9522
9523 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9526         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9527
9528 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (gnus-mime-display-single):
9531         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9532         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9533         parameter.
9534
9535 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9538         (shr-table-vertical-line): New variable.
9539         (shr-insert-table): Use it.
9540
9541 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-html.el (gnus-html-wash-images): Don't display images if
9544         gnus-inhibit-images is non-nil; register displayer for cid images.
9545         (gnus-html-display-image): Work for cid image.
9546         (gnus-html-insert-image): Allow arguments.
9547         (gnus-html-put-image): Inhibit read-only.
9548         (gnus-html-prefetch-images): Don't prefetch images if
9549         gnus-inhibit-images is non-nil.
9550
9551 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * shr.el (shr-put-image): Break lines when inserting big pictures.
9554
9555 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9556
9557         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9558         sender, thanks Katsumi Yamaoka.
9559
9560 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9561
9562         * nnir.el (nnir-run-imap): Reverse the article list for each group
9563         rather than the whole list.
9564
9565 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * shr.el (shr-image-displayer): Protect function against non-existent
9568         image source.
9569
9570         * gnus-art.el (gnus-inhibit-images): New user option.
9571         (gnus-mime-display-single): Don't display image if it is non-nil.
9572
9573         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9574         gnus-inhibit-images.
9575
9576         * shr.el (shr-image-displayer): New function.
9577         (shr-tag-img): Use it.
9578
9579 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9580
9581         * mml2015.el (mml2015-epg-sign): Use From header.
9582
9583 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9586
9587         * gnus-util.el (gnus-find-text-property-region): Return markers.
9588
9589         * shr.el (shr-tag-img): Put a displayer in the text property.
9590
9591         * gnus-util.el (gnus-find-text-property-region): New utility function.
9592
9593         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9594         (gnus-html-show-images): Remove.
9595
9596         * gnus-art.el (gnus-article-show-images): New, more general function.
9597
9598         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9599         image url text properties.
9600
9601         * shr.el: Ditto.
9602
9603         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9604         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9605
9606 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9609         work for two or more articles.
9610
9611 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9614         divide an image that's in an html article to two or more when washing
9615         non-ASCII characters in alt text of it.
9616
9617 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9620         smime-decrypt-region using function argument.
9621         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9622
9623         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9624
9625         * smime.el (smime-decrypt-region): Catch it.
9626
9627 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9628
9629         * smime.el (smime-mode-map): Move initialization into declaration.
9630         (gnus-run-mode-hooks): Don't autoload.
9631         (smime-mode): Use define-derived-mode.
9632
9633 2010-11-11  Glenn Morris  <rgm@gnu.org>
9634
9635         * smime.el (from): Restrict declaration to XEmacs.
9636
9637         * nnir.el (gnus-group-topic-name): Autoload.
9638
9639 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * shr.el (shr-insert): Don't break long line if it is because of
9642         kinsoku-bol characters in the line end.
9643
9644 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9645
9646         * nnir.el (nnir-request-move-article): Fix to provide original group
9647         and subject.
9648         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9649         been retrieved.
9650
9651         * gnus-sum.el (gnus-summary-move-article): Use original group and
9652         subject for virtual articles such as those in an nnir summary buffer.
9653
9654 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9657         least 21.5).
9658
9659         * smime.el (from): Declare it again for XEmacs.
9660
9661 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * message.el (message-resend): Don't disable encoding unless it's
9664         already encoded.
9665
9666         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9667         low-numbered articles.
9668
9669 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * rfc2047.el (rfc2047-syntax-table): Simplify.
9672
9673         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9674
9675         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9676         set-char-table-range for XEmacs.
9677
9678 2010-11-10  Glenn Morris  <rgm@gnu.org>
9679
9680         * time-date.el (time-to-seconds): Always an alias on Emacs,
9681         never a real function.
9682         (with-no-warnings): Remove compat stub, now unused.
9683         (time-less-p): Doc fix.
9684         (time-to-number-of-days): Simplify.
9685
9686         * smime.el (from): Remove unused declaration.
9687
9688         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9689         (gnus-float-time): On Emacs, always an alias.
9690
9691         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9692         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9693
9694 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * dgnushack.el: Don't use ignore-errors in the top level form since it
9697         is unavailable in XEmacs even if cl is loaded.
9698
9699         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9700
9701 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * shr.el (browse-url-mailto): Autoload.
9704
9705         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9706
9707         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9708         regexp doesn't need quoting.
9709
9710 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9711
9712         * message.el (message-subject-trailing-was-ask-regexp)
9713         (message-subject-trailing-was-regexp): Match was: in addition to was.
9714
9715 2010-11-09  Glenn Morris  <rgm@gnu.org>
9716
9717         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9718         (nnbabyl-check-mbox): Use point-at-bol.
9719
9720 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9723
9724         * message.el (message-mailto): New function.
9725         (message-mailto): Should accept other parameters.
9726         (message-mailto): Remove since it duplicates browse-url-mailto
9727         functionality.
9728
9729 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9732         methods.
9733         (gnus-read-active-file): Ditto.
9734
9735         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9736         ": " from the prompt.
9737         (gnus-group-make-group): Ditto.
9738
9739 2010-11-07  Glenn Morris  <rgm@gnu.org>
9740
9741         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9742         (gnus-bookmark-kill-line): Use point-at-eol.
9743
9744 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9747         asterisks in From header.
9748
9749 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9752         string to avoid making the From headers syntactically invalid.
9753
9754         * message.el (message-send-mail): Don't insert courtesy messages if the
9755         message already has List-Post and List-ID messages.
9756
9757 2010-11-06  Glenn Morris  <rgm@gnu.org>
9758
9759         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9760         `condition', `type', `length' a prefix.
9761         (gnus-treat-predicate): Update for above name changes.
9762
9763 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9764
9765         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9766         binding.  Handled by `gnus-summary-refer-thread' instead.
9767         (nnir-warp-to-article): New backend function.
9768
9769         * nnimap.el (nnimap-request-thread): Force dependency updating.
9770
9771         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9772         (gnus-summary-refer-thread): Rework to improve thread-referral.
9773
9774         * gnus-int.el (gnus-warp-to-article): New function.
9775
9776         * gnus-sum.el (gnus-summary-article-map): Bind it.
9777
9778 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9779
9780         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9781         gnus-summary-refer-thread.
9782
9783         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9784         headers.
9785         (gnus-summary-limit-include-thread): Prevent articles in thread from
9786         being cut in gnus-cut-threads.
9787         (gnus-summary-refer-thread): Limit retrieved headers to those in
9788         thread.
9789
9790 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * message.el (message-send-mail): Use the value of
9793         message-courtesy-message from the message buffer.
9794
9795         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9796
9797         * shr.el (shr-browse-url): Implement mailto: URLs.
9798
9799         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9800         "raw".
9801
9802         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9803         if it's already selected.
9804
9805         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9806
9807 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9810         to measure the length and truncate alt text.
9811
9812 2010-11-03  Glenn Morris  <rgm@gnu.org>
9813
9814         * nndiary.el (nndiary-generate-nov-databases-1)
9815         (nndiary-generate-active-info): Rename dynamic variable `files' to
9816         something less generic.
9817
9818 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9819
9820         * nnir.el (nnir-request-move-article): Call the underlying backend to
9821         move articles from nnir.
9822
9823 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9826
9827 2010-11-02  Julien Danjou  <julien@danjou.info>
9828
9829         * nnir.el: Remove wais support.
9830
9831 2010-11-02  Glenn Morris  <rgm@gnu.org>
9832
9833         * gnus-html.el: Reorder requirements to quieten compiler.
9834
9835 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9838         properly for XEmacs as well.
9839         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9840         (gnus-article-natural-long-line-p): Use window-width rather than
9841         frame-width.
9842
9843 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9844
9845         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9846         (nnir-read-parms): Don't modify query.
9847         (nnir-run-query): Add ability to search topic on current line.
9848         (nnir-get-active): Clean up.
9849
9850 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9853         degenerate articles.
9854
9855         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9856         (gnus-print-buffer): Just print the buffer as is, without any copying
9857         to a buffer and then re-highlighting.
9858
9859         * nnimap.el (nnimap-request-group): Store the new updated info.
9860         (nnimap-request-group): Select the group when we don't know whether it
9861         exists or not.
9862
9863         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9864         groups.
9865
9866         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9867         groups.
9868
9869         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9870         groups.
9871
9872         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9873         long-lines case by only filling the long lines.
9874
9875         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9876         (bug#7311).
9877
9878 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * shr.el: No need to declare `declare-function' since shr.el is for
9881         only Emacsen that provide `libxml-parse-html-region'.
9882
9883         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9884         effective only in a file it is referred to.
9885
9886 2010-11-01  Glenn Morris  <rgm@gnu.org>
9887
9888         * mm-util.el (gnus-completing-read): Autoload.
9889         (mm-read-coding-system): Simplify Emacs definition.
9890
9891         * nnmail.el (gnus-activate-group):
9892         * nnimap.el (gnutls-negotiate):
9893         * nntp.el (netrc-parse): Fix declarations.
9894
9895 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9898         string-match-p in Emacs >=23.
9899
9900         * gnus-msg.el (gnus-configure-posting-styles):
9901         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9902
9903 2010-11-01  Glenn Morris  <rgm@gnu.org>
9904
9905         * nnir.el (declare-function): Add compat stub.
9906         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9907         (nnir-run-gmane): Require 'mm-url.
9908
9909         * mm-util.el (mm-string-to-multibyte): Simplify.
9910
9911         * shr.el (declare-function): Add compat stub.
9912         (url-cache-create-filename): Declare.
9913         (mm-disable-multibyte, widget-convert-button): Autoload.
9914
9915         * smime.el (ldap-search): Declare.
9916         (smime-cert-by-ldap-1): Require ldap on Emacs.
9917
9918         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9919         (nnimap-keepalive): Use gnus-float-time.
9920
9921         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9922         (mail-source-delete-crash-box): Use gnus-float-time.
9923
9924         * gnus-dired.el (gnus-completing-read): Autoload.
9925
9926         * mm-view.el (gnus-rescale-image): Autoload.
9927
9928         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9929
9930         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9931
9932         * sieve-manage.el: Require 'cl when compiling.
9933
9934         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9935         (gnus-iswitchb-completing-read): Require iswitchb.
9936         (gnus-select-frame-set-input-focus): Silence compiler.
9937
9938 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * message.el (message-subject-trailing-was-query): Change default to t,
9941         since I think that's what most people want.
9942
9943         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9944         appending for easier debugging.
9945         (nnimap-wait-for-connection): Take a regexp.
9946         (nnimap-request-accept-article): Wait for the continuation line before
9947         sending anything unless we're streaming.
9948
9949         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9950         leave the header washing to take place.
9951
9952 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9953
9954         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9955         regular expression match and replace in posting styles.
9956
9957 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9958
9959         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9960         an entire server.
9961         (nnir-get-active): New function.
9962         (nnir-run-imap): Use it.
9963         (nnir-run-gmane): Who knew, gmane search returns an article score!
9964
9965         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9966         server on the current line with nnir.
9967
9968 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9971         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9972         left edge.
9973         (gnus-article-foldable-buffer): Skip past the prefix when determining
9974         raggedness.
9975
9976         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9977         the raw article, and change `C-u g' to show the article without doing
9978         treatments.
9979
9980         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9981         on to `gnus-treat-article'.
9982         (gnus-inhibit-article-treatments): New variable.
9983
9984         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9985
9986         * gnus-art.el (gnus-treatment-function-alist): Have
9987         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9988         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9989         sections.
9990
9991         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9992         parameter.
9993         (gnus-article-fill-cited-long-lines): New function.
9994         (gnus-article-fill-cited-article): Allow filling only long sections.
9995
9996         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9997         and non-punctuation (like after the apostrophe in "'We").
9998
9999         * gnus-sum.el (gnus-summary-select-article): Make sure
10000         gnus-original-article-buffer is alive.
10001
10002         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
10003         reflect the order they're in in the digest.
10004
10005         * gnus.el (gnus-group-startup-message): Move point to the start of the
10006         buffer.
10007
10008         * nnimap.el (nnimap-capability): New function.
10009         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
10010         is set.
10011
10012 2010-10-31  David Engster  <dengste@eml.cc>
10013
10014         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
10015         conform with changes to gnus-completing-read.
10016
10017 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * shr.el (shr-tag-img): Output "*" instead of "[img]".
10020
10021 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10022
10023         * nnir.el: Move defvar, defcustom around to keep file organized
10024         and keep byte-compiler quiet.
10025         (nnir-read-parms): Accept search-engine as arg.
10026         (nnir-run-query): Pass search-engine as arg.
10027         (nnir-search-engine): Remove.
10028
10029 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * shr.el (shr-generic): The text nodes should be text, not :text.
10032
10033         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
10034         later in the file.
10035
10036 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
10037
10038         * nnir.el: General clean up.  Allow searching with multiple engines.
10039         Allow separate extra-parameters for each engine.
10040         Batch queries when possible.
10041         (nnir-imap-default-search-key, nnir-method-default-engines):
10042         Add customize interface.
10043         (nnir-run-gmane): New engine.
10044         (nnir-engines): Use it.  Qualify all prompts with engine name.
10045         (nnir-search-engine): Remove global variable.
10046         (nnir-run-hyrex): Restore for now.
10047         (nnir-extra-parms, nnir-search-history): New variables.
10048         (gnus-group-make-nnir-group): Use them.
10049         (nnir-group-server): Remove in favor of gnus-group-server.
10050         (nnir-request-group): Avoid searching twice.
10051         (nnir-sort-groups-by-server): New function.
10052
10053 2010-10-30  Julien Danjou  <julien@danjou.info>
10054
10055         * gnus-group.el: Remove gnus-group-fetch-control.
10056
10057         * gnus-start.el (gnus-find-new-newsgroups):
10058         Remove gnus-check-first-time-used.
10059
10060         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
10061
10062 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10063
10064         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
10065         set on groups that don't have \* permanentflags.
10066
10067 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068
10069         * shr.el (shr-tag-span): Drop colorization of regions since we don't
10070         control the background color.
10071         (shr-tag-img): Ignore very small web bug type images.
10072         (shr-put-image): Add help-echo alt texts to the images.
10073         (shr-tag-video): Show the video poster image.
10074
10075 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * shr.el (shr-table-depth): New variable.
10078         (shr-tag-table-1): Only insert the images after the top-level table.
10079
10080         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
10081
10082         * gnus-util.el (gnus-list-memq-of-list): New function.
10083
10084         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
10085         selected.
10086         (nnimap-unsplittable-articles): New slot.
10087         (nnimap-new-articles): Use it.
10088
10089 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
10090
10091         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
10092         move to the previous line on `M-g'.
10093
10094 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10097         *-request-group, which seems unnecessary.
10098
10099         * nnimap.el (nnimap-quote-specials): Function copied over from
10100         imap.el.
10101         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10102         they support that.  Suggested by Tom Regner.
10103
10104 2010-10-29  Julien Danjou  <julien@danjou.info>
10105
10106         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10107         defalias.
10108         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10109
10110         * gnus.el: Remove `gnus-nntp-service' variable.
10111         (gnus-secondary-servers): Make obsolete.
10112         (gnus-nntp-server): Make obsolete.
10113
10114         * gnus-start.el (gnus-1): Remove x-splash calls.
10115
10116         * gnus-ems.el (gnus-x-splash): Remove.
10117
10118         * gnus.el (gnus-group-startup-message): Simplify/update code.
10119
10120         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10121         definition.
10122
10123         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10124         capability before doing anything.
10125         (gnus-group-insert-group-line): Remove useless
10126         gnus-group-remove-excess-properties.
10127
10128 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10131
10132 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10135         config after reselecting.
10136
10137 2010-10-28  Julien Danjou  <julien@danjou.info>
10138
10139         * shr.el (shr-put-image): Use point even if only inserting text.
10140         (shr-put-image): Save excursion when inserting alt text on non-graphic
10141         display, so the behavior is the same when we are on a graphic display.
10142
10143         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10144
10145 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10148         (gnus-mime-copy-part): Check coding system, not charset.
10149         (gnus-mime-view-part-externally): Never remove part.
10150         (gnus-mime-view-part-internally): Don't remove part here.
10151         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10152         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10153         multipart/alternative.
10154
10155         * mm-decode.el (mm-display-part): Take optional arg `force'.
10156
10157 2010-10-26  Julien Danjou  <julien@danjou.info>
10158
10159         * gnus-group.el (gnus-group-default-list-level): Add this function to
10160         compute the default list level.
10161         (gnus-group-default-list-level): Add possibility to use a function.
10162
10163 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10166
10167         * gnus-group.el (gnus-group-completing-read)
10168         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10169         gnus-replace-in-string.
10170
10171 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * shr.el (shr-tag-div): Add.
10174
10175         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10176
10177 2010-10-25  Julien Danjou  <julien@danjou.info>
10178
10179         * gnus-util.el: Remove `gnus-with-local-quit'.
10180
10181         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10182
10183 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10186         the original article buffer.
10187
10188 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10189
10190         * nnimap.el (nnimap-request-head): New function.
10191         (nnimap-request-move-article): Try to be slightly faster by not
10192         requesting the entire message when moving.
10193         (nnimap-transform-headers): Don't bug out on bodiless articles.
10194         (nnimap-send-command): Have no outstanding messages if the IMAP server
10195         doesn't support streaming.
10196         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10197
10198 2010-10-24  Julien Danjou  <julien@danjou.info>
10199
10200         * message.el (message-default-headers): Fix type.
10201
10202 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10203
10204         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10205         prefetching images.
10206
10207         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10208         backend for unknown groups.  This is mainly useful for nnimap groups.
10209
10210         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10211         group isn't covered by the agent.
10212
10213 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10214
10215         * nnir.el (nnir-method-default-engines): New variable.
10216         (nnir-run-query): Use it.
10217         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10218         (gnus-summary-nnir-goto-thread): Change group if needed.
10219
10220         * gnus-group.el (gnus-group-group-map): Add key binding for
10221         gnus-group-make-nnir-group.
10222
10223 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224
10225         * shr.el (shr-tag-object): Add.
10226
10227         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10228         original article buffer live.
10229         (gnus-summary-select-article-buffer):
10230         Mention gnus-widen-article-buffer.
10231
10232 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10233
10234         * shr.el (shr-tag-strong): Add.
10235
10236 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10239         group names.  They mess up the group buffer badly.
10240
10241         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10242
10243         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10244         instead of the summary one.
10245
10246 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * mml.el (mml-preview): Work properly when editing article.
10249
10250         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10251         gnus-have-read-active-file if it's already been in.
10252
10253 2010-10-22  Tom Tromey  <tromey@redhat.com>
10254
10255         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10256         gnus-group-completing-read.
10257
10258 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * message.el (message-mode-map): Don't bind M-; to comment region, to
10261         allow the global comment-dwim to work.
10262
10263 2010-10-21  Julien Danjou  <julien@danjou.info>
10264
10265         * message.el (message-setup-1): Allow message-default-headers to be a
10266         function.
10267
10268 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * shr.el (shr-tag-table): Simplify.
10271
10272 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10275         to avoid trying to snarf invalid stuff.
10276
10277         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10278
10279         * gnus.el (gnus-message-archive-group): Quote value.
10280         (gnus-message-archive-group): Mark as changed.
10281
10282         * shr.el (shr-add-font): Don't put the font properties on the newline
10283         or the indentation.
10284
10285         * message.el (message-fix-before-sending): Change options when sending
10286         non-printable characters.
10287
10288         * gnus.el (gnus-message-archive-method): Change the default to
10289         monthly outgoing groups.
10290
10291         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10292         that have gotten new numbers.
10293
10294         * nnimap.el (nnimap-request-replace-article): New function.
10295
10296 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10299         (nnrss-request-article): Don't use special html washing code.
10300
10301 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * shr.el (shr-tag-table): Remove useless nconc.
10304
10305 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10306
10307         * gnus-art.el (article-wash-html): Simplify and remove the charset
10308         stuff.  Use the normal html rendering code instead of the special html
10309         washing code.
10310
10311         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10312         `gnus-w3m' symbols.
10313         (mm-text-html-washer-alist): Remove.
10314
10315         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10316         (mm-inline-media-tests): Remove use.
10317         (mm-text-html-renderer): Change default to the `shr' symbol.
10318
10319         * mm-view.el (mm-inline-text-html): Remove use.
10320
10321         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10322         `gnus-blocked-images' to be a function.
10323         (gnus-article-wash-function): Remove.
10324
10325 2010-10-20  Julien Danjou  <julien@danjou.info>
10326
10327         * spam.el (spam-list-of-processors): Mark as obsolete.
10328
10329         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10330         (nnimap-insert-partial-structure): Fix boundary detection.
10331
10332 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10333
10334         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10335         run file-truename on remote files.  This can be expensive and even
10336         prevent one from editing drafts if some unrelated buffer has a stale
10337         connection.
10338
10339 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10342         kinsoku-eol regardless of shr-kinsoku-shorten.
10343         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10344         (shr-tag-table): Support caption, thead, and tfoot.
10345
10346 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10349         lines.
10350         (shr-save-contents): New command and keystroke.
10351
10352         * nndoc.el (nndoc-type-alist): Add git support.
10353         (nndoc-git-type-p): New function.
10354         (nndoc-transform-git-article): Ditto.
10355         (nndoc-transform-git-headers): Ditto.
10356         (nndoc-transform-git-headers): Generate Subject headers.
10357
10358         * shr.el (shr-parse-style): New function.
10359         (shr-tag-span): Ditto.
10360
10361         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10362         to `G G' to avoid collisions.
10363
10364 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * shr.el: Load kinsoku if necessary.
10367         (shr-kinsoku-shorten): New internal variable.
10368         (shr-find-fill-point): Make kinsoku shorten text line if
10369         shr-kinsoku-shorten is bound to non-nil.
10370         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10371         shr-indentation too when testing if table is wider than frame width.
10372         (shr-insert-table): Use `string-width' instead of `length' to measure
10373         text width.
10374         (shr-insert-table-ruler): Make sure indentation is done at bol.
10375
10376 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10377
10378         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10379         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10380         undecoded network data.
10381
10382 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10385         name in the mode line spec so that the mode line menu works
10386         (bug#2431).
10387
10388         * message.el (message-get-reply-headers): If we're fed `to-address',
10389         then always use that.
10390
10391         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10392         aren't so wide as to need to switch off the edit menu.
10393
10394         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10395         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10396
10397         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10398         `M-g'.
10399         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10400         the permanent marks.
10401
10402 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10403
10404         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10405         Splitting according to references/in-reply-to obeys the ignore-groups
10406         variable, while splitting by sender and subject do not.
10407
10408 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10411         alist, so that we can look for non-Unicode chars.
10412         (article-translate-strings): Allow both character and string maps.
10413
10414 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * shr.el (shr-insert): Don't insert space behind a wide character
10417         categorized as kinsoku-bol, or between characters both categorized as
10418         nospace.
10419
10420 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10421
10422         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10423         headers to gnus-newsgroup-headers.
10424
10425 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * shr.el (shr-tag-img): Don't align images -- since we're not
10428         rescaling, this often leads to ugly displays.
10429
10430 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10431
10432         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10433         duplicates.
10434
10435 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10436
10437         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10438         call.
10439
10440 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441
10442         * gnus.el: Autoload gnus-html-show-images.
10443
10444         * nnimap.el: Use nnheader-message throughout.
10445
10446         * shr.el (shr-tag-img): Ignore images with no data.
10447
10448 2010-10-15  Julien Danjou  <julien@danjou.info>
10449
10450         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10451         a possibility to disable format=flow encoding when using hard newlines.
10452
10453 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * shr.el (shr-insert): Remove space inserted before or after a
10456         breakable character or at the beginning or the end of a line.
10457         (shr-find-fill-point): Do kinsoku; find the second best point or give
10458         it up if there's no breakable point.
10459
10460 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461
10462         * nnimap.el (nnimap-open-connection): Message when opening connection
10463         for debugging purposes.
10464
10465         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10466         on every setup buffer call to allow this to change from article to
10467         article.
10468
10469         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10470         buffers where we have a wide table.
10471
10472 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10473
10474         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10475         uses *-request-thread.
10476
10477 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478
10479         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10480         incantation, which is no longer valid.
10481
10482 2010-10-14  Julien Danjou  <julien@danjou.info>
10483
10484         * shr.el: Fix defcustom type (char -> character).
10485
10486 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10489         programs.
10490
10491 2010-10-14  Julien Danjou  <julien@danjou.info>
10492
10493         * shr.el (shr-tag-a): Use url-link as widget type.
10494
10495         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10496         `gnus-group-get-icon'.
10497
10498 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499
10500         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10501         This should make server editing work better.
10502
10503         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10504
10505         * tls.el (tls-program): Remove spurious %s from openssl.
10506
10507         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10508         (nnimap-parse-flags): Fix regexp.
10509
10510         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10511         probably work for CJVK text, too.
10512
10513         * nnimap.el (nnimap-extend-tls-programs): Remove.
10514         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10515
10516         * tls.el (tls-starttls-switches): Remove starttls hack.
10517         (open-tls-stream): Ditto.
10518         (tls-find-starttls-argument): Ditto.
10519
10520 2010-10-13  Julien Danjou  <julien@danjou.info>
10521
10522         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10523         responses.
10524
10525 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10528
10529         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10530         anything in Emacs.
10531
10532         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10533
10534 2010-10-13  Julien Danjou  <julien@danjou.info>
10535
10536         * shr.el (shr-width): Make shr-width a defcustom with default to
10537         fill-column.
10538         (shr-tag-img): Use shr-width rather than fill-column.
10539
10540 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * dgnushack.el (byte-optimize-apply):
10543         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10544
10545         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10546         position when (X-)Faces exist.
10547         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10548         avatars when called interactively.
10549
10550 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10553         gnus-article-x-face-too-ugly is bound.
10554
10555 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10558
10559         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10560         mailbox that doesn't exist.
10561
10562 2010-10-12  Julien Danjou  <julien@danjou.info>
10563
10564         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10565         (shr-get-image-data): Encode URL properly when fetching from cache.
10566         (shr-tag-img): Use aligned-to spaces to align correctly images.
10567
10568         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10569         before inserting the Gravatar.
10570
10571         * shr.el (shr-tag-img): Add align attribute support for <img>.
10572
10573 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * gnus-gravatar.el (gnus-art): Require.
10576
10577         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10578         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10579         Remove long obsoleted functions.
10580
10581 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10584
10585         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10586
10587         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10588         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10589         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10590         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10591         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10592         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10593         * sieve-manage.el, smime.el, spam.el:
10594         Fix comment for declare-function.
10595
10596 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * nnimap.el (nnimap-request-rename-group): Select group read-only
10599         before renaming it.
10600
10601         * shr.el (shr-insert): Fix up the white space only regexp.
10602
10603         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10604         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10605
10606         * shr.el (shr-current-column): New function.
10607         (shr-find-fill-point): New function.
10608
10609 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10610
10611         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10612         numbers.
10613
10614 2010-10-11  Julien Danjou  <julien@danjou.info>
10615
10616         * shr.el (shr-hr-line): Add.
10617         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10618         display hr lines.
10619         (shr-max-columns): Do not change state to nil if we just inserting
10620         spaces.
10621
10622 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10625         select the last group.
10626
10627 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10628
10629         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10630
10631 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10632
10633         * dig.el (dig-mode-map): Declare and define in one step.
10634
10635 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10638         for Gnus.
10639         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10640         (nnimap-update-qresync-info): Mark \Seen articles as read.
10641
10642         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10643         non-variable, too.
10644
10645         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10646         available.
10647         (nnimap-update-info): Rely more on the current active than the param
10648         active to avoid marking articles as read too much.
10649
10650         * auth-source.el (auth-source-create): Use (user-login-name) for the
10651         user name default.
10652
10653         * nnimap.el (nnimap-update-info): If the server doesn't return any
10654         useful info, just use the previous info.
10655         (nnimap-update-info): Prefer old info over start-article.
10656         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10657
10658 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10659
10660         * nnir.el (autoload): Clean up autoloads.
10661         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10662         Use key rather than value.
10663         (nnir-imap-search-other): New variable.
10664         (nnir-read-parm): Use it.
10665         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10666         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10667
10668 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10669
10670         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10671         the process, too.
10672
10673 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * spam.el (gnus-summary-mode-map): Bind to "$".
10676         Suggested by Russ Allbery.
10677
10678         * shr.el: Rework the way things are indented by <li> slightly.
10679
10680         * gnus.el (gnus-group-set-parameter): Fix typo.
10681
10682         * nnimap.el: Start implementing QRESYNC support.
10683
10684 2010-10-09  Julien Danjou  <julien@danjou.info>
10685
10686         * nnir.el (nnir-engines): Fix too many arguments.
10687
10688 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10691         group is the "last", so that the backends like nnfolder actually save
10692         their folders.
10693
10694         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10695         try to use that for the tls stream.
10696         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10697         UIDVALIDITY and find out which groups are read-only and not.
10698         (nnimap-get-flags): Use the same marks parsing code as the rest of
10699         nnimap.
10700
10701 2010-10-09  Julien Danjou  <julien@danjou.info>
10702
10703         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10704
10705         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10706         retrieving gravatars.
10707
10708         * shr.el (shr-table-corner): Add.
10709         (shr-table-line): Add.
10710         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10711
10712 2010-10-08  Julien Danjou  <julien@danjou.info>
10713
10714         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10715
10716 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10717
10718         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10719
10720         * gnus-sum.el (gnus-mark-article-as-unread)
10721         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10722         (gnus-summary-set-bookmark): Use it.
10723
10724         * gnus-msg.el (gnus-setup-message): Use it.
10725
10726         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10727
10728         * gnus.el (gnus-group-remove-parameter): Use it.
10729
10730         * gnus-group.el (gnus-group-make-web-group): Use it.
10731
10732         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10733
10734         * nnregistry.el: Update docs to mention manual.
10735
10736         * gnus-registry.el: Update docs to mention nnregistry.el.
10737         (gnus-registry-initialize): Don't install nnregistry refer method
10738         automatically.
10739         (gnus-registry-install-nnregistry): Remove it.
10740
10741 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * shr.el (shr-insert): Don't insert double spaces.
10744
10745 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-gravatar.el (gnus-treat-from-gravatar)
10748         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10749         called interactively.
10750
10751         * gnus-art.el (gnus-mime-view-part-externally)
10752         (gnus-mime-view-part-internally): Make predicate function passed to
10753         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10754         of a mime type.
10755
10756         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10757
10758 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * shr.el (require): Require cl when compiling.
10761         (shr-tag-hr): New function.
10762
10763         * nnimap.el (nnimap-update-info): Remove double setting of high.
10764         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10765         This makes nnimap work properly on Courier again.
10766
10767         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10768         the variable for backwards compatibility.
10769
10770         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10771         the file name before using to avoid setting mm-default-directory to
10772         nil.
10773
10774         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10775         bidning gnus-agent variables.
10776
10777         * shr.el (shr-render-td): Use a cache for the table rendering function
10778         to avoid getting an exponential rendering behavior in nested tables.
10779         (shr-insert): Rework the line-breaking algorithm.
10780         (shr-insert): Don't leave trailing spaces.
10781         (shr-insert-table): Also insert empty TDs.
10782         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10783
10784 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10785
10786         * gnus-sum.el (gnus-number): Rename from `number'.
10787         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10788         (gnus-summary-limit-children): Update uses correspondingly.
10789
10790 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10793         (gnus-gravatar-transform-address): Don't show avatars of people of
10794         which mail addresses match gnus-gravatar-too-ugly.
10795
10796 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * shr.el (shr-table-widths): Expand TD elements to fill available
10799         space.
10800
10801 2010-10-07  Julien Danjou  <julien@danjou.info>
10802
10803         * nnimap.el (nnimap-request-rename-group): Add this method.
10804
10805 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10808         name from XEmacs' function-arglist.
10809
10810         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10811         gravatar under XEmacs.
10812
10813 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         * auth-source.el: Update docs with TODO items.
10816
10817         * gnus-sync.el: Update docs to explain state and plans.
10818
10819         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10820         Hooks for mark updates.
10821         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10822
10823         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10824         hooks with arguments, which is needed for mark update hooks.
10825
10826 2010-10-06  Julien Danjou  <julien@danjou.info>
10827
10828         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10829         was matched.
10830
10831         * sieve-manage.el: Update example in `Commentary'.
10832
10833         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10834
10835         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10836         not 2000.
10837         (sieve-manage-authenticate): Re-add function.
10838
10839 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10840
10841         * shr.el (shr-insert): Get 'space transition right.
10842         (shr-render-td): Only delete space at the end of the TD.
10843
10844         * nnimap.el (nnimap-open-connection): Prepare to support
10845         open-gnutls-stream.
10846
10847         * shr.el: Rearrange function order to be more logical.
10848
10849 2010-10-06  Julien Danjou  <julien@danjou.info>
10850
10851         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10852         (nnrss-discover-feed): Remove 404 URL in docstring.
10853
10854         * nnir.el: Fix Swish-E URL.
10855         Fix Namazu URL.
10856
10857         * message.el (message-change-subject): Remove 404 URL in a comment.
10858
10859 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10862         called interactively.
10863
10864         * gnus-util.el (gnus-remove-if): Allow hash table.
10865         (gnus-remove-if-not): New function.
10866
10867         * gnus-art.el (gnus-mime-view-part-as-type):
10868         * gnus-score.el (gnus-summary-score-effect):
10869         * gnus-sum.el (gnus-read-move-group-name):
10870         Replace remove-if-not with gnus-remove-if-not.
10871
10872         * gnus-group.el (gnus-group-completing-read):
10873         Regard collection as a hash table if it is not a list.
10874
10875 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10878
10879         * shr.el: Document the table-rendering algorithm.
10880
10881 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10884         for Emacsen having no `libxml-parse-html-region' support.
10885
10886 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10889         invalid URLs.
10890
10891         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10892         line-broken.
10893         (shr-tag-img): Ignore image fetching errors.
10894         (shr-overlays-in-region): Compute overlay positions correctly.
10895
10896         * mm-decode.el (mm-shr): Require shr.
10897
10898         * gnus-art.el (gnus-blocked-images): Move variable here.
10899
10900         * shr.el (shr-insert-table): Bind free variable.
10901
10902         * mm-decode.el (mm-shr): Bind shr-content-function.
10903
10904         * shr.el (shr-content-function): New variable.
10905
10906         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10907         added for symmetry.
10908
10909         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10910
10911         * gnus-group.el (gnus-group-make-group): Doc fix.
10912
10913         * nnimap.el (nnimap-request-newgroups): Return success.
10914
10915         * shr.el (shr-find-elements): New function.
10916         (shr-tag-table): Put all the images after the table.
10917         (shr-tag-table): Really inhibit images inside the table.
10918         (shr-collect-overlays): Copy over overlays from the TD elements to the
10919         main document.
10920
10921         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10922         gnus-blocked-images.
10923
10924 2010-10-05  Julien Danjou  <julien@danjou.info>
10925
10926         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10927
10928         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10929         (gnus-html-maximum-image-size): Add this function.
10930         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10931
10932         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10933         server-value of the capability is nil.
10934
10935 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * shr.el (shr-tag-em): Add <EM> tag.
10938
10939 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10940
10941         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10942         customizable.
10943
10944         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10945         handing broken links to browse-url.
10946
10947 2010-10-05  Julien Danjou  <julien@danjou.info>
10948
10949         * gnus-util.el (gnus-emacs-completing-read)
10950         (gnus-iswitchb-completing-read): Use autoload rather than require.
10951
10952 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10955         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10956         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10957         iswitchb-temp-buflist for XEmacs.
10958
10959         * gnus-util.el (gnus-completing-read-function): Exclude
10960         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10961         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10962         XEmacs.
10963
10964         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10965         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10966
10967         * gnus-html.el: Don't require help-fns under XEmacs.
10968         (gnus-html-schedule-image-fetching): Work for XEmacs.
10969
10970         * mm-decode.el (mm-shr): Decode contents by charset.
10971
10972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10975         unknown.
10976
10977         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10978         (shr-get-image-data): Ensure against the cache file missing.
10979
10980         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10981         for data.
10982
10983         * spam-report.el (spam-report-url-ping-plain): Don't query about
10984         killing the process.
10985
10986         * shr.el (shr-render-td): Protect against too-wide text.
10987
10988 2010-10-04  Julien Danjou  <julien@danjou.info>
10989
10990         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10991         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10992
10993         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10994         retrieved.
10995
10996 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997
10998         * shr.el (browse-url): Require.
10999         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
11000         lines.
11001         (shr-show-alt-text, shr-browse-image): New commands.
11002         (shr-browse-url, shr-copy-url): New commands.
11003
11004         * gnus-sum.el (gnus-widen-article-window): New variable.
11005         (gnus-summary-select-article-buffer): Use it.
11006
11007         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
11008         without @ signs.
11009
11010 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11011
11012         * nnir.el (nnir-run-imap): Remove spurious space in search string.
11013
11014 2010-10-04  Julien Danjou  <julien@danjou.info>
11015
11016         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
11017         for XEmacs.
11018
11019 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
11022
11023         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
11024         (nnimap-close-server): Implement.
11025
11026         * dgnushack.el (iswitchb): Require to shut up the compiler.
11027
11028         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
11029         (shr-insert): Tweak line breaking.
11030         (shr-insert): Handle <pre> better.
11031         (shr-tag-li): Get <li> indentation right.
11032         (shr-tag-li): Get <li> indentation even righter.
11033         (shr-tag-blockquote): Ensure paragraph start.
11034         (shr-make-table): Tweak table generation.
11035         (shr-make-table): Fix typo.
11036
11037         * shr.el: Implement table rendering.
11038
11039 2010-10-04  Julien Danjou  <julien@danjou.info>
11040
11041         * gnus-html.el (gnus-html-put-image): Fix resize image code.
11042
11043 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * shr.el (shr-insert): Use string anchors instead of line anchors.
11046
11047 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * shr.el: Add headings.
11050         (shr-ensure-paragraph): Actually work.
11051         (shr-tag-li): Make <ul> prettier.
11052         (shr-insert): Get white space at the beginning/end of elements right.
11053         (shr-tag-p): Collapse subsequent <p>s.
11054         (shr-ensure-paragraph): Don't insert double line feeds after blank
11055         lines.
11056         (shr-insert): \t is also space.
11057         (shr-tag-s): Fix "s" tag name function.
11058         (shr-tag-s): Fix face prop name.
11059
11060 2010-10-03  Julien Danjou  <julien@danjou.info>
11061
11062         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
11063
11064         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
11065         gnus-window-inside-pixel-edges.
11066
11067         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
11068         gnus-ems.
11069
11070         * mm-view.el (mm-inline-image-emacs): Support image resizing.
11071
11072         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
11073         function.
11074
11075         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
11076         resize choice.
11077
11078 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
11081         beginning of the buffer.
11082
11083         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
11084         article buffer again.
11085
11086         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
11087
11088         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
11089         when it's at the start of the buffer.
11090
11091         * shr.el (shr-tag-blockquote): Convert name.
11092         (shr-rescale-image): Use the right image-size variant.
11093
11094         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11095         buffer isn't shown, then select the current article first instead of
11096         bugging out.
11097         (gnus-summary-select-article-buffer): Show both the article and summary
11098         buffers again.
11099
11100         * shr.el (shr-fontize-cont): Protect against regions with no text.
11101         Rename tag functions to shr-tag-* for enhanced security.
11102         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11103
11104 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11105
11106         * shr.el (shr-insert):
11107         * pop3.el (pop3-movemail):
11108         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11109         loaded.
11110
11111 2010-10-03  Glenn Morris  <rgm@gnu.org>
11112
11113         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11114
11115         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11116
11117         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11118
11119         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11120
11121         * gnus-util.el (gnus-make-local-hook): Simplify.
11122
11123 2010-10-02  Julien Danjou  <julien@danjou.info>
11124
11125         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11126         (gnus-ido-completing-read): New function.
11127         (gnus-emacs-completing-read): New function.
11128         (gnus-completing-read): Use gnus-completing-read-function.
11129         Add gnus-completing-read-function.
11130
11131 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * shr.el (shr-insert-document): Autoload.
11134         (shr-img): Be silent.
11135         (shr-insert): Add a newline after every picture before text.
11136         (shr-add-font): Use overlays for combining faces.
11137         (shr-insert): Pass upwards the text start point.
11138
11139         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11140         possible.
11141         (mm-shr): New function.
11142
11143 2010-10-02  Julien Danjou  <julien@danjou.info>
11144
11145         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11146         should go backward.
11147
11148 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11149
11150         * shr.el (shr): Fix typo in provide call.
11151
11152 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153
11154         * shr.el: New file.
11155
11156         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11157
11158         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11159         completing read.
11160
11161 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11164         we're being queried about.  Suggested by Dan Jacobson.
11165
11166         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11167         Suggested by Jason Eisner.
11168
11169         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11170         table, too.  Suggested by Stefan Wiens.
11171         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11172         the table unnecessary.  Suggested by Stefan Wiens.
11173
11174         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11175         longer needed, and probably doesn't work either, as pointed out by
11176         Stefan Wiens.
11177         (gnus-summary-exit): Remove call to the clearing function.
11178         (gnus-summary-exit-no-update): Ditto.
11179
11180         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11181         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11182         Reported by Stefan Monnier.
11183         (gnus-summary-save-in-rmail): Ditto.
11184
11185         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11186         article buffer, instead of both the article buffer and the summary
11187         buffer.  Sort of suggested by Dan Jacobson.
11188
11189         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11190
11191         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11192         Suggested by Dan Jacobson.
11193
11194         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11195         documentation clearer.
11196
11197         * message.el (message-shorten-references): Comment on the number "21".
11198         Suggested by Stefan Monnier.
11199
11200         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11201         Suggested by Dan Jacobson.
11202
11203         * gnus.el (gnus-large-newsgroup):
11204         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11205
11206         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11207         externalize attachments.  Bug reported by Steve Wen.
11208
11209         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11210         really message anything to the user.
11211
11212         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11213         directly.
11214
11215         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11216         messages in empty groups.
11217
11218 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11219
11220         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11221         non-UIDNEXT group.
11222
11223 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11226         not the value from the collection.
11227
11228         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11229         values.  This sometimes happens on some groups that have no info.
11230         (nnimap-request-newgroups): New function.
11231
11232 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11235         check into `gnus-registry-initialize'.
11236         (gnus-registry-initialize): Ditto.
11237         Fix and extend header docs.
11238
11239 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11242         regexp backtrace overflows.
11243
11244         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11245         for starttls that tls.el implements; i.e. openssl.
11246
11247         * tls.el (tls-starttls-switches): Give up on using starttls with
11248         gnutls-cli.
11249         (tls-program): Add --insecure to be consistent with the defaults from
11250         openssl s_client.  Now all three commands are insecure.
11251
11252 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * lpath.el: Bind completion-styles-alist for XEmacs.
11255
11256         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11257         (gravatar-create-image): New function that's an alias to
11258         gnus-xmas-create-image, gnus-create-image, or create-image.
11259         (gravatar-data->image): Use it.
11260
11261 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11262
11263         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11264         install the nnregistry refer method.
11265         (gnus-registry-install-hooks): Use it.
11266         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11267         unfollowed groups.
11268
11269 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11270
11271         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11272         expanding threads.
11273
11274 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * nnir.el: Use the server names without suffixes (bug#7009).
11277
11278         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11279         unencrypted to STARTTLS, if possible.
11280
11281 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11282
11283         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11284         headers before superseding.
11285
11286 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * nnrss.el (nnrss-use-local): Add documentation.
11289
11290         * nnimap.el (nnimap-extend-tls-programs): New function.
11291         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11292         (nnimap-wait-for-connection): Accept the greeting from the stupid
11293         output from openssl s_client -starttls, too.
11294
11295         * tls.el (tls-starttls-switches): New variable.
11296         (tls-find-starttls-argument): Use it.
11297         (open-tls-stream): Ditto.
11298
11299         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11300         (netrc-machine): Ditto.
11301
11302         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11303         article number.
11304         (nnimap-split-fancy): New variable.
11305         (nnimap-split-incoming-mail): Use it.
11306
11307         * nntp.el (nntp-server-list-active-group): Document.
11308
11309         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11310         SELECT to get the message-id.
11311
11312         * mail-source.el (mail-sources): Remove webmail support.
11313         (defvar): Ditto.
11314         (mail-source-fetcher-alist): Ditto.
11315         (mail-source-fetch-webmail): Remove.
11316
11317         * webmail.el: Remove -- doesn't seem relevant any more.
11318
11319         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11320
11321         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11322         the \r.
11323
11324 2010-09-30  Julien Danjou  <julien@danjou.info>
11325
11326         * gnus-agent.el (gnus-agent-add-group): Fix call to
11327         gnus-completing-read.
11328
11329 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * nndoc.el (nndoc-retrieve-groups): New function.
11332
11333         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11334         `default', use nnmail-split-methods.
11335         (nnimap-request-article): Downcase the NILs so that they are nil.
11336
11337         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11338         symbol.
11339
11340         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11341         code, since if the user has requested network, that's what they ought
11342         to get.
11343         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11344         (nnimap-split-rule): Mark as obsolete.
11345
11346         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11347         New variable.
11348
11349         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11350         correct slot, too.
11351
11352 2010-09-29  Julien Danjou  <julien@danjou.info>
11353
11354         * gnus.el (gnus-local-domain): Declare variable obsolete.
11355
11356         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11357         Fix history computing.
11358         (gnus-ido-completing-read): Require ido.
11359
11360 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11363         build Gnus.
11364
11365         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11366         when interpreting the structures.
11367         (nnimap-request-accept-article): Add \r\n to the lines to make this
11368         work with Cyrus.
11369
11370         * nndraft.el (nndraft-request-expire-articles): Use the group name
11371         instead if "nndraft".  Fix found by Nils Ackermann.
11372
11373 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11374
11375         * nnregistry.el: Add.
11376
11377 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11378
11379         * nnmail.el (group, group-art-list, group-art):
11380         Remove unneeded directives.
11381
11382 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11385         (mm-mime-charset):
11386         * rfc2047.el (rfc2047-syntax-table):
11387         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11388
11389         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11390         rather than `insert-file-contents' and `eval-region'.
11391
11392         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11393         construction.
11394
11395         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11396
11397         * time-date.el: No need to require cl for Emacs 21.
11398
11399 2010-09-29  Julien Danjou  <julien@danjou.info>
11400
11401         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11402         replacement of `gnus-gravatar-relief' to mimic
11403         `gnus-faces-properties-alist'.
11404         Add :version property.
11405
11406 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * mail-source.el (mail-source-report-new-mail):
11409         * message.el (message-default-mail-headers):
11410         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11411
11412         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11413
11414 2010-09-28  Julien Danjou  <julien@danjou.info>
11415
11416         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11417         mail-address contains the same string as real-name.
11418
11419         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11420         non-blank in header, otherwise it'll get stripped.
11421
11422         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11423         real-name, and then for mail address rather than doing : or , search.
11424
11425 2010-09-27  Julien Danjou  <julien@danjou.info>
11426
11427         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11428         right completing-read function.
11429         (gnus-use-ido): New variable
11430         (gnus-completing-read-with-default): Remove.
11431         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11432         (gnus-agent-add-group):
11433         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11434         * mm-view.el (mm-view-pkcs7-decrypt):
11435         * mm-util.el (mm-codepage-setup):
11436         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11437         * mml-smime.el (mml-smime-openssl-sign-query):
11438         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11439         (mml-insert-multipart):
11440         * gnus-msg.el (gnus-summary-yank-message):
11441         * gnus-int.el (gnus-start-news-server):
11442         * mm-decode.el (mm-interactively-view-part):
11443         * gnus-dired.el (gnus-dired-attach):
11444         * gnus.el (gnus-read-method):
11445         * gnus-bookmark.el (gnus-bookmark-jump):
11446         * gnus-art.el (gnus-mime-view-part-as-type)
11447         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11448         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11449         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11450         * nnmairix.el (nnmairix-create-server-and-default-group)
11451         (nnmairix-update-groups, nnmairix-get-server)
11452         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11453         (nnmairix-get-group-from-file-path):
11454         * nnrss.el (nnrss-find-rss-via-syndic8):
11455         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11456         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11457         (gnus-group-browse-foreign-server):
11458         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11459         (gnus-summary-execute-command, gnus-summary-respool-article)
11460         (gnus-read-move-group-name):
11461         * gnus-score.el (gnus-summary-increase-score)
11462         (gnus-summary-score-effect):
11463         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11464
11465 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11468         x-focus-frame.
11469
11470         * nnimap.el (auth-source-forget-user-or-password)
11471         (auth-source-user-or-password): Autoload.
11472
11473         * message.el (message-from-style, message-interactive)
11474         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11475         (message-yank-prefix, message-indentation-spaces, message-signature)
11476         (message-signature-file): Add comment.
11477
11478 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11479
11480         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11481         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11482         new articles.
11483
11484         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11485         parts.
11486         (nnimap-request-article): Work with the t setting, too.
11487
11488         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11489         that you don't get flashes of other buffers.
11490         (gnus-summary-show-complete-article): Intern before setting.
11491
11492 2010-09-27  David Engster  <dengste@eml.cc>
11493
11494         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11495         well as HEADERS.
11496         (nnmairix-retrieve-headers): Provide new argument for the above.
11497
11498 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * gnus-sum.el (gnus-summary-move-article): Don't alter
11501         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11502         group.
11503
11504         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11505
11506         * message.el (message-cite-prefix-regexp): Revert my last edit.
11507
11508         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11509         variable instead of the Gnus variable.
11510
11511         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11512
11513         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11514
11515         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11516         since some servers don't like it.
11517         (nnimap-open-connection): Forget credentials if the server says the
11518         password was wrong.
11519         (nnimap-parse-line): Protect against invalid data.
11520
11521         * gnus-sum.el (gnus-summary-move-article): Add comment.
11522         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11523         nothing alters it while scanning for new messages.
11524
11525         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11526         which may or may not help.
11527         (nnimap-open-connection): If we're doing a stream connection, and then
11528         discover we're on a STARTTLS-capable server, then open a STARTTLS
11529         connection instead.
11530
11531 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532
11533         * nnimap.el (utf7): Require.
11534
11535         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11536         prefix.
11537
11538 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11539
11540         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11541
11542 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11543
11544         * nnimap.el (nnimap-request-accept-article): Message the error on
11545         error.
11546
11547 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11550
11551 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * nndoc.el (nndoc-request-list): Return success always.
11554
11555         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11556         `fetch-old' -- we only want to fetch the articles we've requested.
11557         The rest are in the agent, probably.
11558         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11559         disappeared server" to something low.  It's not important.
11560
11561         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11562         arrived before the FETCH data.
11563
11564         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11565         target here, because we don't know the Gnus name of the group.
11566
11567         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11568         for the correct group.
11569
11570         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11571
11572         * gnus.el (gnus): Give a final warning after startup.
11573
11574         * gnus-util.el (gnus-action-message-log): New variable.
11575         (gnus-message): Use it.
11576         (gnus-final-warning): New function.
11577
11578         * nnimap.el (nnimap-open-connection): Record the greeting.
11579         (nnimap): Add greeting.
11580
11581 2010-09-26  Julien Danjou  <julien@danjou.info>
11582
11583         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11584         arguments.
11585         (gnus-html-wash-images): Fix spec computing to include start/end.
11586
11587         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11588
11589 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11592         deletion.
11593         (nnimap-retrieve-headers): Don't select the group, because that's
11594         already done by nnimap-possibly-change-group.
11595
11596         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11597         (gnus-picon-transform-address): Use it.
11598
11599         * mail-source.el (mail-source-value): Revert previous patch.
11600
11601         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11602         on failure.
11603         (nnimap-open-connection): Look up both virtual and physical server name
11604         credentials.
11605
11606         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11607
11608 2009-02-07  Dave Love  <fx@gnu.org>
11609
11610         * tls.el (open-tls-stream): Don't query killing process.
11611
11612 2009-02-08  Dave Love  <fx@gnu.org>
11613
11614         * gnus-win.el (gnus-window-to-buffer-helper)
11615         (gnus-all-windows-visible-p): Function needn't be a symbol.
11616
11617         * mail-source.el (mail-source-value): Function needn't be a symbol.
11618
11619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * message.el (message-cite-prefix-regexp): Remove } from the cite
11622         prefix.
11623
11624         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11625         highlight again, so that the highlight is correct.
11626
11627         * gnus-picon.el (gnus-picon): Remove again.
11628         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11629
11630         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11631         doing the header highlightling, so that the background color of the
11632         picon is correct.
11633
11634         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11635         (gnus-picon): Ditto.
11636         (gnus-picon): Reinstate.  The background color for picons is white.
11637         (gnus-picon-insert-glyph): Make the background white.
11638
11639         * nnml.el (nnml-open-nov): Don't return dead buffers.
11640
11641         * auth-source.el (auth-source-create): Query the user for whether to
11642         store the credentials.
11643
11644         * netrc.el (netrc-store-data): New function.
11645
11646         * auth-source.el (auth-source-user-or-password): Use the existing auth
11647         sources, if any, for creation.
11648
11649         * gnus.el (gnus-group-fast-parameter): Return the last matching
11650         parameter instead of the first matching parameter.
11651
11652 2010-09-26  Julien Danjou  <julien@danjou.info>
11653
11654         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11655
11656 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * mml2015.el (mml2015-use): Remove gpg support.
11659
11660         * mml1991.el (mml1991-function-alist): Remove gpg function.
11661         (mml1991-gpg-sign): Remove.
11662
11663 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11664
11665         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11666         (gnus-browse-unsubscribe-current-group): Document it.
11667         (gnus-browse-unsubscribe-group): Use it.
11668
11669 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11670
11671         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11672         address to the To list for easier response.
11673
11674         * gnus.el (gnus-play-startup-jingle): Remove.
11675         (gnus-splash): Don't play jingle.
11676         (gnus): Silence gnus-load message.
11677
11678         * gnus-art.el (gnus-treat-play-sounds): Remove.
11679
11680         * gnus.el (gnus-play-jingle): Remove audio support.
11681
11682         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11683
11684         * earcon.el: Remove -- no users.
11685
11686         * gnus-audio.el: Remove -- no users of this package.
11687
11688         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11689
11690         * gnus-start.el (gnus-setup-news): Remove nocem support.
11691
11692         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11693
11694         * gnus.el (gnus-use-nocem): Remove.
11695
11696         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11697         Remove.
11698
11699         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11700         uses NoCeM any more.
11701
11702         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11703         (gnus-button-ctan-handler): Ditto.
11704         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11705         (gnus-button-ctan-directory-regexp): Ditto.
11706         (gnus-button-handle-ctan): Ditto.
11707         (gnus-button-tex-level): Ditto.
11708         (gnus-button-alist): Remove CTAN stuff.
11709
11710 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11711
11712         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11713         nnimap-streaming test.
11714
11715         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11716         servers twice.
11717
11718         * nnimap.el (nnimap-open-connection): Add more error reporting when
11719         nnimap fails early.
11720
11721         * nnheader.el (nnheader-get-report-string): New function.
11722         (nnheader-get-report): Use it.
11723
11724         * gnus-int.el (gnus-check-server): Say what the error was when opening
11725         failed.
11726
11727         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11728         using streaming.
11729
11730 2010-09-25  Julien Danjou  <julien@danjou.info>
11731
11732         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11733         gnus-window-inside-pixel-edges.
11734
11735 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11738
11739         * mm-decode.el (mm-save-part): Allow saving to other directories the
11740         normal Emacs way.
11741
11742         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11743         Suggested by Jay Berkenbilt.
11744
11745         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11746         there isn't a single byte.
11747
11748         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11749         just do it.  It doesn't really seem to matter what the user responds
11750         here, I think, so it's just a confusing question.
11751
11752         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11753         non-streaming case.
11754
11755         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11756         (gnus-article-encrypt-body): Use it.
11757
11758         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11759         keystroke.
11760
11761         * nnimap.el (nnimap-find-wanted-parts-1):
11762         Use gnus-fetch-partial-articles.
11763
11764         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11765
11766         * nnimap.el (nnimap-insert-partial-structure): New function.
11767         (nnimap-get-partial-article): New function.
11768         (nnimap-request-article): Use it.
11769         (nnimap-wait-for-response): Return whether the wait was successful.
11770         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11771         retrieval wasn't successful.
11772         (nnimap-retrieve-group-data-early): Allow throttling servers.
11773         (nnimap-streaming): New variable.
11774         (nnimap-fetch-partial-articles): Remove.
11775
11776         * mm-decode.el (mm-with-part): Protect against killed buffers.
11777
11778         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11779         for prettier summary display.
11780
11781 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11782
11783         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11784
11785 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11788         apparently third-party libraries depend on it.
11789
11790         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11791         before starting negotiation.
11792
11793         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11794         privacy reasons.
11795         (gnus-treat-mail-gravatar): Ditto.
11796
11797         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11798         buffer when inserting images.  Inserting text into the headers, for
11799         instance, can make them invalid.
11800
11801 2010-09-25  Julien Danjou  <julien@danjou.info>
11802
11803         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11804         variables.
11805
11806         * nnheader.el: Remove useless variables news-reply-yank-from and
11807         news-reply-yank-message-id.
11808
11809         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11810         variables.
11811
11812         * mml1991.el: Remove useless mml1991-verbose.
11813
11814         * gnus.el: Remove useless variable gnus-use-generic-from.
11815         Remove obsolete variable gnus-topic-indentation.
11816
11817         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11818
11819         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11820
11821         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11822
11823         * gnus-group.el: Remove useless gnus-group-icon-cache.
11824         Remove useless gnus-ephemeral-group-server.
11825
11826         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11827
11828         * mml2015.el: Remove useless mml2015-verbose.
11829
11830         * mml-smime.el: Remove useless mml-smime-verbose.
11831
11832         * gnus.el: Remove useless gnus-local-domain.
11833
11834         * gnus-gravatar.el (gnus-gravatar-transform-address):
11835         Use gnus-gravatar-size.
11836
11837         * gnus-art.el: Remove useless gnus-treat-translate.
11838
11839 2010-09-24  Julien Danjou  <julien@danjou.info>
11840
11841         * gnus-sum.el: Add support for Gravatars.
11842
11843         * gnus-art.el: Add support for Gravatars.
11844
11845         * gnus-gravatar.el: Add this file.
11846
11847         * gravatar.el: Add this file.
11848
11849 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11850
11851         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11852
11853         * gnus-group.el (gnus-group-fetch-faq): Remove.
11854
11855         * gnus.el (gnus-group-faq-directory): Remove.
11856
11857         * gnus-group.el (gnus-group-fetch-charter): Remove.
11858
11859         * gnus.el (gnus-group-charter-alist): Remove.
11860
11861         * gnus-group.el (gnus-group-archive-directory): Remove.
11862         (gnus-group-recent-archive-directory): Ditto.
11863         (gnus-group-make-archive-group): Remove.
11864
11865         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11866
11867         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11868         use the same article number for all the cached articles.
11869
11870         * nnimap.el (nnimap-command): Register the last command time so
11871         that we can use it for idling NOOPs.
11872         (nnimap-open-connection): Start the keeplive timer.
11873         (nnimap-make-process-buffer): Store all the process buffers.
11874         (nnimap-keepalive): New function.
11875
11876         * starttls.el (starttls-open-stream): Add autoload cookie.
11877
11878 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11879
11880         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11881         handling.
11882
11883 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11886         its data structures.
11887
11888         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11889         instead of the cl.el copy-list.
11890         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11891         equalp.
11892
11893 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11896         and tool-bar-local-item-from-menu.
11897
11898         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11899         mode-line-highlight face for Emacs.
11900
11901         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11902         loading gnus-sum.elc; fix comment for canlock-verify.
11903         (gnus-article-jump-to-part): Use read-number.
11904         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11905         Remove Emacs pre-21 compatible code for help-echo.
11906         (gnus-article-next-page-1): No need to adjust the number of lines.
11907         (gnus-article-describe-bindings): Always use help-buffer.
11908
11909         * gnus-audio.el (gnus-audio-inline-sound):
11910         * gnus-cus.el (gnus-custom-mode):
11911         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11912
11913         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11914
11915         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11916         compatible code.
11917
11918 2010-09-24  Glenn Morris  <rgm@gnu.org>
11919
11920         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11921         visiting the fcc file in rmail-mode.
11922
11923         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11924
11925 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * nnir.el: Silence the byte compiler.
11928
11929         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11930         alias to browse-url-url-encode-chars if any.
11931         (gnus-html-encode-url): Use it.
11932
11933 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11934
11935         * gnus-start.el (gnus-use-backend-marks): New variable.
11936         (gnus-get-unread-articles-in-group): Use it.
11937
11938         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11939         makeover.
11940
11941 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11942
11943         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11944
11945 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11946
11947         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11948         Remove.
11949         (gnus-setup-news-hook):
11950         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11951
11952         * gnus-int.el (gnus-request-update-info): Protect against backends not
11953         having the function.
11954
11955         * nnimap.el (nnimap-stream): Mention starttls.
11956         (nnimap-open-connection): Add starttls support.
11957
11958 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11959
11960         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11961
11962 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11963
11964         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11965         BODYSTRUCTUREs.
11966         (nnimap-transform-headers): Unfold quoted {42} headers.
11967
11968         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11969         the info.
11970         (gnus-get-unread-articles): Only call updatep on backends that support
11971         it.
11972
11973         * nnweb.el (nnweb-request-update-info): NOOP.
11974
11975         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11976
11977         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11978         since it only deals with marks.
11979
11980         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11981         gnus-request-marks, and make a new gnus-request-update-info.
11982
11983         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11984         the active instead of the high number, which is usually too low.
11985
11986 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11987
11988         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11989         * encrypt.el: Remove.
11990
11991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11992
11993         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11994         server in symbolic form.
11995
11996         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11997
11998 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999
12000         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
12001         (nnimap-update-info): Fix up code slightly.
12002
12003         * gnus-int.el (gnus-open-server): Add tracing for performance
12004         debugging.
12005
12006         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
12007         (gnus-group-insert-group-line): Pass the real group name so that it
12008         gets the right data.
12009
12010         * gnus-start.el (gnus-get-unread-articles): Don't have
12011         `gnus-get-unread-articles-in-group' update info, since that can be
12012         really slow and doesn't seem to be needed?
12013
12014 2010-09-22  Dan Christensen  <jdc@uwo.ca>
12015
12016         * time-date.el (date-to-time): Try using parse-time-string first before
12017         using the slower timezone-make-date-arpa-standard.
12018
12019 2010-09-22  Julien Danjou  <julien@danjou.info>
12020
12021         * gnus-group.el (gnus-group-insert-group-line):
12022         Call gnus-group-highlight-line.
12023         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
12024         default hook list.
12025         (gnus-group-update-eval-form): Add new function.
12026         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
12027         (gnus-group-get-icon): Use gnus-group-update-eval-form.
12028
12029 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
12032         immediate, then expire all articles.
12033         (nnimap-update-info): Fix off-by-one errors.
12034         (nnimap-flags-to-marks): Would return no marks lists for group with no
12035         flags.  Instead return the other data.
12036
12037 2010-09-22  Julien Danjou  <julien@danjou.info>
12038
12039         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
12040         Only return an icon.
12041         (gnus-group-insert-group-line): Compute icon to return.
12042
12043         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
12044         (gnus-html-image-fetched): Only cache if
12045         gnus-html-image-automatic-caching is set.
12046         (gnus-html-image-fetched): Check for errors.
12047
12048 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12049
12050         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
12051         once per method on `g'.  This ensures that backends like nnfolder don't
12052         open all their folders.
12053
12054         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
12055         (nnimap-request-list): Nix out group in the correct buffer.
12056         (nnimap-parse-flags): Implement by using `read' instead of
12057         hand-parsing.
12058         (nnimap-flags-to-marks): Pass on permanent-flags.
12059         (nnimap-make-process-buffer): Record the server name.
12060         (nnimap-parse-flags): Fix typo.
12061         (nnimap-request-scan): Run split on the server in general, not just a
12062         single group.
12063
12064         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
12065         parameter, and propagate this downwards.
12066
12067         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12068         since EXAMINE changes it on the server.
12069
12070         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
12071         this command might take a while.
12072
12073 2010-09-22  Julien Danjou  <julien@danjou.info>
12074
12075         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
12076         harmful if you have 2 images side-by-side, they can't be properly
12077         update on text deletion.  Using text-property is safer here.
12078         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
12079         data.
12080
12081 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * nnimap.el (nnimap-expunge-inbox): Remove.
12084         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
12085         (nnimap-expunge): Flip default to t.
12086
12087         * gnus.el (gnus-method-to-server): Don't push things to the cache
12088         unless it's unique.
12089         (gnus-server-to-method): Ditto.
12090
12091 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12092
12093         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12094
12095 2010-09-22  Julien Danjou  <julien@danjou.info>
12096
12097         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12098         get the start of data.
12099         (gnus-html-encode-url): Add this function to encode special chars in
12100         URL.
12101         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12102         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12103
12104         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12105         default.
12106         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12107
12108         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12109         images alt-text.
12110         (gnus-html-put-image): Put alt-text as help-echo.
12111
12112 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12115         * mm-util.el (mm-decompress-buffer):
12116         * nnir.el (nnir-run-find-grep):
12117         * pop3.el (pop3-list): Use 3rd arg of split-string.
12118
12119         * time-date.el (format-seconds): Comment fix.
12120
12121         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12122         and byte-optimize-form-code-walker.
12123         (dgnushack-make-auto-load): Don't advise make-autoload.
12124
12125         * lpath.el: Remove Emacs 21 stuff.
12126
12127 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128
12129         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12130         outside the active range.  Suggested by Dan Christensen.
12131
12132         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12133         slightly later to avoid double-getting it.
12134
12135         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12136         previous patch.
12137
12138         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12139
12140 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12141
12142         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12143
12144 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12145
12146         * gnus-int.el (gnus-open-server): Give a better error message in the
12147         "go offline" case.
12148
12149         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12150         marks for nnimap, which is seldom the right thing to do.
12151
12152         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12153         (gnus-same-method-different-name): New function.
12154
12155         * nnimap.el (parse-time): Require.
12156
12157         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12158         method in the presence of many similar methods.
12159
12160         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12161
12162         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12163         nnml-inhibit-expiry.
12164
12165         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12166         find out whether methods are equal.
12167
12168         * nnimap.el (nnimap-find-expired-articles): New function.
12169         (nnimap-process-expiry-targets): New function.
12170         (nnimap-request-move-article): Request the article before looking at
12171         what the Message-ID is.  Fix found by Andrew Cohen.
12172         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12173
12174         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12175         for oldness in addition to being a predicate.
12176
12177         * nnimap.el (nnimap-request-group): When we have zero articles, return
12178         the right data to Gnus.
12179         (nnimap-request-expire-articles): Only delete articles immediately if
12180         the target is 'delete.
12181
12182         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12183         method, this would bug out.
12184
12185         * gnus-group.el (gnus-group-expunge-group): Rename from
12186         gnus-group-nnimap-expunge, and implemented as a normal interface
12187         function.
12188
12189         * gnus-int.el (gnus-request-expunge-group): New function.
12190
12191         * nnimap.el (nnimap-request-create-group): Implement.
12192         (nnimap-request-expunge-group): New function.
12193
12194 2010-09-21  Julien Danjou  <julien@danjou.info>
12195
12196         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12197         (gnus-html-cache-expired): Add new function.
12198         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12199         wethever we should display image for fetch it.
12200         Compute alt-text earlier to pass it to the fetching function too.
12201         (gnus-html-schedule-image-fetching): Change function argument to only
12202         get one image at a time, not a list.
12203         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12204         cache.
12205         (gnus-html-get-image-data): New function to retrieve image data from
12206         cache.
12207         (gnus-html-put-image): Change buffer argument to use image data rather
12208         than file, and place image above region rather than inserting a new
12209         one.  Do not take alt-text as argument, since it's useless now: we place
12210         the image above alt-text.
12211         (gnus-html-prune-cache): Remove.
12212         (gnus-html-show-images): Start to fetch image when we find one, do not
12213         push into a temporary list.
12214         (gnus-html-prefetch-images): Only fetch image if they have expired.
12215         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12216         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12217
12218 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12221
12222 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12223
12224         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12225         spec inser "*" if the group isn't active instead of 0.
12226
12227         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12228         opening the server.
12229         (nnimap-request-delete-group): Implement group deletion.
12230         (nnimap-transform-headers): Return the size of the entire message in
12231         the Bytes header, not just the size of the first part.
12232         (nnimap-request-move-article): When moving an article from nnimap,
12233         request the article first so the accepting form has an article to
12234         accept.  Reported by Dan Christensen.
12235         (nnimap-command): Make sure that the error message doesn't error out.
12236
12237 2010-09-20  David Edmondson  <dme@dme.org>
12238
12239         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12240         we haven't requested anything.
12241
12242 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12245         "".  Fix found by Andrew Cohen.
12246
12247         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12248         instead of -encode-string.
12249
12250 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12253
12254         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12255         by mm-subst-char-in-string.
12256
12257 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12258
12259         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12260         waiting for the connection string.
12261
12262         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12263         arriving.
12264
12265         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12266         bogus characters.  This allows selecting certain Gmail groups.
12267
12268         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12269         (nnimap-fetch-partial-articles): New variable.
12270         (nnimap-open-connection): When looking for credentials, also use the
12271         nnimap-server-port.
12272         (nnimap-request-article): Return the group/article number, so that Gnus
12273         `^' works as expected.
12274         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12275
12276         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12277         comments.
12278         (gnus-methods-sloppily-equal): New function.
12279         (gnus): When using the development version of Gnus, load the gnus-load
12280         file.
12281
12282         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12283         `gnus-open-server' on each method before trying to scan them etc.
12284         This ensures that all the backend parameters are set correctly.
12285
12286         * nnimap.el (nnimap-authenticator): New variable.
12287         (nnimap-open-connection): Allow anonymous login.
12288         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12289         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12290
12291         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12292         patch, found by Knut Anders Hatlen.
12293
12294 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12295
12296         * gnus-agent.el (gnus-agent-batch-confirmation)
12297         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12298         to gnus-message.
12299         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12300         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12301         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12302         * gnus-int.el (gnus-open-server): Likewise.
12303         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12304         (gnus-score-check-syntax): Likewise.
12305         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12306         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12307         Likewise.
12308         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12309
12310 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12311
12312         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12313         calling conventions so that prefetch doesn't bug out.
12314
12315 2010-09-19  Julien Danjou  <julien@danjou.info>
12316
12317         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12318         rather than `subst-char-in-region' in order to be able to replace ASCII
12319         char by UTF-8 ones.
12320
12321         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12322         than curl.
12323         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12324         the right URL and ALT text on images.
12325         (gnus-html-wash-tags): Fix tag case.
12326         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12327         (gnus-article-html): Add -o display_ins_del=2 option.
12328         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12329
12330 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331
12332         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12333         the extra mail headers, which sometimes seem to happen for unknown
12334         reasons.
12335
12336         * mail-parse.el (mail-header-encode-parameter): Define as
12337         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12338         (or most, perhaps?) mail readers don't understand the latter, but do
12339         understand the former.
12340
12341         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12342         to nil, so that no methods are automatically agentized.  I think this
12343         is probably what most users want.
12344
12345         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12346         from url-retrieve, for instance about invalid URLs.
12347
12348         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12349         groups that have no articles.
12350         (nnimap-request-article): Check that we really got an article when we
12351         requested one.
12352
12353         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12354         doesn't exist.
12355
12356         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12357         nntp buffer so the agent can save it.
12358         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12359         that CRLF doesn't get translated to \n.
12360         (nnimap-open-connection): Don't make 'shell commands only send \n.
12361
12362 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12363
12364         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12365         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12366         Update var name.
12367         (nnml-generate-nov-file): Use dolist.
12368         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12369         Use with-current-buffer.
12370
12371 2010-09-18  Julien Danjou  <julien@danjou.info>
12372
12373         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12374         parallel.
12375
12376 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12377
12378         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12379         the range update right.
12380         (nnimap-request-group): Don't make `M-g' bug out on group with no
12381         marks.
12382         (nnoo): Require, so that other packages can require nnimap.
12383         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12384         command we're looking for.  This helps when the server sends more
12385         responses after we've gotten everything we expected.
12386         (nnimap): Add a `newlinep' field to keep track of end-of-line
12387         conventions.
12388         Don't send CRLF to things that don't want it.
12389         (nnimap-request-accept-article): Ditto.
12390
12391 2010-09-18  Julien Danjou  <julien@danjou.info>
12392
12393         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12394         than curl to retrieve images.
12395
12396 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12399         the marks.
12400         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12401         (nnimap-wait-for-connection): New function.
12402         (nnimap-open-connection): If we have PREAUTH, don't query for login
12403         credentials.
12404         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12405         when doing a partial update.
12406
12407 2010-09-18  Julien Danjou  <julien@danjou.info>
12408
12409         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12410         tags.
12411
12412 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12413
12414         * nnimap.el (nnimap-credentials): New function.
12415         (nnimap-open-connection): Use the new function to look for credentials
12416         also on the numeric equivalents of "imap" and "imaps".
12417
12418         * gnus-start.el (gnus-activate-group): Send the info to
12419         gnus-request-group.
12420
12421         * nnimap.el (nnimap-request-group): Have the "check" version of the
12422         function parse flags and update the info, so that a `M-g' get a total
12423         resync of all flags from the group.
12424
12425         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12426         to allow backends to alter the info on group selection.  Also alter all
12427         the backend -request-group functions to take the parameter.
12428
12429         * nnimap.el (nnimap-store-info): New function.
12430         (nnimap-update-info): Store the info for later usage.
12431         (nnimap-request-group): Use the stored info for the dont-check case, so
12432         that we don't retrieve all marks when we enter a group.
12433
12434         * nnimap.el: Use deffoo instead of defun for interface functions.
12435
12436         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12437         update the group info.  This makes the nndraft groups, for instance, go
12438         back to their old behavior.
12439
12440         * gnus-sum.el (gnus-select-newsgroup): Indent.
12441
12442         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12443         in.
12444         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12445         nothing.
12446
12447         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12448         from methods that are denied.
12449
12450         * gnus-int.el (gnus-method-denied-p): New function.
12451
12452         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12453         store the password instead of netrc.
12454         (nnimap-open-connection): Don't error out when we can't make a
12455         connections.
12456
12457         * auth-source.el (auth-source-create): In the password prompt, say what
12458         we're querying for.  Also prompt for user name if that hasn't been
12459         given.
12460
12461         * nnimap.el (nnimap-with-process-buffer): Remove.
12462
12463 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12464
12465         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12466         method when we're reading from the agent.
12467
12468         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12469
12470         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12471         that's probably most useful for users.
12472
12473         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12474         "failed" all the time.
12475
12476         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12477         ...)) with (with-current-buffer ... ).
12478
12479         * nntp.el (nntp-open-server): Return whether the open was successful or
12480         not.
12481
12482         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12483         select an unread unseen article first.
12484
12485         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12486         /etc/services, supply some sensible port defaults.
12487
12488         * dgnushack.el: Define netrc-credentials.
12489
12490 2010-09-17  Julien Danjou  <julien@danjou.info>
12491
12492         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12493
12494 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12495
12496         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12497         doesn't have any parameters.
12498
12499 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12502         only upcased checks.
12503
12504         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12505
12506         * nnimap.el (nnimap-open-shell-stream): New function.
12507         (nnimap-open-connection): Use it.
12508         (nnimap-transform-headers): Get the number of lines in each message.
12509         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12510         number of lines.
12511         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12512         problem.
12513
12514         * utf7.el (utf7-encode): Autoload.
12515
12516         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12517         to allow the mail splitting to not return a default group.  This is
12518         useful for nnimap, which will leave unmatched mail in the inbox.
12519
12520         * nnimap.el: Rewritten.
12521
12522         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12523         nnimap usage.
12524
12525         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12526         if the move is internal, so that nnimap can do fast internal moves.
12527
12528         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12529         data.
12530         (gnus-read-active-for-groups): Support finishing the early retrieval of
12531         data.
12532
12533         * gnus-range.el (gnus-range-nconcat): New function.
12534
12535         * gnus-int.el (gnus-finish-retrieve-group-infos)
12536         (gnus-retrieve-group-data-early): New functions.
12537
12538 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12539
12540         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12541         (nnrss-retrieve-groups):
12542         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12543         (pop3-quit): Use with-current-buffer.
12544
12545 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12548         instead of nnheader-accept-process-output.
12549
12550         * dgnushack.el (dgnushack-compile): Add comment.
12551
12552         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12553
12554         * gnus-html.el (gnus-html-schedule-image-fetching)
12555         (gnus-html-prefetch-images): Replace process-kill-without-query by
12556         gnus-set-process-query-on-exit-flag.
12557
12558 2010-09-16  Romain Francoise  <romain@orebokech.com>
12559
12560         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12561
12562 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12565         parameter to unintern is mandatory-ish in Emacs 24.
12566
12567         * gnus-html.el (gnus-html-schedule-image-fetching)
12568         (gnus-html-prefetch-images): Check for curl before using it.
12569
12570         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12571         depend on curl, which isn't essential.
12572
12573         * imap.el: Revert back to version
12574         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12575         seem problematic.
12576
12577 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12578
12579         * gnus-registry.el (gnus-registry-install-shortcuts):
12580         Explicitly pass `obarray' to `unintern' to avoid a warning.
12581
12582 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12583
12584         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12585         change.
12586
12587         * nnrss.el (nnrss-request-list): Remove this function and related
12588         functions, including the moreover stuff.
12589
12590 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * nnrss.el (nnrss-retrieve-groups): New function.
12593
12594 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12595
12596         * .dir-locals.el: Add no-byte-compile cookie.
12597
12598 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * time-date.el (format-seconds): Comment fix.
12601
12602         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12603         for back end that doesn't support request-scan.
12604
12605 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12608         then do request scans from the backends.
12609
12610         * netrc.el (netrc-credentials): New conveniency function.
12611
12612         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12613         avoid running a hook per line, since this takes a lot of time,
12614         profiling shows.
12615         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12616         directly if gnus-visual-p is true.
12617
12618 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12621         groups; replace mapcar with dolist which is a bit faster; pass groups
12622         info to gnus-read-active-file-1.
12623         (gnus-read-active-file-1): Scan only specified groups if the new
12624         optional arg `infos' is given.
12625
12626 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12627
12628         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12629
12630         * pop3.el (pop3-movemail): Remove.
12631         (pop3-streaming-movemail): Rename to pop3-movemail.
12632
12633         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12634         don't restrict end-tag searches to the end of the line.
12635
12636 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12639         articles of every unchecked group to t, which means unknown since the
12640         server has never been opened.
12641
12642 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * gnus-html.el (gnus-html-show-alt-text): New command.
12645         (gnus-html-browse-image): Ditto.
12646         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12647         to browse the image directly.
12648         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12649         better.
12650
12651         * gnus-async.el (gnus-async-article-callback):
12652         Call `gnus-html-prefetch-images' unconditionally.
12653
12654         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12655         before feeding URLs to curl.
12656
12657 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12660         internal images as deletable by `W D D'.
12661
12662         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12663         (gnus-async-article-callback): Fix typo.
12664
12665 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12666
12667         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12668         current line to work around bugs in the output from w3m.
12669
12670         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12671         for groups that want that.
12672
12673         * nntp.el (nntp-wait-for-string): Supply a timeout for
12674         accept-process-output to ensure progress.
12675
12676         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12677         level to get unread articles from, then use that for foreign groups,
12678         too.
12679
12680         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12681         confuses the rest of the function.
12682
12683         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12684         for the methods that support -retrieve-groups, too.
12685
12686         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12687
12688 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12691         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12692
12693         * pop3.el: Require cl when compiling.
12694         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12695
12696 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12699         that aren't going to be activated.
12700         (gnus-get-unread-articles): Fix up the last commit.
12701
12702         * gnus-html.el (gnus-article-html): Allow calling without specifying
12703         the handle.  In that case, dissect the buffer first.
12704
12705         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12706
12707         * nnimap.el (nnimap-open-connection): Revert the change that would look
12708         into authinfo for imaps instead of imap.
12709
12710         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12711         say that you don't want to call gnus-request-group with don-check, but
12712         do check the reponse.  This is for virtual groups only.
12713         (gnus-get-unread-articles): Count the archive groups as secondary, so
12714         that they're activated the same way as before.
12715
12716         * imap.el (imap-message-map): Removed optional buffer parameter, since
12717         no callers use it.
12718         (imap-message-get): Ditto.
12719         (imap-message-put): Ditto.
12720         (imap-mailbox-map): Ditto.
12721         (imap-mailbox-put): Ditto.
12722         (imap-mailbox-get): Ditto.
12723         (imap-mailbox-get): Revert last change for this function.
12724
12725         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12726         case-insensitively.
12727         (nnimap-debug): Remove.
12728
12729         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12730         callers to use `imap-fetch' instead.  According to the comments, this
12731         should be safe, since all other IMAP clients use the 1:* syntax.
12732         (imap-enable-exchange-bug-workaround): Remove.
12733         (imap-debug): Remove -- doesn't seem very useful.
12734
12735         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12736         mail from a file, and the file doesn't exist.
12737
12738         * imap.el (imap-log): New convenience function used throughout instead
12739         of repeating the same code all over the place.
12740
12741         * pop3.el (pop3-streaming-movemail): Return t for success.
12742
12743         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12744         .authinfo if we're using ssl connection.
12745
12746         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12747         already have if we're in a main Gnus `g' run.
12748
12749         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12750
12751 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12754
12755         * nnmh.el (nnmh-request-list-1): Bind `file'.
12756
12757         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12758         alias to set-process-query-on-exit-flag or process-kill-without-query.
12759         (pop3-open-server): Use it.
12760
12761 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12762
12763         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12764         box to the Incoming file.  Fixes mistake in previous checkin.
12765
12766         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12767         request loop (for debugging purposes) removed.
12768
12769         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12770         culprit is more visible.
12771         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12772         (nnml-add-incremental-nov): New functions to do "incremental" nov
12773         updates, where we just append to the end of the existing nov files
12774         without reading/writing them in full.
12775
12776         * mail-source.el (mail-source-delete-crash-box): Really only check the
12777         incoming files once in a while.
12778
12779         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12780
12781         * mail-source.el (mail-source-delete-crash-box): Only check the
12782         incoming files for deletion once per day to save a lot of file
12783         accesses.
12784
12785         * pop3.el (pop3-logon): Fix up unbound variable typo.
12786
12787         * mail-source.el (pop3-streaming-movemail): Autoload.
12788
12789         * pop3.el (pop3-streaming-movemail):
12790         Respect pop3-leave-mail-on-server.
12791
12792         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12793         retrieval.
12794
12795         * pop3.el (pop3-process-filter): Remove unused function.
12796         (pop3-streaming-movemail, pop3-send-streaming-command)
12797         (pop3-wait-for-messages, pop3-write-to-file)
12798         (pop3-number-of-responses): New functions for streaming pop3
12799         retrieval.
12800
12801         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12802         come from no known methods.
12803         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12804         list.
12805
12806         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12807         message sizes.
12808         (pop3-movemail): Use erase-buffer instead of looping and deleting
12809         regions, which seems rather odd.
12810
12811         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12812         file once per `g' run.
12813
12814         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12815         directories.  This makes the draft queue directory work.
12816
12817         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12818         data from the backends, so that we only request the list of groups from
12819         each method once.  This should speed things up considerably.
12820
12821         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12822         detect that it's not implemented.
12823
12824         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12825         we actually do recurse down into the tree, but don't stat all leaf
12826         nodes.
12827
12828         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12829         then say so instead of bugging out.
12830
12831         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12832         files exist before trying to read them.
12833
12834         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12835         around <pre_int>.
12836
12837         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12838
12839         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12840
12841 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12842
12843         * mm-util.el (mm-image-load-path): Just return the image directories,
12844         not all directories in the path in addition to the image directories.
12845         (mm-image-load-path): Maintain a cache of the image directories so that
12846         the `g' command in Gnus doesn't have to stat dozens of directories each
12847         time.
12848
12849         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12850         (gnus-html-wash-tags): Add a new `i' command to insert images.
12851         (gnus-html-insert-image): New command and keystroke.
12852         (gnus-html-redisplay-with-images): New command and keystroke.
12853         (gnus-html-show-images): Rename command.
12854         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12855         spacers.
12856         (gnus-html-wash-tags): Decode entities at the end, so that entities
12857         inside the tags don't mess up the rest of the "parsing".
12858
12859         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12860         so that nnimap methods aren't agentized by default.  There's apparently
12861         many problems related to agent/imap behavior.
12862
12863         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12864
12865         * gnus-html.el: Doc fix.
12866
12867 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12870         specifier-spec-list for Emacs 21.
12871
12872         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12873         glyph-width and glyph-height instead of display-graphic-p and
12874         image-size; make avoidance of displaying small images work for XEmacs.
12875
12876         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12877         for XEmacs.
12878
12879         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12880         of symbol that holds plist data.
12881         (gnus-process-plist): Remove plist of process after getting it.
12882
12883 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * message.el (message-generate-hashcash): Change default to
12886         'opportunistic if hashcash is installed.
12887
12888         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12889         (gnus-html-put-image): Only call image-size once, since it's somewhat
12890         time-consuming on remote X servers.
12891
12892 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12895         type on data, not a file name.
12896
12897         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12898         window-pixel-edges for Emacs 21.
12899
12900         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12901         decoded contents.
12902         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12903
12904 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12905
12906         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12907         group line format, since it isn't very interesting.
12908
12909         * gnus-agent.el (gnus-agent-short-article),
12910         (gnus-agent-long-article): Increase values for these two variables,
12911         since most people are likely to have more network connection and
12912         storage than before.
12913
12914         * gnus.el (gnus-refer-article-method): Change default to 'current.
12915         When referring an article, the common behavior is to refer it from the
12916         current select method, not the native select method.  The chances of
12917         the native select method having the message in question is rather slim
12918         these days.
12919
12920         * gnus-sum.el (gnus-auto-select-subject): Change default to
12921         `unseen-or-unread'.  I think it's likely that most people want to
12922         select an unseen article over a previously seen, but unread one.
12923
12924         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12925         means that in the article buffer none of the minor mode elements will
12926         be shown, usually, and this is not desirable in most cases.
12927
12928         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12929         that commands like `d' (and the like) go to the next line in the
12930         buffer, instead of the next unread article.  I think this is the
12931         behavior that is most natural for most users.
12932         (gnus-single-article-buffer): Change default to nil, so that people can
12933         have as many article buffers open as they have summary buffer.  I think
12934         this is the most natural way for the groups to behave.
12935
12936         * message.el (message-generate-new-buffers): Change default to
12937         `unsent', so that all new message buffers start their names with the
12938         string "*unsent", and it's easier to find the buffers if you move from
12939         them.
12940
12941 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12942
12943         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12944         small.  They're probably tracking images.
12945         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12946         (gnus-html-rescale-image): Yet another try at getting the image sizing
12947         right.
12948
12949         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12950         nntp-marks-file-name is nil.
12951
12952 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12953
12954         * gnus-html.el (gnus-html-wash-tags)
12955         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12956         Better logging.
12957
12958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12959
12960         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12961
12962         * gnus-html.el (gnus-html-wash-tags): Check the value of
12963         gnus-blocked-images in the summary buffer.
12964
12965 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12966
12967         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12968
12969 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12972         like "a", it seems like.
12973         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12974         since it needs to be picked from the correct buffer.
12975
12976         * nnwfm.el: Remove.
12977
12978         * nnlistserv.el: Remove.
12979
12980 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12981
12982         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12983         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12984
12985 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12986
12987         * nnkiboze.el: Remove.
12988
12989         * nndb.el: Remove.
12990
12991         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12992         alt text.
12993         (gnus-html-rescale-image): Try to get the rescaling logic right for
12994         images that are just wide and not tall.
12995
12996         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12997         overshadow variable bindings.
12998
12999 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
13000
13001         * gnus-html.el (gnus-html-wash-tags)
13002         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
13003         Add extra logging.
13004
13005 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
13008         (gnus-max-image-proportion): New variable.
13009         (gnus-html-rescale-image): New function.
13010         (gnus-html-put-image): Rescale images.
13011
13012 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13013
13014         Fix up some byte-compiler warnings.
13015         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
13016         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
13017         (gnus-article-fill-cited-article, gnus-article-hide-citation)
13018         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
13019         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
13020         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
13021         (gnus-group-update-group): Use save-excursion and with-current-buffer.
13022
13023 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-html.el (gnus-article-html): Decode contents by charset.
13026
13027 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
13030         (gnus-html-frame-width, gnus-blocked-images):
13031         * message.el (message-prune-recipient-rules): Add custom version.
13032         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
13033
13034         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
13035         functions.
13036
13037         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
13038         gnus-process-get.
13039
13040 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
13041
13042         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
13043         instead of lsub directly.
13044
13045 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13046
13047         * nnwarchive.el: Remove.
13048
13049         * gnus-soup.el: Remove.
13050
13051         * nnsoup.el: Remove.
13052
13053         * nnultimate.el: Remove.
13054
13055         * gnus-html.el (gnus-blocked-images): New variable.
13056
13057         * message.el (message-prune-recipients): New function.
13058         (message-prune-recipient-rules): New variable.
13059
13060         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
13061         guess whether a long line is natural text or not.
13062
13063         * gnus-html.el (gnus-html-schedule-image-fetching):
13064         Use gnus-process-plist and friends for compatibility.
13065
13066 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13067
13068         * gnus-html.el: Require packages that define macros used in this file.
13069         (gnus-article-mouse-face): Declare to silence byte-compiler.
13070         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
13071         process-get.
13072         (gnus-html-put-image): Use plist-get to avoid getf.
13073         (gnus-html-prefetch-images): Use with-current-buffer.
13074
13075 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-ems.el: Provide compatibility functions for
13078         gnus-set-process-plist.
13079
13080         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
13081         header-line-format for XEmacs 21.4.
13082
13083         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
13084         * gnus.el (gnus-valid-select-methods):
13085         * message.el (message-send-mail-partially-limit):
13086         * mm-decode.el (mm-text-html-renderer):
13087         * mml.el (mml-insert-mime-headers-always):
13088         * smiley.el (smiley-regexp-alist): Bump custom version.
13089
13090 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13091
13092         * gnus-html.el: Require mm-url.
13093         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13094         with the url to `url'.
13095         (gnus-html-wash-tags): Support cid: URLs/images.
13096
13097 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098
13099         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13100         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13101         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13102
13103         * gnus-move.el: Remove file, since it doesn't really work.
13104
13105         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13106         UTF-8.  This seems to fix problems with some German web feeds.
13107
13108         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13109         at the top so that the proper colors are applied.
13110
13111         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13112         don't have dots in their names.
13113
13114         * gnus-art.el (gnus-article-view-part): Doc fix.
13115
13116         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13117         XEmacs-compatible.
13118         (gnus-html-put-image): Don't do images on non-graphic displays.
13119
13120         * nnslashdot.el: Remove this unused backend.
13121
13122         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13123         actions.
13124         (gnus-undo-register-1): Revert last change.
13125
13126         * gnus-group.el (gnus-group-completing-read): Protect against not
13127         having completion-styles bound.
13128
13129         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13130         make broken recipients happier.
13131
13132         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13133
13134         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13135         point parameter.
13136
13137         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13138
13139         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13140         completion-styles for group selection.
13141
13142 2009-02-04  Andreas Schwab  <schwab@suse.de>
13143
13144         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13145         headers and regexp-quote the match if necessary.
13146
13147 2009-03-24  Miles Bader  <miles@gnu.org>
13148
13149         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13150         the blinking smiley.
13151
13152 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13153
13154         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13155         blink smiley.
13156
13157 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13158
13159         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13160         where the dribbel file lives exists.
13161
13162         * message.el (message-send-mail-partially-limit): Change the default to
13163         nil, since most people don't want this.
13164
13165         * mm-url.el (mm-url-decode-entities): Also decode entities like
13166         &#x3212.
13167
13168 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13169
13170         * gnus-sum.el (gnus-summary-idna-message):
13171         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13172         Hyperlink urls in docstrings with URL `...'.
13173
13174 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13175
13176         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13177         functions.
13178
13179 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13180
13181         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13182         say what the mouseover text should be.
13183
13184         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13185         version of the mm-w3m-safe-url-regexp variable to only download images
13186         in the groups where we want that to happen.
13187
13188         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13189
13190         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13191         easier debugging.
13192         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13193         big pictures in the article buffer.
13194
13195         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13196         gnus-article-html.
13197         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13198         w3m.
13199
13200         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13201
13202 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13205         which doesn't exist.
13206
13207         * message.el (message-inhibit-ecomplete): New variable to allow some
13208         function to inhibit ecomplete address storage.
13209         (message-resend): Disable ecomplete message storage when resending
13210         messages.
13211
13212         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13213
13214 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13217         Save excursion while copying, moving, and deleting articles in order to
13218         prevent the cursor from jumping to unforeseen place.
13219
13220 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * lpath.el: No need to bind bookmark-current-buffer,
13223         bookmark-yank-point and bookmark-make-record-function.
13224
13225 2010-08-17  Glenn Morris  <rgm@gnu.org>
13226
13227         * gnus-sync.el: Require gnus components whose functions are used.
13228
13229         * gnus-art.el (bookmark-make-record-function):
13230         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13231         Declare for compiler.
13232
13233         * mm-url.el (mml-compute-boundary): Autoload.
13234
13235 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13238
13239 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13240
13241         Typo fix "hoo4a" -> "hook".
13242
13243         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13244
13245 2010-08-14  Glenn Morris  <rgm@gnu.org>
13246
13247         * gnus-sync.el (gnus-sync): Fix defgroup version.
13248
13249 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13252
13253         * gnus-sync.el: Fix docs.
13254         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13255         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13256
13257 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13258
13259         Optimizations for gnus-sync.el.
13260
13261         * gnus-sync.el: Add docs about gnus-sync-backend
13262         possibilities.
13263         (gnus-sync-save): Remove unnecessary message.
13264         (gnus-sync-read): Optimize and show what groups were skipped.
13265
13266 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13267
13268         Minor bug fixes for gnus-sync.el.
13269
13270         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13271         Don't read the sync on get-new-news.
13272
13273         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13274         quiet.
13275
13276         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13277         (fix typo).
13278
13279 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13280
13281         Make saving and restoring of hidden threads work with overlays.
13282         Patch applied by Ted Zlatanov.
13283
13284         * gnus-sum.el (gnus-hidden-threads-configuration)
13285         (gnus-restore-hidden-threads-configuration): Update to deal with text
13286         properties, rather than searching for a magic character.
13287
13288 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13289
13290         New gnus-sync.el library for synchronization of marks.
13291
13292         * gnus-sync.el: New library for synchronization of marks.
13293
13294         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13295         renamed from `gnus-registry-grep-in-list'.
13296
13297         * gnus-registry.el (gnus-registry-follow-group-p):
13298         Use `gnus-grep-in-list'.
13299
13300         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13301
13302 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13305         determining charset of text fails.
13306
13307 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * nnmail.el (nnmail-get-new-mail-1): Revert.
13310
13311         * nnml.el (nnml-active-number): Make sure names of newly created groups
13312         in nnml-group-alist are encoded.
13313
13314 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13317         containing non-ASCII characters in active file for nnml back end.
13318
13319 2010-07-24  David Engster  <dengste@eml.cc>
13320
13321         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13322         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13323
13324 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13325
13326         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13327         tag (Bug#6654).
13328
13329 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13332         the article buffer, not the summary buffer.
13333
13334 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13337         Emacs 23 as well.
13338
13339 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13342         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13343
13344 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13345
13346         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13347         Patch applied by Karl Fogel.
13348
13349         * gnus-sum.el (gnus-summary-bookmark-make-record):
13350         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13351
13352 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13353
13354         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13355         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13356         C-w still not working correctly from Article buffers; Thierry's
13357         patch to fix that will be applied after this.
13358
13359         * gnus-art.el (bookmark-make-record-function): New local variable.
13360
13361         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13362         article buffer.
13363         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13364
13365 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13366
13367         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13368         on changes in bookmark.el.
13369
13370 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13373         `no-log' instead of message not to log prompt string.
13374
13375 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13376
13377         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13378         the *other* type of HTML form submission.
13379
13380 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13381
13382         * auth-source.el (auth-source-pick): If choice does not contain a
13383         questioned keyword, set the check to t.
13384
13385 2010-06-12  Romain Francoise  <romain@orebokech.com>
13386
13387         * gnus-util.el (gnus-date-get-time): Move up before first use.
13388
13389 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13392         (gnus-article-edit-part): Bind it to make last part that is substituted
13393         or deleted visible.
13394         (gnus-mime-display-single): Buttonize part of which id equals to
13395         gnus-mime-buttonized-part-id.
13396
13397 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13398
13399         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13400         (gnus-dd-mmm): Use gnus-date-get-time.
13401         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13402         simplify logic.
13403         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13404         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13405
13406 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13407
13408         * auth-source.el (top): Autoload `secrets-list-collections',
13409         `secrets-create-item', `secrets-delete-item'.
13410         (auth-sources): Fix tag string.
13411         (auth-get-source, auth-source-retrieve, auth-source-create)
13412         (auth-source-delete): New defuns.
13413         (auth-source-pick): Rewrite in order to avoid 2 passes.
13414         (auth-source-forget-user-or-password): New parameter USERNAME.
13415         (auth-source-user-or-password): New parameters CREATE-MISSING and
13416         DELETE-EXISTING.  Retrieve password interactively, if needed.
13417
13418 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13419
13420         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13421         deleting unused directories when gnus-expert-user is t.
13422
13423 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13426         for each temp file when gnus-article-browse-delete-temp is ask.
13427
13428 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13429
13430         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13431         Replace Lisp calls to delete-backward-char by calls to delete-char.
13432
13433 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13434
13435         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13436
13437 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13438
13439         * password-cache.el (password-cache-remove): Fix docstring.
13440
13441 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13444         article unless decoding article to be saved.
13445
13446 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13449         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13450         generated within the mm-with-unibyte-current-buffer macro.
13451
13452 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13455         to nil when we're in a mml-preview buffer and no group is selected.
13456
13457 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13458
13459         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13460         when catching the `C-g'.  Reported by "Leo".
13461
13462 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * message.el (message-forward-make-body-plain)
13465         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13466         multibyte-string-p.
13467
13468         * lpath.el: Revert.
13469
13470 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * message.el (message-forward-make-body-mml): Assume original message
13473         is multibyte string; error on unibyte.
13474         (message-forward-make-body-plain): Ditto; don't add excessive newline
13475         in body end.
13476
13477         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13478
13479 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13480
13481         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13482         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13483
13484 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * mm-extern.el (mm-extern-url): Don't use
13487         mm-with-unibyte-current-buffer.
13488         (mm-extern-cache-contents): Use with-current-buffer instead of
13489         save-excursion + set-buffer.
13490
13491 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * mm-util.el (mm-emacs-mule): Remove.
13494
13495 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13496
13497         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13498         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13499         change.
13500
13501 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13504         bind the default value of enable-multibyte-characters to nil.
13505
13506 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * message.el (message-forward-make-body-plain)
13509         (message-forward-make-body-mml):
13510         Don't use mm-with-unibyte-current-buffer.
13511
13512 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13513
13514         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13515
13516 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13517
13518         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13519         (Bug#5592).
13520
13521 2010-05-07  Julien Danjou  <julien@danjou.info>
13522
13523         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13524         it to mm-pipe-part.
13525
13526         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13527         it is given.
13528
13529 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * binhex.el (binhex-decode-region-internal):
13532         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13533         (dns-query):
13534         * nnweb.el (nnweb-gmane-search):
13535         * pgg-parse.el (pgg-parse-armor):
13536         * pgg.el (pgg-verify-region):
13537         * sha1.el (sha1-string-external):
13538         * uudecode.el (uudecode-decode-region-internal):
13539         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13540         XEmacs.
13541
13542         * gnus-art.el (gnus-article-browse-html-parts):
13543         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13544         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13545         make-temp-file.
13546
13547         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13548         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13549         compiling.
13550
13551         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13552         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13553         XEmacs when compiling.
13554
13555         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13556         gnus-pick-mode-off-hook for XEmacs when compiling.
13557         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13558         gnus-binary-mode-off-hook for XEmacs when compiling.
13559
13560         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13561         Return nil if char-charset is not available.
13562
13563         * imap.el (imap-disable-multibyte)
13564         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13565         macros.
13566
13567         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13568         instead of encode-coding-string.
13569
13570         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13571         'xemacs) instead of mm-emacs-mule to switch function definitions.
13572         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13573
13574         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13575         bind temporary-file-directory for XEmacs;
13576         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13577         timer-set-function for XEmacs 21.4 and SXEmacs;
13578         bind timer-list for XEmacs 21.4 and SXEmacs;
13579         fbind char-charset and find-charset-region for non-Mule XEmacs;
13580         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13581         encode-coding-region and encode-coding-string for XEmacs having no
13582         file-coding feature.
13583
13584 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13585
13586         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13587
13588 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13591         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13592
13593 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13594
13595         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13596         alias `jka-compr-delete-temp-file' no longer exists.
13597
13598 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13599
13600         Use define-minor-mode in Gnus where applicable.
13601         * mml.el (mml-mode): Use define-minor-mode.
13602         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13603         (gnus-undo-mode): Use define-minor-mode.
13604         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13605         (gnus-dead-summary-mode): Use define-minor-mode.
13606         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13607         Initialize in declaration.
13608         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13609         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13610         (gnus-mailing-list-mode): Use define-minor-mode.
13611         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13612         (gnus-draft-mode): Use define-minor-mode.
13613         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13614         (gnus-dired-mode): Use define-minor-mode.
13615
13616 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13617
13618         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13619         handles on recursive mml-to-mime translation and check them for
13620         boundary delimiter collisions.  Reported by Greg Troxel.
13621
13622 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13625
13626 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13627
13628         * mm-util.el (mm-find-buffer-file-coding-system):
13629         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13630
13631 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13632
13633         * message.el (message-generate-headers): Record insertion of optional
13634         headers as well.  Otherwise the check to prevent repeated insertion of
13635         optional headers is a no-op.
13636
13637 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13638
13639         * smime.el: Don't mention CVS.
13640
13641         * nnrss.el (nnrss-fetch): Don't mention CVS.
13642
13643         * nnir.el: Don't mention CVS.
13644
13645 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13646
13647         * gnus-sum.el (gnus-summary-bookmark-make-record):
13648         Add `location' field.
13649
13650 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * lpath.el: Fbind bookmark-default-handler,
13653         bookmark-get-bookmark-record, bookmark-make-record-default,
13654         bookmark-prop-get for Emacs <23 and XEmacs.
13655
13656 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13657
13658         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13659         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13660         Use with-current-buffer to silence the byte-compiler.
13661         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13662         bother to require `gnus'.
13663         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13664
13665 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13666
13667         * gnus-sum.el (gnus-summary-bookmark-make-record)
13668         (gnus-summary-bookmark-jump): New functions.
13669         (gnus-summary-mode): Setup bookmark support.
13670
13671 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13672
13673         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13674         if set.
13675
13676 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13679         gnus-article-browse-html-save-cid-image; make it work recursively for
13680         forwarded messages as well.
13681         (gnus-article-browse-html-parts): Work when prefix arg is given.
13682         (gnus-article-browse-html-article): Doc fix.
13683
13684 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13685
13686         * message.el (message-default-mail-headers)
13687         (message-default-headers): Carry the value mail-default-headers over
13688         into message-default-mail-headers, rather than message-default-headers.
13689
13690 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13691
13692         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13693         charset.
13694
13695         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13696         charset into the <meta> tag when the article is encoded to utf-8.
13697
13698 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-art.el (gnus-article-browse-delete-temp-files):
13701         Delete directories as well.
13702         (gnus-article-browse-html-parts): Work for images that do not specify
13703         file names; delete temp directory when quitting; insert header at the
13704         right place; use file: scheme for image files.
13705
13706 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13707
13708         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13709         (gnus-article-browse-html-parts): Use it to make temporary cid image
13710         files in addition to html file so that browser may display them.
13711
13712 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13715
13716 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13717
13718         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13719
13720 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13721
13722         * auth-source.el (auth-sources): Change default to be simpler.
13723         Explain about Secret Service API sources.  Improve Customize options.
13724         (auth-source-pick): Change to accept any number of search parameters.
13725         Implement fallbacks iteratively, not recursively.  Add scoring on the
13726         second pass and sort by score.  Call Secret Service API when needed.
13727         (auth-source-user-or-password): Use it.  Call Secret Service API
13728         directly when needed to get the user name and the password.
13729
13730 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13731
13732         * message.el (message-interactive): Doc fix.
13733         (message-qmail-inject-args): Reflow.
13734         (message-kill-to-signature): Fix typo in docstring.
13735
13736         * smiley.el (smiley-buffer): Fix typo in docstring.
13737
13738 2010-03-24  Glenn Morris  <rgm@gnu.org>
13739
13740         * mail-source.el (gnus-message): Declare.
13741         (mail-source-delete-old-incoming): Require gnus-util.
13742
13743 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13746
13747         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13748
13749         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13750         password-cache's default if it is not bound.
13751         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13752         password-cache-expiry's default if it is not bound.
13753
13754         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13755         available in Emacs 21.
13756
13757         * lpath.el: Suppress compiler warnings for:
13758         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13759         XEmacs;
13760         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13761         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13762         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13763
13764 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13765
13766         * auth-source.el (auth-sources): Fix up definition so extra parameters
13767         are always inline.
13768
13769 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13770
13771         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13772         wasn't updated after mismatch.  Clear cached mailbox info correctly
13773         when uidvalidity changes.
13774         (nnimap-group-prefixed-name): New function to avoid some code
13775         duplication.
13776         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13777         (nnimap-request-group): Use it.
13778         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13779         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13780         with many imap folders.  This is done by caching the group status from
13781         the imap server persistently in a group parameter `imap-status'.  (This
13782         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13783         but not persistently, so every Gnus startup was still very slow.)
13784
13785 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13786
13787         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13788         delete the extra newline.  Otherwise editing of :string and :number
13789         types don't work.
13790
13791 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13792
13793         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13794         secrets.el dependency.
13795         (auth-sources): Add optional user name.  Add secrets.el configuration
13796         choice (unused right now).
13797
13798 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13799
13800         * gnus-sum.el (gnus-summary-make-menu-bar):
13801         Let `gnus-registry-install-shortcuts' fill in the functions.
13802
13803         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13804         warnings.
13805         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13806         (gnus-registry-install-shortcuts): Populate and use it in a
13807         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13808
13809 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13810
13811         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13812         In-place substitutions for the group name encoding/decoding.
13813         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13814         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13815         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13816         (nnimap-update-unseen, nnimap-request-list)
13817         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13818         (nnimap-request-set-mark, nnimap-split-to-groups)
13819         (nnimap-split-articles, nnimap-request-newgroups)
13820         (nnimap-request-create-group, nnimap-request-accept-article)
13821         (nnimap-request-delete-group, nnimap-request-rename-group)
13822         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13823         `encoded-mbx' for consistency.
13824         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13825         variable `imap-current-mailbox'.
13826
13827         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13828         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13829
13830 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13831
13832         * pop3.el (pop3-display-message-size-flag): Display message size byte
13833         counts during POP3 download.
13834         (pop3-movemail): Use it.
13835         (pop3-list): Implement listing of available messages.
13836
13837 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13838
13839         * nnir.el (nnir-get-article-nov-override-function): New function to
13840         override the normal NOV retrieval.
13841         (nnir-retrieve-headers): Use it.
13842
13843 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13844
13845         * auth-source.el (netrc-machine-user-or-password): Autoload.
13846
13847 2010-03-19  Glenn Morris  <rgm@gnu.org>
13848
13849         Stop message.el from loading about 40 libraries it doesn't always need.
13850         The general approach is to autoload rather than require, and to
13851         require in the specific functions rather than the file.  (Bug#5642)
13852
13853         * gmm-utils.el: Don't require wid-edit.
13854         (widget-create-child-value, widget-convert, widget-default-get):
13855         Autoload.
13856
13857         * gnus-util.el: Don't require time-date, netrc.
13858         (message-fetch-field, gnus-group-name-decode): Declare rather than
13859         autoloading.
13860         (gnus-fetch-field): Require message.
13861         (gnus-decode-newsgroups): Require gnus-group.
13862
13863         * ietf-drums.el: Don't require time-date.
13864
13865         * message.el: Don't require hashcash, canlock, ecomplete.
13866         Do require mail-utils.  Require nnheader only when compiling.
13867         (smtpmail-default-smtp-server): Remove declaration.
13868         (message-send-mail-function): Check smtpmail-default-smtp-server
13869         is bound rather than requiring smtpmail.
13870         (message-auto-save-directory, message-insert-signature):
13871         Use expand-file-name rather than nnheader-concat.
13872         (nnheader-insert-file-contents): Autoload.
13873         (hashcash-wait-async): Declare.
13874         (message-send-mail): Only call gnus-setup-posting-charset if
13875         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13876         (message-send-mail-with-sendmail): Require sendmail.
13877         (canlock-password, canlock-password-for-verify): Declare.
13878         (message-canlock-password): Require canlock.
13879         (nnheader-get-report): Autoload.
13880         (gnus-setup-posting-charset): Declare.
13881         (message-send-news): Require gnus-msg.
13882         (message-make-references, message-make-in-reply-to): Use mail-header-id
13883         rather than the alias mail-header-message-id.
13884         (ecomplete-add-item, ecomplete-save): Declare.
13885         (message-put-addresses-in-ecomplete): Require ecomplete.
13886         (ecomplete-display-matches): Autoload.
13887
13888         * mm-decode.el: Don't require mailcap, gnus-util.
13889         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13890         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13891         Autoload.
13892         (mailcap-mime-extensions): Declare.
13893
13894         * mm-encode.el: Don't require mailcap.
13895         (mailcap-extension-to-mime): Autoload.
13896
13897         * mml-sec.el: Don't require password-cache.
13898
13899         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13900         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13901         (mml-minibuffer-read-type): Require mailcap.
13902         (mml-preview): Require gnus-msg.
13903
13904         * mml1991.el: Require password-cache.
13905         (password-cache-expiry): Remove declaration.
13906
13907         * mml2015.el: Require password-cache.
13908         (password-cache-expiry): Remove declaration.
13909
13910         * nneething.el (mailcap): Require mailcap.
13911
13912         * nnheader.el (declare-function): Add compatibility stub.
13913         (message-remove-header): Declare rather than autoload.
13914         (nnheader-replace-header): Require message.
13915
13916         * nnimap.el (declare-function): Add compatibility stub.
13917         (netrc-parse, netrc-machine-user-or-password): Declare.
13918         (nnimap-open-connection): Require netrc.
13919
13920         * nntp.el (declare-function): Add compatibility stub.
13921         (netrc-parse, netrc-machine, netrc-get): Declare.
13922         (nntp-send-authinfo): Require netrc.
13923
13924         * rfc2047.el: Don't require qp.
13925         (quoted-printable-encode-region, quoted-printable-decode-string):
13926         Autoload.
13927
13928         * sieve-mode.el: Don't require easymenu.
13929         (easy-menu-add-item): Autoload it.
13930
13931         * spam-stat.el (time-to-number-of-days): Autoload it.
13932
13933 2010-03-19  Glenn Morris  <rgm@gnu.org>
13934
13935         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13936
13937 2010-03-18  Glenn Morris  <rgm@gnu.org>
13938
13939         * hashcash.el (declare-function): Remove duplicate definition.
13940
13941 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13942
13943         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13944         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13945         value if any backslash escapes).
13946
13947 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13950         if it is available.  (bug#5647)
13951
13952         * lpath.el: Suppress compiler warning for coding-system-from-name for
13953         Emacs 21 and XEmacs.
13954
13955 2010-03-14  Juri Linkov  <juri@jurta.org>
13956
13957         * hmac-def.el:
13958         * hmac-md5.el:
13959         * netrc.el: Fix keywords.
13960
13961 2010-02-26  Glenn Morris  <rgm@gnu.org>
13962
13963         * message.el (message-send-mail-function): Change the default, so that
13964         it inherits from a customized send-mail-function.  (Bug#5643)
13965
13966 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13967
13968         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13969         shell-command-to-string signals an error (bug#5299).
13970
13971 2010-02-24  Glenn Morris  <rgm@gnu.org>
13972
13973         * message.el (message-smtpmail-send-it)
13974         (message-send-mail-with-mailclient): Doc fixes.
13975
13976 2010-02-16  Glenn Morris  <rgm@gnu.org>
13977
13978         * message.el (message-default-mail-headers): Change the default value
13979         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13980
13981 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13984         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13985
13986 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13987
13988         * time-date.el (date-to-time): Doc fix (Bug#5408).
13989
13990 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13991
13992         * message.el (message-mail): Just pass yank-action on to message-setup.
13993         (message-setup): Handle (FUN . ARGS) form of yank-action.
13994         (message-with-reply-buffer, message-widen-reply)
13995         (message-yank-original): Handle non-buffer values of
13996         message-reply-buffer (Bug#4080).
13997         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13998
13999 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
14000
14001         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
14002         Fix typo in docstring.
14003
14004 2010-01-08  Jason Rumney  <jasonr@gnu.org>
14005
14006         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
14007         response.
14008
14009 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
14012
14013         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14014
14015         * message.el (message-check-news-header-syntax): Protect against a
14016         string that `rfc822-addresses' returns when parsing fails.
14017
14018 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
14021         (gnus-previous-char-property-change): New functions.
14022
14023         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
14024
14025 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
14026
14027         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
14028         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
14029
14030 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
14031
14032         * message.el (message-exchange-point-and-mark): Rework last change to
14033         avoid using optional arg of exchange-point-and-mark, for backward
14034         compatibility.
14035
14036 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
14037
14038         * message.el (message-exchange-point-and-mark):
14039         Call exchange-point-and-mark with an argument rather than setting
14040         mark-active by hand (Bug#5175).
14041
14042 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * nntp.el (nntp-service-to-port): Work for service expressed with
14045         numeric string; replace [:digit:] with [0-9] for XEmacs.
14046
14047 2009-12-17  Glenn Morris  <rgm@gnu.org>
14048
14049         * gnus-group.el (gnus-bug-group-download-format-alist):
14050         Change emacs entry to debbugs.gnu.org.  Bump :version.
14051
14052 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
14055
14056 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * message.el (message-info): Explain why we use `Info-goto-node'.
14059
14060 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
14063
14064 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14065
14066         * message.el (message-completion-in-region): New compatibility function.
14067         (message-expand-group): Use it.
14068
14069 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
14072         with no unread article should be listed if the 2nd arg `predicate' is
14073         given.
14074
14075 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
14078
14079 2009-11-29  Juri Linkov  <juri@jurta.org>
14080
14081         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
14082         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
14083         on `gnus-recenter'.  (Bug#4698, Bug#4981)
14084
14085 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14086
14087         * sha1.el (sha1-string-external): default-directory "/" in case
14088         otherwise non-existent.  process-connection-type pipe for touch of
14089         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14090
14091 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14092
14093         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14094         it's comms related and sgml-mode.el has "comm" on that basis too.
14095
14096 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14099         containing tspecial characters if they have been already quoted.
14100
14101 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14102
14103         * dns-mode.el (auto-mode-alist): Purecopy string.
14104
14105 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14106
14107         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14108
14109 2009-10-24  Glenn Morris  <rgm@gnu.org>
14110
14111         * gnus-art.el (help-xref-stack-item): Define for compiler.
14112
14113 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14114
14115         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14116
14117 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14120
14121 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14124         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14125
14126 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14129         (gnus-overlays-in): New alias to overlays-in.
14130
14131         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14132         gnus-overlay-get, and gnus-delete-overlay.
14133         (gnus-summary-show-thread): Make it work as well for systems in which
14134         next-single-char-property-change is not available.
14135         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14136
14137         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14138         (gnus-overlay-get): New alias to extent-property.
14139         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14140
14141         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14142         SXEmacs.
14143
14144         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14145         SXEmacs.
14146
14147 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14150
14151 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14152
14153         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14154         and XEmacs that don't have `remove-overlays'.
14155
14156 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14157
14158         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14159         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14160         selective display.  Use overlays instead.
14161
14162 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14163
14164         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14165
14166 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14167
14168         * spam-stat.el (spam-stat-load): Fix typo in message.
14169
14170 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14171
14172         * dig.el (dig-invoke): Fix typo in docstring.
14173         (query-dig): Reflow docstring.
14174
14175 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14176
14177         * gnus-art.el (gnus-article-encrypt-body):
14178         * message.el (message-check-recipients):
14179         * mm-util.el (mm-codepage-setup):
14180         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14181         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14182
14183 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14184
14185         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14186         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14187         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14188         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14189         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14190
14191 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14192
14193         * dig.el: Add "Keywords: comm", as per net-utils.el.
14194
14195 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14196
14197         * dig.el (dig-mode): Use define-derived-mode.
14198
14199 2009-09-19  Glenn Morris  <rgm@gnu.org>
14200
14201         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14202
14203 2009-09-18  Glenn Morris  <rgm@gnu.org>
14204
14205         * gnus-diary.el (gnus-diary-check-message):
14206         * message.el (message-insert-formatted-citation-line):
14207         * nnbabyl.el (top-level):
14208         * nndiary.el (nndiary-schedule):
14209         Fix typos in condition-case handlers.
14210
14211 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14214         configuration that provides the sole article window in a frame;
14215         position point correctly after deleting a part.
14216
14217 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14218
14219         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14220         (spam-resolve-registrations-routine): Use it to unregister articles
14221         that change status.
14222
14223 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14226         with XEmacs.
14227         (parse-time-string-chars): Use it.
14228
14229 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14230
14231         * imap.el (imap-interactive-login): Better messages.
14232         (imap-open): Fix bug with renamed buffer on reconnect.
14233         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14234         for easier debugging and cleaner code.  On successful (guessed based on
14235         server capabilities) secondary authentication, set imap-state
14236         correctly.
14237         (imap-last-authenticator): Define imap-last-authenticator as a variable
14238         to avoid warnings.
14239
14240 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * nnrss.el (nnrss-request-article): Remove binding of
14243         default-enable-multibyte-characters that has gotten needless by
14244         the 2007-07-13 change in rfc2047-encode-message-header.
14245
14246         * mml.el (mml-insert-multipart): Error on the message header.
14247         (mml-insert-part): Error on the message header; position point at
14248         the end of a MIME tag.
14249
14250 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * time-date.el (autoload): Expand define-obsolete-function-alias into
14253         defalias and make-obsolete for old Emacsen that Gnus supports.
14254         (with-no-warnings): Define it for old Emacsen.
14255         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14256         is available.
14257         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14258         float-time is available; suppress compile warning for time-to-seconds.
14259
14260         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14261         (gnus-float-time): Alias to float-time if it exists.
14262
14263         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14264         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14265         float-time is available; suppress compile warning for time-to-seconds.
14266
14267         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14268         XEmacs.
14269
14270 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * imap.el (imap-message-map): Docstring fix.
14273
14274 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14277         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14278         Add the optional argument `encoding' that overrides the default.
14279
14280         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14281         mm-encode-buffer.
14282
14283 2009-09-04  Glenn Morris  <rgm@gnu.org>
14284
14285         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14286         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14287         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14288         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14289         * mm-util.el (mm-with-unibyte-current-buffer)
14290         (mm-find-buffer-file-coding-system):
14291         * yenc.el (yenc-decode-region): Use default-value rather than
14292         default-enable-multibyte-characters.
14293
14294 2009-09-03  Glenn Morris  <rgm@gnu.org>
14295
14296         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14297         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14298         than default-enable-multibyte-characters.
14299
14300 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14301
14302         * gnus-art.el (gnus-article-read-summary-keys):
14303         Fix gnus-buffer-configuration's value temporarily used.
14304
14305 2009-09-02  Glenn Morris  <rgm@gnu.org>
14306
14307         * gnus-util.el (gnus-float-time): New function.
14308         * gnus-delay.el (gnus-delay-article):
14309         * gnus-sum.el (gnus-thread-latest-date):
14310         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14311         * nnspool.el (nnspool-request-newgroups):
14312         Use gnus-float-time rather than time-to-seconds.
14313         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14314
14315         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14316         (gnus-header-subject-face, gnus-header-newsgroups-face)
14317         (gnus-header-name-face, gnus-header-content-face):
14318         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14319         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14320         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14321         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14322         (gnus-cite-face-11):
14323         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14324         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14325         (gnus-server-closed-face, gnus-server-denied-face)
14326         (gnus-server-offline-face):
14327         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14328         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14329         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14330         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14331         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14332         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14333         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14334         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14335         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14336         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14337         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14338         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14339         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14340         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14341         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14342         (gnus-summary-high-undownloaded-face)
14343         (gnus-summary-low-undownloaded-face)
14344         (gnus-summary-normal-undownloaded-face)
14345         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14346         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14347         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14348         (gnus-splash-face):
14349         * message.el (message-header-to-face, message-header-cc-face)
14350         (message-header-subject-face, message-header-newsgroups-face)
14351         (message-header-other-face, message-header-name-face)
14352         (message-header-xheader-face, message-separator-face)
14353         (message-cited-text-face, message-mml-face):
14354         * sieve-mode.el (sieve-control-commands-face)
14355         (sieve-action-commands-face, sieve-test-commands-face)
14356         (sieve-tagged-arguments-face):
14357         * spam.el (spam-face):
14358         Mark face aliases with "-face" in the name as obsolete.
14359
14360 2009-09-01  Glenn Morris  <rgm@gnu.org>
14361
14362         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14363         than goto-line.
14364
14365 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14368         Don't move point if the command is invoked inside the message header.
14369
14370 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14371
14372         * imap.el (imap-send-command): Simplify.
14373         (imap-wait-for-tag): point-max -> buffer-size.
14374
14375 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14376
14377         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14378         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14379         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14380         * nnir.el (nnir-swish-e-index-file):
14381         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14382         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14383         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14384         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14385         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14386         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14387
14388 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14391         Don't save excursion.
14392
14393 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14394
14395         * nnheader.el (nnheader-find-file-noselect):
14396         * mm-util.el (mm-insert-file-contents):
14397         Use (default-value 'major-mode) instead of default-major-mode.
14398
14399 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14400
14401         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14402
14403 2009-08-26  Glenn Morris  <rgm@gnu.org>
14404
14405         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14406         than placing in files.el.
14407
14408 2009-08-25  Glenn Morris  <rgm@gnu.org>
14409
14410         * nnir.el (top-level): Don't require cl at run-time.
14411         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14412         Replace cl-function substitute with gnus-replace-in-string.
14413         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14414         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14415         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14416         simplified expansions.
14417
14418 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14419
14420         * dig.el (dig): Add autoload cookie.
14421
14422 2009-08-22  Glenn Morris  <rgm@gnu.org>
14423
14424         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14425         goto-line.
14426
14427 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14428
14429         * parse-time.el (parse-time-string-chars): Save match data.
14430
14431 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14432
14433         * parse-time.el (parse-time-string-chars): Compute using character
14434         classes, to handle non-ascii characters (Bug#3190).
14435
14436 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14439
14440         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14441         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14442         (gnus-mm-display-part, gnus-mime-display-single)
14443         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14444         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14445
14446         * gnus-sum.el
14447         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14448         (gnus-summary-move-article): Add expirable mark to articles copied or
14449         moved to group that has auto-expire turned on if the option is non-nil.
14450
14451 2009-07-24  Glenn Morris  <rgm@gnu.org>
14452
14453         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14454         Fix typo.  (Bug#3903)
14455
14456 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14459         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14460         that should not be used for draft articles.
14461         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14462         that has no concern in minor mode keys.
14463         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14464         Abolish.
14465
14466 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14469         article without making inquiry to a user for unknown encoding.
14470
14471         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14472         (nnmaildir--scan): Assume i-node and device number that file-attributes
14473         returns might be cons-cell.
14474
14475         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14476
14477         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14478
14479 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14480
14481         * auth-source.el: Remove docs now in auth.texi.  Don't use
14482         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14483         `auth-source-hide-passwords' and use them.
14484
14485 2009-07-15  Glenn Morris  <rgm@gnu.org>
14486
14487         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14488
14489 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14492         excessive whitespace from the default values of title and description.
14493
14494 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14497         mail-fetch-field to fetch Content-Description header in order to
14498         exclude newlines.
14499
14500 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14501
14502         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14503         format used by GnuPG 2.0.11.
14504
14505 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14508         to deleted part.
14509
14510 2009-05-30  David Engster  <dengste@eml.cc>
14511
14512         * nnmairix.el: Remove old documentation in the commentary block.
14513         (nnmairix-request-group): Do not update active file for nnml back ends.
14514         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14515         end so that overview files are ignored.
14516         (nnmairix-update-groups): Make updating the groups more robust by using
14517         marks.
14518         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14519         with dollar characters in message-id.
14520
14521 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14524         2008-12-25 in dns.el.
14525
14526 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14527
14528         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14529         could happen if the text is only composed of spaces and/or tabs.
14530
14531 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14532
14533         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14534         when sending a queued message to avoid extra mml tags.
14535
14536 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14539
14540 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14543         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14544         rmail-toggle-header for XEmacs;
14545         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14546
14547 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-dired.el: Remove autoload for gnus-setup-message.
14550         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14551         displaying Gnus logo; always use compose-mail.
14552
14553 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14556
14557 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14560         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14561         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14562         available.
14563         (gnus-nocem-epg-verify): New function.
14564
14565 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14568
14569 2009-02-15  Glenn Morris  <rgm@gnu.org>
14570
14571         * gnus-util.el (rmail-insert-rmail-file-header)
14572         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14573         autoloads.
14574         (rmail-default-rmail-file): Remove unnecessary declaration.
14575         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14576
14577 2009-02-14  Glenn Morris  <rgm@gnu.org>
14578
14579         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14580         variable (only used in gnus-util, which declares it anyway).
14581         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14582         which was only needed by gnus-art (changed to not use it any more).
14583         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14584         only used in gnus-util, which autoloads it itself.
14585         (rmail-update-summary): Fix autoload.
14586
14587         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14588         rather than rmail-output-to-rmail-file.
14589
14590 2009-02-07  Glenn Morris  <rgm@gnu.org>
14591
14592         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14593         autoload of function that no longer exists.
14594         (rmail-toggle-header): Declare.
14595         (message-forward-rmail-make-body): Handle mbox Rmail.
14596
14597 2009-01-31  Glenn Morris  <rgm@gnu.org>
14598
14599         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14600         2009-01-09 change.
14601
14602 2009-01-31  Dave Love  <fx@gnu.org>
14603
14604         * imap.el (imap-fetch-safe): Bind debug-on-error.
14605         (imap-debug): Add imap-fetch-safe.
14606
14607 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14608
14609         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14610         (auth-source-forget-all-cached): New convenience function.
14611         (auth-source-user-or-password): Accept list of modes or a single mode.
14612
14613         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14614         auth-source modes.
14615
14616         * netrc.el (netrc-machine-user-or-password): Use list of
14617         auth-source modes.
14618
14619         * nnimap.el (nnimap-open-connection): Use list of
14620         auth-source modes.
14621
14622         * nntp.el (nntp-send-authinfo): Use list of
14623         auth-source modes.
14624
14625 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14626
14627         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14628         now.
14629
14630 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14633         coding system in XEmacs; add a workaround for XEmacs.
14634
14635         * lpath.el: Fbind coding-system-aliasee.
14636
14637 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14640         of current-language-environment.
14641
14642 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14645         available at runtime.
14646
14647 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14650
14651 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14652
14653         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14654         the greatest positive fixnum value doesn't work under an XEmacs with
14655         bignum support; use the most-positive-fixnum constant instead,
14656         available since Emacs 21.1 with cl and XEmacs 21.1.
14657
14658 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14661         XEmacs gets not to work.
14662
14663 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * mm-util.el (mm-coding-system-priorities): Allow the value like
14666         "Japanese (UTF-8)" of current-language-environment.
14667
14668 2009-01-09  Glenn Morris  <rgm@gnu.org>
14669
14670         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14671         with last-command-event.
14672
14673 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14676         in the doc string.
14677
14678         * message.el (message-fix-before-sending): Amend comment.
14679
14680 2009-01-08  Dave Love  <fx@gnu.org>
14681
14682         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14683
14684 2009-01-07  David Engster  <dengste@eml.cc>
14685
14686         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14687         simplified server definitions by converting it via
14688         gnus-server-to-method.
14689
14690 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14693         parameter's operands.
14694
14695 2009-01-06  David Engster  <dengste@eml.cc>
14696
14697         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14698         primary select method (for gnus-group-mark-article-as-read).
14699
14700 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14701
14702         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14703         `(gnus)Face', not `(gnus)X-Face'.
14704
14705 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * mm-util.el (mm-ucs-to-char): New function.
14708
14709         * mm-url.el (mm-url-decode-entities): Use it.
14710
14711         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14712         unicode-to-char.
14713
14714 2009-01-05  Dave Love  <fx@gnu.org>
14715
14716         * time-date.el: Require cl for `declare'.
14717
14718 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14721         Dave Love.
14722
14723 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * message.el (message-fix-before-sending): Add `eight-bit' to
14726         illegible-text check.
14727
14728 2009-01-03  Michael Olson  <mwolson@gnu.org>
14729
14730         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14731         `headers' is nil.  This can occur if the IMAP server does not have
14732         permissions to read messages from a folder, but can write new messages
14733         to the folder.
14734         (nnimap-request-article-part): Do not insert `data' if it is nil.
14735
14736         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14737         characters which will confuse `read', so skip past them.
14738
14739 2009-01-01  Dave Love  <fx@gnu.org>
14740
14741         * imap.el (imap-string-to-integer): Fix typo.
14742         (imap-fetch-safe): New function.
14743         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14744
14745         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14746
14747         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14748         (imap-parse-greeting): Fix doc strings.
14749         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14750         (imap-parse-flag-list): Make messages unique.
14751         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14752
14753         * nnimap.el: Fix author email.
14754         (nnimap-split-rule): Add FIXME comment.
14755         (nnimap-debug): Fix doc string.
14756
14757 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14760
14761 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14764         nslookup if resolv.conf isn't available.
14765         (dns-query): Rename from query-dns.
14766         (dns-query-cached): Rename from query-dns-cached.
14767
14768 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14771         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14772         to check if those variables exist (first appeared in Emacs 18.50).
14773
14774 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * mm-util.el (mm-line-number-at-pos): New function.
14777
14778         * spam-report.el (spam-report-process-queue): Use it.
14779
14780 2008-12-24  David Engster  <dengste@eml.cc>
14781
14782         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14783         parameters that haven't existed as variables as buffer-local variables.
14784
14785 2008-12-23  Dave Love  <fx@gnu.org>
14786
14787         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14788         cadar.
14789
14790         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14791         imap-starttls-p.
14792         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14793
14794 2008-12-22  Dave Love  <fx@gnu.org>
14795
14796         * imap.el: Fix author email.  Doc fixes.
14797         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14798         reply.
14799
14800 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * spam-report.el (spam-report-gmane-max-requests): New constant.
14803         (spam-report-gmane-wait): New variable.
14804         (spam-report-gmane-ham, spam-report-gmane-spam)
14805         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14806         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14807         the server.
14808
14809         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14810         Add explanations.
14811
14812         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14813         nnheader-accept-process-output and nnheader-read-timeout if available.
14814         (pop3-movemail): Use it.
14815
14816         * message.el (message-check-news-body-syntax): Fix signature check if
14817         there's an attachment.
14818
14819 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * mm-util.el: Add comments to the mm- emulating functions.
14822
14823 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14826         Reported by Stephen Berman <stephen.berman@gmx.net>.
14827
14828 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * mm-util.el (mm-substring-no-properties): New function.
14831         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14832         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14833         (mm-string-to-multibyte): Doc fix.
14834
14835         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14836
14837 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * mml.el (mml-attach-file): Strip text properties from file name.
14840         (Bug#1574)
14841
14842 2008-12-16  Glenn Morris  <rgm@gnu.org>
14843
14844         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14845
14846 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14849         knows since the charset specified might be a bogus alias that
14850         mm-charset-synonym-alist provides.
14851
14852 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14855         "ISO_8859-1".
14856
14857         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14858
14859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mm-util.el (mm-charset-eval-alist):
14862         Define it before mm-charset-to-coding-system.
14863         (mm-charset-to-coding-system): Add optional argument `silent';
14864         define it before mm-charset-override-alist.
14865         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14866         default value if it can be used in Emacs currently running;
14867         silence mm-charset-to-coding-system.
14868
14869 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14872         `allow-override' which says whether to use `mm-charset-override-alist'.
14873         (rfc2047-decode-encoded-words): Use it.
14874
14875         * mm-util.el (mm-charset-override-alist): Fix custom type;
14876         add `(gb2312 . gbk)' to choices.
14877
14878 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14881         fast.
14882
14883         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14884
14885         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14886
14887 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14888
14889         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14890         on links.
14891
14892         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14893
14894 2008-12-03  Lute Kamstra  <lute@gnu.org>
14895
14896         * sha1.el: Remove leading * from docstrings of defcustoms,
14897         deffaces, defconsts and defuns.
14898
14899 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14902         users' addresses that don't have domain parts.
14903         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14904         rather than message-narrow-to-head since there will be the message
14905         header separator.
14906
14907 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14908
14909         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14910         since the result is inserted in a unibyte buffer anyway.
14911         (nnimap-demule-use-string-to-multibyte): Remove.
14912         (nnimap-demule): Alias it to mm-string-to-multibyte.
14913
14914 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14917         variable for debugging bug#464 and bug#1174.
14918         (nnimap-demule): Use it.
14919
14920 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14921
14922         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14923         score calculation correctly.
14924
14925 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14926
14927         * message.el (message-send-mail): Just set the buffer to unibyte
14928         rather than use mm-with-unibyte-current-buffer which does a lot more.
14929         (message-send-mail-partially): Don't bother with
14930         mm-with-unibyte-current-buffer since it's already been made unibyte by
14931         message-send-mail.
14932
14933 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14934
14935         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14936
14937 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14938
14939         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14940
14941 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14944         require itself and to remove `with-no-warnings'.
14945
14946 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14947
14948         * starttls.el (starttls-any-program-available): Get the name of the
14949         available TLS layer program.
14950         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14951         well as the host name in the "opening" message.
14952
14953         * auth-source.el (auth-source-cache, auth-source-do-cache)
14954         (auth-source-user-or-password): Cache passwords and logins by default,
14955         allow override with `auth-source-do-cache'.
14956         (auth-source-forget-user-or-password): Allow users to remove cache
14957         entries if needed.
14958
14959 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14960
14961         * md4.el (md4-buffer): Fix typo in docstring.
14962         (md4, md4-64): Doc fixes.
14963         (md4-pack-int32): Reflow docstring.
14964
14965 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14968         condition-case to only the forward-sexp call.
14969
14970 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14971
14972         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14973         quotes contained.  Make it more robust regardless by an extra
14974         condition-case wrapper.
14975
14976 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14979
14980 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * nnml.el (nnml-request-expire-articles): Check if the function set to
14983         `nnmail-expiry-target' returns the symbol `delete'.
14984
14985         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14986
14987         * nnmail.el (nnmail-expiry-target): Fix custom type.
14988
14989 2008-10-02  Glenn Morris  <rgm@gnu.org>
14990
14991         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14992         Silence compiler warning.
14993
14994 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14995
14996         * tls.el (open-tls-stream): Show the actual command being
14997         executed, instead of the format string.
14998
14999 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * lpath.el: Fbind codepage-setup for Emacs 23.
15002
15003 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
15004
15005         * mml.el (mml-menu): Don't assume mml2015 is bound.
15006
15007 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
15010         exists.
15011
15012 2008-09-27  Glenn Morris  <rgm@gnu.org>
15013
15014         * gnus-util.el (mail-header-remove-comments): Autoload it.
15015
15016 2008-09-27  Andreas Schwab  <schwab@suse.de>
15017
15018         * gnus-util.el (gnus-split-references): Strip comments.
15019         (gnus-parent-id): Likewise.
15020
15021 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * message.el (message-confirm-send): Fix version.
15024
15025 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * message.el (message-idna-to-ascii-rhs-1): Use
15028         mail-extract-address-components rather than mail-header-parse-addresses
15029         that is an alias by default to ietf-drums-parse-addresses that does not
15030         support non-ASCII names in headers' contents.
15031
15032 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15033
15034         * message.el (message-confirm-send): Fix variable documentation to
15035         avoid the "y/n" wording.
15036
15037 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
15038
15039         * message.el (message-set-auto-save-file-name): Save to a different
15040         filename so multiple messages (especially drafts) can be recovered.
15041
15042 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * message.el (message-confirm-send): Add appropriate version.
15045
15046 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
15047
15048         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
15049         defvar.
15050
15051 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
15052
15053         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
15054         (mm-pkcs7-enveloped-magic): Ditto.
15055
15056 2008-09-17  Simon Josefsson  <simon@josefsson.org>
15057
15058         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
15059         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
15060
15061 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
15062
15063         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
15064         default, it's better.
15065
15066 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
15069         summary line gnus-number property and ignore them (with a warning
15070         message).
15071
15072 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
15075         macro caddr in the interactive form since it won't be expanded.
15076
15077 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
15080         `charset'; fix name of function called recursively.
15081         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
15082
15083 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
15086         (gnus-mime-set-charset-parameters): New function.
15087         (gnus-mime-view-part-as-charset): Use it to correctly display part
15088         specifying wrong charset.
15089
15090 2008-09-08  David Engster  <dengste@eml.cc>
15091
15092         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
15093         in completing-read for back end server.
15094
15095 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * message.el (message-confirm-send): New variable to confirm sending a
15098         message.
15099         (message-send): Use it.
15100
15101 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15102
15103         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15104
15105 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15108
15109 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15112         prevent tracking too many groups.
15113         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15114         Use it.
15115
15116 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15117
15118         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15119         moving point to the bottom of the window in order to avoid recentering.
15120
15121 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15124
15125         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15126         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15127         (gnus-article-beginning-of-window): Fix calculation.
15128
15129 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-msg.el (gnus-summary-supersede-article)
15132         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15133         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15134         message header.
15135
15136 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15137
15138         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15139         pending output coming after the status change.
15140
15141 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15142
15143         * message.el:
15144         * gnus-start.el:
15145         * gnus-registry.el: Remove VMS support.
15146
15147 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15150         macro.
15151         (rfc2104-hash): Use it.
15152
15153 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15156         (gnus-summary-sort-by-most-recent-date): New commands.
15157         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15158         and menu entries.
15159
15160 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15163         don't redisplay article for raw contents; remove plural articles stuff.
15164
15165         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15166         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15167         on gnus-summary-save-article; display results properly.
15168
15169 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * lpath.el: No need to fbind ns-focus-frame.
15172
15173 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15174
15175         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15176
15177 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15178
15179         * gnus-art.el (gnus-summary-save-in-pipe):
15180         Consider gnus-save-all-headers.
15181
15182 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15183
15184         * gnus-util.el (ns-focus-frame): Remove declaration.
15185         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15186         like x.
15187
15188 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15189
15190         * rfc2104.el (rfc2104-zero): Delete defconst.
15191         (rfc2104-hex-alist): Likewise.
15192         (rfc2104-hex-to-int): Delete func.
15193         (rfc2104-hexstring-to-bitstring): Likewise.
15194         (rfc2104-nybbles): New defconst.
15195         (rfc2104-hash): Rewrite for speed.
15196
15197 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * tls.el (open-tls-stream): Make it work with the 2nd argument
15200         BUFFER that is a string but does not exist as a buffer object, as
15201         mentioned in the doc-string.
15202
15203 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15206         SXEmacs.
15207
15208 2008-07-16  Glenn Morris  <rgm@gnu.org>
15209
15210         * gnus-util.el (ns-focus-frame): Declare for compiler.
15211
15212 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15215         set as a group parameter.
15216         (gnus-summary-save-in-pipe): Work when it is called independently.
15217         (gnus-summary-pipe-to-muttprint): Don't modify
15218         gnus-summary-pipe-output-default-command.
15219
15220 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15221
15222         * message.el (message-send-mail-with-sendmail):
15223         Display the error message.
15224
15225 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-art.el (gnus-default-article-saver):
15228         Add gnus-summary-save-in-pipe to choices.
15229         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15230         gnus-summary-pipe-output-default-command as the default command.
15231         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15232         instead of gnus-last-shell-command.
15233
15234         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15235         New user option.
15236         (gnus-summary-muttprint-program): Mention the value will be changed.
15237         (gnus-summary-save-article): Force showing of all headers.
15238         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15239
15240 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15241
15242         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15243
15244 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15245
15246         * nnimap.el (nnimap-id):
15247         * sieve-manage.el (sieve-manage-open): Doc fixes.
15248
15249 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15250
15251         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15252         if available.
15253
15254 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15255
15256         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15257
15258         * nnkiboze.el (nnkiboze-generate-group):
15259         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15260
15261         * nnmairix.el: Require CL.
15262
15263 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * dgnushack.el: Autoload get-display-table and put-display-table for
15266         XEmacs 21.5.
15267
15268         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15269         21.4 and SXEmacs.
15270
15271 2008-06-15  David Engster  <dengste@eml.cc>
15272
15273         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15274
15275 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15276
15277         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15278         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15279         runtime choice under XEmacs.
15280
15281         * gnus-sum.el (gnus-summary-set-display-table):
15282         Use `gnus-put-display-table', `gnus-get-display-table',
15283         `gnus-set-display-table' for the display table, instead of `aset'.
15284
15285         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15286         Use `gnus-put-display-table', `gnus-get-display-table',
15287         `gnus-set-display-table' for the display table.
15288
15289 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * nnmairix.el: Add autoloads.
15292
15293 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * nnmairix.el (nnmairix-delete-recreate-group)
15296         (nnmairix-update-and-clear-marks): Fix error messages.
15297
15298 2008-06-14  David Engster  <dengste@eml.cc>
15299
15300         * nnmairix.el: Upgrade to version 0.6.
15301         (nnmairix-group-toggle-propmarks-this-group)
15302         (nnmairix-group-toggle-readmarks-this-group)
15303         (nnmairix-group-delete-recreate-this-group)
15304         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15305         (nnmairix-remove-tick-mark-original-article): New commands.
15306         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15307         (nnmairix-propagate-marks-to-nnmairix-groups)
15308         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15309         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15310         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15311         functions needed for marks propagation and manipulation of read marks.
15312         (nnmairix-update-groups): New function.
15313         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15314         (nnmairix-determine-original-group-from-registry)
15315         (nnmairix-determine-original-group-from-path)
15316         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15317         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15318         New helper functions.
15319         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15320         keystrokes for new commands.
15321         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15322         (nnmairix-request-group): Check allow-fast group parameter.
15323         (nnmairix-request-create-group): Set allow-fast group parameter if
15324         nnmairix-allowfast-default is set.
15325         (nnmairix-close-group): Propagate marks upon closing if needed.
15326         (nnmairix-group-toggle-threads-this-group): Use new.
15327         nnmairix-group-toggle-parameter helper function.
15328         (nnmairix-search): Better check for empty search result.
15329         (nnmairix-goto-original-article): Use new helper functions for
15330         determining original article.
15331         (nnmairix-show-original-article): Make sure message-id is in brackets.
15332         (nnmairix-call-mairix-binary): Change variable name.
15333         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15334         helper function.
15335         (nnmairix-widget-toggle-activate): Fix doc string.
15336
15337 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * nnir.el: Require edmacro when compiling with XEmacs.
15340         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15341         available in Emacs 21.
15342
15343 2008-06-11  Glenn Morris  <rgm@gnu.org>
15344
15345         * gnus-util.el (x-focus-frame):
15346         * gnus.el (image-size):
15347         * mm-decode.el (image-size): Declare.
15348
15349         * gnus-picon.el (declare-function): Add compat definition.
15350         (image-size): Declare.
15351
15352         * gnus-group.el (tool-bar-map):
15353         * gnus-sum.el (tool-bar-map): Define for compiler.
15354
15355         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15356
15357         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15358
15359         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15360         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15361         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15362         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15363         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15364         * sieve-manage.el, spam-report.el, spam.el:
15365         Remove unnecessary eval-and-compile of autoloads.
15366
15367 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15368
15369         * auth-source.el: Precise Tramp doc.
15370
15371 2008-06-07  Glenn Morris  <rgm@gnu.org>
15372
15373         * nnmairix.el: Remove unnecessary eval-when-compile.
15374
15375 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * lpath.el: Fbind propertize for XEmacs 21.4.
15378
15379 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * nnir.el: Move here from ../contrib.
15382
15383 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15384
15385         * gnus-util.el (gnus-read-shell-command): New function.
15386         * mm-decode.el (mm-pipe-part):
15387         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15388
15389 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15392
15393 2008-06-03  Glenn Morris  <rgm@gnu.org>
15394
15395         * pop3.el (nnheader-accept-process-output): Autoload it.
15396
15397 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15400         are not 2-digit hexadecimal characters that follow `%'s.
15401
15402 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * message.el (message-bogus-recipient-p): Fix type in doc string.
15405         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15406         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15407         Improve custom options.
15408         (message-bogus-recipient-p): Adjust accordingly.
15409
15410 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15411
15412         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15413         long-form month and day names.
15414
15415 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * dgnushack.el: Autoload debug, eudc-expand-inline and
15418         pgg-snarf-keys-region for XEmacs.
15419
15420         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15421
15422         * nnmairix.el: Require edmacro when compiling with XEmacs.
15423
15424 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15427         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15428
15429 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15430
15431         * auth-source.el: Add more docs.
15432
15433         * netrc.el (netrc-machine): Always match if the port is not given.
15434
15435 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15436
15437         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15438         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15439         retrieval faster in some cases, but might make CPU usage larger.
15440         If this has any bad side effects, we might revert this change.
15441
15442         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15443         seems to make mail retrieval much, much faster.
15444         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15445         unconditionally.
15446
15447         * gnus-draft.el (gnus-group-send-queue):
15448         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15449
15450 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15453
15454         * message.el (message-bogus-address-regexp): Fix and improve custom
15455         type.
15456         (message-setup-hook): Add message-check-recipients as custom option.
15457
15458 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * message.el (message-cite-function): Remove bogus autoload which crept
15461         in during merge from v5-10.
15462
15463 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15466
15467         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15468
15469         * auth-source.el: Preliminary Tramp docs.
15470         (auth-sources): Change the default auth-sources to use
15471         EPA .gpg files.
15472
15473 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15474
15475         * nntp.el: Autoload `auth-source-user-or-password'.
15476         (nntp-send-authinfo): Use it.
15477
15478         * nnimap.el: Autoload `auth-source-user-or-password'.
15479         (nnimap-open-connection): Use it.
15480
15481         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15482         for the gnus-message function.
15483         (auth-source-user-or-password): Use it.
15484
15485 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15486
15487         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15488         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15489         (rfc2104-hash): Use it.
15490
15491 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15492
15493         * gnus-art.el (gnus-article-toggle-truncate-lines):
15494         Don't use `iff' in docstring.
15495
15496 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15497
15498         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15499
15500         * gnus-util.el (gnus-extract-address-component-name)
15501         (gnus-extract-address-component-email): Convenience functions around
15502         `gnus-extract-address-components'.
15503
15504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15505         Use `gnus-extract-address-component-email' to fix bug of comparing full
15506         sender name to `user-mail-address'.
15507
15508 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15509
15510         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15511         catch/throw to optimize.
15512         (gnus-registry-find-keywords): Just use member to find a keyword.
15513
15514 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15515
15516         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15517         is current before calling gnus-server-prepare.
15518         (gnus-server-setup-buffer, gnus-server-update-server)
15519         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15520
15521 2008-05-04  Juri Linkov  <juri@jurta.org>
15522
15523         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15524         (mailcap-file-default-commands): Use mailcap-replace-in-string
15525         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15526         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15527
15528 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15529
15530         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15531
15532 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15533
15534         * gnus.el: Bump version to 0.11.
15535
15536 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15537
15538         * gnus.el: No Gnus v0.10 is released.
15539
15540 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15541
15542         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15543         hooks.
15544         (gnus-update-read-articles): Speed up non-marks-using users.
15545         (gnus-use-marks): Define gnus-use-marks.
15546         (gnus-propagate-marks): Rename variable to something more sensible.
15547
15548 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15549
15550         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15551         (gmm-image-load-path-for-library): Fix typos in docstrings.
15552         (gmm-message): Reflow docstring.
15553
15554 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15555
15556         * mail-source.el (mail-source-set-1, mail-source-bind):
15557         Move auth-source code out of the macro to clean it up and fix bugs.
15558
15559 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15560
15561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15562         by sender if it's equal to user-mail-address, it's likely to be
15563         useless.
15564
15565         * mail-source.el (mail-source-bind): Don't use user or password if they
15566         are not bound.  Unintern them if they are nil.  Don't use server unless
15567         it's bound, and default it to empty string otherwise.
15568
15569 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * mail-source.el: Load auth-source.el.
15572         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15573         get user name or password, if auth-sources is set up.
15574
15575         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15576         strategy of splitting with parent.
15577         (gnus-registry-split-fancy-with-parent)
15578         (gnus-registry-post-process-groups): Use it and fix prior
15579         bug (returning a list as the split result).
15580
15581         * auth-source.el (auth-sources): Remove server parameter.
15582         (auth-source-pick, auth-source-user-or-password)
15583         (auth-source-user-or-password-imap)
15584         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15585         (auth-source-user-or-password-sftp)
15586         (auth-source-user-or-password-smtp): Remove server parameter.
15587
15588 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15589
15590         * smime.el (smime-sign-region, smime-encrypt-region)
15591         (smime-decrypt-region):
15592         Remove redundant calls to `generate-new-buffer-name'.
15593
15594 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15595
15596         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15597         Don't use QP for message/rfc822.
15598         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15599
15600 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15601
15602         * sieve-manage.el (sieve-string-bytes): Remove.
15603         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15604         correct byte-length only if the process's coding-system is the same as
15605         the one used internally by Emacs to represent strings.
15606
15607 2008-04-22  Juri Linkov  <juri@jurta.org>
15608
15609         * mailcap.el (mailcap-file-default-commands): New function.
15610
15611 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15612
15613         * message.el (message-signature-separator, message-cite-function):
15614         Change custom version.
15615
15616 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15617
15618         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15619         commands.
15620         (tls-checktrust): Ditto.
15621
15622 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * mm-decode.el (mm-display-external): Make temp file read-only.
15625
15626 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15627
15628         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15629         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15630         `C-c C-f d'.
15631
15632 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15633
15634         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15635
15636 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15637
15638         * gnus.el: Bump version to 0.9.
15639
15640 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * gnus.el: No Gnus v0.8 is released.
15643
15644 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15645
15646         * mail-source.el (mail-source-value):
15647         Prefer fboundp to functionp so it works with macros as well.
15648
15649 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15650
15651         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15652         Fix last change in case the element is not even a symbol.
15653
15654 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15655
15656         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15657         Prefer fboundp to functionp so it works with macros as well.
15658
15659 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15660
15661         * auth-source.el: Add docs.
15662         (auth-sources): Modify format to support server.
15663         (auth-source-pick, auth-source-user-or-password)
15664         (auth-source-user-or-password-imap)
15665         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15666         (auth-source-user-or-password-sftp)
15667         (auth-source-user-or-password-smtp): Add server parameter.
15668
15669 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15670
15671         * gnus-registry.el: Initialize the registry when gnus-registry-install
15672         is t.
15673
15674 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * compface.el (uncompface): Make buffer unibyte.
15677
15678 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15679
15680         * mail-source.el (mail-source-value):
15681         Prefer fboundp to functionp so it works with macros as well.
15682
15683 2008-04-05  Glenn Morris  <rgm@gnu.org>
15684
15685         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15686
15687 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15688
15689         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15690         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15691
15692         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15693         multibyteness after rather than before erasing it.
15694
15695         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15696         mm-with-multibyte.
15697         (gnus-request-article-this-buffer): Make sure the proper decoding is
15698         used if gnus-original-article-buffer happens to be unibyte.
15699
15700         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15701         default-enable-multibyte-characters.
15702
15703         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15704         default-enable-multibyte-characters.
15705
15706         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15707
15708         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15709
15710 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15711
15712         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15713         Fix last change in case the element is not even a symbol.
15714
15715 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15716
15717         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15718         (imap-message-copyuid-1): Use it.
15719         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15720         J. Williams in
15721         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15722
15723         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15724         imap-enable-exchange-bug-workaround.
15725         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15726
15727 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15728
15729         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15730         a 100 byte status-checks into a 2-3MB transfer for each group.
15731         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15732         to enable bug workaround or not.
15733         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15734
15735 2008-03-31  Glenn Morris  <rgm@gnu.org>
15736
15737         * message.el (mml2015-use): Declare for compiler.
15738         (message-info): Require mml2015 when appropriate.
15739
15740 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15743         whitespace.
15744
15745 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15746
15747         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15748         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15749         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15750         (nntp-service-to-port): New function.
15751         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15752         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15753         (nntp-open-netcat-stream): New function.
15754         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15755
15756 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15757
15758         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15759
15760 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15761
15762         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15763
15764 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15765
15766         * dns.el (dns-write): Use set-buffer-multibyte.
15767
15768 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15769
15770         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15771
15772 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15773
15774         * message.el (message-signature-separator): Change default.
15775         Improve custom type.
15776         (message-cite-function): Change default to
15777         message-cite-original-without-signature.
15778
15779         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15780         toggle.
15781
15782         * message.el (message-check-news-body-syntax): Fix signature check.
15783         (message-setup-1): Mark buffer as unmodified _after_ running
15784         message-setup-hook and handling message-alternative-emails.
15785         (message-shorten-references): Be more strict when building list of
15786         valid references to comply with GNKSA.
15787
15788         * gnus-group.el (gnus-read-ephemeral-bug-group)
15789         (gnus-read-ephemeral-debian-bug-group)
15790         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15791
15792         * message.el (message-info): Don't use booleanp which isn't supported
15793         in Emacs 21 and XEmacs.
15794
15795 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15798         gnus-group-gmane-group-download-format.
15799         (gnus-group-read-ephemeral-gmane-group): Rename from
15800         gnus-group-read-ephemeral-gmane-group.
15801         (gnus-read-ephemeral-gmane-group-url): Rename from
15802         gnus-group-read-ephemeral-gmane-group-url.
15803         (gnus-bug-group-download-format-alist): New variable.
15804         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15805         (gnus-read-ephemeral-emacs-bug-group): New commands.
15806
15807 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15808
15809         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15810         (gnus-visible-headers): Improve custom type.
15811
15812 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * mml.el (mml-menu): Add workarounds for XEmacs.
15815
15816         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15817         X-Boundary header.
15818
15819         * message.el (message-simplify-recipients): Fix previous commit.
15820
15821 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15822
15823         * mm-util.el (mm-set-buffer-multibyte): New function.
15824         * mm-decode.el (mm-copy-to-buffer): Use it.
15825
15826         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15827         Prefer fboundp to functionp so it works with macros as well.
15828
15829 2008-03-19  Glenn Morris  <rgm@gnu.org>
15830
15831         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15832         Accidentally removed in the sync process with Emacs.
15833
15834 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * message.el (message-alter-recipients-discard-bogus-full-name):
15837         New function.
15838         (message-alter-recipients-function): New variable.
15839         (message-get-reply-headers): Use it.
15840         (message-replace-header): New helper function.
15841         (message-recipients-without-full-name): New variable.
15842         (message-simplify-recipients): New command.
15843
15844         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15845
15846         * message.el (message-info): Handle EasyPG manual.
15847
15848         * mml.el (mml-menu): Add entry for EasyPG.
15849
15850 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15851
15852         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15853         parameter.
15854
15855         * message.el (message-disassociate-draft): Specify drafts group name
15856         fully.
15857
15858 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15861         Eliminate unnecessary duplicates from the match list.
15862
15863 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15866
15867         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15868
15869         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15870         args of `how-many' of which the XEmacs version doesn't take; declare
15871         Info-index-next as function.
15872
15873 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15874
15875         * gnus-score.el (gnus-score-headers): Fix handling of
15876         gnus-inhibit-slow-scoring.
15877
15878         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15879         string.
15880         (gnus-button-url-regexp): Improve handling of parenthesis.
15881         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15882         (gnus-button-handle-info-keystrokes): Handle index entries.
15883
15884 2008-03-15  Glenn Morris  <rgm@gnu.org>
15885
15886         * parse-time.el (parse-time-string): Simplify.
15887
15888 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15891         Incoming* files.
15892
15893 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15894
15895         * auth-source.el (auth-sources): Rename from auth-source-choices.
15896         (auth-source-pick): Use it.
15897
15898 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15899
15900         * binhex.el (binhex-decode-region-internal):
15901         * uudecode.el (uudecode-decode-region-internal):
15902         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15903         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15904         setting default-enable-multibyte-characters.
15905
15906 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15907
15908         * auth-source.el (auth-source-protocols)
15909         (auth-source-protocols-customize, auth-source-choices): Add and
15910         modified variable customizations and defaults.
15911         (auth-source-pick, auth-source-user-or-password)
15912         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15913         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15914         (auth-source-user-or-password-sftp)
15915         (auth-source-user-or-password-smtp): Use new variables and provide an
15916         interface to netrc.el.
15917
15918 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15921         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15922         Make sure the nntp port to specify is a string.
15923
15924 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15925
15926         * nntp.el: Use with-current-buffer.
15927         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15928         dubious mm-with-unibyte-current-buffer.
15929         (nntp-with-open-group-function): New function extracted from
15930         nntp-with-open-group macro.
15931         (nntp-with-open-group): Use the function, so it's easier to debug.
15932         Add indentation and debugging info.
15933         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15934         Recommend the use of the netcat alternatives.
15935
15936         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15937         Avoid mm-string-as-multibyte as well.
15938
15939         * nnweb.el (nnweb-insert-html):
15940         Remove use of nnheader-string-as-multibyte.
15941
15942         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15943         (nnheader-string-as-multibyte): Remove.
15944
15945         * mm-view.el: Use inhibit-read-only.
15946         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15947         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15948         or unibyte-string.
15949
15950         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15951         (mm-uu-yenc-extract): Use with-current-buffer.
15952
15953         * gnus-soup.el (gnus-soup-send-packet): Don't use
15954         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15955
15956         * nnmh.el: Use with-current-buffer.
15957         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15958         mm-string-as-multibyte on the output of mm-encode-coding-string.
15959
15960         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15961         (nnimap-request-move-article): Use with-current-buffer.
15962
15963         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15964         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15965         conversion uses string-make-unibyte rather than string-as-unibyte.
15966
15967         * gnus-msg.el: Use with-current-buffer.
15968
15969         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15970
15971 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15972
15973         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15974         string for caching if it is 'PIN.
15975
15976 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * lpath.el: Consider the case without Emacs/W3.
15979
15980 2008-03-08  Glenn Morris  <rgm@gnu.org>
15981
15982         * time-date.el (date-to-time, time-subtract, time-add)
15983         (safe-date-to-time): Doc fixes.
15984
15985 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * mail-source.el (mail-source-delete-old-incoming-confirm):
15988         Change default to nil.
15989         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15990
15991 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * lpath.el: Rearrange.
15994
15995         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15996         (gnus-article-goto-prev-page): Work for articles having ^L's.
15997
15998         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15999
16000         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
16001
16002 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
16003
16004         * gnus-bookmark.el: Adjust for renames in bookmark.el.
16005         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
16006         (gnus-bookmark-jump): Adjust some variable names.
16007
16008 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * auth-source.el: New package.
16011         (auth-source-choices): Add customization entry point variable.
16012
16013         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
16014         bug.
16015
16016 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
16017
16018         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
16019         (gnus-registry-initialize, gnus-registry-install-p): Use it.
16020         (gnus-registry-install-shortcuts): Rename from
16021         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
16022         the `gnus-registry-mark-map' keymap dynamically from
16023         `gnus-registry-marks'.  The generated functions update the summary line
16024         when a registry mark is added or deleted, and will call
16025         `gnus-registry-install-p' (see the comments in the code).
16026         (gnus-registry-user-format-function-M): Use concat intelligently.
16027
16028         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
16029         the registry mark functions.
16030
16031 2008-03-05  Glenn Morris  <rgm@gnu.org>
16032
16033         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
16034         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
16035         gnus-art.
16036         (top-level): No need to load own source when compiling.
16037
16038 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
16041         Suggested by <chris.anderton@zetnet.co.uk>.
16042
16043 2008-03-04  Glenn Morris  <rgm@gnu.org>
16044
16045         * gnus-sum.el (top-level): No need to require gnus when compiling,
16046         since unconditionally required near start of file.
16047         (gnus-summary-display-while-building): Move definition before use.
16048
16049 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * gnus-registry.el (gnus-registry-user-format-function-M):
16052         Add formatting function.
16053
16054 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
16057         with plists.
16058         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
16059         Use new format.
16060
16061 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
16064         `where-is-internal' that returns a range of key sequences.
16065
16066 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16067
16068         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
16069
16070         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
16071         (gnus-summary-jump-to-group): Consider windows on other displayed
16072         frames as well.  Similar changes might be needed elsewhere, but that's
16073         the one I've bumped into during my use.
16074
16075         * nndoc.el (nndoc-oe-dbx-type-p):
16076         * gnus-msg.el (gnus-debug):
16077         * gnus-group.el (gnus-update-group-mark-positions):
16078         Use mm-string-to-multibyte.
16079
16080 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16081
16082         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
16083         doesn't handle NotDashEscaped.
16084
16085         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
16086         (mml-dnd-attach-options): Fix typo in custom choice.
16087
16088         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
16089         Change nndoc-article-type to mbox.
16090         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
16091
16092         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
16093         to nil, instead of html2text.
16094
16095         * imap.el (imap-debug): Add `imap-ping-server'.
16096
16097         * gnus-bookmark.el: Add FIXMEs.
16098
16099         * message.el (message-form-letter-separator)
16100         (message-send-form-letter-delay): New variables.
16101         (message-send-form-letter): Use them.  New command to send form
16102         letters.  Requested by Uwe Siart.
16103         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16104
16105 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16106
16107         * Update copyright years.
16108
16109 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         Sync from EMACS_22_BASE.
16112
16113         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16114
16115 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16116
16117         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16118         empty author.
16119
16120 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * gnus-registry.el (gnus-registry-marks): Add variable for
16123         customization of marks and their appearance.
16124         (gnus-registry-read-mark): Use it.
16125         (gnus-registry-do-marks): Add utility function to loop through
16126         `gnus-registry-marks'.
16127         (gnus-registry-install-shortcuts-and-menus): Add function to install
16128         shortcuts and menus.
16129         (gnus-registry-initialize): Use it.
16130         (gnus-registry-default-mark): Clarify documentation.
16131
16132 2008-02-29  Glenn Morris  <rgm@gnu.org>
16133
16134         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16135         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16136         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16137         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16138         Change defcustom :version from 23.0 to 23.1.
16139
16140 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * gnus-registry.el (gnus-registry-follow-group-p)
16143         (gnus-registry-post-process-groups): Add functions to aid registry
16144         splitting and improve logging.  Clarify behavior in function
16145         documentation.
16146         (gnus-registry-split-fancy-with-parent): Use them.
16147
16148 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16149
16150         * gnus-art.el: Use with-current-buffer.
16151
16152 2008-02-27  David Engster  <dengste@eml.cc>
16153
16154         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16155         Express real group name in the response.
16156
16157 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16160         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16161         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16162         autoload gnus-registry-fetch-group when compiling.
16163         (nnmairix-request-group-with-article-number-correction):
16164         Remove unreferenced argument passed to nnmairix-call-backend.
16165
16166 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16169         (mm-uu-extract): Improve face for low color ttys.
16170         Reported by Sascha Wilde.
16171
16172 2008-02-27  Glenn Morris  <rgm@gnu.org>
16173
16174         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16175         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16176         variables to defconsts.  Convert comments to doc-strings.
16177         (nnmairix-last-server, nnmairix-current-server): Convert from free
16178         variables to defvars.  Convert comments to doc-strings.
16179         (gnus-registry-fetch-group): Autoload.
16180         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16181         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16182         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16183         caddr.
16184         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16185         nnmairix-request-group-with-article-number-correction call.
16186         (nnmairix-fast, nnmairix-group): New, less general names, for free
16187         variables passed from nnmairix-request-group to
16188         nnmairix-request-group-with-article-number-correction.  Declare.
16189         (nnmairix-request-group-with-article-number-correction):
16190         Use nnmairix-fast, nnmairix-group rather than fast, group.
16191
16192 2008-02-26  David Engster  <dengste@eml.cc>
16193
16194         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16195         version 0.5.
16196
16197 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16198
16199         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16200         instead of making an extra function call.  Don't add the current group
16201         to articles only when they have the group.  Use
16202         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16203         Reported by David <de_bb@arcor.de>.
16204
16205 2008-02-24  Miles Bader  <miles@gnu.org>
16206
16207         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16208         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16209         (mm-find-mime-charset-region):
16210         * mm-bodies.el (mm-encode-body):
16211         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16212
16213 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16216         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16217
16218 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * mail-source.el (mail-source-delete-incoming): Change default.
16221         Supplement doc string.
16222
16223         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16224
16225 2008-02-14  Glenn Morris  <rgm@gnu.org>
16226
16227         * time-date.el (format-seconds): New function.
16228
16229 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * nnmail.el (nnmail-message-id-cache-file): Derive from
16232         `gnus-home-directory'.
16233
16234 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16235
16236         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16237         Document negative prefix.
16238
16239         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16240
16241 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16242
16243         * message.el (message-unsent-separator): Add the Exim bounce
16244         separator.
16245
16246 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16247
16248         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16249         list.
16250         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16251         recipient/signer list.
16252
16253 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * Makefile.in (datarootdir): Define.
16256         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16257         name that might contain whitespace.
16258
16259 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16262         fbound (Emacs 23 unicode), signal an error.
16263
16264 2008-02-08  Glenn Morris  <rgm@gnu.org>
16265
16266         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16267
16268 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16269
16270         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16271         ports to the calls to `netrc-machine-user-or-password' in addition to
16272         "imap" and "imaps".
16273
16274 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16275
16276         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16277
16278         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16279
16280 2008-02-01  Kenichi Handa  <handa@m17n.org>
16281
16282         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16283         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16284         (rfc2104-hash): Convert the result of concat to unibyte string.
16285
16286 2008-02-01  Dave Love  <fx@gnu.org>
16287
16288         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16289         coding-system-for-read.
16290         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16291
16292 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16293
16294         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16295         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16296         <hanche@math.ntnu.no>.
16297
16298 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16301
16302         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16303
16304 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16305
16306         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16307         * message.el (message-beginning-of-line): Use featurep instead of bound
16308         tests in order to resolve conditionals at compile time.
16309
16310 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16311
16312         * mail-source.el (mail-sources): Add `group' choice.
16313
16314         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16315         parameter `in-group' to control into which group the articles go.
16316         Add treatment of `group' mail-source.
16317
16318 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16321
16322         * mm-decode.el (mm-dissect-buffer): Decode description.
16323
16324         * mml.el (mml-to-mime): Encode message header first.
16325
16326 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16329         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16330
16331         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16332         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16333
16334 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16335
16336         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16337
16338 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16341         prefix keys.
16342         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16343         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16344         gnus-xmas.el.
16345
16346         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16347         (gnus-xmas-article-describe-bindings): New function.
16348         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16349         gnus-xmas-article-describe-bindings.
16350
16351         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16352
16353 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16354
16355         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16356         Add new variables for article mark management.
16357         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16358         list of extra data entries which, when present, will indicate that the
16359         article ID should not be trimmed from the registry.
16360         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16361         functions.
16362         (gnus-registry-read-mark): New function to read a mark name from the
16363         user.
16364         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16365         (gnus-registry-set-article-mark-internal): New functions to add and
16366         remove marks.
16367         (gnus-registry-get-article-marks): New function to show the marks for
16368         an article, or retrieve them for further use.
16369
16370 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16373         keys when no argument is given.
16374
16375 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16376
16377         * imap.el (imap-ping-server): New variable.
16378         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16379         (imap-ping-server): Minor doc string fixes.
16380
16381 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16382
16383         * imap.el (imap-ping-server): New function.
16384         (imap-opened): Call imap-ping-server.
16385
16386 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus-sum.el (gnus-article-sort-by-random)
16389         (gnus-thread-sort-by-random): Fix doc strings.
16390         Reported by jidanni@jidanni.org.
16391
16392 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-art.el (gnus-article-describe-bindings): New function.
16395         (gnus-article-read-summary-keys): Use it.
16396         (gnus-article-mode-map): Bind `C-h b' to it.
16397
16398 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16401         XEmacs.
16402         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16403         Protect against non-character events.
16404
16405         * lpath.el: Fbind map-keymap for Emacs 21.
16406
16407 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16410         New command.
16411         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16412         instead of END.  Change name of the temp file.
16413         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16414         customizable.
16415
16416 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16419         bind `S W' to gnus-article-wide-reply-with-original; set default
16420         binding to gnus-article-read-summary-send-keys.
16421         (gnus-article-read-summary-keys): Fix the order of keys; display
16422         continuation keys correctly in the echo area; describe bindings
16423         correctly when keys end with `C-h'.
16424         (gnus-article-read-summary-send-keys): New function.
16425         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16426         Work for gnus-article-read-summary-send-keys; display continuation keys
16427         correctly in the echo area.
16428         (gnus-article-reply-with-original): Ignore prefix argument.
16429         (gnus-article-wide-reply-with-original): New function.
16430
16431         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16432         Emacs 21.
16433
16434 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16437         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16438
16439 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16442         (gnus-group-read-ephemeral-gmane-group): New command.
16443
16444 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16445
16446         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16447
16448 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * message.el (message-send-mail-function): Increase custom version.
16451
16452         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16453         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16454
16455 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16458         for the cases where imap-authenticate is called with a nil buffer
16459         parameter.
16460
16461 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16464         html parts correctly; support forwarded messages.
16465         (gnus-article-browse-html-article): Remove work buffers.
16466
16467         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16468         compiling.
16469         (netrc-bound-and-true-p): New macro.
16470         (netrc-parse): Use it instead of bound-and-true-p that is not available
16471         in XEmacs 21.4.
16472
16473 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * gnus-registry.el (gnus-registry-mark-article)
16476         (gnus-registry-article-marks): Add functionality to mark articles
16477         through the Gnus registry.
16478
16479         * encrypt.el: Clarify documentation for the new pgg method.
16480         (encrypt-file-alist): Add PGG option.
16481         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16482         functionality.  Abstract password key and messaging to external
16483         functions.
16484         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16485         (encrypt-message-method-and-cipher): Add new convenience external
16486         functions.
16487         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16488         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16489
16490         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16491         (netrc-parse): Use encrypt-file-alist to determine if
16492         encrypt-find-model or encrypt-insert-file-contents should be used.
16493
16494         * encrypt.el: Clarify documentation.  Load password-cache or
16495         password, whichever one is found first, instead of autoloading.
16496
16497 2007-12-19  Glenn Morris  <rgm@gnu.org>
16498
16499         * mml.el (message-options-set, message-narrow-to-head)
16500         (message-in-body-p, message-mail-p, message-encode-message-body):
16501         Autoload.
16502         (message-remove-header, message-narrow-to-headers-or-head)
16503         (message-subscribed-p, message-make-mail-followup-to)
16504         (message-position-on-field, message-news-p)
16505         (message-options-set-recipient, message-generate-headers)
16506         (message-sort-headers): Declare as functions.
16507
16508 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16511         convention in doc string.
16512
16513 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16516         title to html parts.
16517         (gnus-article-browse-html-article): Pass message header to it.
16518
16519         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16520
16521 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16524         or password compatible with XEmacs.
16525
16526 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16529         format document.
16530         (gnus-mime-delete-part): Don't write description line if empty.
16531         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16532
16533 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16534
16535         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16536         (gnus-summary-mark-read-and-unread-as-read)
16537         (gnus-summary-mark-current-read-and-unread-as-read)
16538         (gnus-summary-mark-unread-as-ticked): Doc fix.
16539         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16540
16541 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16544         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16545
16546 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16549         yes-or-no-p.
16550
16551 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * mm-decode.el (mm-add-meta-html-tag): New function.
16554         (mm-save-part-to-file, mm-pipe-part): Use it.
16555
16556         * gnus-art.el (gnus-article-browse-delete-temp-files):
16557         Use gnus-y-or-n-p instead of y-or-n-p.
16558         (gnus-article-browse-html-parts): Work with message/external-body; use
16559         mm-add-meta-html-tag.
16560
16561 2007-12-11  Glenn Morris  <rgm@gnu.org>
16562
16563         * gnus-cache.el: Require gnus-sum not just when compiling.
16564
16565         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16566
16567         * gnus-int.el (gnus-server-opened, gnus-status-message):
16568         Move definitions before use.
16569
16570         * mm-decode.el: Require gnus-util.
16571         (mm-remove-part): Only call delete-annotation on XEmacs.
16572
16573         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16574
16575         * nnmail.el: Require gnus-int.
16576
16577         * spam.el: Move `require's before `eval-when-compile's.
16578
16579         * gnus-ems.el (gnus-alive-p):
16580         * gnus-fun.el (message-goto-eoh):
16581         * gnus-util.el (gnus-group-name-decode):
16582         * mail-source.el (gnus-compress-sequence):
16583         * message.el (Info-goto-node, format-spec):
16584         * mm-bodies.el (message-options-get):
16585         * mm-decode.el (mm-view-pkcs7):
16586         * mm-util.el (gmm-write-region):
16587         * mml-smime.el (mml-compute-boundary)
16588         (gnus-completing-read-with-default):
16589         * mml.el (widget-button-press, gnus-make-hashtable):
16590         * mml1991.el (mm-decode-content-transfer-encoding)
16591         (mm-encode-content-transfer-encoding)
16592         (message-options-get, message-options-set):
16593         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16594         * nnfolder.el (gnus-request-group):
16595         * nnheader.el (ietf-drums-unfold-fws):
16596         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16597         * smime.el (gnus-run-mode-hooks):
16598         * spam-stat.el (gnus-message): Autoload.
16599
16600         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16601         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16602         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16603         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16604         Add declare-function compatibility definition.
16605
16606         * gnus-cache.el (nnvirtual-find-group-art):
16607         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16608         (gnus-add-image, gnus-add-wash-type):
16609         * gnus-group.el (nnkiboze-score-file):
16610         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16611         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16612         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16613         (message-tokenize-header, gnus-get-buffer-create)
16614         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16615         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16616         * gnus.el (gnus-group-decoded-name):
16617         * mail-source.el (imap-capability):
16618         * mm-bodies.el (message-options-set):
16619         * mm-decode.el (gnus-configure-windows):
16620         * mm-extern.el (message-goto-body):
16621         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16622         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16623         (epg-sub-key-validity, message-options-set):
16624         * mml.el (widget-event-point, gnus-configure-windows):
16625         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16626         * mml2015.el (epg-check-configuration, epg-configuration)
16627         (message-options-set):
16628         * nndb.el (nndb-request-article):
16629         * nnfolder.el (gnus-request-create-group):
16630         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16631         * nnmaildir.el (gnus-group-mark-article-read):
16632         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16633         * rfc1843.el (message-fetch-field):
16634         * spam.el (gnus-extract-address-components):
16635         Declare as functions.
16636
16637 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16640
16641         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16642
16643         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16644         bind show-trailing-whitespace for XEmacs.
16645
16646 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16647
16648         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16649         new no-op macro for backward compatibility.
16650
16651         * imap.el (imap-string-to-integer): New function.
16652
16653 2007-12-09  Glenn Morris  <rgm@gnu.org>
16654
16655         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16656
16657         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16658         * message.el, mm-view.el, sieve-manage.el, smime.el:
16659         Add declare-function compatibility definition.
16660
16661         * gnus-art.el (w3-region, w3m-region, Info-menu):
16662         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16663         * gnus-sum.el (gnus-get-predicate):
16664         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16665         * message.el (mail-abbrev-in-expansion-header-p):
16666         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16667         (w3m-detect-meta-charset, w3m-region):
16668         * sieve-manage.el (password-read, password-cache-add)
16669         (password-cache-remove):
16670         * smime.el (password-read-and-add): Declare as functions.
16671
16672 2007-12-08  David Kastrup  <dak@gnu.org>
16673
16674         * gnus-sum.el (gnus-summary-simplify-subject-query):
16675         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16676         `message'.
16677
16678 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16681         it to bind idna-program, installation-directory, defined-colors, and
16682         face-attribute for XEmacs of the version that compiles defcustom forms.
16683
16684 2007-12-07  Glenn Morris  <rgm@gnu.org>
16685
16686         * gnus-art.el (article-make-date-line): Revert previous change.
16687
16688 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16689
16690         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16691
16692 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16693
16694         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16695         Call gnus-add-to-range ranges only once with a prepared article-list.
16696
16697 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16698
16699         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16700         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16701         group names with backslashes.
16702         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16703
16704 2007-12-06  Deepak Goel  <deego3@gmail.com>
16705
16706         * gnus-art.el (article-make-date-line):
16707         * gnus-start.el (gnus-load):
16708         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16709
16710 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-art.el (gnus-use-idna):
16713         * gnus-start.el (gnus-site-init-file):
16714         * message.el (message-use-idna):
16715         * mm-uu.el (mm-uu-hide-markers):
16716         * smiley.el (smiley-style): Revert changes that suppress warnings.
16717
16718 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16721         specify charset to html source.
16722         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16723
16724 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16727         idna-program in order to suppress byte compile warning issued by XEmacs
16728         that came to byte compile the default value section of defcustom forms
16729         recently.
16730
16731         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16732         value of installation-directory.
16733
16734         * message.el (message-use-idna): Don't directly refer to the value of
16735         idna-program.
16736
16737         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16738
16739         * smiley.el (smiley-style): Don't directly call face-attribute.
16740
16741 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16744
16745         * gnus-dired.el: Reduce Gnus dependencies.
16746         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16747         Don't require.  Use autoloads instead.
16748         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16749         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16750         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16751         (gnus-dired-mode): Adjust doc string.
16752         (gnus-dired-mail-mode): New variable.
16753         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16754         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16755         (gnus-dired-mail-buffers): New function.  Return mail or message
16756         composition buffers.
16757         (gnus-dired-attach): Use it.
16758         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16759         NO-DECODE.
16760         (gnus-dired-print): Use `gnus-print-buffer' depending on
16761         `gnus-dired-mail-mode'.
16762
16763 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * rfc2047.el (rfc2047-encoded-word-regexp)
16766         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16767         explaining what regexp patterns are for.
16768
16769 2007-12-04  Glenn Morris  <rgm@gnu.org>
16770
16771         * password.el: Move to password-cache.el.
16772
16773         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16774         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16775         * mml-smime.el (password-read, password-cache-add)
16776         (password-cache-remove):
16777         No need to autoload, since mml-sec requires password.
16778
16779         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16780         * message.el (gnus-extract-address-components):
16781         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16782
16783         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16784         password.
16785
16786 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * mailcap.el: Reduce dependencies.
16789         (mail-header-parse-content-type): Autoload.
16790         (mailcap-delete-duplicates): New alias.
16791         (mailcap-mime-info): Add optional argument NO-DECODE.
16792         (mailcap-mime-types): Use mailcap-delete-duplicates.
16793
16794         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16795
16796 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16797
16798         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16799         (imap-parse-status): Upcase status-att for servers that sends them
16800         lower-case (e.g., MS Exchange 2007).
16801
16802 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16803
16804         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16805         function.
16806
16807         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16808         (gnus-uu-yenc-article): New function.
16809
16810         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16811
16812         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16813
16814 2007-12-02  Glenn Morris  <rgm@gnu.org>
16815
16816         * binhex.el (binhex): New custom group.
16817         (binhex-decoder-program, binhex-decoder-switches)
16818         (binhex-use-external): Move to the binhex custom group.
16819
16820         * uudecode.el (uudecode): New custom group.
16821         (uudecode-decoder-program, uudecode-decoder-switches)
16822         (uudecode-use-external): Move to the uudecode custom group.
16823
16824         * netrc.el (top-level): Don't load `encrypt' features.
16825         (netrc-parse): Don't use encrypt.
16826         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16827
16828         * encrypt.el: Remove file.
16829
16830 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16833         matches on patches.
16834
16835         * gnus-art.el (gnus-article-browse-html-article):
16836         Mention `mm-text-html-renderer' in the doc string.
16837
16838         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16839         string.  Add comments.
16840
16841         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16842         if rhs is ASCII.
16843
16844 2007-12-01  Glenn Morris  <rgm@gnu.org>
16845
16846         * mail-source.el (top-level): Require format-spec before
16847         eval-when-compile.
16848
16849 2007-11-30  Glenn Morris  <rgm@gnu.org>
16850
16851         * encrypt.el: Require password, rather than autoloading password-read.
16852
16853 2007-11-29  Glenn Morris  <rgm@gnu.org>
16854
16855         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16856         (sasl-make-client, sasl-next-step, sasl-step-data)
16857         (sasl-step-set-data): Declare as functions.
16858
16859 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16862
16863 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16864
16865         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16866         certs should be verified and what is to be done in the event of a
16867         verification failure.
16868
16869         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16870         caller can indicate whether the cache should be disregarded for this
16871         call.  This way the result of the call is reproducible at all times and
16872         can be considered a canonical server name for the supplied method.
16873         (gnus-agent-method-p): Canonicalize server names by pushing their
16874         method through `gnus-method-to-server' using the no-cache argument.
16875
16876         * gnus-srvr.el (gnus-server-insert-server-line):
16877         Call `gnus-method-to-server' with `no-cache' argument.
16878
16879         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16880         gnus-agent-possibly-synchronize-flags as this should be called when the
16881         server is actually being opened.
16882         (gnus-agent-possibly-synchronize-flags)
16883         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16884         flags file of an agentized server to the latter function.
16885
16886         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16887         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16888         after a connection has been established successfully.
16889
16890 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (article-display-face): Force to display face if called
16893         interactively; check if gnus-article-x-face-too-ugly matches author.
16894         (article-display-x-face): Display face even if From header is missing
16895         as article-display-face does.
16896
16897 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16898
16899         * hashcash.el (message-narrow-to-headers-or-head)
16900         (message-fetch-field, message-goto-eoh)
16901         (message-narrow-to-headers): Declare as functions.
16902
16903 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * mail-source.el (mail-sources): Default to fetch from file for
16906         compatibility with default of nnmail-spool-file.
16907
16908 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16911         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16912         to look for encoded word that should be encoded again.
16913         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16914         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16915         encoding pattern.
16916         (rfc2047-decode-region): Switch strict regexp and loose one according
16917         to rfc2047-allow-irregular-q-encoded-words.
16918
16919 2007-11-25  Romain Francoise  <romain@orebokech.com>
16920
16921         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16922
16923 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * tls.el (tls-program): Provide more custom choices from
16926         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16927         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16928
16929 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16930
16931         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16932         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16933
16934         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16935         `nnmail-spool-file'.
16936
16937         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16938         `nnmail-spool-file'.
16939
16940         * gnus-move.el (gnus-change-server): Ditto.
16941
16942         * gnus-kill.el (gnus-batch-score): Ditto.
16943
16944         * gnus-cache.el (gnus-jog-cache): Ditto.
16945
16946         * gnus-msg.el (gnus-summary-reply):
16947         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16948
16949 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16952         version.  Minor improvement to doc strings.
16953         (tls-program): Add comment.
16954
16955 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16956
16957         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16958         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16959         mismatch between the hostname provided in the certificate and the name
16960         of the host connnecting to.
16961         (open-tls-stream): Use them.  Check certificates against trusted root
16962         certificates.
16963
16964 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * gnus-cache.el (gnus-cache-generate-nov-databases):
16967         Use nnml-generate-nov-databases-directory instead of
16968         nnml-generate-nov-databases-1.
16969
16970 2007-11-24  Glenn Morris  <rgm@gnu.org>
16971
16972         * message.el (message-tool-bar-retro): Update for rename
16973         mail_send.xpm->mail-send.xpm.
16974
16975 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16978         `smime-ldap-search' for Emacs 22 and up.
16979
16980 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16981
16982         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16983
16984         * message.el (message-send-mail-function): Fix error convention.
16985         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16986         (message-widen-reply, message-send-mail, message-talkative-question)
16987         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16988         (message-clone-locals, message-send-news): Use with-current-buffer.
16989         (message-insert-or-toggle-importance): Remove unused var `valid'.
16990         (message-make-references): Remove unused var `new-references'.
16991         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16992
16993 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16994
16995         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16996         (spam-split-symbolic-return-positive): Reflow docstring.
16997         (spam-backends, spam-summary-exit-behavior)
16998         (spam-mark-ham-unread-before-move-from-spam-group)
16999         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
17000         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17001         (spam-clear-cache, spam-backend-check, spam-install-backend)
17002         (spam-install-statistical-backend, spam-list-of-processors)
17003         (spam-group-processor-p, spam-split, spam-bogofilter-score)
17004         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
17005         (spam-check-crm114, spam-initialize, spam-unload-hook):
17006         Fix typos in docstrings.
17007
17008 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
17011         been checked if they have never been read and those group levels are
17012         higher than the one that a user specified.
17013
17014 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
17017         foreign groups unless a group level is specified by a user.
17018         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
17019
17020 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * message.el (message-send-mail-function): Require sendmail.
17023
17024 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
17025
17026         * message.el (message-send-mail-function): Check for smtpmail too.
17027
17028         * utf7.el (utf7-encode, utf7-decode): Use coding system
17029         `utf-7'/`utf-7-imap' from utf-7.el' if available.
17030
17031         * message.el (message-send-mail-function): New function.
17032         (message-send-mail-function): Set default using
17033         message-send-mail-function.  Adjust doc string.
17034         (message-send-mail-with-mailclient): New function.
17035
17036 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
17037
17038         * smime.el (from):
17039         * rfc2047.el (message-posting-charset):
17040         * qp.el (mm-use-ultra-safe-encoding):
17041         * pop3.el (parse-time-months):
17042         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
17043         * nnml.el (files):
17044         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
17045         (jka-compr-compression-info-list, ange-ftp-path-format)
17046         (efs-path-regexp):
17047         * nndiary.el (files):
17048         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
17049         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
17050         (epg-digest-algorithm-alist, inhibit-redisplay)
17051         (password-cache-expiry):
17052         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
17053         (pgg-output-buffer, password-cache-expiry):
17054         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
17055         (efs-path-regexp):
17056         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
17057         (inhibit-redisplay):
17058         * mm-uu.el (file-name, start-point, end-point, entry)
17059         (gnus-newsgroup-name, gnus-newsgroup-charset):
17060         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
17061         (latin-unity-ucs-list):
17062         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
17063         (mm-uu-binhex-decode-function):
17064         * message.el (gnus-message-group-art, gnus-list-identifiers)
17065         (rmail-enable-mime-composing, gnus-local-organization)
17066         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
17067         (gnus-read-active-file, facemenu-add-face-function)
17068         (facemenu-remove-face-function, gnus-article-decoded-p)
17069         (tool-bar-mode):
17070         * mail-source.el (display-time-mail-function):
17071         * gnus-util.el (nnmail-pathname-coding-system)
17072         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
17073         (gnus-original-article-buffer, gnus-user-agent)
17074         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
17075         (xemacs-codename, sxemacs-codename, emacs-program-version):
17076         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
17077         * gnus-start.el (gnus-agent-covered-methods)
17078         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
17079         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
17080         (gnus-newsgroup-headers, gnus-group-list-mode)
17081         (gnus-group-mark-positions, gnus-newsgroup-data)
17082         (gnus-newsgroup-unreads, nnoo-state-alist)
17083         (gnus-current-select-method, mail-sources)
17084         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
17085         (nnmail-spool-file, gnus-cache-active-hashtb):
17086         * gnus-mh.el (mh-lib-progs):
17087         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
17088         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
17089         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
17090         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
17091         (gnus-group-buffer):
17092         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
17093         (font-lock-set-defaults):
17094         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17095         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17096         (gnus-summary-post-menu, total-parts, type, condition, length):
17097         * gnus-agent.el (gnus-agent-read-agentview):
17098         * flow-fill.el (show-trailing-whitespace):
17099         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17100         eval-and-compile wrappers for byte compiler pacifiers.
17101
17102         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17103         (mm-display-inline-fontify): Check for featurep 'xemacs not
17104         extent-list.
17105
17106         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17107         itimer-list.
17108         (mm-create-image-xemacs): Only do something for XEmacs.
17109         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17110
17111         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17112
17113         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17114         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17115
17116 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17117
17118         * nnimap.el (nnimap-split-download-body):
17119         * gnus-demon.el (gnus-demon):
17120         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17121
17122 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17125         New macros.
17126         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17127         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17128         copy data from unibyte buffer to multibyte current buffer.
17129         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17130         to copy data from unibyte current buffer to multibyte buffer.
17131         (nntp-make-process-buffer): Make process buffer unibyte.
17132
17133         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17134
17135 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17136
17137         * pop3.el (pop3-open-server): Accept and process data more robustly at
17138         connection start to avoid spurious "POP SSL connection failed" errors.
17139
17140 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17143         read group names.
17144
17145 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17148
17149 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17152         (nnmail-save-active): Use a unibyte buffer when saving active file,
17153         which may contain non-ASCII group names.
17154
17155         * nnml.el (nnml-request-group): Decode group names in messages.
17156
17157 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17158
17159         * message.el (message-citation-line-function)
17160         (message-insert-formatted-citation-line): Fix spelling of
17161         `message-insert-formated-citation-line'.
17162
17163 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17164
17165         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17166
17167 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17170         nnmail-pathname-coding-system.
17171
17172         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17173         that a user enters; decode group names in messages.
17174
17175         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17176
17177 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17180
17181         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17182
17183         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17184         risky local variable.
17185
17186         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17187
17188 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * encrypt.el: Improve documentation to fix function name typo.
17191         Reported by Daiki Ueno <ueno@unixuser.org>.
17192
17193 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17196         even if the point is not in the last page of an article.
17197         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17198         back to the previous page.
17199
17200 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17203
17204 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17207
17208 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17209
17210         * message.el (message-check-news-body-syntax):
17211         Avoid mm-string-as-multibyte.
17212         (message-hide-headers): Don't assume (point-min)==1.
17213
17214 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * message.el (message-remove-blank-cited-lines): Fix if remove is
17217         given.
17218         (message-bogus-address-regexp): New variable.
17219         (message-bogus-recipient-p): New function.
17220         (message-check-recipients): New command.
17221         (message-syntax-checks): Add `bogus-recipient'.
17222         (message-fix-before-sending): Add `bogus-recipient'.
17223
17224         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17225         (gnus-treat-body-boundary): Don't test window-system.
17226
17227 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17228
17229         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17230
17231 2007-10-28  Miles Bader  <miles@gnu.org>
17232
17233         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17234         at compile-time too.
17235
17236 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17237
17238         * gnus-msg.el (gnus-message-setup-hook):
17239         Add `message-remove-blank-cited-lines' to options.
17240
17241 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17242
17243         * message.el (message-remove-blank-cited-lines): New function.
17244         Suggested by Karl Plästerer.
17245
17246 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17249         mapc.
17250
17251         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17252         (top-level): Use mapc to set functions to be traced for debugging.
17253
17254         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17255         called for effect with while loop.
17256
17257         * message.el (message-talkative-question): Replace mapcar called for
17258         effect with mapc.
17259
17260         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17261         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17262         called for effect with dolist.
17263
17264         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17265
17266         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17267         gnus-extra-headers and nnmail-extra-headers.
17268
17269         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17270         called for effect with dolist.
17271         (top-level): Use mapc to set functions to be traced for debugging.
17272
17273         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17274         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17275         dolist.
17276
17277         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17278         Replace mapcar called for effect with mapc.
17279         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17280         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17281         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17282         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17283
17284         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17285         remove-if that's a cl function.
17286
17287         * webmail.el (webmail-debug): Replace mapcar called for effect with
17288         dolist.
17289
17290         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17291         with mapc.
17292
17293 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17296         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17297         with while loop.
17298
17299         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17300         functions from article-* functions.
17301         (gnus-multi-decode-header): Replace mapcar called for effect with
17302         dolist.
17303
17304         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17305         (gnus-bookmark-show-details): Replace mapcar called for effect with
17306         while loop.
17307
17308         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17309         called for effect with while loop.
17310
17311         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17312         with dolist.
17313
17314         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17315         Replace mapcar called for effect with dolist.
17316
17317         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17318
17319         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17320         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17321         Replace mapcar called for effect with dolist.
17322         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17323         mapc.
17324
17325         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17326         Replace mapcar called for effect with dolist.
17327         (gnus-topic-list): Replace mapcar called for effect with mapc.
17328
17329         * gnus.el: Use mapc instead of mapcar to add autoloads.
17330
17331 2007-10-23  Richard Stallman  <rms@gnu.org>
17332
17333         * gnus-group.el (gnus-group-highlight): Mark as risky.
17334
17335 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus.el (gnus-server-to-method): Return method found first in
17338         gnus-newsrc-alist.
17339
17340         * gnus-art.el (gnus-article-highlight-signature)
17341         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17342         button overlay without the front stickiness.
17343
17344 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17345
17346         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17347         overview buffer needed a catch to receive its throw.
17348         (gnus-agent-flush-cache): Declare as interactive to make this function
17349         easier to use.
17350
17351 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17352
17353         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17354         `next-line'.
17355
17356 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17359         exclude address matching message-dont-reply-to-names.
17360
17361 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * gnus-util.el (gnus-string<): New function.
17364
17365         * gnus-sum.el (gnus-article-sort-by-author)
17366         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17367
17368 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17371         the frame-focus tag is set in gnus-buffer-configuration.
17372
17373 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17376         the front stickiness.
17377
17378 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17381         url pattern; remove duplicate one.
17382         (gnus-article-extend-url-button): New function.
17383         (gnus-article-add-buttons): Use it.
17384         (gnus-button-push): Use concatenated url that it makes.
17385
17386 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17387
17388         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17389
17390 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17391
17392         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17393         Don't hardcode point-min==1.
17394
17395 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17398         Fix comment about "iso8859-1".
17399
17400 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17401
17402         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17403         ones returned from the verify-function.
17404
17405         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17406         Call mml2015-extract-cleartext-signature if extraction failed.
17407
17408 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17409
17410         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17411         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17412         failed.
17413
17414 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17415
17416         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17417
17418 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17421         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17422         recommends to use EasyPG instead of PGG.
17423
17424         * pgg.el: Revert to revision 6.23.2.16.
17425
17426         * pgg-def.el: Revert to revision 6.6.2.14.
17427
17428         * pgg-gpg.el: Revert to revision 6.23.2.34.
17429
17430 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17431
17432         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17433         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17434         thread for both the null and zero (kill/expire thread) universal prefix
17435         cases.
17436         (gnus-summary-expire-thread): Add new function to expire a thread,
17437         using gnus-summary-kill-thread.
17438         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17439         shortcuts for gnus-summary-expire-thread.
17440         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17441         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17442
17443 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17444
17445         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17446         extras value, so an extras entry can be deleted.
17447         (gnus-registry-delete-extra-entry): Use it.
17448         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17449         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17450         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17451         storage through the gnus-registry, and provide an appropriate API for
17452         it.
17453
17454 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17457         Suggested by Leo <sdl.web@gmail.com>.
17458
17459         * gnus.el: Do.
17460
17461 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17462
17463         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17464         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17465
17466         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17467
17468         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17469         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17470
17471 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17474         newline.
17475         (nnmbox-request-accept-article): Don't change article in source buffer;
17476         narrow to header to use message-fetch-field rather than
17477         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17478         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17479         as delimiters; make sure article ends with newline.
17480         (nnmbox-delete-mail): Correct last position of article to be deleted;
17481         ignore X-Gnus-Newsgroup header in article body.
17482         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17483         positions; make sure article ends with newline.
17484
17485         * message.el (message-display-abbrev): Don't infloop when a user
17486         inserts SPC in the beginning of header.
17487
17488         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17489         coding-system-for-read and coding-system-for-write for XEmacs having no
17490         file-coding feature.
17491
17492         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17493
17494 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17495
17496         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17497         list of groups not followed by default.  Fix type to be regexp.
17498         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17499
17500 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17501
17502         * hmac-def.el (define-hmac-function): Switch from old-style to
17503         new-style backquotes.
17504
17505         * md4.el (md4-make-step): Likewise.
17506
17507 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17510         raw-text coding system when saving .newsrc file, which may contain
17511         non-ASCII group names.
17512
17513 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-cus.el (gnus-score-extra): New widget.
17516         (gnus-score-extra-convert): New function.
17517         (gnus-score-customize): Use it for Extra.
17518
17519 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17520
17521         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17522         (mml2015-mailcrypt-clear-verify): Use it.
17523         (mml2015-gpg-clear-verify): Use it.
17524         (mml2015-pgg-clear-verify): Use it.
17525         (mml2015-epg-clear-verify): Replace the current part with the output
17526         from GnuPG; don't extract the plaintext by itself.
17527
17528         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17529         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17530         mml2015-clear-verify-function; don't touch the armor headers or
17531         dash-escaped text here.
17532
17533 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17536         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17537         parts, or application/octet-stream as a last resort.
17538         (gnus-mime-view-part-as-type): Don't toggle display.
17539         (gnus-mime-view-part-as-charset): Don't turn off display before
17540         querying charset.
17541
17542         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17543         stuff to undisplayer function in Emacs.
17544         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17545
17546         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17547         text/calendar parts.
17548
17549 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17552         decoding text/calendar parts.
17553
17554         * message.el (message-forward-make-body-mime): Always mark body as
17555         having no illegible text; remove signed-or-encrypted argument.
17556         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17557
17558         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17559         (mml-generate-mime-1): Don't encode body if it is specified to be in
17560         raw form; don't make buffer be unibyte when inserting multibyte string.
17561
17562 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17563
17564         * sha1.el: Fix up comment style.
17565         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17566         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17567
17568         * hex-util.el: Fix up comment style.
17569         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17570
17571         * gnus-salt.el: Use with-current-buffer.
17572         (gnus-pick-setup-message): Fix long-standing typo.
17573
17574 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * imap.el (imap-logout-timeout): New variable.
17577         (imap-logout, imap-logout-wait): New functions.
17578         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17579
17580         * nnimap.el (nnimap-logout-timeout): New server variable.
17581         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17582         nnimap-logout-timeout.
17583
17584         * gnus-art.el (gnus-article-summary-command-nosave)
17585         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17586
17587 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * gnus.el (gnus-maximum-newsgroup): New variable.
17590
17591         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17592         according to gnus-maximum-newsgroup.
17593
17594         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17595         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17596         Limit the range of articles according to gnus-maximum-newsgroup.
17597
17598 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17599
17600         * gnus-art.el (gnus-sticky-article): Fix problems described in
17601         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17602         Don't perform gnus-configure-windows here; reuse existing sticky
17603         article buffer.
17604
17605         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17606         it doesn't exist in gnus-article-mode.
17607
17608 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17611         (gnus-agent-decoded-group-name): New function.
17612         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17613         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17614
17615 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17616
17617         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17618         Add binding for gnus-sticky-article.
17619         (gnus-summary-exit): Don't kill sticky article buffers.
17620
17621         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17622         article buffer.
17623         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17624         (gnus-kill-sticky-article-buffers): New commands.
17625
17626 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * nntp.el (nntp-xref-number-is-evil): New server variable.
17629         (nntp-find-group-and-number): If it is non-nil, don't trust article
17630         numbers in the Xref header.
17631
17632 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-agent.el (gnus-agent-read-group): New function.
17635         (gnus-agent-flush-group, gnus-agent-expire-group)
17636         (gnus-agent-regenerate-group): Use it.
17637         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17638         nnmail-pathname-coding-system.
17639
17640 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17643
17644         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17645         that are unread as unread, and also as selected so that information of
17646         marks having been changed by a user may be updated when exiting group.
17647
17648 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17649
17650         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17651
17652 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17655         calculated ignoring signature parts to gnus-treat-article.
17656
17657 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17660         a point here in order to keep the window start.
17661         (gnus-insert-mime-security-button): Make a button overlay without the
17662         front stickiness.
17663         (gnus-mime-display-security): Goto the end of a button.
17664
17665         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17666
17667 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17670         group-name-at-point.
17671         (gnus-group-completing-read): New function that offers decoded
17672         non-ASCII group names for completion.
17673         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17674         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17675         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17676         (gnus-group-fetch-control): Use it.
17677         (gnus-fetch-group): Use group-name-at-point for the initial value
17678         rather than the default value; use gnus-alive-p.
17679
17680         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17681         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17682         (gnus-summary-post-news): Use gnus-group-completing-read.
17683
17684         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17685         (gnus-read-move-group-name): Decode group name for completion.
17686
17687 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17690         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17691         Yamaoka slightly modified the code).
17692
17693 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17696         (nnmail-split-incoming): Bind it.
17697
17698         * nnml.el (nnml-group-name-charset): New function.
17699         (nnml-decoded-group-name): Use it; don't decode group name if
17700         nnmail-group-names-not-encoded-p is non-nil.
17701         (nnml-encoded-group-name): New function.
17702         (nnml-group-pathname): Inline nnml-decoded-group-name.
17703         (nnml-request-expire-articles): Decode group name in message.
17704         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17705         nnmail-pathname-coding-system.
17706         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17707         not decoded ones according to nnmail-group-names-not-encoded-p.
17708         (nnml-generate-active-info): Use nnml-encoded-group-name.
17709
17710 2007-08-08  Glenn Morris  <rgm@gnu.org>
17711
17712         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17713         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17714         doc-strings and comments.
17715
17716 2007-07-25  Glenn Morris  <rgm@gnu.org>
17717
17718         * Relicense all FSF files to GPLv3 or later.
17719
17720 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-sum.el (gnus-summary-move-article):
17723         Make gnus-summary-respool-article work.
17724
17725 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17726
17727         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17728         string.
17729
17730 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17731
17732         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17733         that should be ignored when comparing distant RSS articles with local
17734         ones.
17735         (nnrss-make-hash-index): New function.  Create a hash index according
17736         to the ignored fields.
17737         (nnrss-check-group): Use it.
17738
17739 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17742
17743         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17744
17745         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17746         the new optional argument ENCODED is non-nil.
17747         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17748         coding system for encoding group name.
17749         (gnus-group-make-rss-group): Pass un-encoded group name to
17750         gnus-group-make-group.
17751         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17752         encoded.
17753
17754         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17755         Encode group name to which articles are moved or copied.
17756         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17757         coding system for encoding Newsgroup, Followup-To and Xref headers.
17758
17759         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17760         marks; use nnheader-file-coding-system to write a file.
17761         (nnagent-retrieve-headers): Bind file-name-coding-system to
17762         nnmail-pathname-coding-system.
17763
17764         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17765
17766         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17767         (nnml-request-article, nnml-request-create-group)
17768         (nnml-request-rename-group, nnml-find-id)
17769         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17770         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17771         (nnml-save-marks): Use nnml-group-pathname instead of
17772         nnmail-group-pathname.
17773
17774         (nnml-request-create-group, nnml-request-expire-articles)
17775         (nnml-request-move-article, nnml-request-delete-group)
17776         (nnml-deletable-article-p, nnml-possibly-create-directory)
17777         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17778         (nnml-open-marks): Bind file-name-coding-system to
17779         nnmail-pathname-coding-system.
17780
17781         (nnml-request-article): Pass server argument to nnml-find-group-number.
17782         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17783         Pass server argument to nnml-possibly-create-directory.
17784         (nnml-request-accept-article): Pass server argument to
17785         nnml-active-number and nnml-save-mail.
17786         (nnml-find-group-number): Pass server argument to nnml-find-id.
17787         (nnml-request-update-info): Pass server argument to
17788         nnml-marks-changed-p.
17789
17790         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17791         (nnml-save-mail, nnml-active-number): Add server argument.
17792
17793         (nnml-request-delete-group): Warn if group is missing.
17794         (nnml-get-nov-buffer): Decode group name.
17795         (nnml-generate-active-info): Encode group name.
17796         (nnml-open-marks): Decode group name in messages.
17797
17798 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17801         if it is not specified.
17802         (gnus-article-pipe-part, gnus-article-save-part)
17803         (gnus-article-interactively-view-part, gnus-article-copy-part)
17804         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17805         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17806         (gnus-article-replace-part, gnus-article-delete-part)
17807         (gnus-article-view-part-as-type): Pass raw prefix argument to
17808         gnus-article-part-wrapper.
17809
17810 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * gnus-agent.el (gnus-agent-save-active):
17813         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17814
17815         * gnus-cache.el (gnus-cache-save-buffers)
17816         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17817         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17818         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17819         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17820         (gnus-cache-generate-active, gnus-cache-rename-group)
17821         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17822         (gnus-cache-update-overview-total-fetched-for):
17823         Bind file-name-coding-system to nnmail-pathname-coding-system.
17824         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17825         New variables.
17826         (gnus-cache-decoded-group-name): New function.
17827         (gnus-cache-file-name): Use it.
17828         (gnus-cache-generate-active): Use non-decoded group name for active.
17829
17830         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17831         right place.
17832         (gnus-write-active-file): Don't break non-ASCII group names.
17833
17834         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17835         nnmail-pathname-coding-system.
17836
17837         * lpath.el: Bind default-file-name-coding-system,
17838         file-name-coding-system and language-info-alist for XEmacs.
17839
17840         * gnus-uu.el (gnus-uu-decode-save): Typo.
17841
17842 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17845
17846 2007-07-14  David Kastrup  <dak@gnu.org>
17847
17848         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17849         finishing actions if we did not edit the article.
17850
17851 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17854         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17855         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17856         (gnus-agent-flush-group, gnus-agent-flush-cache)
17857         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17858         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17859         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17860         (gnus-agent-regenerate-group)
17861         (gnus-agent-update-files-total-fetched-for)
17862         (gnus-agent-update-view-total-fetched-for):
17863         Bind file-name-coding-system to nnmail-pathname-coding-system.
17864         (gnus-agent-group-pathname): Don't encode file names by
17865         nnmail-pathname-coding-system.
17866         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17867         coding-system-for-write instead of buffer-file-coding-system to
17868         gnus-agent-file-coding-system.
17869
17870         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17871         Decode group name.
17872
17873         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17874
17875         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17876         (gnus-read-newsrc-el-file): Make group names unibyte.
17877
17878         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17879         nnmail-pathname-coding-system.
17880
17881         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17882         (nnrss-request-delete-group): Bind file-name-coding-system to
17883         nnmail-pathname-coding-system.
17884         (nnrss-read-server-data, nnrss-read-group-data):
17885         Bind file-name-coding-system correctly.
17886         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17887
17888         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17889         (nntp-server-to-method-cache): New variable.
17890         (nntp-group-pathname): New function that decodes non-ASCII group names.
17891         (nntp-possibly-create-directory, nntp-marks-changed-p)
17892         (nntp-save-marks, nntp-open-marks): Use it.
17893         (nntp-possibly-create-directory, nntp-open-marks):
17894         Bind file-name-coding-system to nnmail-pathname-coding-system.
17895         (nntp-open-marks): Decode group names when bootstrapping marks.
17896
17897         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17898         Newsgroups and Followup-To headers.
17899
17900 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17901
17902         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17903         (gnus-server-closed-face, gnus-server-denied-face)
17904         (gnus-server-offline-face): Remove variable.
17905         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17906
17907         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17908         of modifying message-stack directly for XEmacs.
17909
17910         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17911         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17912         if the coding-system argument is nil for XEmacs.
17913
17914         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17915         mm-charset-override-alist.
17916
17917         * rfc2047.el: Don't require base64; require rfc2045 for the function
17918         rfc2045-encode-string.
17919         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17920         to quote the parameter value.
17921
17922 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17925         form in gnus-group-name-charset-method-alist.
17926
17927         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17928         overrides the default layout edit-form.
17929
17930         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17931
17932         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17933
17934 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17937         as unfetched articles.
17938
17939 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17940
17941         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17942
17943 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17944
17945         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17946         original back end that keeps marks in the local system.
17947
17948 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17951         arg of pop-to-buffer for XEmacs.
17952         (gnus-article-read-summary-keys): Ditto; don't restore window
17953         configuration if summary command ends up with neither article buffer
17954         nor summary buffer; describe bindings if summary keys end with C-h.
17955
17956 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * message.el (message-fix-before-sending): Skip raw message part to be
17959         forwarded while checking illegible text.
17960         (message-forward-make-body-mime, message-forward-make-body):
17961         Mark signed or encrypted raw message as having no illegible text.
17962
17963 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17966         (gnus-message-with-timestamp-1): New macro.
17967         (gnus-message-with-timestamp): New function.
17968         (gnus-message): Use them.
17969
17970         * nnheader.el (nnheader-message): Use them.
17971
17972 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17973
17974         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17975         .newsrc.eld file.
17976
17977 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-agent.el (gnus-agent-fetch-headers)
17980         (gnus-agent-retrieve-headers):
17981         Bind gnus-decode-encoded-address-function to identity.
17982
17983         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17984         available also when the server returns simply a dot.
17985
17986         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17987
17988 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17991
17992 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * gnus-ems.el (gnus-x-splash): Make it work.
17995
17996         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17997         from being used.
17998
17999         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
18000
18001 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
18004         4th and the 5th arguments.
18005
18006         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
18007         the front stickiness.
18008         (gnus-article-summary-command-nosave): Correct the order of the
18009         arguments passed to pop-to-buffer.
18010         (gnus-article-read-summary-keys): Ditto; make it work properly when the
18011         summary command ends up with the article buffer.
18012
18013         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
18014         the same faces.
18015
18016 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
18017
18018         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
18019
18020 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
18021
18022         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
18023         * gnus-sum.el (gnus-summary-highlight):
18024         * pgg.el (pgg-sign-region, pgg-sign):
18025         * mail-source.el (mail-source-delete-old-incoming-confirm):
18026         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
18027
18028 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-art.el (gnus-mime-view-part-externally)
18031         (gnus-mime-view-part-internally): Fix predicate function passed to
18032         completing-read.
18033
18034         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
18035
18036         * gnus.el (gnus-update-message-archive-method): Add :version.
18037
18038 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus.el (gnus-update-message-archive-method): New variable.
18041
18042         * gnus-start.el (gnus-setup-news): Update saved "archive" method
18043         according to gnus-message-archive-method if
18044         gnus-update-message-archive-method is non-nil.
18045
18046 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-sum.el (gnus-summary-limit-to-address): New function.
18049         Suggested by Loic Dachary <loic@dachary.org>.
18050         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18051
18052 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * message.el (message-pop-to-buffer): Add switch-function argument.
18055         (message-mail): Pass switch-function argument to it.
18056
18057 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
18058
18059         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
18060         Improve doc string.
18061
18062 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
18065         (gnus-header-content):
18066         * gnus-cite.el (gnus-cite-10):
18067         * gnus-srvr.el (gnus-server-closed):
18068         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
18069         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
18070         (gnus-group-mail-3-empty, gnus-group-mail-low)
18071         (gnus-group-mail-low-empty, gnus-splash):
18072         * message.el (message-header-to, message-header-cc)
18073         (message-header-subject, message-header-other, message-header-name)
18074         (message-header-xheader, message-separator, message-cited-text)
18075         (message-mml): Lighten colors of faces used for dark background.
18076
18077 2007-05-24  Simon Josefsson  <simon@josefsson.org>
18078
18079         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
18080         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
18081
18082 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * message.el (message-narrow-to-headers-or-head):
18085         Ignore mail-header-separator in the body.
18086
18087 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
18090         same as window size.
18091
18092 2007-05-22  Kevin Ryde  <user42@zip.com.au>
18093
18094         * message.el (message-font-lock-keywords): Use message-header-xheader
18095         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18096         ahead of the anything pattern, to get it recognized.
18097
18098 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18101         spam.el loads uses it in the compiled defadvice form.
18102
18103 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18104
18105         * gnus-sum.el (gnus-articles-to-read)
18106         (gnus-summary-insert-old-articles): Don't truncate group name for
18107         `read-string'.
18108
18109         * gnus-util.el (gnus-limit-string): Delete this function.
18110
18111         * gnus-sum.el (gnus-simplify-subject-fully):
18112         Use `truncate-string-to-width' instead.
18113
18114 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18115
18116         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18117         Tell if, on summary exit, the next group has to be selected.
18118         (gnus-summary-exit): Use it.
18119
18120 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18123         non-break space.
18124
18125 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18128         Check if group is not a directory.
18129         (nnfolder-request-expire-articles): Don't delete articles if the target
18130         group is not available.
18131
18132         * nnml.el (nnml-request-create-group): Properly check if group is not a
18133         file.
18134         (nnml-request-expire-articles): Don't delete articles if the target
18135         group is not available.
18136
18137         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18138         Don't quote characters that are within parentheses.
18139
18140 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18143         (gnus-handle-ephemeral-exit): Select article according to it.
18144
18145 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * message.el (message-insert-formated-citation-line): Remove newline.
18148         (message-citation-line-format): Add final \n here so that the user can
18149         avoid a blank line.
18150
18151 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18152
18153         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18154         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18155         Update lanl/arXiv support.
18156
18157 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18158
18159         * gnus.el: Bump version number.
18160
18161 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18162
18163         * gnus.el (gnus-version-number): Bump version.
18164
18165 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18166
18167         * gnus.el: No Gnus v0.6 is released.
18168
18169 2007-04-27  Didier Verna  <didier@xemacs.org>
18170
18171         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18172         * gmm-utils.el (gmm-regexp-concat): ... here.
18173         * message.el: Don't require 'gnus-util.
18174         (message-dont-reply-to-names): Handle name change above.
18175         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18176
18177 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18180         since the initial value varies according to the system.
18181
18182 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18185
18186 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18187
18188         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18189
18190 2007-04-24  Didier Verna  <didier@xemacs.org>
18191
18192         Improve the type of gnus-ignored-from-addresses.
18193         * gnus-util.el (gnus-orify-regexp): New function.
18194         * message.el (gnus-util): Require it.
18195         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18196         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18197         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18198
18199 2007-04-24  Didier Verna  <didier@xemacs.org>
18200
18201         * gnus-sum.el:
18202         * gnus-utils.el: Fix some trailing whitespaces.
18203
18204 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18207         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18208         article's Message-ID; refer parent article in summary buffer.
18209
18210         * message.el (message-bounce): Call mime-to-mml.
18211
18212         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18213         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18214         optimize and/or forms properly.
18215
18216 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18217
18218         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18219         URL.
18220
18221 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18222
18223         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18224
18225 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18228         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18229         displayed of multipart/alternative part if it is invoked from summary
18230         buffer.
18231
18232         * mm-view.el (mm-inline-text-html-render-with-w3m)
18233         (mm-inline-text-html-render-with-w3m-standalone)
18234         (mm-inline-render-with-function): Use mail-parse-charset by default.
18235
18236 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18237
18238         * parse-time.el (parse-time-string-chars): Check if CHAR
18239         is less than the length of parse-time-syntax.
18240
18241 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18244         from gnus-newsgroup-processable.
18245
18246 2007-04-16  Didier Verna  <didier@xemacs.org>
18247
18248         * gnus-msg.el (gnus-configure-posting-styles):
18249         Handle message-signature-directory properly with :file syntax.
18250         Reported by "Leo".
18251
18252 2007-04-11  Didier Verna  <didier@xemacs.org>
18253
18254         New user option: message-signature-directory.
18255         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18256         * message.el (message-insert-signature): Ditto.
18257         * message.el (message-signature-file): Doc update.
18258         * message.el (message-signature-directory): New.
18259
18260 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * gnus-msg.el (gnus-inews-yank-articles):
18263         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18264
18265 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * message.el (message-yank-original): Make sure cited text ends with
18268         newline; don't exchange point and mark.
18269
18270 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18271
18272         * tls.el (open-tls-stream): Properly handle case where there
18273         is no associated buffer.
18274
18275 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18276
18277         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18278         message-yank-original, make sure (< mark TEXT point).
18279
18280 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * message.el (message-fill-column): New variable.
18283         (message-mode): Use it.  Add comment on a possible new hook.
18284
18285         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18286         (nnmail-get-new-mail): Reformat.
18287
18288         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18289
18290         * gmm-utils.el: Fix Commentary.
18291         (gmm-tool-bar-from-list): Fix typo in doc string.
18292
18293 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18294
18295         * message.el (message-yank-original): Don't switch point and mark
18296         unnecessarily to put point and mark as documented.
18297
18298 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18301         from the message heads.
18302
18303 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18304
18305         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18306         article buffer does not have a window.  This may not be the best
18307         solution but is certainly better than setting the start of the null,
18308         that is the current, window.
18309
18310 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18313         (gnus-draft-setup): Run it.
18314
18315         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18316         gnus-score-fast-scoring.  Allow regexp.
18317         (gnus-score-headers): Use it.
18318
18319         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18320         XEmacs.
18321
18322         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18323         string.
18324         (gnus-button-alist): Also catch `<f1> k ...'.
18325         (gnus-treat-display-x-face): Fix doc string.
18326
18327 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18328
18329         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18330         evaluation of gnus-extended-version to ensure correct generation of the
18331         User-Agent header when message-generate-headers-first is used.
18332
18333 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18334
18335         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18336         hashcash-path is nil.  Don't call callback with incorrect number of
18337         parameters if val is 0.
18338
18339 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18340
18341         * message.el (message-required-news-headers):
18342         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18343
18344 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18345
18346         * tls.el (open-tls-stream): In handshake-waiting loop,
18347         don't wait more if there is output available to process.
18348
18349 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18350
18351         * tls.el (tls-program): Doc fix.
18352
18353 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * message.el (message-generate-new-buffers): Change the meaning of the
18356         nil value; add `standard' to the choices; treat t as `unique'; improve
18357         doc string.
18358         (gnus-select-frame-set-input-focus): Autoload.
18359         (message-buffer-name): Search for the existing message buffer if
18360         message-generate-new-buffers is nil or `standard'; treat the value t of
18361         message-generate-new-buffers as `unique'.
18362         (message-pop-to-buffer): Raise the frame already displaying the message
18363         buffer; clear the echo area after querying.
18364         (message-setup): Pass the `continue' argument to compose-mail.
18365         (message-mail): Prefer `switch-function' if it is given; search for the
18366         existing message buffer if the `continue' argument is non-nil; pass
18367         continue and switch-function arguments to compose-mail by way of
18368         message-setup.
18369         (message-mail-other-window): Adjust argument of message-setup.
18370         (message-mail-other-frame): Ditto.
18371
18372 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18375         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18376         to turn font-lock on when turning gnus-message-citation-mode on.
18377
18378 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18379
18380         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18381         (mml-smime-function-alist): New variable; add epg as the backend.
18382         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18383         mml-smime- functions instead.
18384         * mm-view.el: Require smime.
18385
18386 2007-03-05  Didier Verna  <didier@xemacs.org>
18387
18388         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18389         instead of just inheritance for posting styles.
18390         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18391
18392 2007-02-24  Chris Moore  <dooglus@gmail.com>
18393
18394         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18395         * pgg-pgp.el (pgg-pgp-encrypt-region):
18396         * pgg-gpg.el (pgg-gpg-encrypt-region):
18397         Check pgg-encrypt-for-me if no other recipients.
18398
18399 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18400
18401         * tls.el (tls-certtool-program): Fix custom type.
18402
18403 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18406         and point-at-eol instead of line-(beginning|end)-position.
18407
18408         * assistant.el (assistant-parse-buffer): Ditto.
18409
18410         * netrc.el (netrc-parse-services): Ditto.
18411
18412 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18413
18414         * mml2015.el (mml2015-epg-find-usable-key): New function.
18415         (mml2015-epg-sign): Use it.
18416         (mml2015-epg-encrypt): Use it.
18417
18418 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * message.el (message-make-in-reply-to): Quote name containing
18421         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18422         if there are special characters.  Reported by NAKAJI Hiroyuki
18423         <nakaji@jp.freebsd.org>.
18424
18425 2007-02-27  Didier Verna  <didier@xemacs.org>
18426
18427         Include the group parameters as well as the topic ones in the
18428         inheritance filter process.
18429         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18430         argument GROUP-PARAMS-LIST.
18431         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18432
18433 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * nntp.el (nntp-never-echoes-commands)
18436         (nntp-open-connection-functions-never-echo-commands): New variables.
18437         (nntp-send-command): Use them.
18438
18439 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18440
18441         * mml2015.el (mml2015-epg-verify): Simplify.
18442
18443 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * mml.el (mml-content-disposition-alist): New user option.
18446         (mml-content-disposition): New function.
18447         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18448         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18449
18450 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18451
18452         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18453         verification.
18454
18455 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18456
18457         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18458         articles posted in the last 24 hours.
18459
18460 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18461
18462         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18463
18464 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18465
18466         * nntp.el (nntp-send-command): Don't wait for echoes when
18467         nntp-open-ssl-stream is used.
18468
18469 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18470
18471         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18472         (gnus-message-add-citation-keywords)
18473         (gnus-message-remove-citation-keywords): Remove.
18474         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18475         directly, make the variables in font-lock-defaults buffer-local, add
18476         gnus-message-citation-keywords to them and then update the value of
18477         font-lock-keywords.
18478
18479 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * message.el (message-cite-original-1): Don't call
18482         gnus-article-highlight-citation.
18483
18484         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18485         citations; fix line count.
18486
18487 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18490         (gnus-message-add-citation-keywords)
18491         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18492         versions of font-lock-add-keywords and font-lock-remove-keywords to
18493         work with XEmacs correctly.
18494
18495 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-cite.el (gnus-cite-face-list): Set the values of
18498         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18499         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18500         (gnus-message-cite-prefix-regexp): New variable.
18501         (gnus-message-search-citation-line): Use it; protect against long
18502         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18503         the 0th match data for Emacs.
18504         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18505         (gnus-message-add-citation-keywords): Append keywords rather than
18506         prepending; emulate font-lock-add-keywords if it is not available.
18507         (gnus-message-remove-citation-keywords):
18508         Emulate font-lock-remove-keywords if it is not available.
18509
18510         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18511
18512         * message.el (message-cite-prefix-regexp): Set the value of
18513         gnus-message-cite-prefix-regexp.
18514
18515 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18516
18517         * nnweb.el (nnweb-google-parse-1): Update parser.
18518
18519 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18520
18521         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18522
18523 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18524
18525         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18526         regexp.
18527
18528 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18531         string-to-multibyte.
18532         (uudecode-decode-region-internal): Use it.
18533
18534         * lpath.el: Fbind string-as-multibyte for XEmacs.
18535
18536 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18539         Fix custom choice.
18540
18541         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18542
18543 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18544
18545         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18546
18547         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18548         `write-region' to respect `mm-inhibit-file-name-handlers'.
18549
18550 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18553         Use gnus-home-directory instead of "~/" or "$HOME".
18554
18555 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18556
18557         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18558         to mention filename.
18559         Add comments at beginning regarding usage.
18560         (encrypt-write-file-contents): Change interactive so a string is
18561         acceptable.  If the file has no associated model, show an error instead
18562         of a nonsense prompt.
18563
18564 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18565
18566         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18567         Thanks to Yoshihiko Yamada for kind notification of this typo.
18568
18569 2007-01-12  Kenichi Handa  <handa@m17n.org>
18570
18571         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18572         multibyte buffer.
18573
18574 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18575
18576         * gnus-score.el (gnus-score-fast-scoring): New variable.
18577         (gnus-score-headers): Use it.
18578
18579         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18580
18581         * message.el (message-cite-original-1):
18582         Call gnus-article-highlight-citation if requested.
18583         (message-make-from): Allow name and address as optional arguments.
18584
18585         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18586
18587         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18588         bugs to doc string.
18589         (gnus-button-alist): Add mid\\|message-id.
18590         (gnus-button-fetch-group): Extend for use in
18591         `browse-url-browser-function'.
18592         (gnus-button-url-regexp): Try to catch paired parentheses like in
18593         Wikipedia URLs.
18594
18595         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18596         Suggested by Simon Krahnke <overlord@gmx.li>.
18597
18598 2007-01-13  Romain Francoise  <romain@orebokech.com>
18599
18600         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18601         Update copyright.
18602
18603 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18604
18605         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18606
18607 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * gnus-registry.el (gnus-registry-unfollowed-groups)
18610         (gnus-registry-split-fancy-with-parent): Fix documentation.
18611
18612 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18613
18614         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18615         from nnweb groups.
18616
18617 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18620         Xref urls.  Erase buffer before requesting head.
18621
18622         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18623
18624 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18625
18626         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18627         customizable.
18628
18629 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18630
18631         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18632         no signing key is found.
18633         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18634         no encrypting and/or signing key is found.
18635
18636 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18639
18640 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18641
18642         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18643         headers read from disk with the ones newly found in the current search.
18644         This should no longer cause problems, because the article numbers in
18645         Gmane's `nov.php' output are ignored since the previous change.
18646
18647 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18648
18649         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18650
18651 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18654         replace-regexp-in-string; bind url-version; fbind display-images-p and
18655         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18656         find-face and set-itimer-function for Emacs; bind itimer-list for
18657         Emacs.
18658
18659         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18660
18661 2007-01-01  Romain Francoise  <romain@orebokech.com>
18662
18663         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18664
18665 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18666
18667         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18668         `define-minor-mode' macro definition expanded properly.
18669         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18670         exclude it there.
18671
18672         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18673         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18674         `fboundp' test.
18675         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18676         This is OK to autoload in (S)XEmacs now.
18677
18678 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18679
18680         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18681         keystroke.
18682         (gnus-summary-limit-to-singletons): Fix typo.
18683
18684         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18685         else fails.
18686
18687 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18688
18689         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18690         docstring.
18691
18692         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18693         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18694         (gnus-summary-insert-dormant-articles): Fix typo in message.
18695
18696 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18699         nil for XEmacs.
18700         (gnus-message-citation-mode): Don't autoload in XEmacs.
18701
18702         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18703
18704 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18705
18706         * nnimap.el (nnimap-expunge-search-string):
18707         Mention nnimap-search-uids-not-since-is-evil in docstring.
18708
18709 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18710
18711         * spam.el: Revert to make-obsolete-variable because
18712         define-obsolete-variable-alias is not supported in Emacs 21.
18713
18714         * spam.el (spam-ifile-path, spam-ifile-database-path)
18715         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18716         make-obsolete-variable.
18717         (spam-bsfilter-path, spam-bsfilter-program)
18718         (spam-spamassassin-path, spam-spamassassin-program)
18719         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18720         Don't use "path" inappropriately.
18721         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18722         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18723         variable names.
18724
18725 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18726
18727         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18728         summary buffer.
18729
18730         * password.el (password-cache-remove): Use clear-string to burn
18731         password, if available.
18732
18733 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18734
18735         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18736
18737         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18738
18739         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18740         (gnus-message-highlight-citation): Move defcustom here from
18741         gnus-cite.el.
18742         (gnus-message-citation-mode): Autoload.
18743
18744         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18745         checks to make it compile with XEmacs.
18746         (gnus-message-citation-mode): New minor mode.
18747         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18748         (gnus-message-highlight-citation): New variables.
18749         (gnus-message-search-citation-line)
18750         (gnus-message-add-citation-keywords)
18751         (gnus-message-remove-citation-keywords)
18752         (turn-on-gnus-message-citation-mode)
18753         (turn-off-gnus-message-citation-mode): New functions.
18754
18755 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18756
18757         * gnus-cite.el: Enable highlighting of different citation levels in
18758         message-mode.
18759
18760 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * message.el (message-make-fqdn): Fix comment.
18763         (message-bogus-system-names): Add ".local".
18764
18765         * spam.el (spam-ifile-path, spam-ifile-program)
18766         (spam-ifile-database-path, spam-ifile-database)
18767         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18768         Don't use "path" inappropriately.
18769         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18770         strings.
18771         (spam-check-ifile, spam-ifile-register-with-ifile)
18772         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18773         Use new variable names.
18774
18775         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18776         (gnus-treat-display-smileys): Simplify using
18777         gnus-image-type-available-p.
18778
18779         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18780         available.
18781
18782         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18783         Use `display-images-p' if available.
18784
18785 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18788         one after turning on the buffer's multibyteness instead of decoding
18789         them directly in the unibyte buffer that causes unexpected conversion
18790         in Emacs 23 (unicode).
18791
18792 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18793
18794         * message.el (message-generate-hashcash): Fix custom type.
18795
18796 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18799
18800 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18803         disconnect icons.  Add help text.
18804
18805 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18806
18807         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18808         negated to be consistent with the others we handle.
18809
18810 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18811
18812         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18813         version of gnus-summary-buffer to something, so that we can use two
18814         article buffers at the same time.
18815
18816 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18817
18818         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18819         trigger all the extra headers.
18820         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18821         sorting.
18822
18823 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18824
18825         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18826         solid groups.
18827
18828 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18829
18830         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18831
18832 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18833
18834         * legacy-gnus-agent.el: Add Copyright notice.
18835
18836 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18837
18838         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18839
18840 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18841
18842         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18843
18844         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18845         to make it work reliably in CVS Emacs.
18846         (gnus-summary-limit-strange-charsets-predicate)
18847         (gnus-summary-limit-to-predicate): New functions.
18848
18849 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18850
18851         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18852         specifying array size.
18853         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18854         array if it is too small.
18855         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18856         (gnus-sort-threads-loop): New function.
18857
18858 2006-12-06  Chris Moore  <dooglus@gmail.com>
18859
18860         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18861         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18862
18863 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18864
18865         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18866         options.
18867
18868 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18869
18870         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18871         DOS-ing the recipient.
18872
18873         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18874         the headers when creating the mapping to avoid mismappings.
18875         (nnweb-gmane-create-mapping): Always nix out old mapping.
18876
18877 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18880         and mm-verify-option to never.
18881
18882 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * message.el (message-signed-or-encrypted-p): New function.
18885         (message-forward-make-body): Use it.
18886
18887         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18888         Replace encode-coding-string with mm-encode-coding-string.
18889
18890 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * nneething.el (nneething-decode-file-name):
18893         Replace decode-coding-string with mm-decode-coding-string.
18894
18895         * gnus-int.el (gnus-open-server): Say failed server's name.
18896
18897 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18898
18899         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18900         strings to a single string.  Quote `errors-file-name'.
18901         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18902         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18903         Adjust calls.  Use `shell-quote-argument'.
18904
18905 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18906
18907         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18908         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18909
18910         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18911         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18912         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18913         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18914         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18915         (gnus-subscribe-newsgroup, gnus-1):
18916         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18917         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18918         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18919         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18920
18921 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18922
18923         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18924         keystroke.
18925         (gnus-summary-limit-to-bodies): Implement headersp.
18926
18927 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928
18929         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18930
18931 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18932
18933         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18934
18935 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18936
18937         * message.el (message-generate-hashcash): Expand range of values to
18938         include `opportunistic'.
18939         (message-send-mail): Use it.
18940
18941 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18942
18943         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18944         and comment it.
18945
18946         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18947
18948 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18949
18950         * gnus-util.el (gnus-extract-address-components): Improve comment.
18951
18952 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-util.el (gnus-extract-address-components): Work with address in
18955         which the name portion contains @.
18956
18957         * lpath.el: Fbind custom-autoload.
18958
18959 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus.el (gnus-start): Move custom group up.
18962         (gnus-select-method): Don't autoload, but make it available for
18963         `customize-variable'.
18964         (gnus-getenv-nntpserver): Don't autoload.
18965
18966 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18967
18968         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18969
18970 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18971
18972         * message.el (message-sendmail-extra-arguments): New variable.
18973         (message-send-mail-with-sendmail): Use it.
18974
18975 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18978         mm-with-unibyte-current-buffer to make string unibyte.
18979
18980         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18981         mm-string-as-multibyte.
18982
18983 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18984
18985         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18986         Reported by Werner Koch <wk@gnupg.org>.
18987
18988 2006-11-14  Daiki Ueno  <ueno@p360>
18989
18990         * mml2015.el: Autoload epa-select-keys when compiling.
18991
18992 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18993
18994         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18995         message-options.
18996         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18997
18998 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18999
19000         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
19001         EasyPG (< 0.0.6).
19002         (mml2015-always-trust): New user option.
19003         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
19004         prompt.
19005
19006 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19007
19008         * nntp.el (nntp-authinfo-force): New variable.
19009         (nntp-send-authinfo): Use it.
19010
19011 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * message.el (message-strip-subject-encoded-words): Allow _not_ to
19014         decode encoded words.  Improve prompt.  Add comment about forwarding.
19015         (message-replacement-char): Move up.
19016
19017 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19018
19019         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
19020         instead of gnus-intersection because arguments of gnus-sorted-nunion
19021         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
19022
19023 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
19024
19025         * message.el (message-strip-subject-encoded-words): Reformat prompt.
19026         (message-simplify-subject-functions):
19027         Enable message-strip-subject-encoded-words by default.
19028
19029 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * message.el (message-strip-subject-encoded-words): New function.
19032         (message-simplify-subject-functions): New variable.
19033         (message-simplify-subject): Use it.  Fix typo in doc string.
19034         Support message-strip-subject-encoded-words.
19035
19036 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
19037
19038         * gnus-diary.el (gnus-diary-delay-format-function):
19039         * nndiary.el (nndiary-reminders):
19040         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
19041
19042 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * gnus-art.el (article-hide-boring-headers): Fetch date from
19045         gnus-original-article-buffer to avoid problems with localized date
19046         strings.
19047
19048 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
19051
19052 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
19053
19054         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19055         New variables.
19056         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19057         (mm-charset-synonym-alist): Move some entries to
19058         mm-codepage-iso-8859-list.
19059         (mm-charset-synonym-alist, mm-charset-override-alist):
19060         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19061
19062 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
19065
19066 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
19069         with Emacs 21 and XEmacs.
19070
19071 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
19072
19073         * spam.el (spam-parse-address): New function for better parsing,
19074         catching errors, etc.
19075         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
19076
19077 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19078
19079         * mm-view.el: Add interactive arg to html2text autoload.
19080
19081 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
19084
19085 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
19086
19087         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
19088         New variables.
19089         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
19090         (mm-charset-synonym-alist): Move some entries to
19091         mm-codepage-iso-8859-list.
19092
19093         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19094
19095 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19096
19097         * message.el (message-citation-line-format)
19098         (message-insert-formated-citation-line): Fix implementation of %E, %N
19099         and %n according to the doc string.
19100
19101 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19102
19103         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19104         Use car-safe to avoid bad parses.
19105
19106 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19109         names.
19110
19111         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19112
19113 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19116         header.
19117
19118         * message.el (message-draft-headers): Add Date.
19119         (message-headers-to-generate): Fix typo in docstring.
19120
19121         * nndraft.el (nndraft-required-headers): New variable.
19122         (nndraft-generate-headers): Use it.
19123
19124         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19125
19126 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * gnus-registry.el (gnus-registry-wash-for-keywords)
19129         (gnus-registry-find-keywords): New functions to allow easy searching of
19130         articles that are in the registry.
19131
19132 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19133
19134         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19135         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19136         Reported by Damien Elmes <damien@repose.cx>.
19137
19138 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19139
19140         * gnus.el (gnus-mime): Remove unused custom group.
19141
19142 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19143
19144         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19145         "blank line" when searching for end of armor headers.
19146
19147 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gmm-utils.el (gmm-write-region): Fix variable name.
19150
19151 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19152
19153         * gmm-utils.el (gmm-write-region): New function based on compatibility
19154         code from `mm-make-temp-file'.
19155
19156         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19157
19158         * nnmaildir.el (nnmaildir--update-nov)
19159         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19160         Use `gmm-write-region'.
19161
19162 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19165         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19166
19167         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19168
19169         * message.el (message-replacement-char): New variable.
19170         (message-fix-before-sending): Use it.
19171         (message-simplify-subject): New function to remove duplicate code.
19172         (message-reply, message-followup): Use it.
19173
19174         * gnus-sum.el (gnus-summary-make-menu-bar):
19175         Clarify gnus-summary-limit-to-articles.
19176
19177 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * gnus-util.el (gnus-with-local-quit): New macro.
19180
19181         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19182
19183 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19184
19185         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19186         ignore non-string data.
19187
19188 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19189
19190         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19191         non-string data (needs to be done in the registry too).
19192
19193 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19194
19195         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19196         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19197         (gnus-registry-split-fancy-with-parent)
19198         (gnus-registry-fetch-simplified-message-subject-fast)
19199         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19200         Remove text properties on ingress into the registry and when it's saved.
19201         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19202         registry from entries with no groups.
19203
19204 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19205
19206         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19207         function to remove string properties.
19208
19209 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19210
19211         * gmm-utils.el (gmm): Adjust custom version.
19212
19213         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19214         Adjust custom version.
19215
19216         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19217
19218 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-art.el (gnus-insert-prev-page-button)
19221         (gnus-insert-next-page-button): Simplify.  Reformat.
19222
19223 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19224
19225         * gnus-art.el (gnus-insert-prev-page-button)
19226         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19227
19228 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19229
19230         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19231
19232 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19233
19234         * gnus-art.el (gnus-insert-mime-button)
19235         (gnus-insert-mime-security-button):
19236         Apply gnus-article-button-face to MIME and security buttons.
19237
19238 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19239
19240         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19241         readable.
19242
19243 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19244
19245         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19246
19247 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19248
19249         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19250         `browse-url-of-file' instead of `browse-url'.
19251
19252 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19253
19254         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19255         regexp.  Articles containing quotation were cut prematurely.
19256
19257 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * message.el (message-cite-original-1): Use nobody by default for the
19260         value of From header.
19261         (message-reply): Ditto.
19262
19263 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19264
19265         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19266         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19267         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19268
19269 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19270
19271         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19272         mails in the doc string.  Add some URLs in comment.
19273         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19274
19275 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19278         backslashes handling and the way to find boundaries of quoted strings.
19279
19280 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19281
19282         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19283         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19284         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19285         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19286
19287 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19288
19289         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19290         doc string.
19291         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19292
19293 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19294
19295         * lpath.el: Fbind epg-check-configuration.
19296
19297 2006-09-06  Simon Josefsson  <jas@extundo.com>
19298
19299         * mml2015.el (mml2015-use): Doc fix, mention epg.
19300
19301 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19302
19303         * mml2015.el (mml2015-use): Default to epg, if available.
19304
19305 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19306
19307         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19308         message-sender.
19309         (mml1991-epg-encrypt): Ditto.
19310         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19311         message-sender.
19312         (mml2015-epg-encrypt): Ditto.
19313
19314 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19315
19316         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19317         several common directories.
19318
19319 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19320
19321         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19322         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19323
19324 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * gnus-art.el (article-decode-encoded-words): Make it fast.
19327
19328 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19331
19332         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19333         in quoted string into `\'.
19334
19335 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19338         Use standard-syntax-table.
19339
19340 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * gnus-art.el (gnus-decode-address-function): New variable.
19343         (article-decode-encoded-words): Use it to decode headers which are
19344         assumed to contain addresses.
19345         (gnus-mime-delete-part): Remove useless `or'.
19346
19347         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19348         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19349         (gnus-nov-parse-line): Use it to decode From header.
19350         (gnus-get-newsgroup-headers): Ditto.
19351         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19352
19353         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19354         (mail-decode-encoded-address-string): New alias.
19355
19356         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19357         New function.
19358         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19359         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19360         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19361         (rfc2047-decode-string): Ditto.
19362         (rfc2047-decode-address-region): New function.
19363         (rfc2047-decode-address-string): New function.
19364
19365 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19366
19367         * message.el (message-caesar-buffer-body): Allow rotating headers.
19368
19369         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19370
19371         * message.el (message-insert-formated-citation-line): Fix %f.
19372         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19373
19374 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19375
19376         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19377         (gnus-bookmark-mouse-available-p): New macro.
19378         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19379         (gnus-bookmark-bmenu-show-infos): Use it.
19380         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19381         (gnus-bookmark-bmenu-hide-infos): Ditto.
19382         (gnus-bookmark-remove-properties): New function.
19383         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19384         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19385         (gnus-bookmark-write-file): Bind coding-system-for-write.
19386         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19387         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19388         group before selecting it.
19389         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19390         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19391         quit-window if it is not available; use gnus-mouse-2 and bind it to
19392         gnus-bookmark-bmenu-select-by-mouse.
19393         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19394         (gnus-bookmark-bmenu-select-by-mouse): New function.
19395
19396 2006-08-13  Romain Francoise  <romain@orebokech.com>
19397
19398         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19399         space.
19400
19401 2006-08-10  Romain Francoise  <romain@orebokech.com>
19402
19403         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19404         (dns-mode-soa-auto-increment-serial): New user option.
19405         (dns-mode-soa-maybe-increment-serial): New function.
19406         (dns-mode): Add the latter to `write-contents-functions'.
19407
19408 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19409
19410         * compface.el (uncompface): Use binary rather than raw-text-unix.
19411
19412 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * compface.el (uncompface): Make sure the eol conversion doesn't take
19415         place when communicating with the external programs.
19416         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19417
19418 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19421
19422 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19423
19424         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19425         Make it more robust by parsing author and date independently.
19426
19427 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19428
19429         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19430
19431 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19432
19433         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19434         first matching secret key.
19435         (mml2015-epg-encrypt): Ditto.
19436
19437         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19438         first matching secret key.
19439         (mml1991-epg-encrypt): Ditto.
19440
19441         * mml2015.el (mml2015-encrypt-to-self): New user option.
19442         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19443         mml2015-epg-encrypt-to-self is set.
19444
19445         * mml1991.el (mml1991-encrypt-to-self): New variable.
19446         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19447         mml1991-epg-encrypt-to-self is set.
19448
19449         * mml2015.el (mml2015-signers): New user option.
19450         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19451         (mml2015-epg-encrypt): Allow to select signing keys.
19452
19453         * mml1991.el (mml1991-signers): New variable.
19454         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19455         (mml1991-epg-encrypt): Allow to select signing keys.
19456
19457 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * nnheader.el (nnheader-insert-head): Make it work even if the file
19460         uses CRLF for the line-break code.
19461
19462 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19463
19464         * mml2015.el: Require mml-sec instead of password.
19465         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19466         (mml2015-cache-passphrase): Inherit the default value from
19467         mml-secure-cache-passphrase.
19468         (mml2015-passphrase-cache-expiry): Inherit the default value from
19469         mml-secure-passphrase-cache-expiry.
19470
19471         * mml1991.el: Require mml-sec instead of password.
19472         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19473         (mml1991-cache-passphrase): Inherit the default value from
19474         mml-secure-cache-passphrase.
19475         (mml1991-passphrase-cache-expiry): Inherit the default value from
19476         mml-secure-passphrase-cache-expiry.
19477
19478         * mml-sec.el: Require password.
19479         (mml-secure-verbose): New user option.
19480         (mml-secure-cache-passphrase): New user option.
19481         (mml-secure-passphrase-cache-expiry): New user option.
19482
19483 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19484             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19485
19486         * pgg-def.el (pgg-truncate-key-identifier):
19487         Truncate the key ID to 8 letters from the end.
19488
19489 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19490
19491         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19492         workaround for the url package included with Emacs.
19493
19494         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19495
19496 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19499         correctly.  This fixes a bug caused by the 2006-05-12 change.
19500
19501 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19502
19503         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19504         some information about the error when saying that the `bogus' mail
19505         group will be used.
19506
19507 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19508
19509         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19510         string.
19511
19512 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19513
19514         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19515
19516 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19517
19518         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19519
19520 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19521
19522         * mml1991.el (mml1991-function-alist): Add epg.
19523         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19524         (mml1991-epg-encrypt): New functions.
19525
19526 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19527
19528         * mml2015.el (mml2015-verbose): New variable.
19529         (mml2015-cache-passphrase): Ditto.
19530         (mml2015-passphrase-cache-expiry): Ditto.
19531         (mml2015-function-alist): Add epg.
19532         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19533         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19534         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19535         New functions.
19536
19537 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19538
19539         * message.el (message-cite-original-1): Preserve region when removing
19540         quoted text due to X-No-Archive in order to avoid bogus attribution
19541         when citing multiple messages.
19542
19543 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19544
19545         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19546         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19547
19548 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19549
19550         * gnus-diary.el (gnus-user-format-function-d)
19551         (gnus-user-format-function-D): Autoload.
19552
19553         * imap.el (Commentary): Fix typo.
19554
19555         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19556         2006-04-22 contribution.
19557
19558 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19559
19560         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19561         It didn't really fix the bogosity I'm seeing with solid web groups.
19562
19563 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19564
19565         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19566         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19567         created using server names.  If we use the feature without declaring
19568         it, Gnus does not properly manage server and group state.
19569
19570         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19571         bound.
19572
19573 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19574
19575         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19576         looking up the method using GROUP's prefix before inventing a new one.
19577         It is used on killed/unknown groups in various places where returning
19578         an all-new method isn't expected by the caller.
19579
19580         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19581         and match semantics of gnus-group-real-prefix.
19582
19583 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19584
19585         * nnmail.el (nnmail-broken-references-mailers): New variable.
19586         (nnmail-ignore-broken-references): New function generalizing
19587         nnmail-fix-eudora-headers.
19588         (nnmail-fix-eudora-headers): Now obsolete.
19589
19590         * gnus-art.el (gnus-button-handle-custom):
19591         Support `customize-apropos*'.
19592
19593 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19596
19597         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19598         articles.
19599
19600 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19601
19602         * message.el (message-cite-reply-above): New variable.
19603         (message-yank-original): Use it.
19604
19605 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19608
19609 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19610
19611         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19612         as read.
19613
19614         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19615
19616 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19617
19618         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19619         (gnus-bookmark-default-file): Use gnus-directory.
19620         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19621         Remove "*" in doc string.
19622         (gnus-bookmark-write-file): Simplify.
19623         (gnus-bookmark-maybe-sort-alist): Use `when'.
19624         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19625         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19626         Add FIXME about Emacs 21 and XEmacs compatibility.
19627         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19628         compatibility.
19629         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19630         compatibility.
19631         (gnus-bookmark-menu-heading): Fix version.
19632
19633 2006-06-19  Bastien Guerry  <bzg@altern.org>
19634
19635         * gnus-bookmark.el: New file.
19636
19637 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19638
19639         * message.el (message-syntax-checks): Doc fix.
19640
19641 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19642
19643         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19644         unsubscribed groups as if they were killed ones.  It causes duplicate
19645         entries in gnus-newsrc-alist.
19646
19647 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * message.el (message-syntax-checks): Doc fix.
19650         (message-send-mail): Add check for continuation headers.
19651         (message-check-news-header-syntax): Fix regexp used to check for
19652         continuation headers.
19653
19654 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19657
19658 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19659
19660         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19661
19662 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19663
19664         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19665         default-truncate-lines.
19666
19667 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19670         to fill the utf-8 entry.
19671
19672         * lpath.el: Fbind unicode-precedence-list.
19673
19674 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19675
19676         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19677
19678 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19679
19680         * gnus-agent.el (directory-files-and-attributes): Move all the way
19681         forward (the third and final move).
19682         (gnus-agent-read-agentview): Trap reconstruction errors due to
19683         nonexistent directory.  Handle by returning nil.
19684
19685 2006-05-30  Didier Verna  <didier@xemacs.org>
19686
19687         * message.el (message-dont-reply-to-names): Update the custom type.
19688         * message.el (message-dont-reply-to-names): New defsubst: potentially
19689         convert a list of regexps into a single one.
19690         * message.el (message-get-reply-headers): Use it.
19691         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19692
19693 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * gnus-agent.el (directory-files-and-attributes): Move forward.
19696
19697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19698
19699         * gnus-ml.el (gnus-mailing-list-subscribe)
19700         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19701         (gnus-mailing-list-message): Fix doc strings.
19702
19703 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19704
19705         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19706         of doing it manually.
19707
19708 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19709
19710         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19711         comment.
19712
19713 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19714
19715         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19716         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19717         (gnus-agent-read-local): All symbols allocated in my-obarray.
19718         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19719         (gnus-agent-regenerate-group): Check numeric names to see if they are
19720         messages or groups.
19721         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19722         better way of do this...)
19723
19724         * gnus-cache.el (gnus-agent-total-fetched-for):
19725         Ignore 'dummy.group' (there should be a better way of do this...)
19726
19727 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19730         (gnus-saved-headers): Ditto.
19731         (gnus-default-article-saver): Mention functions may have properties.
19732         (gnus-article-save): Override gnus-save-all-headers and
19733         gnus-saved-headers by :headers property which saver function may have.
19734         (gnus-summary-save-in-file): Add :headers property.
19735         (gnus-summary-write-to-file): Ditto.
19736
19737         * gnus-sum.el (gnus-summary-save-article): Bind
19738         gnus-prompt-before-saving to t when saving many articles in a file;
19739         always show all headers.
19740
19741         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19742
19743 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19746         marks.
19747
19748         * message.el (message-indent-citation): Add optional arguments to allow
19749         using it outside of message buffers.
19750
19751         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19752         (gnus-article-treat-unfold-headers): Use it.
19753         (gnus-article-truncate-lines): New variable.
19754         (gnus-article-mode): Use it.
19755         (gnus-article-toggle-truncate-lines): New function.
19756
19757         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19758         Add gnus-article-toggle-truncate-lines.
19759
19760         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19761         coding system in XEmacs, use binary.
19762
19763 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19766         after-load-alist.
19767
19768         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19769         this function should save decoded articles.
19770         (gnus-summary-write-to-file): Use property to specify this function
19771         should save decoded articles and specify gnus-summary-save-in-file
19772         should be used to save articles other than the first one when saving
19773         many articles.
19774         (gnus-summary-save-body-in-file): Use property to specify this
19775         function should save decoded articles.
19776         (gnus-summary-write-body-to-file): Use property to specify this
19777         function should save decoded articles and specify
19778         gnus-summary-save-body-in-file should be used to save articles other
19779         than the first one when saving many articles.
19780
19781         * gnus-sum.el (gnus-summary-save-article): Simplify.
19782
19783 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * gnus-art.el (gnus-default-article-saver):
19786         Add gnus-summary-write-body-to-file.
19787         (gnus-article-save-coding-system): Don't use coding system object
19788         in XEmacs.
19789         (gnus-read-save-file-name): Add optional `dir-var' argument which
19790         specifies directory in which files are saved; work even if optional
19791         `variable' argument is not specified.
19792         (gnus-summary-write-to-file): Read file name.
19793         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19794         (gnus-summary-write-body-to-file): New function.
19795
19796         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19797         (gnus-summary-local-variables): Add it.
19798         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19799         (gnus-summary-save-article): Remove optional `decode' argument;
19800         determine whether to decode articles by the value of
19801         gnus-default-article-saver; when saving many files using
19802         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19803         it first and use gnus-summary-save-in-file or
19804         gnus-summary-save-body-in-file thereafter unless
19805         gnus-prompt-before-saving is always; move point to article which
19806         will be saved.
19807         (gnus-summary-save-article-file): Revert.
19808         (gnus-summary-write-article-file): Revert.
19809         (gnus-summary-save-article-body-file): Revert.
19810         (gnus-summary-write-article-body-file): New function.
19811
19812 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19813
19814         * gnus-art.el (gnus-default-article-saver): Doc fix.
19815         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19816         from gnus-summary-save-article-coding-system, and default to a
19817         certain coding system.
19818         (gnus-output-to-file): Add coding cookie and encode text according
19819         to gnus-article-save-coding-system; don't use mm-append-to-file.
19820
19821         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19822         gnus-art.el and rename to gnus-article-save-coding-system.
19823         (gnus-summary-save-article): Require gnus-art; don't show all
19824         headers if it decodes articles; don't add coding cookie here;
19825         don't bind mm-text-coding-system-for-write.
19826         (gnus-summary-save-article-file): Save decoded articles.
19827         (gnus-summary-write-article-file): When saving many files, use
19828         gnus-summary-write-to-file first and gnus-summary-save-in-file
19829         thereafter unless gnus-prompt-before-saving is always.
19830         (gnus-summary-save-article-body-file): Save decoded articles.
19831
19832         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19833
19834 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19835
19836         * nnrss.el (nnrss-check-group): Bind hash-index.
19837
19838 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19839
19840         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19841         its hash index.  Store this hash in `nnrss-group-data'.
19842         (nnrss-read-group-data): Update accordingly.
19843
19844 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19847         entry.
19848
19849         * gnus-sum.el (gnus-summary-make-menu-bar):
19850         Add gnus-article-browse-html-article.
19851
19852 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19853
19854         * gnus-sum.el (gnus-summary-mime-map):
19855         Add gnus-article-browse-html-article.
19856
19857         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19858
19859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19860
19861         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19862         suitable coding systems in customize.
19863
19864 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19865
19866         * mail-source.el (mail-sources): Fix custom type.
19867
19868 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19869
19870         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19871         (gnus-summary-expire-articles-now): Shorten prompt.
19872
19873         * gmm-utils.el (wid-edit): Require.
19874         (defun-gmm): Rename from `gmm-defun-compat'.
19875         (gmm-image-search-load-path): Use it.
19876         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19877
19878 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * gnus-sum.el (gnus-summary-save-article-coding-system):
19881         New variable.
19882         (gnus-summary-save-article): Add optional `decode' argument.
19883         If it is set and gnus-summary-save-article-coding-system is non-nil,
19884         save decoded article.
19885         (gnus-summary-write-article-file): Save decoded article if
19886         gnus-summary-save-article-coding-system is non-nil.
19887
19888         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19889         type.
19890
19891 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19892
19893         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19894
19895 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19898         first to test gnus-single-article-buffer which may be buffer-local.
19899
19900         * gnus-sum.el (gnus-summary-setup-buffer):
19901         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19902         group; make gnus-article-buffer, gnus-article-current, and
19903         gnus-original-article-buffer always buffer-local.
19904         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19905         group.
19906         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19907
19908 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19909
19910         * nnml.el (nnml-request-compact-group): Compressed files might not
19911         have .gz extension.
19912
19913 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19914
19915         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19916         (mm-copy-to-buffer): Use with-current-buffer.
19917         (mm-display-part): Simplify.
19918         (mm-inlinable-p): Add optional arg `type'.
19919
19920 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19921
19922         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19923         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19924         Try harder to show the attachment internally or externally using
19925         gnus-mime-view-part-as-type.
19926
19927 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19928
19929         * message.el (message-from-style, message-signature-separator)
19930         (message-user-organization-file, message-send-mail-function)
19931         (message-citation-line-function, message-yank-prefix)
19932         (message-indent-citation-function, message-signature)
19933         (message-signature-file, message-signature-insert-empty-line):
19934         Remove autoloads.
19935
19936         * gnus-art.el (gnus-buttonized-mime-types):
19937         Remove "multipart/signed".  Revert 2006-04-26 change.
19938
19939 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19940
19941         * gnus.el (gnus-version-number): Bump version.
19942
19943 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19944
19945         * gnus.el: No Gnus v0.5 is released.
19946
19947 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19948
19949         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19950         fetching articles by message-id.
19951
19952 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19953
19954         * message.el (hashcash): Require hashcash as normal.
19955
19956         * ecomplete.el (ecomplete-highlight-match-line):
19957         Use point-at-eol.
19958         (ecomplete-highlight-match-line): Use `highlight', because that
19959         face exists in both Emacs and XEmacs.
19960
19961         * message.el (message-display-abbrev): Use point-at-bol.
19962
19963         * mail-source.el: Don't require timer/timer-funcs.
19964
19965         * gnus-async.el: Ditto.
19966
19967         * password.el: Ditto.
19968
19969         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19970
19971         * mm-url.el: Ditto.
19972
19973         * gnus-xmas.el: Don't require timer-funcs.
19974
19975         * mm-util.el: Require timer/timer-funcs.
19976
19977 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19978
19979         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19980         Close.
19981
19982 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19985         unibyte after clear-decrypt function runs.
19986
19987         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19988         returns as a unibyte string.
19989
19990 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * lpath.el: Revert.
19993
19994         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19995         (pgg-gpg-process-sentinel): Revert.
19996
19997         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19998         (pgg-pgp-lookup-key): Revert.
19999
20000         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
20001         (pgg-pgp5-lookup-key): Revert.
20002
20003         * pgg.el (pgg-fetch-key): Revert.
20004
20005 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * lpath.el: Fbind string-as-multibyte for XEmacs.
20008
20009         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
20010         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
20011         (mml1991-pgg-encrypt): Ditto.
20012
20013         * pgg-gpg.el (pgg-string-to-multibyte): New function.
20014         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
20015         a multibyte buffer.
20016
20017         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
20018         (pgg-pgp-lookup-key): Ditto.
20019
20020         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
20021         (pgg-pgp5-lookup-key): Ditto.
20022
20023         * pgg.el (pgg-fetch-key): Ditto.
20024
20025 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * message.el (message-user-organization-file): Check several
20028         locations of the organization file.
20029
20030         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
20031         Add gnus-article-view-part-as-type.
20032
20033         * gnus-art.el (gnus-article-view-part-as-type): New function.
20034
20035         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
20036         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
20037
20038         * mml.el: Simplify autoload.
20039         (mml-mode): defvar dnd-protocol-alist instead of using
20040         symbol-value.
20041         (mml-default-directory): New variable.
20042         (mml-minibuffer-read-file): Use it.
20043         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
20044
20045         * message.el (message-citation-line-format): New variable.
20046         (message-insert-formated-citation-line): New function.
20047         (message-citation-line-function):
20048         Add `message-insert-formated-citation-line' to custom type.
20049
20050         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
20051         to doc string.
20052
20053         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
20054         depending on mm-verify-option.
20055
20056 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
20059         binding pgg-* variables; reimplement the section which prevents
20060         MIME header from being signed.
20061         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
20062         pgg-text-mode; remove a blank line at the top of body.
20063
20064         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
20065         lines at the top of body; use gnus-newsgroup-charset if there's no
20066         Charset header.
20067
20068 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20069
20070         * message.el (message-self-insert-commands): Doc fix.
20071
20072         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
20073         (mm-uu-pgp-encrypted-test): Ditto.
20074         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
20075         between header and body; return application/pgp-encrypted handle
20076         if decryption failed; decode decrypted body by charset.
20077
20078         * mm-decode.el (mm-automatic-display): Don't make application/pgp
20079         element match to application/pgp-*.
20080
20081 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20082
20083         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
20084         HTML.
20085
20086 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20087
20088         * mail-source.el (mail-source-call-script): Message the error
20089         string.
20090
20091 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20092
20093         * gnus-util.el (gnus-byte-compile): Use it.
20094
20095 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20096
20097         * gnus-util.el (kill-empty-logs): New function.
20098
20099 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20100
20101         * message.el (message-mail-alias-type): Doc fix.
20102         (message-mail-alias-type-p): New function.
20103         (message-send): Use it.
20104         (message-mode): Ditto.
20105         (message-strip-forbidden-properties): Ditto.
20106
20107         * ecomplete.el (ecomplete-database-file-coding-system):
20108         New variable.
20109         (ecomplete-save): Use it.
20110         (ecomplete-setup): Use it.
20111
20112 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * message.el (message-self-insert-commands): New variable.
20115         (message-strip-forbidden-properties): Use it.
20116
20117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20118
20119         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20120         that doesn't make XEmacs choke.
20121
20122 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * gnus-util.el (gnus-replace-in-string):
20125         Prefer replace-regexp-in-string over of replace-in-string.
20126
20127 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * gnus-util.el (gnus-select-frame-set-input-focus):
20130         Use select-frame-set-input-focus if it is available in XEmacs; use
20131         definition defined in Emacs 22 for old Emacsen.
20132
20133         * dgnushack.el: Autoload unmorse-region for XEmacs.
20134
20135         * lpath.el: Bind cursor-in-non-selected-windows and
20136         select-frame-set-input-focus for XEmacs.
20137
20138 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20141
20142 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20143
20144         * gnus-registry.el (gnus-registry-cache-save): Remove text
20145         properties when saving via the temp buffer.
20146
20147 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * message.el (message-generate-hashcash): Honor custom type.
20150
20151 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20152
20153         * message.el (message-generate-hashcash): Default to non-nil when
20154         hashcash is found.
20155
20156         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20157         (gnus-refer-thread-limit): Increase default to 500.
20158
20159         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20160
20161         * flow-fill.el (fill-flowed): Allow delete-space.
20162
20163 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20164
20165         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20166         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20167         Remove autoloads.
20168
20169 2006-04-18  Simon Josefsson  <jas@extundo.com>
20170
20171         * message.el (message-generate-hashcash): Default to.
20172
20173 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20176         concatenating segments rather than before concatenating them.
20177
20178 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20179
20180         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20181
20182 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20183
20184         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20185
20186         * message.el (message-forward-make-body-plain):
20187         Allow message-forward-ignored-headers to be a list.
20188         (message-remove-ignored-headers): Factor out into function.
20189         (message-forward-make-body-mml): Use it.
20190
20191         * imap.el (imap-quote-specials): New function.
20192         (imap-login-auth): Quote specials.
20193
20194         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20195         (rfc2231-parse-string): Allow concatanation of parameters that
20196         aren't contiguous.  The test case is
20197           (mail-header-parse-content-type "message/external-body;
20198             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20199             access-type=LOCAL-FILE;
20200             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20201
20202 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20203
20204         * nntp.el (nntp-accept-process-output): Return the value of
20205         `nnheader-accept-process-output'.
20206
20207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20208
20209         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20210         (gnus-button-alist): Recognize more diff formats.
20211         (gnus-button-patch): Strip directory.
20212
20213 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20216         Emacs 22 when setting focus.
20217
20218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20219
20220         * gnus-art.el (gnus-article-treat-types): Do treatment of
20221         text/x-verbatim parts.
20222         (gnus-button-patch): New command.
20223
20224         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20225         addresses that contain invalid characters.
20226
20227 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20228
20229         * message.el (message-put-addresses-in-ecomplete):
20230         Use gnus-replace-in-string.
20231         (message-is-yours-p): Use the more correct
20232         mail-header-parse-address instead of
20233         mail-extract-address-components.
20234         (message-put-addresses-in-ecomplete): Fix typo.
20235
20236         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20237         keystroke.
20238
20239         * gnus-art.el (gnus-treatment-function-alist): Change order of
20240         newsgroups/generic header folding to avoid double-folding.
20241
20242         * message.el (message-hidden-headers): Add X-Draft-From.
20243
20244         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20245         New command.
20246         (gnus-summary-repeat-search-article-backward): New command.
20247
20248         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20249         groups in the parent topic.
20250
20251 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20252
20253         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20254         (spam-extra-header-to-number): Return the CRM114 number as a
20255         number instead of a string.
20256
20257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20258
20259         * gnus-art.el (gnus-face-properties-alist): Move here from
20260         gnus-fun.
20261
20262         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20263
20264 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20265
20266         * message.el (message-strip-forbidden-properties): Only display on
20267         self-insert-command.
20268
20269         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20270         reindent.
20271         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20272
20273 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20274
20275         * smiley.el (smiley-style): Fix typo.
20276
20277 2006-03-23  Kenichi Handa  <handa@m17n.org>
20278
20279         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20280         instead of set-buffer-multibyte.
20281
20282 2006-03-23  Kenichi Handa  <handa@m17n.org>
20283
20284         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20285         buffer and then decode the buffer text if necessary.
20286         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20287         first, and after mm-encode-body, change the buffer to unibyte.
20288
20289 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20290
20291         * hashcash.el (hashcash-insert-payment-async-2):
20292         Use message-goto-eoh instead of doing it manually.
20293         (mail-add-payment): Use message-narrow-to-header instead of trying
20294         to do the same itself.
20295
20296         * message.el (message-hidden-headers): Add Face.
20297
20298         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20299         reparenting code.
20300         (gnus-summary-reparent-children): Refactored out code.
20301         (gnus-summary-thread-map): New keystroke.
20302         (gnus-summary-reparent-children): Make into command.
20303
20304         * smiley.el (smiley-style): Default to `medium' if using a large
20305         font.
20306
20307         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20308         does it itself.
20309
20310         * message.el (message-point-in-header-p): Simplify definition.
20311
20312 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20313
20314         * nnagent.el (nnagent-request-set-mark): Silence log file
20315         writing.
20316         (nnagent-request-set-mark): Use write-region instead of
20317         append-to-file.
20318
20319         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20320         strange select method.
20321
20322         * ecomplete.el (ecomplete-display-matches): Get highlightling
20323         right.
20324         (ecomplete-display-matches): Use literals.
20325         (ecomplete-display-matches): Disable message logging.
20326
20327         * message.el (message-display-abbrev): Small optimization.
20328
20329         * ecomplete.el (ecomplete-display-matches): Allow automatic
20330         display.
20331
20332         * message.el (message-strip-forbidden-properties):
20333         Display abbrevs.
20334         (message-display-abbrev): Get automatic display right.
20335
20336         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20337         keystrokes.
20338
20339 2006-04-13  Romain Francoise  <romain@orebokech.com>
20340
20341         TODO: Backport to v5-10!
20342
20343         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20344         Move here (and rename) from gnus-registry.el.
20345
20346         * gnus-registry.el: Require gnus-util.
20347         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20348
20349 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * gnus-group.el (gnus-group-catchup-current):
20352         Change if-then-else-if-then-else into cond.
20353         (gnus-group-catchup): Indent.
20354         (group-name-at-point): New function.
20355         (gnus-fetch-group): Provide default from thing at point.
20356
20357 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20358
20359         * message.el (message-display-abbrev): Fix regexp.
20360
20361         * ecomplete.el (ecomplete-highlight-match-line):
20362         Reimplement choosing.
20363         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20364         dead variables.
20365
20366         * message.el (message-newline-and-indent): Remove debugging.
20367         (message-display-abbrev): Use new implementation.
20368
20369 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20370
20371         * gnus-art.el (gnus-article-mode):
20372         Set cursor-in-non-selected-windows to nil.
20373
20374         * smiley.el: Revert previous change.
20375         (smiley-data-directory): defvar it before using it in the
20376         defcustom of `smiley-style'.
20377
20378 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20379
20380         * message.el (message-newline-and-indent): New function.
20381
20382         * ecomplete.el: Implement more bits.
20383
20384         * message.el (message-put-addresses-in-ecomplete): Clean up the
20385         string.
20386
20387         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20388
20389         * gnus-sum.el (gnus-summary-save-parts):
20390         Bind gnus-summary-save-parts-counter and use it to make unique file
20391         names.
20392
20393         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20394
20395         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20396         parameter to say whether to actually parse the individual
20397         addresses.
20398
20399         * message.el (message-put-addresses-in-ecomplete): New function.
20400         (ecomplete): Require.
20401         (message-mail-alias-type): Add ecomplete as an option.
20402
20403 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20404
20405         * flow-fill.el (fill-flowed): Remove trailing space from blank
20406         quoted lines.
20407
20408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20409
20410         * smiley.el (smiley-style): Move definition later to avoid a
20411         compilation warning.
20412
20413 2006-04-12  Kenichi Handa  <handa@m17n.org>
20414
20415         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20416         buffer and then decode the buffer text if necessary.
20417         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20418         first, and after mm-encode-body, change the buffer to unibyte.
20419         Use mm-disable-multibyte instead of set-buffer-multibyte.
20420
20421 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20422
20423         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20424         Content-Type header instead of Content-Disposition header.
20425         (gnus-mime-inline-part): Ditto.
20426         (gnus-mime-view-part-as-charset): Ignore charset that the part
20427         specifies.
20428
20429         * mm-decode.el (mm-display-part): Work with external parts and
20430         usual parts similarly.
20431
20432         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20433         instead of gnus-display-mime.
20434
20435         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20436         instead of with-temp-buffer.
20437
20438         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20439         tag to summarized topics part in order to encode non-ASCII text.
20440
20441 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20442
20443         * smiley.el (smiley-style): New variable.
20444         (smiley-directory): New function.
20445         (smiley-data-directory): Derive from `smiley-style' using
20446         `smiley-directory'.
20447         (smiley-regexp-alist): Add new entries.
20448
20449         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20450         (gnus-article-browse-delete-temp): Add :version.
20451
20452 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20453
20454         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20455         the sieve region.
20456
20457 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20458
20459         * gnus.el (gnus-version-number): Bump version.
20460
20461 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20462
20463         * gnus.el: No Gnus v0.4 is released.
20464
20465 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20466
20467         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20468         layout.
20469
20470         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20471         unknown charset.
20472
20473         * message.el (message-header-synonyms): Add Original-To to the
20474         default.
20475
20476         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20477         optional parameter.
20478
20479 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20480
20481         * gnus-fun.el (gnus): Require it for gnus-directory.
20482
20483 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20484
20485         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20486
20487 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20488
20489         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20490
20491 2006-04-05  Simon Josefsson  <jas@extundo.com>
20492
20493         * password.el (password-reset): New function.
20494
20495 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20496
20497         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20498         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20499
20500 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20501
20502         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20503         Some whitespace was matched into the url, which broke browsing hits
20504         > 100 when mm-url-use-external was nil.
20505
20506 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20509         Check gnus-extra-headers for 'Newsgroups.
20510
20511         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20512         bound.
20513
20514 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20515
20516         * pgg-gpg.el: Clean up process buffers every time gpg processes
20517         complete.
20518
20519 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20520
20521         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20522         doc string.
20523
20524 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20525
20526         * pgg-gpg.el (pgg-gpg-process-filter)
20527         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20528
20529         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20530         lines, temporary fix.
20531
20532 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20533
20534         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20535
20536 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20537
20538         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20539         default-enable-multibyte-characters.  This reverts the change from
20540         revision 6.17 which is no longer necessary because the passphrase
20541         is sent separately now.  GnuPG messages are unreadable under
20542         multibyte locales with default-enable-multibyte-characters set to
20543         nil.
20544
20545 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20546
20547         * message.el (message-tool-bar-gnome): Move "spell".
20548
20549 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20550
20551         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20552         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20553         instead.
20554
20555 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20556
20557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20558         Improve newsgroups handling for NNTP overviews which don't include
20559         Newsgroups.
20560
20561 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20562
20563         * message.el (message-resend): Bind message-generate-hashcash to nil.
20564
20565 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20566
20567         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20568         when searching for already-paid recipients.
20569
20570 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20571
20572         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20573         passphrases when it is not needed.
20574         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20575         passphrase stuff from gpg, should only be necessary when you use
20576         gpg with a smartcard.
20577
20578 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * mml.el (mml-insert-mime): Ignore cached contents of
20581         message/external-body part.
20582
20583         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20584         (mm-insert-part): Ditto.
20585
20586 2006-03-23  Simon Josefsson  <jas@extundo.com>
20587
20588         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20589         Reiner.
20590         (pgg-gpg-use-agent-p): Use it again.
20591
20592 2006-03-23  Simon Josefsson  <jas@extundo.com>
20593
20594         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20595         older emacsen.
20596         (pgg-gpg-use-agent-p): Don't use it.
20597
20598 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20599
20600         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20601         if we can.
20602
20603 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20604
20605         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20606         (pgg-gpg-update-agent): New function.
20607         (pgg-gpg-use-agent-p): New function.
20608         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20609         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20610         (pgg-gpg-sign-region): Use it.
20611
20612 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20613
20614         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20615         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20616
20617 2006-03-21  Simon Josefsson  <jas@extundo.com>
20618
20619         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20620         <wilde@sha-bang.de>.
20621         (pgg-gpg-use-agent): New variable.
20622         (pgg-gpg-process-region): Use it.
20623         (pgg-gpg-encrypt-region): Likewise.
20624         (pgg-gpg-encrypt-symmetric-region): Likewise.
20625         (pgg-gpg-decrypt-region): Likewise.
20626         (pgg-gpg-sign-region): Likewise.
20627         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20628
20629 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20632
20633         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20634         Add comment on version.
20635
20636 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20637
20638         * smiley.el: Add missing test smiley.
20639
20640 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20641
20642         * mm-decode.el (mm-with-part): New macro.
20643         (mm-get-part): Use it; work with message/external-body as well.
20644         (mm-save-part): Treat name and filename equally.
20645
20646         * mm-extern.el (mm-extern-cache-contents): New function.
20647         (mm-inline-external-body): Use it; force the part to be displayed;
20648         move undisplayer added to the cached handle to the parent.
20649
20650         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20651         (gnus-mime-view-part-as-type): Work with message/external-body.
20652
20653         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20654
20655 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20656
20657         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20658         images in image-load-path.  [Sync with image.el, revision 1.60, in
20659         Emacs.]
20660
20661 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20662
20663         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20664         path rather than symbol.  Always return list of directories.
20665         Guarantee that image directory comes first.  [Sync with image.el,
20666         revision 1.59, in Emacs.]
20667
20668         * message.el (message-make-tool-bar): Adjust to new API of
20669         `gmm-image-load-path-for-library'.
20670
20671         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20672
20673         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20674
20675 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20676
20677         * gnus-art.el (gnus-article-only-boring-p):
20678         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20679         intangible text.
20680         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20681
20682 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20683
20684         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20685         Use `defun' instead of `gmm-defun-compat'.
20686
20687 2006-03-14  Simon Josefsson  <jas@extundo.com>
20688
20689         * message.el (message-unique-id): Don't use message-number-base36
20690         if (user-uid) is a float.
20691         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20692
20693 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20694
20695         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20696
20697         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20698         empty line between a part and a message part.
20699
20700 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20701
20702         * smiley.el: Add more test smileys.
20703         (smiley-data-directory, smiley-regexp-alist)
20704         (gnus-smiley-file-types): Fix doc strings.
20705         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20706         adding new elements.
20707         (smiley-mouse-map): Unused code.  Make it a comment.
20708
20709 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20710
20711         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20712         scan latest NoCeM messages instead of old ones.
20713         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20714         delimiters that are recently used.
20715         (gnus-nocem-load-cache): Add autoload cookie.
20716
20717         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20718
20719         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20720         level which is larger than gnus-use-nocem is specified.
20721
20722         * gnus-group.el (gnus-group-get-new-news): Ditto.
20723
20724 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20725
20726         * gnus-util.el (gnus-tool-bar-update): New function.
20727
20728         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20729         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20730
20731         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20732
20733         * gnus-group.el (gnus-group-redraw-when-idle)
20734         (gnus-group-redraw-check): Remove.
20735         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20736
20737 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20738
20739         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20740         if optional last element is specified in splits (FIELD VALUE...).
20741
20742 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20743
20744         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20745         to gmm-image-load-path-for-library.  Call with no-error argument.
20746         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20747
20748         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20749
20750         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20751
20752         * gmm-utils.el (gmm-image-load-path): Remove alias.
20753
20754 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20755
20756         * gmm-utils.el (gmm-image-load-path): Add alias.
20757
20758         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20759         nnml-generate-nov-databases-1.
20760         (nnml-generate-nov-databases): Use it.
20761         (nnml-generate-nov-databases-directory): Document no-active
20762         argument.
20763
20764         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20765         directory if path is t.  Add no-error.
20766
20767         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20768         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20769
20770         * gnus-art.el (gnus-article-browse-delete-temp-files):
20771         Simplify resetting gnus-article-browse-html-temp-list.
20772
20773         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20774         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20775         Add example to docstring.  Rename local variables.  Move error
20776         checks to default case in cond and simplify.
20777
20778 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20781         handle is multipart when calling it recursively.
20782         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20783
20784 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20785
20786         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20787         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20788
20789 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20790
20791         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20792         is loaded.
20793
20794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20795         loaded.
20796
20797 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20798
20799         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20800         to "Emacs 23 (unicode)" in doc string.
20801
20802         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20803         "Emacs 23 (unicode)" in comment.
20804
20805 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20808
20809         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20810         characters 160 through 255 in Emacs 23.
20811
20812 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20815         gnus-article-browse-html-temp.
20816         (gnus-article-browse-delete-temp): Make it customizable.
20817         Add `file'.  Adjust doc string.
20818         (gnus-article-browse-delete-temp-files): Add argument.
20819         Allow query for each file.  Adjust doc string.
20820         (gnus-article-browse-html-parts):
20821         Add `gnus-article-browse-delete-temp-files' to
20822         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20823
20824 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20825
20826         * gnus-art.el (gnus-article-browse-html-temp)
20827         (gnus-article-browse-delete-temp): New variables.
20828         (gnus-article-browse-delete-temp-files): New function.
20829         (gnus-article-browse-html-parts): Use it.
20830
20831 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20832
20833         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20834
20835         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20836         string.
20837
20838         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20839         gnus-summary-insert-new-articles when unplugged.
20840         Remove gnus-summary-search-article-forward.
20841
20842         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20843         display-visual-class instead of display-color-cells.
20844
20845 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * dgnushack.el: Autoload customize-group for XEmacs.
20848
20849         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20850         message/* containing non-ASCII text properly.
20851
20852 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20853
20854         * message.el: Require gmm-utils, remove autoloads.
20855         (message-tool-bar): Set default based on
20856         gmm-tool-bar-style.
20857         (message-tool-bar-gnome): Add gmm-customize-mode.
20858
20859         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20860         gmm-tool-bar-style.
20861         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20862
20863         * gnus-group.el (gnus-group-tool-bar): Set default based on
20864         gmm-tool-bar-style.
20865         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20866
20867         * gmm-utils.el (gmm-image-directory): Rename variable from
20868         gmm-image-load-path.
20869         (gmm-image-load-path): Use gmm-image-directory.
20870         (gmm-customize-mode): New function.
20871         (gmm-tool-bar-style): New variable.
20872
20873         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20874         gnus-group-redraw-line-number.
20875         (gnus-group-redraw-check): Simplify.
20876         (gnus-group-tool-bar-update): Remove redraw check.
20877         (gnus-group-make-tool-bar): Add redraw check.
20878
20879 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20880
20881         * gnus-art.el (gnus-button): Add missing parentheses.
20882
20883 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * lpath.el: Fbind line-number-at-pos.
20886
20887 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20888
20889         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20890
20891 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20892
20893         * gnus-art.el (gnus-button): New face.
20894         (gnus-article-button-face): Use it.
20895
20896         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20897         Add gnus-summary-next-page.  Re-order.
20898
20899         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20900         next-node are now included.
20901         (gnus-group-redraw-line-number): New internal variable.
20902         (gnus-group-redraw-check): Helper function for updating the tool
20903         bar.
20904         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20905
20906         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20907
20908         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20909         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20910         Use it to match format of Spamassassin 3.0 and later.
20911         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20912         (spam-check-bogofilter)
20913         (spam-bogofilter-register-with-bogofilter): Fix args of
20914         `gnus-error' calls.
20915
20916 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20917
20918         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20919         unnecessary interaction when sending queued mails.
20920         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20921
20922 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20923
20924         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20925         first or last are nil.
20926
20927 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20928
20929         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20930
20931 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20932
20933         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20934
20935 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20936
20937         * dns.el (query-dns): Protect more against buggy tcp output.
20938
20939 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20940
20941         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20942         nov.php.
20943
20944 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20945
20946         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20947         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20948         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20949         output on the server side.
20950         (nnweb-google-create-mapping): Update regexps and add some
20951         progress indication.
20952
20953 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20954
20955         * gnus-group.el (gnus-group-tool-bar-gnome):
20956         Fix gnus-agent-toggle-plugged.  Re-order icons.
20957         (gnus-group-tool-bar-gnome):
20958         Add gnus-group-{prev,next}-unread-group.
20959         (gnus-group-tool-bar-gnome): Re-order icons.
20960
20961         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20962         Move gnus-summary-insert-new-articles.
20963
20964         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20965         Fix comments.
20966
20967         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20968         also available in Emacs 21.3.
20969
20970         * message.el (message-fix-before-sending): Change "Emacs 22" to
20971         "Emacs 23 (unicode)" in comment.
20972
20973         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20974         "Emacs 23 (unicode)" in comment.
20975
20976         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20977         comment.
20978         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20979
20980         * mm-view.el (mm-fill-flowed): Add :version.
20981
20982 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20983
20984         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20985         and load-path.
20986
20987 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20988
20989         * message.el: Autoload gmm-image-load-path.
20990         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20991         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20992         consitency.
20993
20994         * gmm-utils.el (gmm-image-load-path): Also search in
20995         "../etc/images".  Don't set gmm-image-load-path if we don't find
20996         the image.
20997
20998 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20999
21000         * gmm-utils.el (gmm-image-load-path): Don't make
21001         `gmm-image-load-path' include subdirectories which the second arg
21002         `image' might specify.
21003
21004         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
21005         subdirectory to icon file names.
21006
21007         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
21008
21009 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21010
21011         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
21012         gmm-image-load-path calls.
21013
21014         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21015
21016         * message.el (message-make-tool-bar): Ditto.
21017
21018         * mml.el (mml-preview): Add comment concerning tool bar icons.
21019
21020         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
21021         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
21022
21023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
21024         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
21025
21026         * message.el (message-tool-bar-gnome): Use new icon names.
21027         (message-make-tool-bar): Use `gmm-image-load-path'.
21028
21029         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
21030         New functions from MH-E.
21031         (gmm-image-load-path): New variable from MH-E.
21032         (gmm-image-load-path): New function from MH-E.  Add arguments
21033         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
21034         *-image-load-path-called-flag.
21035
21036 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
21037
21038         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
21039
21040 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
21041
21042         * nnimap.el (nnimap-request-move-article): Change folder back to
21043         source group before deleting.
21044
21045 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
21046
21047         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
21048
21049         * gnus-art.el (mm-url-insert-file-contents-external):
21050         Autoload mm-url.
21051
21052         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
21053
21054 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21055
21056         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
21057         coding system which mm-charset-to-coding-system returns for a
21058         given charset is valid.
21059
21060 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
21061
21062         * html2text.el (html2text-remove-tag-list):
21063         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
21064
21065 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
21066
21067         * gnus-cus.el: Revert 2005-10-17 change.
21068
21069 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * gnus-art.el (article-strip-banner):
21072         Call article-really-strip-banner only when the regexp match is made.
21073
21074 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * gnus-art.el (article-strip-banner):
21077         Use gnus-extract-address-components instead of
21078         mail-header-parse-addresses to make it work with non-ASCII text;
21079         remove mail-encode-encoded-word-string.
21080
21081         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
21082         values which are surrounded with \"...\"; make it never cause a
21083         Lisp error; give up parsing of parameters if it failed in
21084         extracting type.
21085
21086 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
21087
21088         * smime.el (smime-cert-by-ldap-1): Fix bug where
21089         `smime-ldap-search' returns results without userCertificates.
21090
21091 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21092
21093         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21094
21095 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21096
21097         * spam.el (spam-check-spamassassin-headers): Adapt format for
21098         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21099         <ari@mbf.ocn.ne.jp>.
21100         (spam-list-of-processors): Add spam-use-gmane.
21101
21102 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21105         make-temp-file; make it work with XEmacs as well.
21106
21107         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21108         mm-make-temp-file.
21109
21110         * mm-decode.el (mm-display-external): Use the 3rd arg of
21111         mm-make-temp-file.
21112         (mm-create-image-xemacs): Ditto.
21113
21114 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21115
21116         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21117         with message-narrow-to-headers.
21118         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21119         (gnus-draft-check-draft-articles): New function.
21120         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21121
21122 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21123
21124         * gnus-art.el (gnus-article-browse-html-parts):
21125         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21126         Don't use suffix argument for mm-make-temp-file for Emacs 21
21127         compatibility.  Remove useless `format'.
21128
21129 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21130
21131         * nnweb.el (nnweb-google-wash-article): Update regexps.
21132         (nnweb-group-alist): Use defvoo instead of defvar.
21133
21134 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21137         re-loading nn* modules.
21138
21139 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21140
21141         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21142         for `tool-bar-mode' and don't check it's default-value.
21143
21144         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21145
21146         * message.el (message-make-tool-bar): Ditto.
21147
21148         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21149         `substring'.  Shorten tmp-file name.
21150
21151         * gnus.el: Remove bogus comment.
21152
21153 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21154
21155         * gnus-art.el (gnus-article-browse-html-parts): New function.
21156         (gnus-article-browse-html-article): New function for viewing html
21157         articles with a browser.
21158
21159 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21160
21161         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21162         in elisp.
21163         (pgg-gpg-encrypt-symmetric-region): Ditto.
21164         (pgg-gpg-sign-region): Ditto.
21165
21166         * pgg-def.el (pgg-text-mode): New variable.
21167
21168         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21169         (mml2015-pgg-encrypt): Ditto.
21170
21171         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21172         (mml1991-pgg-encrypt): Ditto.
21173
21174 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * nnfolder.el (nnfolder-insert-newsgroup-line):
21177         Use message-make-date instead of current-time-string.
21178
21179         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21180         to gnus-decoded which mm-uu might set.
21181
21182 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21183
21184         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21185         don't decode quoted parameters; remove misimported Emacs code.
21186         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21187         (rfc2231-decode-encoded-string): Don't use split-string which
21188         behaves differently according to Emacs version; use
21189         mm-decode-coding-region to convert charset to coding-system.
21190         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21191         (rfc2231-encode-string): Remove misimported Emacs code.
21192
21193 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21196         when calling mail-header-parse-content-type.
21197         (article-de-quoted-unreadable): Ditto.
21198         (article-de-base64-unreadable): Ditto.
21199         (article-wash-html): Ditto.
21200
21201         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21202         calling mail-header-parse-content-type and
21203         mail-header-parse-content-disposition.
21204         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21205         mail-header-parse-content-type.
21206
21207         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21208         insert charset and format parameters; encode description after
21209         inserting it to buffer.
21210         (mml-insert-parameter): Fold lines properly even if a parameter is
21211         segmented into two or more lines; change the max column to 76.
21212
21213         * rfc1843.el (rfc1843-decode-article-body): Don't use
21214         ignore-errors when calling mail-header-parse-content-type.
21215
21216         * rfc2231.el (rfc2231-parse-string): Return at least type if
21217         possible; don't cause an error even if it fails in parsing of
21218         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21219         (rfc2231-encode-string): Don't break lines at the beginning, leave
21220         it to mml-insert-parameter.
21221
21222         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21223         calling mail-header-parse-content-type.
21224
21225 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21226
21227         * spam-report.el (spam-report-gmane-use-article-number):
21228         Improve doc string.
21229         (spam-report-gmane-internal): Check if a suitable header was found
21230         in the article.
21231
21232 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21233
21234         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21235         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21236
21237 2006-02-05  Romain Francoise  <romain@orebokech.com>
21238
21239         Update copyright notices of all files in the gnus directory.
21240
21241 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21242
21243         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21244
21245 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21248         segmented lines of parameter value to cope with Thunderbird 1.5
21249         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21250         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21251         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21252
21253 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21254
21255         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21256         parts.
21257
21258 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21259
21260         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21261         there's only one active file for all servers.
21262         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21263         solid groups.  Gnus might have used a FAST request to select the group.
21264         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21265         and nnweb-search redundantly in the active file.
21266         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21267         (nnweb-request-create-group): Don't use ARGS.
21268         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21269         initializations.  Let nnoo do the work.
21270
21271 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21272
21273         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21274         Say the part has been decoded.
21275
21276         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21277
21278 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21279
21280         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21281         mailcap-viewer-test-cache when there's no 'test clause, since that
21282         will invert the meaning of a "nil" test previously determined by
21283         mailcap-mailcap-entry-passes-test.
21284
21285 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21286
21287         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21288         compiling.
21289
21290         * gnus-sum.el: Ditto.
21291
21292         * message.el: Don't bind tool-bar-map when compiling.
21293
21294 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21295
21296         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21297
21298 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21299
21300         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21301         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21302         current Google Groups.
21303
21304 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21305
21306         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21307         and tool-bar-mode.
21308
21309         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21310         and tool-bar-mode.
21311
21312         * message.el (message-tool-bar-update): Simplify.
21313         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21314
21315         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21316         gnus-summary-buffer.
21317         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21318         gnus-summary-reply.
21319
21320         * gmm-utils.el (gmm): Add :version.
21321
21322 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21323
21324         * Makefile.in (clean): New rule.
21325         (distclean): Use it.
21326
21327 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21328
21329         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21330         Don't autoload.
21331
21332 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21333
21334         * gmm-utils.el (gmm-verbose): Add :group.
21335
21336 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21337
21338         * message.el: Change some comments WRT tool-bars.
21339
21340         * gnus-sum.el (gnus-summary-tool-bar)
21341         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21342         (gnus-summary-tool-bar-zap-list): New variables.
21343         (gnus-summary-make-tool-bar): Complete rewrite using
21344         `gmm-tool-bar-from-list'.
21345
21346         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21347         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21348         New variables.
21349         (gnus-group-make-tool-bar): Complete rewrite using
21350         `gmm-tool-bar-from-list'.
21351         (gnus-group-tool-bar-update): New function.
21352
21353         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21354
21355 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21356
21357         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21358         is dissected into a single part of which the type is the same as
21359         the given one; decode charset.
21360
21361 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21362
21363         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21364         into alists as symbol not string, since that's what
21365         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21366         look for.
21367
21368 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21369
21370         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21371         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21372
21373         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21374
21375 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21376
21377         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21378         (gnus-xmas-mime-security-button-menu): New function.
21379
21380         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21381         (gnus-mime-security-button-menu): New definition.
21382         (gnus-mime-security-button-map): Use them.
21383         (gnus-mime-security-button-menu): New function.
21384         (gnus-insert-mime-security-button): Addition to help echo.
21385         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21386         (gnus-mime-security-pipe-part): New functions.
21387
21388         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21389         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21390
21391         * mm-decode.el (mm-handle-set-disposition): Remove.
21392         (mm-handle-set-description): Remove.
21393
21394 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21395
21396         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21397         (mm-w3m-standalone-supports-m17n-p): New function.
21398         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21399         w3m usage.
21400
21401         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21402         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21403
21404 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21405
21406         * message.el (message-tool-bar-zap-list):
21407         Use gmm-tool-bar-zap-list as custom type.
21408         (message-tool-bar-update): New function.
21409         (message-tool-bar, message-tool-bar-gnome)
21410         (message-tool-bar-retro): Add message-tool-bar-update.
21411         (message-tool-bar-gnome): Add flyspell-buffer.
21412
21413         * gnus-util.el (gnus-error): Describe `args'.
21414
21415         * gmm-utils.el (gmm-error): Describe `args'.
21416         (gmm-tool-bar-zap-list): New widget.
21417         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21418
21419 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21422         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21423         the number of recursive calls.
21424
21425         * mm-decode.el (mm-handle-set-disposition): New macro.
21426         (mm-handle-set-description): New macro.
21427
21428 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21431         encoding.
21432
21433 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21434
21435         * message.el (message-tool-bar-zap-list, message-tool-bar)
21436         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21437         (message-tool-bar-local-item-from-menu): Remove.
21438         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21439         (message-make-tool-bar): New function.
21440         (message-mode): Use `message-make-tool-bar'.
21441
21442         * gmm-utils.el: New file.
21443         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21444         (gmm-lazy): New widget copied from `nnmail.el'.
21445         (gmm-tool-bar-from-list): New function for creating customizable
21446         tool bars.
21447         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21448         output.
21449         (gmm): Add :prefix to defgroup.
21450
21451 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21452
21453         * gmm-utils.el (gmm-widget-p): New function.
21454
21455 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21456
21457         * mml.el (mml-attach-file): Describe `description' in doc string.
21458         (mml-menu): Add Emacs MIME manual and PGG manual.
21459
21460 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21461
21462         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21463
21464 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21465
21466         * nntp.el (nntp-end-of-line): Doc fix.
21467
21468 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21469
21470         * imap.el (imap-open): Handle case where buffer is a buffer
21471         object.
21472
21473 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21474
21475         * gnus-delay.el (gnus-delay): Don't autoload.
21476         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21477         to be re-loaded when customizing the `gnus-delay' group.
21478
21479 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21480
21481         * message.el (message-insert-citation-line): Use newlines.
21482
21483 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21484
21485         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21486         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21487         these routines, so the passphrase can be managed externally and
21488         passed in to the system.
21489         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21490         pgg-add-passphrase-to-cache function.
21491
21492         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21493         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21494         these routines, so the passphrase can be managed externally and
21495         passed in to the system.
21496         (pgg-pgp5-sign-region): Use new name of
21497         pgg-add-passphrase-to-cache function.
21498
21499 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21500
21501         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21502         part of the decoded armor to find the key-identifier.
21503         (pgg-gpg-lookup-key-owner): New function to return the
21504         human-readable identifier of a key owner.
21505         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21506         itself.
21507         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21508         the key value) if we have a key and can match it against a secret
21509         key.  Also, added a note pointing out fact that the prompt only
21510         indicates the first matching key.
21511
21512         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21513         pgg-decrypt-region.
21514         (pgg-add-passphrase-to-cache): Rename from
21515         `pgg-add-passphrase-cache' to reduce confusion (all callers
21516         changed).
21517         (pgg-remove-passphrase-from-cache): Rename from
21518         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21519         changed).
21520         (pgg-read-passphrase, pgg-add-passphrase-cache)
21521         (pgg-remove-passphrase-cache): Add informative docstrings.
21522         (pgg-decrypt): Convey provided passphrase in subordinate call to
21523         pgg-decrypt-region.
21524
21525 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21526
21527         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21528         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21529         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21530         'passphrase' argument, so the passphrase can be managed externally
21531         and then passed in to the system.
21532
21533         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21534         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21535         so the passphrase cache can be used reliably with identifiers
21536         besides a pgp packet's key id.
21537
21538         * pgg-gpg.el (pgg-gpg-encrypt-region)
21539         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21540         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21541         these routines, so the passphrase can be managed externally and
21542         passed in to the system.
21543
21544         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21545         'notruncate' argument, so the passphrase cache can be used
21546         reliably with identifiers besides a pgp packet's key id.
21547
21548 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21549
21550         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21551         symmetric encryption.
21552         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21553         encrypted session key.
21554         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21555         message ask for the passphrase in a proper way.
21556
21557         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21558         New user commands for symmetric encryption.
21559
21560 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21561
21562         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21563
21564         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21565
21566 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21567
21568         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21569
21570 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * mm-decode.el (mm-inlined-types): Add application/pgp.
21573         (mm-automatic-display): Ditto.
21574
21575         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21576         part as text.
21577
21578 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21579
21580         * nnrss.el: Update copyright.
21581         (nnrss-opml-import): Query whether to subscribe to each entry.
21582
21583         * gnus-art.el:
21584         * gnus-sum.el:
21585         * gnus-xmas.el:
21586         * messagexmas.el:
21587         * mm-uu.el:
21588         * mm-view.el: Update copyright.
21589
21590 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21591
21592         * message.el (message-info): New function.
21593         (message-mode-menu): Add it.
21594         Update copyright.
21595
21596         * ChangeLog: Fix and update copyright.
21597
21598 2006-01-13  Romain Francoise  <romain@orebokech.com>
21599
21600         * message.el (message-forward-subject-name-subject): Prefer the
21601         address to 'nowhere' if the sender has no name.
21602         Fix typo.  Update copyright year.
21603
21604 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21605
21606         * gnus-art.el (article-wash-html):
21607         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21608         (gnus-article-wash-html-with-w3m-standalone): New function.
21609
21610         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21611         mm-inline-text-html-render-with-w3m-standalone.
21612         (mm-text-html-washer-alist): Map w3m-standalone to
21613         gnus-article-wash-html-with-w3m-standalone.
21614         (mm-inline-text-html-render-with-w3m-standalone): New function.
21615
21616 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21617
21618         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21619         Improve LaTeX.
21620
21621 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21624         (nnrss-request-article): Render text/plain parts as HTML.
21625
21626         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21627         the buffer.
21628
21629 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21632         custom definition of `gnus-posting-styles'.
21633
21634         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21635         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21636
21637 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21638
21639         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21640         Use nntp for bug archive.
21641
21642 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21645         parts.
21646         (nnrss-normalize-date): New function converts ISO 8601 date into
21647         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21648         (nnrss-check-group): Use it.
21649
21650 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21651
21652         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21653
21654         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21655         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21656         (nnrss-insert-w3): Ditto.
21657
21658 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21659
21660         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21661         the articles to be forwarded including the case where neither a
21662         number of articles nor a region is specified.
21663
21664 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21665
21666         * nnrss.el (nnrss-request-article): Fix last change; fill
21667         text/plain parts.
21668
21669 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21672         in text/plain part.
21673         (nnrss-check-group): Don't add excessive newline to dc:subject.
21674
21675 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21676
21677         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21678         article.
21679
21680 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21681
21682         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21683         (nnml-use-compressed-files, nnml-save-mail): Support other
21684         comression programs such as bzip2.
21685
21686 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21687
21688         * dns.el (query-dns): Make sure we check the buffer size before
21689         removing tcp headers.
21690
21691 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21692
21693         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21694         remove MIME buttons associated with multipart/alternative parts.
21695         (gnus-mime-display-alternative): Tag buttons using `article-type'
21696         text property.
21697
21698         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21699         associated with multipart/alternative parts.
21700
21701         * gnus-art.el (gnus-signature-separator): Fix custom type.
21702
21703         * mm-decode.el (mm-inlined-types): Fix custom type.
21704         (mm-keep-viewer-alive-types): Ditto.
21705         (mm-automatic-display): Ditto.
21706         (mm-attachment-override-types): Ditto.
21707         (mm-inline-override-types): Ditto.
21708         (mm-automatic-external-display): Ditto.
21709
21710 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * spam-report.el (spam-report-user-mail-address)
21713         (spam-report-user-agent): New variables.
21714         (spam-report-url-ping-plain): Use spam-report-user-agent.
21715
21716 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21717
21718         * gnus-art.el (gnus-button-handle-custom): Do not just use
21719         `customize-apropos' for any "M-x customize-*" button but the
21720         function called for.  Accept both the function name and its
21721         argument in order to achieve this.
21722         (gnus-button-alist): Remove support for "custom:" URL's.
21723         Pass function name to `gnus-button-handle-custom' in case of "M-x
21724         customize-*" buttons.
21725
21726 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21727
21728         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21729         multipart/alternative and add xref to mm-discouraged-alternatives
21730         in doc string.
21731
21732         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21733         gnus-buttonized-mime-types in doc string.
21734
21735 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21736
21737         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21738         Suggest image/.* in the doc string.
21739
21740 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21741
21742         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21743         message-marks (Debian bug#342521).
21744
21745 2005-12-12  Simon Josefsson  <jas@extundo.com>
21746
21747         * password.el (password-read-from-cache): Add.
21748         (password-read): Use it.
21749
21750 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * rfc2047.el (rfc2047-charset-to-coding-system):
21753         Recognize us-ascii as a MIME charset.
21754
21755         * mm-bodies.el (mm-decode-content-transfer-encoding):
21756         Protect against the case where the 2nd arg TYPE is nil.
21757
21758 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21759
21760         * pop3.el (pop3-stream-type): Fix custom version.
21761
21762         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21763
21764 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21765
21766         * mm-decode.el (mm-display-external): Add missing cdr.
21767
21768 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21769
21770         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21771         RFC1524) if it is in mailcap or add a suffix according to
21772         mailcap-mime-extensions when generating a temp filename; postpone
21773         deleting a temp file for 2 seconds for some wrappers, shell
21774         scripts, and so on, which might exit right after having started a
21775         viewer command as a background job.
21776
21777 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21778
21779         * nntp.el (nntp-marks-directory): Fix custom group.
21780
21781         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21782         steps when < 10.
21783
21784         * gnus-start.el (gnus-no-server-1):
21785         Mention `gnus-level-default-subscribed' in doc string.
21786
21787 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21788
21789         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21790         parens.
21791
21792 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * gnus-xmas.el (gnus-use-toolbar): Revert.
21795         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21796         gnus-use-toolbar is default.
21797
21798         * messagexmas.el (message-use-toolbar): Revert.
21799         (message-setup-toolbar): Use global default-toolbar if
21800         message-use-toolbar is default.
21801
21802 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21803
21804         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21805         according to default-toolbar-visible-p.
21806
21807         * messagexmas.el (message-use-toolbar): Ditto.
21808
21809 2005-11-26  Dave Love  <fx@gnu.org>
21810
21811         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21812         (tls-program, tls-success): Provide openssl alternative.
21813
21814         * starttls.el: Doc fixes.
21815         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21816         SERVICE to PORT.
21817
21818         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21819         port null or service name.
21820         (starttls-negotiate): Autoload.
21821
21822 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21823
21824         * message.el (message-kill-to-signature): Fix interactive spec.
21825
21826 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * pop3.el (pop3-open-server): Recognize a string as a service name.
21829
21830 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21831
21832         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21833
21834 2005-11-23  Dave Love  <fx@gnu.org>
21835
21836         Add pop3s, pop3/starttls.
21837
21838         * pop3.el (pop3-authentication-scheme): Clarify doc.
21839         (open-tls-stream, starttls-open-stream): Autoload.
21840         (pop3-stream-type): New.
21841         (pop3-open-server): Use it.
21842
21843         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21844         for POP.
21845         (mail-source-keyword-map): Add :stream for POP.
21846         (mail-source-fetch-pop): Use pop3-stream-type.
21847
21848 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21849
21850         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21851         of current-time-string.
21852
21853 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21854
21855         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21856         date header.
21857
21858 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21859
21860         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21861         it can seriously impact performance as it bypasses the agent's
21862         local caches.
21863
21864 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21865
21866         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21867         must be explicitly online rather than "not explicitly offline" for
21868         its flags to be synchronized.
21869
21870         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21871         that gnus-uu-unmark-thread will function correctly.
21872
21873         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21874         1024K is instead displayed as 1M.
21875
21876 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21877
21878         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21879
21880 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21881
21882         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21883
21884 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21885
21886         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21887         error message to display actual error condition.
21888         (gnus-agent-save-local): Avoid saving symbols that are bound to
21889         nil as they simply result in a warning message in
21890         gnus-agent-read-local.
21891
21892 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21893
21894         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21895         rather than make-variable-buffer-local for file-precious-flag.
21896
21897 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21898
21899         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21900         for duplicates which are removed.  The invalid sort check then
21901         triggers a rescan after the sort as sorting may have moved
21902         duplicate entries such that they can be cheaply detected.
21903
21904 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21907
21908 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21909
21910         * gnus-agent.el (gnus-agent-article-alist-save-format):
21911         Change internal variable to a custom variable.  Change default value
21912         from compressed(2) to uncompressed(1).
21913         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21914         support for uncompressed agentview files.  Taken together, reading
21915         the agentview file should now be 6-7 times faster.
21916
21917 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21918
21919         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21920         as a buffer-local variable.  This avoids creating truncated
21921         dribble files as a result of a hang up, eg.
21922
21923 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21924
21925         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21926         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21927         XEmacs.
21928
21929 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21930
21931         * gnus-start.el (gnus-start-draft-setup):
21932         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21933
21934         * gnus.el (gnus-splash): Change custom group.
21935         (gnus-group-get-parameter, gnus-group-parameter-value):
21936         Describe allow-list argument.
21937
21938         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21939         string.
21940
21941 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21942
21943         * gnus-art.el (gnus-default-article-saver): Add user-defined
21944         `function' to custom type.
21945
21946 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21947
21948         * imap.el (imap-open): Handle case where buffer is a buffer
21949         object.
21950
21951 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21952
21953         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21954         long lines.
21955         (gnus-cache-delete-group): Wrap doc strings.
21956
21957         * gnus-agent.el (gnus-agent-rename-group)
21958         (gnus-agent-delete-group): Wrap doc strings.
21959
21960 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21961
21962         * messagexmas.el (message-use-toolbar): Change the valid values
21963         into default, top, bottom, left, and right.
21964         (message-toolbar-thickness): New variable.
21965         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21966         well.
21967         (message-setup-toolbar): Make it work.
21968
21969         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21970         (gnus-use-toolbar): Change the valid values into default, top,
21971         bottom, left, and right.
21972         (gnus-toolbar-thickness): New variable.
21973         (gnus-xmas-setup-toolbar): New function.
21974         (gnus-xmas-setup-group-toolbar): Use it.
21975         (gnus-xmas-setup-summary-toolbar): Use it.
21976
21977 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21978
21979         * gnus-start.el (gnus-1): Add "native" to
21980         gnus-predefined-server-alist.
21981
21982         * gnus.el (gnus-method-to-server): Don't add "native" to the
21983         lists here, because that leads to problems when
21984         gnus-select-method is bound.
21985
21986 2005-11-09  Simon Josefsson  <jas@extundo.com>
21987
21988         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21989         use (not sort-by-date) instead.
21990
21991 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21992
21993         * gnus-delay.el (gnus-delay-group): Don't autoload.
21994         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21995         to be re-loaded when customizing the `gnus-delay' group.
21996
21997 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21998
21999         * message.el: Revert last changes.
22000         (message-insert-citation-line): Use newlines.
22001
22002 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22003
22004         * message.el (message-courtesy-message)
22005         (message-mark-insert-begin, message-mark-insert-end)
22006         (message-elide-ellipsis, message-cancel-message)
22007         (message-add-header, message-change-subject)
22008         (message-cross-post-followup-to-header)
22009         (message-cross-post-insert-note, message-reduce-to-to-cc)
22010         (message-widen-reply, message-delete-not-region)
22011         (message-kill-to-signature, message-insert-signature)
22012         (message-insert-importance-high, message-insert-importance-low)
22013         (message-insert-or-toggle-importance)
22014         (message-insert-disposition-notification-to)
22015         (message-indent-citation, message-yank-original)
22016         (message-cite-original-without-signature, message-cite-original)
22017         (message-insert-citation-line, message-position-on-field)
22018         (message-fix-before-sending, message-send-mail-partially)
22019         (message-send-mail, message-send-mail-with-sendmail)
22020         (message-send-mail-with-qmail, message-send-news)
22021         (message-check-news-header-syntax, message-generate-headers)
22022         (message-insert-courtesy-copy, message-fill-address)
22023         (message-fill-header, message-shorten-references)
22024         (message-setup-1, message-cancel-news)
22025         (message-forward-make-body-plain, message-forward-make-body-mime)
22026         (message-forward-make-body-mml, message-encode-message-body)
22027         (message-forward-make-body-digest-plain)
22028         (message-forward-make-body-digest-mime)
22029         (message-use-alternative-email-as-from): Insert `hard-newline'
22030         instead of ordinary newlines.
22031
22032 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * message.el (message-generate-headers): Downcase the argument
22035         given to message-check-element.
22036
22037 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
22038
22039         * nntp.el (nntp-authinfo-rejected): New error condition.
22040         (nntp-wait-for): Use new error condition to signal authentication
22041         error.
22042         (nntp-retrieve-data): Rethrow new error condition to break out of
22043         recursive call to nntp-send-authinfo.
22044
22045 2005-11-08  Romain Francoise  <romain@orebokech.com>
22046
22047         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
22048         (gnus-summary-exit-map): Bind to `Z p'.
22049         (gnus-summary-make-menu-bar): Add menu item.
22050
22051 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
22052
22053         * gnus-art.el (gnus-article-treat-custom): Add `first'.
22054         (gnus-treat-*): Add `first' in all doc strings.
22055
22056         * gnus-group.el (gnus-group-compact-group): Fix typo.
22057
22058 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * gnus.el (gnus-parameters-case-fold-search): New variable.
22061         (gnus-parameters-get-parameter): Use it.
22062
22063         * gnus-score.el (gnus-home-score-file): Doc fix.
22064
22065 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
22066
22067         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
22068
22069 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22070
22071         * mm-util.el (mm-special-display-p): New function.
22072
22073         * mml.el (mml-preview): Use it; doc fix.
22074
22075 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
22076
22077         * imap.el (imap-open): Handle case where buffer is a buffer object.
22078
22079 2005-10-29  Romain Francoise  <romain@orebokech.com>
22080
22081         * message.el (message-fix-before-sending): Fix comment.
22082
22083 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22084
22085         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
22086
22087 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
22088
22089         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
22090         Used in gnus-score.el.
22091
22092 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
22093
22094         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22095
22096 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22097
22098         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22099         whitespace removed in revision 7.8.  Use concatenated string to
22100         protect trailing whitespace.
22101
22102 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22103
22104         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22105         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22106         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22107         Courier IMAP ("some version from 2004").  Mostly based on similar
22108         code in the same function.
22109
22110 2005-10-26  Didier Verna  <didier@xemacs.org>
22111
22112         * gnus-group.el (gnus-group-compact-group): Invalidate original
22113         article buffer.
22114         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22115         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22116         NOV database and in article itself.
22117         Invalidate article backlog.
22118
22119 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22120
22121         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22122
22123 2005-10-26  Simon Josefsson  <jas@extundo.com>
22124
22125         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22126         part of 2004-07-25 change.
22127
22128 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * message.el (message-display-completion-list): New function.
22131         (message-expand-group): Use it; make sure the Completions buffer
22132         is modifiable.
22133 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22134
22135         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22136         user-mail-name is an empty string.
22137
22138 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22139
22140         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22141         depending on gnus-score-decay-constant.
22142
22143         * encrypt.el (encrypt-insert-file-contents)
22144         (encrypt-write-file-contents): Don't use `gnus-message'.
22145
22146         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22147         arguments.
22148         (mm-uu-type-alist): Add message-marks and insert-marks.
22149         Pass arguments to mm-uu-verbatim-marks-extract.
22150         (mm-uu-hide-markers): New variable.
22151         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22152
22153         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22154         (gnus-convert-image-to-face-command): Use "convert" by default to
22155         allow other input image formats.
22156         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22157         accordingly.
22158
22159 2005-10-23  Simon Josefsson  <jas@extundo.com>
22160
22161         * imap.el (imap-gssapi-program): Align command line parameters
22162         with latest GNU SASL.
22163         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22164
22165 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22166
22167         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22168         HTML.
22169         (nnslashdot-request-article): Ditto.
22170
22171         * lpath.el (featurep): Add nobreak-char-display.
22172
22173 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22174
22175         * mail-source.el (mail-source-fetch-pop): Require pop3.
22176         (mail-source-check-pop): Ditto.
22177
22178 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22179
22180         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22181         errors.
22182
22183 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22184
22185         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22186         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22187
22188         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22189
22190         * mm-bodies.el (mm-decode-string):
22191         Call `mm-charset-to-coding-system' with allow-override argument.
22192
22193 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22194
22195         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22196         (rfc2047-charset-to-coding-system): New function.
22197         (rfc2047-decode-encoded-words): New function.
22198         (rfc2047-decode-region): Use them.
22199         (rfc2047-decode-cte): Remove.
22200         (rfc2047-parse-and-decode): Remove.
22201         (rfc2047-decode): Remove.
22202
22203 2005-10-15  Kenichi Handa  <handa@m17n.org>
22204
22205         * rfc2047.el (rfc2047-decode-cte): New function.
22206         (rfc2047-decode-region): Change the way to decode successive
22207         encoded-words: decode B- or Q-encoding in each encoded-word,
22208         concatenate them, and decode it as charset.
22209
22210 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * lpath.el: Fbind codepage-setup for XEmacs.
22213
22214 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22215
22216         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22217         widget-move-and-invoke.
22218         (gnus-custom-mode): Use gnus-custom-map.
22219
22220 2005-10-15  Bill Wohler  <wohler@newt.com>
22221
22222         * message.el (message-tool-bar-map): Rename image file from
22223         mail_send to mail/send.
22224
22225 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22226
22227         * message.el (message-expand-group): Pass the common
22228         prefix substring of completion to `display-completion-list'.
22229
22230 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22231
22232         * mml-sec.el (mml-secure-method): New internal variable.
22233         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22234         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22235         New functions using mml-secure-method.
22236
22237         * mml.el (mml-mode-map): Add key bindings for those functions.
22238         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22239         Harder <harder@myrealbox.com>.
22240         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22241         Goto end of message if point is the headers of the message.
22242
22243         * message.el (message-in-body-p): New function.
22244
22245         * assistant.el: Autoload gnus-util and netrc.
22246
22247         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22248         Use `mm-charset-override-alist' only when decoding.
22249
22250         * mm-bodies.el (mm-decode-body):
22251         Call `mm-charset-to-coding-system' with allow-override argument.
22252
22253         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22254         `filename' from Content-Disposition if Content-Type doesn't
22255         provide `name'.
22256         (gnus-mime-view-part-as-type): Set default instead of
22257         initial-input.
22258
22259 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22260
22261         * format-spec.el (format-spec): Propagate text properties of % spec.
22262
22263 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22264
22265         * gnus-art.el (gnus-treat-predicate): Add `first'.
22266
22267 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22268
22269         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22270         (mm-charset-override-alist): New variable.
22271         (mm-charset-to-coding-system): Use it.
22272         (mm-codepage-setup): New helper function.
22273         (mm-charset-eval-alist): New variable.
22274         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22275         Warn about unknown charsets.
22276
22277         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22278
22279 2005-10-04  David Hansen  <david.hansen@gmx.net>
22280
22281         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22282         (nnrss-check-group): Ditto.
22283
22284 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22285
22286         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22287         Rename x-gnus-verbatim to x-verbatim.
22288         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22289
22290         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22291         x-verbatim.
22292
22293         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22294
22295         * gnus-util.el (gnus-remove-duplicates): Remove.
22296
22297         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22298         instead of gnus-remove-duplicates.
22299
22300         * message.el (message-remove-duplicates): Remove.
22301         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22302         message-remove-duplicates.
22303
22304         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22305         available, else use implementation from `delete-dups'.
22306
22307         * message.el (message-insert-expires): New function.
22308         (message-mode-map): Add key binding.
22309         (message-mode-field-menu): Add menu entry.
22310         (message-mode): Document it.
22311         (message-make-expires-date): Use `message-make-date'.
22312
22313 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22314
22315         * message.el (message-make-expires-date): New function.
22316
22317 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * Makefile.in (list-installed-shadows): New entry.
22320         (install): Use it.
22321         (remove-installed-shadows): New entry.
22322
22323         * dgnushack.el (dgnushack-default-load-path): New variable.
22324         (dgnushack-find-lisp-shadows): New function.
22325         (dgnushack-remove-lisp-shadows): New function.
22326
22327 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * Makefile.in (install-el-elc): New entry.
22330         (install): Use it so that .el files are necessarily installed.
22331
22332 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22335
22336 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22337
22338         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22339         function rather than the diff-mode.el package.
22340         (mm-display-external): Use with-current-buffer.
22341         (mm-viewer-completion-map, mm-viewer-completion-map):
22342         Move initialization inside declaration.
22343
22344 2005-09-29  Simon Josefsson  <jas@extundo.com>
22345
22346         * spam.el: Load hashcash when compiling, to avoid warnings.
22347         Don't autoload mail-check-payment.
22348         (spam-check-hashcash): Define unconditionally, since hashcash.el
22349         is part of Gnus now.  Ignore errors from payment checking.
22350
22351 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22352
22353         * message.el (message-bold-region, message-unbold-region):
22354         Rename from `bold-region' and `unbold-region'.
22355
22356         * message.el: Remove useless autoloads.
22357
22358 2005-09-28  Simon Josefsson  <jas@extundo.com>
22359
22360         * message.el (message-use-idna): Default to t.
22361         (message-use-idna): Test whether encoding works too.  Doc fix.
22362
22363 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22364
22365         * nntp.el (nntp-warn-about-losing-connection): Remove.
22366
22367 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22368
22369         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22370         customizable.  Change default value.
22371         (mm-uu-diff-groups-regexp): Change default value.
22372         (mm-uu-type-alist): Add doc string.
22373         (mm-uu-configure): Add doc string.  Make it interactive.
22374         (mm-uu-tex-groups-regexp): New variable.
22375         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22376         (mm-uu-type-alist): Add LaTeX documents.
22377         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22378         of "text/verbatim".
22379         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22380
22381         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22382         instead of "text/verbatim".
22383
22384         * message.el (message-mark-inserted-region)
22385         (message-mark-insert-file): Use slrn style marks when called with
22386         prefix argument.
22387
22388 2005-09-27  Simon Josefsson  <jas@extundo.com>
22389
22390         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22391
22392 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22393
22394         * message.el (message-remove-duplicates): New function.
22395         Implementation borrowed from `gnus-remove-duplicates'.
22396         (message-idna-to-ascii-rhs): Also encode idna addresses in
22397         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22398         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22399         only ask about the same idna domain once per header and also tell
22400         in what header to replace the idna domain.
22401
22402         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22403         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22404         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22405         a header is decoded and not just the last one.
22406
22407 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22408
22409         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22410         has been decoded.
22411
22412         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22413         (mm-insert-part): Don't modify text if it has been decoded.
22414
22415         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22416         decoded.
22417
22418         * mm-view.el (mm-inline-text): Don't strip text props unless
22419         decoding enriched or richtext parts.
22420
22421 2005-09-25  Romain Francoise  <romain@orebokech.com>
22422
22423         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22424         * gnus-start.el (gnus-subscribe-interactively):
22425         * gnus-uu.el (gnus-uu-grab-articles):
22426         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22427         space.
22428
22429 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22430
22431         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22432         * mm-view.el (mm-view-pkcs7-decrypt):
22433         * gnus-sum.el (gnus-summary-limit-to-extra)
22434         (gnus-summary-respool-article, gnus-read-move-group-name):
22435         * gnus-score.el (gnus-summary-increase-score):
22436         * gnus-util.el (gnus-completing-read-with-default):
22437         * gnus-art.el (gnus-read-save-file-name)
22438         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22439         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22440         * message.el (message-check-news-header-syntax):
22441         Follow convention for reading with the minibuffer.
22442
22443 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22444
22445         * spam-report.el (spam-report-url-ping-plain):
22446         Use gnus-extended-version as User-Agent.
22447
22448         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22449         default value is nil.
22450
22451         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22452         (mm-uu-verbatim-marks-extract): New function.
22453         (mm-uu-extract): New face.
22454         (mm-uu-copy-to-buffer): Use it.
22455
22456         * spam-report.el (spam-report-gmane-ham): Rename from
22457         `spam-report-gmane-unspam'.
22458         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22459         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22460
22461         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22462         Autoload.
22463         (spam-report-gmane-unregister-routine):
22464         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22465
22466 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22467
22468         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22469         (spam-report-gmane-unregister-routine): Add support for gmane
22470         unregistration.
22471
22472         * spam-report.el (spam-report-gmane-unspam)
22473         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22474         (spam-report-gmane): Change to take a single article and do unspam
22475         registration.
22476
22477 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22478
22479         * mm-url.el (mm-url-decode-entities): Fix regexp.
22480
22481 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22482
22483         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22484         default to nil, to be able to use Gnus at all.  If the default
22485         switches to something else, then the function should be fixed not
22486         be exceedingly slow.
22487
22488 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22489
22490         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22491         fail hard.
22492
22493         * spam-report.el: Add better Keywords line.
22494
22495         * spam.el: Add Maintainer and better Keywords line.
22496
22497 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22498
22499         * gnus-art.el (gnus-article-replace-part)
22500         (gnus-mime-replace-part): New functions.
22501         (gnus-mime-action-alist, gnus-mime-button-commands)
22502         (gnus-mime-save-part-and-strip): Add file argument.
22503         (gnus-article-part-wrapper): Add interactive argument.
22504
22505         * gnus-sum.el (gnus-summary-mime-map):
22506         Add `gnus-article-replace-part'.
22507
22508 2005-09-19  Didier Verna  <didier@xemacs.org>
22509
22510         The nnml compaction feature:
22511         * nnml.el (nnml-request-compact-group): New function.
22512         * nnml.el (nnml-request-compact): New function.
22513         * gnus-int.el (gnus-request-compact-group): New function.
22514         * gnus-int.el (gnus-request-compact): New function.
22515         * gnus-group.el (gnus-group-compact-group): New function.
22516         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22517         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22518         * gnus-srvr.el (gnus-server-compact-server): New function.
22519         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22520         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22521
22522 2005-09-18  Deepak Goel  <deego@gnufans.org>
22523
22524         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22525         format spec.
22526
22527 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22528
22529         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22530
22531 2005-09-15  Romain Francoise  <romain@orebokech.com>
22532
22533         * message.el (message-fill-paragraph): Clarify docstring.
22534
22535 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * gnus-art.el (gnus-mime-display-part): Protect against broken
22538         MIME messages.
22539
22540 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22541
22542         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22543         before parsing header.
22544
22545 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22546
22547         * html2text.el (html2text-replace-list): Add new entities.
22548
22549 2005-09-11  Romain Francoise  <romain@orebokech.com>
22550
22551         * message.el (message-alternative-emails): Improve docstring.
22552         (message-setup-1): Call `message-use-alternative-email-as-from'
22553         after `message-setup-hook' to give it precedence over posting
22554         styles, etc.
22555         (message-use-alternative-email-as-from): Add docstring.
22556         Remove the original From header if present.
22557
22558         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22559         (nnml-save-mail): Use it.
22560
22561         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22562         articles.  Add new argument `silent'.
22563         (gnus-uu-mark-all): Report the total number of marked articles.
22564
22565 2005-09-10  Romain Francoise  <romain@orebokech.com>
22566
22567         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22568         (gnus-uu-mark-series): Likewise.
22569
22570 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22571
22572         * spam-report.el (spam-report-gmane): Fix generation of spam
22573         report URL.
22574
22575 2005-09-10  Simon Josefsson  <jas@extundo.com>
22576
22577         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22578         t, based on discussion on the ding list with Robert Epprecht
22579         <epprecht@solnet.ch>.
22580
22581 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22582
22583         * spam-report.el (spam-report-gmane): Make it work without
22584         X-Report-Spam header.  Gmane now only provides Archived-At.
22585         This is only used if `spam-report-gmane-use-article-number' is nil.
22586         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22587
22588         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22589         make `gnus-summary-sort-by-recipient' work with threading.
22590
22591         * nnweb.el (nnweb-google-wash-article): Print a message if article
22592         is not available.
22593
22594 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22595
22596         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22597         change.  Decode text/* parts content before displaying.
22598
22599 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22600
22601         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22602
22603 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22604
22605         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22606
22607         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22608         url-package-name, url-package-version,
22609         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22610         w3m-display-inline-images, and w3m-minor-mode-map.
22611
22612 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22613
22614         * message.el (message-tab-body-function): Fix mismatched custom type.
22615
22616         * gnus.el (gnus-group-change-level-function): Ditto.
22617
22618         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22619
22620         * gnus-art.el (gnus-signature-limit)
22621         (gnus-article-mime-part-function): Ditto.
22622
22623 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * mml.el (mml-mode): Silence the byte compiler.
22626
22627         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22628         using `(sit-for 0)' before moving the point to the specified part;
22629         skip unbuttonized parts.
22630         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22631         return to the summary window if gnus-auto-select-part is non-nil.
22632
22633 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22634
22635         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22636         New variables.
22637         (mml-dnd-attach-file, mml-mode): Use them.
22638
22639         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22640         Make fetching article by MID work again for Google Groups.
22641         Add FIXME concerning gnus-group-make-web-group.
22642
22643         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22644         Don't depend on Gnus by using mail-extract-address-components if
22645         gnus-extract-address-components is not bound.
22646
22647 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22648
22649         * gnus-art.el (gnus-mime-display-security): Don't display the
22650         signature, but only the signed part.
22651
22652 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22653
22654         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22655
22656         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22657         list, not listp.
22658
22659 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22660
22661         * mm-encode.el (mm-encode-content-transfer-encoding):
22662         Likewise when encoding.
22663
22664         * mm-bodies.el (mm-decode-content-transfer-encoding):
22665         De-canonicalize CRLF for all text content types, not just
22666         text/plain.
22667
22668 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22669
22670         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22671         valid article; point arrow and cursor at the MIME button.
22672
22673 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22676         Suggested by Dan Christensen <jdc@uwo.ca>.
22677
22678         * mm-decode.el (mm-save-part): Enable change of prompt.
22679
22680 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22681
22682         * gnus-msg.el (gnus-inews-add-send-actions):
22683         Make `message-post-method' lambda parameter ARG `&optional'.
22684
22685 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22686
22687         * gnus-sum.el (gnus-summary-mime-map):
22688         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22689         gnus-article-jump-to-part.
22690
22691         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22692         (gnus-article-edit-part): Use it.
22693         (gnus-article-part-wrapper): Add no-handle argument.
22694         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22695         New functions.
22696
22697 2005-08-29  Romain Francoise  <romain@orebokech.com>
22698
22699         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22700         docstring.
22701         (gnus-face-from-file): Likewise.
22702
22703 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22704
22705         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22706         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22707         non-nil.
22708         (gnus-auto-select-part): New variable.
22709         (gnus-article-jump-to-part): New function.
22710         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22711         (gnus-mime-delete-part): Allow selecting specified part after
22712         deleting or stripping parts.
22713         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22714         part if argument is bogus.
22715
22716 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22717
22718         * gnus-art.el (w3m-minor-mode-map):
22719         * gnus-spec.el (gnus-newsrc-file-version):
22720         * gnus-util.el (nnmail-active-file-coding-system)
22721         (gnus-original-article-buffer, gnus-user-agent):
22722         * gnus.el (gnus-ham-process-destinations)
22723         (gnus-parameter-ham-marks-alist)
22724         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22725         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22726         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22727         * mm-decode.el (gnus-current-window-configuration):
22728         * mm-extern.el (gnus-article-mime-handles):
22729         * mm-url.el (url-current-object, url-package-name)
22730         (url-package-version):
22731         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22732         (smime-keys, w3m-cid-retrieve-function-alist)
22733         (w3m-current-buffer, w3m-display-inline-images)
22734         (w3m-minor-mode-map):
22735         * mml-smime.el (gnus-extract-address-components):
22736         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22737         (gnus-newsrc-hashtb, message-default-charset)
22738         (message-deletable-headers, message-options)
22739         (message-posting-charset, message-required-mail-headers)
22740         (message-required-news-headers):
22741         * mml1991.el (mc-pgp-always-sign):
22742         * mml2015.el (mc-pgp-always-sign):
22743         * nnheader.el (nnmail-extra-headers):
22744         * rfc1843.el (gnus-decode-encoded-word-function)
22745         (gnus-decode-header-function, gnus-newsgroup-name):
22746         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22747
22748 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22749
22750         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22751         the end of the date treatments.
22752
22753 2005-08-15  Simon Josefsson  <jas@extundo.com>
22754
22755         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22756         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22757         Capello and Romain Francoise.
22758         (pgg-fetch-key-function): Remove, not used?
22759         (pgg-insert-url-with-w3): Require url, to get
22760         url-insert-file-contents regardless of where it is defined.
22761
22762 2005-08-13  Romain Francoise  <romain@orebokech.com>
22763
22764         * message.el (message-cite-original-1): New function.
22765         (message-cite-original): Use it.
22766         (message-cite-original-without-signature): Ditto.
22767
22768 2005-08-08  Romain Francoise  <romain@orebokech.com>
22769
22770         * message.el (message-yank-empty-prefix): New variable.
22771         (message-indent-citation): Use it.
22772         (message-cite-original-without-signature): Respect X-No-Archive.
22773
22774 2005-08-08  Simon Josefsson  <jas@extundo.com>
22775
22776         * pgg.el: Autoload url-insert-file-contents instead of loading
22777         w3/url.
22778         (pgg-insert-url-with-w3): Don't load url here.
22779
22780 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22781
22782         * message.el (message-kill-to-signature): Don't insert newline at
22783         bol.
22784         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22785
22786 2005-08-06  Romain Francoise  <romain@orebokech.com>
22787
22788         * message.el (message-user-fqdn): Fix typo in docstring.
22789
22790 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22791
22792         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22793
22794         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22795
22796 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22797
22798         * mm-bodies.el (mm-encode-body): Use coding system rather than
22799         charset to encode text.
22800
22801         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22802         number of charsets if utf-8 is available (XEmacs).
22803
22804 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22805
22806         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22807         taken from `gnus-button-mid-or-mail-regexp'.
22808         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22809         (gnus-button-alist): Improve regexp for domain part of the MIDs
22810         for news:localpart@domain buttons.
22811         (gnus-button-ctan-directory-regexp): Update.
22812
22813 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22814
22815         * sieve-manage.el (sieve-manage-interactive-login):
22816         Use make-local-variable rather than make-variable-buffer-local.
22817         (sieve-manage-open): Ditto.
22818         (sieve-manage-authenticate): Ditto.
22819
22820         * mml.el (mml-generate-mime-1): Make the content type default to
22821         text/plain if the filename is not specified.
22822
22823 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22824
22825         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22826         instead of insert-buffer.
22827
22828         * message.el (message-yank-original): Ditto; set the mark at the
22829         end of the yanked message.
22830
22831 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22832
22833         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22834         lines to scroll rather than to stop it.
22835
22836         * mml.el (mml-generate-default-type): Add doc string.
22837         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22838         default to application/octet-stream when determining the content
22839         type if it is not specified for the part or the mml contents; add
22840         a comment about mml-generate-default-type.
22841
22842 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22843
22844         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22845         make it default to application/octet-stream when determining the
22846         content type if it is not specified for the external contents.
22847
22848 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22849
22850         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22851         segmented parameter but also other parameters might be there.
22852
22853 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22854
22855         * mm-decode.el (mm-display-external): Delete temp file, directory
22856         and buffer immediately if the external process is exited.
22857
22858 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22859
22860         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22861         fewer lines than that of scroll-margin.
22862         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22863
22864 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * gnus-art.el (gnus-article-next-page): Revert.
22867         (gnus-article-beginning-of-window): New macro.
22868         (gnus-article-next-page-1): Use it.
22869         (gnus-article-prev-page): Ditto.
22870         (gnus-article-edit-part): Use insert-buffer-substring instead of
22871         insert-buffer.
22872         (gnus-article-edit-exit): Ditto.
22873
22874         * gnus-util.el (gnus-beginning-of-window): Remove.
22875         (gnus-end-of-window): Remove.
22876
22877         * lpath.el: Don't bind header-line-format and scroll-margin.
22878
22879 2005-07-25  Simon Josefsson  <jas@extundo.com>
22880
22881         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22882         to have the url package without w3.  Reported by Daiki Ueno
22883         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22884
22885 2005-07-20  Didier Verna  <didier@xemacs.org>
22886
22887         * gnus-diary.el: Remove the description comment (nndiary is now
22888         properly documented in the Gnus manual).
22889         Fix the spelling of "Back End".
22890         * nndiary.el: Ditto.
22891         Fix the copyright notice.
22892
22893 2005-07-18  Romain Francoise  <romain@orebokech.com>
22894
22895         * gnus-sum.el (gnus-summary-to-prefix)
22896         (gnus-summary-newsgroup-prefix): New variables.
22897         (gnus-summary-from-or-to-or-newsgroups): Use them.
22898
22899 2005-07-17  Romain Francoise  <romain@orebokech.com>
22900
22901         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22902         space as it's generally not especially interesting to the user.
22903
22904 2005-07-16  Romain Francoise  <romain@orebokech.com>
22905
22906         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22907         nil to avoid prompting and file modification if one of the
22908         messages at the top of the nnfolder file contains a copyright
22909         notice.
22910         Update copyright notice.
22911
22912         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22913         instead of `current-time-string' as the latter creates a time
22914         string that is not RFC 2822 compliant (it lacks the zone).
22915         Update copyright notice.
22916
22917 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22918
22919         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22920         for text/rtf.  Display default in prompt.  Pass default for M-n.
22921
22922         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22923
22924 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22925
22926         * gnus-msg.el (gnus-button-mailto):
22927         Remove save-selected-window-window hackery because it relies on
22928         save-selected-window internals.
22929
22930 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22931
22932         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22933         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22934         (gnus-article-prev-page): Ditto.
22935
22936         * gnus-util.el (gnus-beginning-of-window): New function.
22937         (gnus-end-of-window): New function.
22938
22939         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22940
22941 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22942
22943         * gnus-score.el (gnus-score-edit-all-score):
22944         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22945         gnus-message.
22946
22947 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22948
22949         * gnus-msg.el (gnus-button-mailto):
22950         Remove save-selected-window-window hackery because it relies on
22951         save-selected-window internals.
22952
22953 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22954
22955         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22956         add-minor-mode.
22957         (gnus-binary-mode): Ditto.
22958
22959         * gnus-topic.el (gnus-topic-mode): Ditto.
22960
22961 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22962
22963         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22964         (gnus-article-prev-page): Take scroll-margin into consideration.
22965
22966 2005-07-04  Lute Kamstra  <lute@gnu.org>
22967
22968         Update FSF's address in GPL notices.
22969
22970 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22971
22972         * gnus.el (gnus-exit):
22973         * gnus-group.el (gnus-group-icons):
22974         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22975
22976         * gnus-nocem.el (gnus-nocem):
22977         * message.el (message-various, message-buffers, message-sending)
22978         (message-interface, message-forwarding, message-insertion)
22979         (message-headers, message-news, message-mail):
22980         * pgg-gpg.el (pgg-gpg):
22981         * pgg-parse.el (pgg-parse):
22982         * pgg-pgp.el (pgg-pgp):
22983         * pgg-pgp5.el (pgg-pgp5):
22984         * pop3.el (pop3): Finish `defgroup' description with period.
22985
22986 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22987
22988         * gnus-art.el (article-display-face): Improve the efficiency.
22989         (article-display-x-face): Ditto; remove gray x-face stuff.
22990
22991 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el (article-display-face): Correct the position in
22994         which Faces are inserted.
22995
22996 2005-06-29  Didier Verna  <didier@xemacs.org>
22997
22998         * gnus-art.el (article-display-face): Display faces in correct
22999         order.
23000
23001 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
23004         (gnus-fill-real-hashtb): Use hash table instead of obarray.
23005         (gnus-nocem-check-article): Fetch the Type header.
23006         (gnus-nocem-message-wanted-p): Fix the way to examine types.
23007         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
23008         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
23009         make sure gnus-nocem-hashtb is initialized.
23010         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
23011         (gnus-nocem-unwanted-article-p): Ditto.
23012
23013         * pgg.el (pgg-verify): Return the verification result.
23014
23015 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23016
23017         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
23018         is ascii.
23019
23020 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
23021
23022         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
23023         `show-nonbreak-escape'.
23024
23025 2005-06-23  Lute Kamstra  <lute@gnu.org>
23026
23027         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
23028
23029         * dig.el (dig-mode):
23030         * smime.el (smime-mode): Use gnus-run-mode-hooks.
23031
23032 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
23033
23034         * nnimap.el (nnimap-split-download-body): Fix spellings.
23035
23036 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
23037
23038         * gnus-art.el (gnus-article-encrypt-body):
23039         * gnus-cus.el (gnus-score-customize):
23040         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
23041         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
23042
23043 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
23044
23045         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
23046         header by looking for magic "MII" at the beginning.
23047
23048 2005-06-16  Miles Bader  <miles@gnu.org>
23049
23050         * gnus-xmas.el (gnus-xmas-group-startup-message):
23051         Use renamed gnus-splash face.
23052
23053         * assistant.el (assistant-field): Remove "-face" suffix from face name.
23054         (assistant-field-face): New backward-compatibility alias for renamed
23055         face.
23056         (assistant-render-text): Use renamed assistant-field face.
23057
23058         * spam.el (spam): Remove "-face" suffix from face name.
23059         (spam-face): New backward-compatibility alias for renamed face.
23060         (spam-face, spam-initialize): Use renamed spam face.
23061
23062         * message.el (message-header-to, message-header-cc)
23063         (message-header-subject, message-header-newsgroups)
23064         (message-header-other, message-header-name)
23065         (message-header-xheader, message-separator, message-cited-text)
23066         (message-mml): Remove "-face" suffix from face names.
23067         (message-header-to-face, message-header-cc-face)
23068         (message-header-subject-face, message-header-newsgroups-face)
23069         (message-header-other-face, message-header-name-face)
23070         (message-header-xheader-face, message-separator-face)
23071         (message-cited-text-face, message-mml-face):
23072         New backward-compatibility aliases for renamed faces.
23073         (message-font-lock-keywords): Use renamed message faces.
23074
23075         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
23076         (sieve-test-commands, sieve-tagged-arguments):
23077         Remove "-face" suffix from face names.
23078         (sieve-control-commands-face, sieve-action-commands-face)
23079         (sieve-test-commands-face, sieve-tagged-arguments-face):
23080         New backward-compatibility aliases for renamed faces.
23081         (sieve-control-commands-face, sieve-action-commands-face)
23082         (sieve-test-commands-face, sieve-tagged-arguments-face):
23083         Use renamed sieve faces.
23084
23085         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
23086         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
23087         (gnus-group-news-3-empty, gnus-group-news-4)
23088         (gnus-group-news-4-empty, gnus-group-news-5)
23089         (gnus-group-news-5-empty, gnus-group-news-6)
23090         (gnus-group-news-6-empty, gnus-group-news-low)
23091         (gnus-group-news-low-empty, gnus-group-mail-1)
23092         (gnus-group-mail-1-empty, gnus-group-mail-2)
23093         (gnus-group-mail-2-empty, gnus-group-mail-3)
23094         (gnus-group-mail-3-empty, gnus-group-mail-low)
23095         (gnus-group-mail-low-empty, gnus-summary-selected)
23096         (gnus-summary-cancelled, gnus-summary-high-ticked)
23097         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23098         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23099         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23100         (gnus-summary-low-undownloaded)
23101         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23102         (gnus-summary-low-unread, gnus-summary-normal-unread)
23103         (gnus-summary-high-read, gnus-summary-low-read)
23104         (gnus-summary-normal-read, gnus-splash):
23105         Remove "-face" suffix from face names.
23106         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23107         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23108         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23109         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23110         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23111         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23112         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23113         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23114         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23115         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23116         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23117         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23118         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23119         (gnus-summary-normal-ticked-face)
23120         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23121         (gnus-summary-normal-ancient-face)
23122         (gnus-summary-high-undownloaded-face)
23123         (gnus-summary-low-undownloaded-face)
23124         (gnus-summary-normal-undownloaded-face)
23125         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23126         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23127         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23128         (gnus-splash-face):
23129         New backward-compatibility aliases for renamed faces.
23130         (gnus-group-startup-message): Use renamed gnus faces.
23131
23132         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23133         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23134         (gnus-server-agent): Remove "-face" suffix from face names.
23135         (gnus-server-agent-face, gnus-server-opened-face)
23136         (gnus-server-closed-face, gnus-server-denied-face)
23137         (gnus-server-offline-face):
23138         New backward-compatibility aliases for renamed faces.
23139         (gnus-server-agent-face, gnus-server-opened-face)
23140         (gnus-server-closed-face, gnus-server-denied-face)
23141         (gnus-server-offline-face): Use renamed gnus faces.
23142
23143         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23144         Remove "-face" suffix from face names.
23145         (gnus-picon-xbm-face, gnus-picon-face):
23146         New backward-compatibility aliases for renamed faces.
23147
23148         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23149         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23150         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23151         (gnus-cite-11): Remove "-face" suffix from face names.
23152         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23153         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23154         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23155         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23156         New backward-compatibility aliases for renamed faces.
23157         (gnus-cite-attribution-face, gnus-cite-face-list)
23158         (gnus-article-boring-faces): Use renamed gnus faces.
23159
23160         * gnus-art.el (gnus-signature, gnus-header-from)
23161         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23162         (gnus-header-content): Remove "-face" suffix from face names.
23163         (gnus-signature-face, gnus-header-from-face)
23164         (gnus-header-subject-face, gnus-header-newsgroups-face)
23165         (gnus-header-name-face, gnus-header-content-face):
23166         New backward-compatibility aliases for renamed faces.
23167         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23168
23169         * gnus-sum.el (gnus-summary-selected-face)
23170         (gnus-summary-highlight): Use renamed gnus faces.
23171         * gnus-group.el (gnus-group-highlight): Likewise.
23172
23173 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23174
23175         * gnus-sieve.el (gnus-sieve-article-add-rule):
23176         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23177         * spam-stat.el (spam-stat-buffer-change-to-spam)
23178         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23179
23180         * message.el (message-is-yours-p):
23181         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23182
23183 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23184
23185         * mm-view.el (mm-inline-text): Withdraw the last change.
23186
23187 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23188
23189         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23190         executing enriched-decode.
23191
23192 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23193
23194         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23195         charset of tar files.
23196
23197 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23198
23199         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23200
23201 2005-06-04  Lute Kamstra  <lute@gnu.org>
23202
23203         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23204         information is never recorded.
23205
23206 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23207
23208         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23209
23210 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23211
23212         * pop3.el (pop3-apop): Run md5 in the binary mode.
23213
23214         * starttls.el (starttls-set-process-query-on-exit-flag):
23215         Use eval-and-compile.
23216
23217 2005-05-31  Simon Josefsson  <jas@extundo.com>
23218
23219         * smime.el (smime-replace-in-string): Define.
23220         (smime-cert-by-ldap-1): Use it.
23221
23222 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23223
23224         * gnus-art.el (article-display-x-face): Replace
23225         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23226
23227         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23228         set-process-query-on-exit-flag or process-kill-without-query.
23229
23230         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23231         loop instead of replace-regexp.
23232
23233         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23234         instead of process-kill-without-query if it is available.
23235
23236         * lpath.el: Fbind ldap-search-entries.
23237
23238         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23239         instead of find-file-hooks if it is available.
23240
23241         * mml1991.el: Bind pgg-default-user-id when compiling.
23242
23243         * mml2015.el: Bind pgg-default-user-id when compiling.
23244
23245         * nndraft.el (nndraft-request-associate-buffer):
23246         Use write-contents-functions instead of write-contents-hooks if it is
23247         available.
23248
23249         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23250         instead of find-file-hooks if it is available.
23251
23252         * nntp.el (nntp-open-connection): Replace
23253         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23254         (nntp-open-ssl-stream): Ditto.
23255         (nntp-open-tls-stream): Ditto.
23256
23257         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23258         set-process-query-on-exit-flag or process-kill-without-query.
23259         (starttls-open-stream-gnutls): Use it instead of
23260         process-kill-without-query.
23261         (starttls-open-stream): Ditto.
23262
23263 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23264
23265         * smime.el (smime-cert-by-ldap-1): Don't use
23266         replace-regexp-in-string.
23267
23268 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23269
23270         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23271
23272         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23273         in PEM format.  Adjust to the XEmacs compatibility.
23274
23275 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23276
23277         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23278         by `string-to-number'.
23279         * gnus-agent.el (gnus-agent-regenerate-group)
23280         (gnus-agent-fetch-articles): Ditto.
23281         * gnus-art.el (gnus-button-fetch-group): Ditto.
23282         * gnus-cache.el (gnus-cache-generate-active)
23283         (gnus-cache-articles-in-group): Ditto.
23284         * gnus-group.el (gnus-group-set-current-level)
23285         (gnus-group-insert-group-line): Ditto.
23286         * gnus-score.el (gnus-score-set-expunge-below)
23287         (gnus-score-set-mark-below, gnus-summary-score-effect)
23288         (gnus-summary-score-entry): Ditto.
23289         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23290         (gnus-soup-pack): Ditto.
23291         * gnus-spec.el (gnus-xmas-format): Ditto.
23292         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23293         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23294         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23295         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23296         * nndb.el (nndb-get-remote-expire-response): Ditto.
23297         * nndiary.el (nndiary-parse-schedule-value)
23298         (nndiary-string-to-number, nndiary-request-replace-article)
23299         (nndiary-request-article): Ditto.
23300         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23301         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23302         * nneething.el (nneething-make-head): Ditto.
23303         * nnfolder.el (nnfolder-request-article)
23304         (nnfolder-retrieve-headers): Ditto.
23305         * nnheader.el (nnheader-file-to-number): Ditto.
23306         * nnkiboze.el (nnkiboze-request-article): Ditto.
23307         * nnmail.el (nnmail-process-unix-mail-format)
23308         (nnmail-process-babyl-mail-format): Ditto.
23309         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23310         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23311         (nnmh-request-create-group, nnmh-request-list-1)
23312         (nnmh-request-group, nnmh-request-article): Ditto.
23313         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23314         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23315         * nnsoup.el (nnsoup-make-active): Ditto.
23316         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23317         * nntp.el (nntp-find-group-and-number)
23318         (nntp-retrieve-headers-with-xover): Ditto.
23319         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23320         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23321         (pgg-format-key-identifier): Ditto.
23322         * pop3.el (pop3-last, pop3-stat): Ditto.
23323         * qp.el (quoted-printable-decode-region): Ditto.
23324
23325         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23326         of concat.
23327
23328 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23329
23330         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23331
23332         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23333
23334         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23335
23336         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23337
23338         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23339
23340         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23341
23342         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23343         (gnus-carpal-mode): Ditto.
23344
23345         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23346         (gnus-browse-mode): Ditto.
23347
23348         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23349
23350         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23351
23352 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23353
23354         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23355
23356 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23357
23358         * gnus-util.el (gnus-run-mode-hooks): New function.
23359
23360         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23361
23362         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23363         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23364
23365 2005-05-27  Lute Kamstra  <lute@gnu.org>
23366
23367         * dns-mode.el (dns-mode): Specify customization group.
23368
23369 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23370
23371         * gnus-agent.el (gnus-agent-make-mode-line-string):
23372         Use mode-line-highlight as mouse-face.
23373
23374 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23375
23376         * canlock.el (canlock): Change the parent group to news.
23377
23378         * deuglify.el (gnus-outlook-deuglify): Add :group.
23379
23380         * dig.el (dig): Add :group.
23381
23382         * dns-mode.el (dns-mode): Add :group.
23383
23384         * encrypt.el (encrypt): Add :group.
23385
23386         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23387         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23388         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23389         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23390         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23391
23392         * gnus-diary.el (gnus-diary): Add :group.
23393
23394         * gnus.el (gnus-group-news-1-face): Add :group.
23395         (gnus-group-news-1-empty-face): Ditto.
23396         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23397         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23398         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23399         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23400         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23401         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23402         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23403         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23404         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23405         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23406         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23407         (gnus-summary-high-ticked-face): Ditto.
23408         (gnus-summary-low-ticked-face): Ditto.
23409         (gnus-summary-normal-ticked-face): Ditto.
23410         (gnus-summary-high-ancient-face): Ditto.
23411         (gnus-summary-low-ancient-face): Ditto.
23412         (gnus-summary-normal-ancient-face): Ditto.
23413         (gnus-summary-high-undownloaded-face): Ditto.
23414         (gnus-summary-low-undownloaded-face): Ditto.
23415         (gnus-summary-normal-undownloaded-face): Ditto.
23416         (gnus-summary-high-unread-face): Ditto.
23417         (gnus-summary-low-unread-face): Ditto.
23418         (gnus-summary-normal-unread-face): Ditto.
23419         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23420         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23421
23422         * hashcash.el (hashcash): New custom group.
23423         (hashcash-default-payment): Add :group.
23424         (hashcash-payment-alist): Ditto.
23425         (hashcash-default-accept-payment): Ditto.
23426         (hashcash-accept-resources): Ditto.
23427         (hashcash-path): Ditto.
23428         (hashcash-extra-generate-parameters): Ditto.
23429         (hashcash-double-spend-database): Ditto.
23430         (hashcash-in-news): Ditto.
23431
23432         * message.el (message-minibuffer-local-map): Add :group.
23433
23434         * netrc.el (netrc): Add :group.
23435
23436         * sieve-manage.el (sieve-manage-log): Add :group.
23437         (sieve-manage-default-user): Diito.
23438         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23439         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23440         (sieve-manage-authenticators): Ditto.
23441         (sieve-manage-authenticator-alist): Ditto.
23442         (sieve-manage-default-port): Ditto.
23443
23444         * sieve-mode.el (sieve-control-commands-face): Add :group.
23445         (sieve-action-commands-face): Ditto.
23446         (sieve-test-commands-face): Ditto.
23447         (sieve-tagged-arguments-face): Ditto.
23448
23449         * smime.el (smime): Add :group.
23450
23451         * spam-report.el (spam-report): Add :group.
23452
23453         * spam.el (spam, spam-face): Add :group.
23454
23455 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23456
23457         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23458         return \n.\n.\n at the end of articles.  Protect against that.
23459         (nntp-with-open-group): Allow debugging.
23460
23461         * nnheader.el (mail-header-set-extra): Make into a function
23462         because I just could't understand how to quote the list properly.
23463
23464         * dns.el (query-dns-cached): New function.
23465
23466 2005-05-26  Lute Kamstra  <lute@gnu.org>
23467
23468         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23469
23470 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23471
23472         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23473
23474         * gnus-art.el: Don't autoload mail-extract-address-components.
23475
23476         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23477         eval-and-compile to evaluate it.
23478
23479         * hashcash.el: Don't autoload executable-find.
23480
23481         * nndb.el: Don't declare the nndb back end two or more times; don't
23482         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23483
23484         * nntp.el: Autoload format-spec instead of format; use
23485         eval-and-compile to evaluate autoload forms.
23486
23487 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23488
23489         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23490
23491 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23492
23493         * gnus.el (gnus-version-number): Bump version.
23494
23495 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23496
23497         * gnus.el: No Gnus v0.3 is released.
23498
23499 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23500
23501         * lpath.el (featurep): Bind show-nonbreak-escape.
23502
23503 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23504
23505         * gnus-art.el (gnus-article-edit-part): Disable undo.
23506
23507 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23508
23509         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23510         gnus-article-date-lapsed-new-header is t if date timer is active;
23511         skip headers in which the original date value is empty.
23512         (gnus-article-save-original-date): Redefine it as a macro.
23513         (gnus-display-mime): Use it.
23514
23515 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23516
23517         * gnus-art.el (article-date-ut): Support converting date in
23518         forwarded parts as well.
23519         (gnus-article-save-original-date): New function.
23520         (gnus-display-mime): Use it.
23521
23522 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23523
23524         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23525         enclosure element of <item>.
23526
23527 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23528
23529         * message.el (message-kill-buffer-query): Rename from
23530         `message-kill-buffer-query-if-modified'.  Add :version.
23531
23532 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23533
23534         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23535         window layout.
23536
23537 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23538
23539         * mml.el: Autoload dnd when compiling.
23540
23541 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23542
23543         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23544         x-dnd-*.
23545
23546 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * qp.el (quoted-printable-encode-region): Save excursion.
23549
23550 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23551
23552         * message.el (message-kill-buffer-query-if-modified): Add new variable
23553         so the user can kill a modified message buffer quickly.
23554         (message-kill-buffer): Use it.
23555
23556 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23557
23558         * lpath.el: Fbind display-time-event-handler; don't fbind
23559         string-to-multibyte.
23560
23561         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23562
23563 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23564
23565         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23566         contained in text because xml.el decodes entities) with LFs.
23567
23568 2005-04-11  Lute Kamstra  <lute@gnu.org>
23569
23570         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23571         differently.
23572
23573 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23574
23575         * mm-util.el (mm-detect-coding-region): Typo.
23576
23577 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23578
23579         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23580
23581 2005-04-06  Deepak Goel  <deego@gnufans.org>
23582
23583         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23584         user-function allow user modifications of the scores.
23585         (spam-stat-score-buffer-user): New function, to allow
23586         user-computed modifications to the score.
23587         (spam-stat-score-buffer-user-functions): List of additional
23588         scoring functions.
23589         (spam-stat-error-holder): Global temporary error holder.
23590         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23591         variable.
23592
23593 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23594
23595         * gnus-registry.el (gnus-registry-clean-empty-function)
23596         (gnus-registry-trim, gnus-registry-fetch-groups)
23597         (gnus-registry-delete-group): Groups that match
23598         `gnus-registry-ignored-groups' are removed from the registry
23599         entries, not just ignored for splitting.  This helps clean up the
23600         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23601         to get all the groups a message ID is in.
23602
23603         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23604         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23605         (spam-stat-score-buffer-user-functions): Add :number custom type.
23606
23607 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23610         argument in XEmacs.
23611
23612         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23613         (nnrss-request-group): Decode group name first.
23614         (nnrss-request-article): Make a text/plain article if mml-to-mime
23615         failed.
23616         (nnrss-get-encoding): Return a compatible encoding according to
23617         nnrss-compatible-encoding-alist.
23618         (nnrss-find-el): Use consp instead of listp.
23619         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23620
23621 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23622
23623         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23624         which Emacs 20 doesn't support.
23625         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23626
23627 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23628
23629         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23630         silence the byte compiler inside the defun.
23631
23632         * gnus-demon.el (parse-time-string): Add autoload.
23633
23634         * gnus-delay.el (parse-time-string): Add autoload.
23635
23636         * gnus-art.el (parse-time-string): Add autoload.
23637
23638         * nnultimate.el (parse-time): Require for `parse-time-string'.
23639
23640 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23641
23642         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23643
23644         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23645
23646         * smime.el (smime-ldap-host-list): Add :version.
23647
23648 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23649
23650         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23651         pass it to `gnus-browse-read-group'.
23652         (gnus-browse-read-group): Add NUMBER argument and pass it to
23653         `gnus-group-read-ephemeral-group'.
23654
23655         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23656         argument and pass it to `gnus-group-read-group'.
23657
23658 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23659
23660         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23661         mm-xemacs-find-mime-charset-1 if we have the mule feature
23662         available at runtime.
23663
23664 2005-03-25  Werner Lemberg  <wl@gnu.org>
23665
23666         * nnmaildir.el: Replace `illegal' with `invalid'.
23667
23668 2005-03-23  Lute Kamstra  <lute@gnu.org>
23669
23670         * time-date.el: Add comment on time value formats.
23671         Don't require parse-time.
23672         (with-decoded-time-value): New macro.
23673         (encode-time-value): New function.
23674         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23675         (days-to-time): Return a valid time value when arg is huge.
23676         (time-since): Use time-subtract.
23677         (time-to-number-of-days): Use time-to-seconds.
23678
23679 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23680
23681         * gnus-start.el (gnus-display-time-event-handler):
23682         Check display-time-timer at runtime rather than only at load time
23683         in case display-time-mode is turned off in the mean time.
23684
23685 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23686
23687         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23688         used.
23689
23690         * nneething.el (nneething-map-file-directory): Derive from
23691         `gnus-directory'.
23692
23693         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23694         the To/Cc button.
23695
23696 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23697
23698         * nnmaildir.el (nnmaildir-request-accept-article):
23699         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23700
23701 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23702
23703         * gnus-async.el: Require timer-funcs at compile time when in
23704         XEmacs for `run-with-idle-timer'.
23705
23706 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23707
23708         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23709         autoloaded function.
23710
23711 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23712
23713         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23714
23715 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23716
23717         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23718
23719 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23720
23721         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23722         Add gnus-expert-user to default.
23723
23724 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23725
23726         * nnimap.el (nnimap-open-server): Ditto.
23727
23728         * imap.el (imap-authenticate): Fix typo.
23729
23730 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23731
23732         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23733         buffer (since IMAP server might return FETCH response out of
23734         order, and the nntp buffer must be sorted).
23735
23736 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23737
23738         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23739         comparison on string.
23740
23741         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23742         (gnus-agent-score): Rename category keywords to match gnus-cus.
23743         (gnus-agent-summary-fetch-series): Modify to protect against
23744         gnus-agent-summary-fetch-group clearing processable flags.
23745         (gnus-agent-synchronize-group-flags): Update live group buffer as
23746         synchronization may occur due to the user toggle the plugged
23747         status.
23748         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23749         successfully downloaded.
23750         (gnus-agent-expire-group-1): Avoid using markers when the overview
23751         is in ascending order; greatly improves performance.
23752         (gnus-agent-regenerate-group):
23753         Use gnus-agent-synchronize-group-flags to reset read status in both
23754         gnus and server.
23755         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23756
23757 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23758
23759         * message.el: Don't autoload former message-utils variables.
23760         (message-strip-subject-trailing-was): Change doc string.
23761
23762         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23763         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23764         (nnweb-google-search): Add "hl=en" here.
23765         (nnweb-google-parse-1, nnweb-google-create-mapping):
23766         Don't hardcode URL.
23767
23768 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23769
23770         * message.el (message-get-reply-headers, message-followup):
23771         Mention related variables `message-use-followup-to' and
23772         `message-use-mail-followup-to', in the information buffer.
23773
23774         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23775         of broken groups(-beta).google.com.
23776
23777 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23778
23779         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23780         parameter to invoked gnus-request-move-article; remove the
23781         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23782         all at once instead of once per article.
23783         (gnus-summary-remove-process-mark): Accept a list of articles as
23784         well as a single article for processing.
23785
23786         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23787         parameter.
23788
23789         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23790
23791         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23792
23793         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23794         parameter.
23795
23796         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23797         parameter.
23798
23799         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23800         parameter and remove the gnus-sum-hint-move-is-internal variable.
23801
23802         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23803         parameter.
23804
23805         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23806         parameter.
23807
23808         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23809         parameter.
23810
23811         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23812
23813         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23814         parameter.
23815
23816         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23817         parameter.
23818
23819 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23820
23821         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23822         a more conservative way.
23823
23824 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23825
23826         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23827         buffer, so it moves the window's cursor.
23828
23829 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23830
23831         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23832         `mm-dissect-multipart' and receive the from field as an (optional)
23833         argument from `mm-dissect-multipart'.
23834         (mm-dissect-multipart): Receive the from field as an argument and
23835         pass it on when we call `mm-dissect-buffer' on MIME parts.
23836         Fixes verification/decryption of signed/encrypted MIME parts.
23837
23838 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23839
23840         * gnus-sum.el (gnus-summary-move-article):
23841         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23842         whatever it calls (right now, only nnimap-request-move article
23843         respects it).
23844
23845         * nnimap.el (nnimap-request-move-article):
23846         When gnus-sum-hint-move-is-internal is set, don't do the extra
23847         nnimap-request-article.
23848
23849 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23850
23851         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23852
23853         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23854         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23855
23856         * gnus-sum.el (gnus-summary-caesar-message):
23857         Apply `gnus-treat-article' after rotation.
23858
23859         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23860         doc string.
23861
23862 2005-02-22  Simon Josefsson  <jas@extundo.com>
23863
23864         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23865         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23866         <arne@arnested.dk>.
23867         (encrypt): Add password-cache and password-cache-expiry as group
23868         members.
23869
23870 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23871
23872         * smime.el (smime-ldap-host-list): Doc fix.
23873         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23874         cache) password.
23875         (smime-sign-region): Use it.
23876         (smime-decrypt-region): Use it.
23877         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23878         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23879         fails.
23880         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23881         certificate from DER to PEM format rather than calling openssl.
23882
23883         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23884
23885         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23886         for signing/encryption.
23887
23888         * mml.el (mml-parse-1): Use them.
23889
23890 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23891
23892         * nnrss.el (nnrss-verbose): Remove.
23893         (nnrss-request-group): Use `nnheader-message' instead.
23894
23895 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23896
23897         * nnrss.el (nnrss-verbose): New variable.
23898         (nnrss-request-group): Make it say nnrss is requesting a group.
23899
23900 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23901
23902         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23903         Handle news URL with given port correctly.
23904
23905 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23906
23907         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23908         containing special characters.
23909
23910         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23911
23912         * mml.el (mime-to-mml): Ditto.
23913
23914         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23915         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23916         (rfc2047-decode-region): Quote decoded words containing special
23917         characters when rfc2047-quote-decoded-words-containing-tspecials
23918         is non-nil.
23919
23920 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23921
23922         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23923
23924         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23925
23926 2005-02-15  Simon Josefsson  <jas@extundo.com>
23927
23928         * nnimap.el (nnimap-debug): Doc fix.
23929
23930         * imap.el (imap-debug): Doc fix.
23931
23932 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23935
23936 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23937
23938         * gnus.el (spam-contents): Improve docs for spam-contents
23939         parameter in its variable incarnation.
23940
23941 2005-02-14  Simon Josefsson  <jas@extundo.com>
23942
23943         * smime-ldap.el: Use require instead of load-library for ldap.
23944         (smime-ldap-search): Indent.
23945         (smime-ldap-search-internal): Shorten line.
23946
23947         * smime.el (smime-cert-by-dns): Add doc-string.
23948         (smime-cert-by-ldap-1): Indent.
23949
23950         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23951         mml-smime-get-dns-ldap.
23952         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23953
23954 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23955
23956         * smime.el: Require smime-ldap.
23957         (smime-ldap-host-list): New variable.
23958         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23959
23960         * mml-smime.el (mml-smime-encrypt-query): New function.
23961         (mml-smime-encrypt-query): Use it.
23962
23963         * smime-ldap.el: New file.
23964
23965 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23966
23967         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23968
23969 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23970
23971         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23972         argument in doc string.  Make query for type more clear.
23973
23974 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23975
23976         * gnus.el (gnus-group-startup-message): Search for gnus images in
23977         etc/images/gnus.
23978         * mm-util.el (mm-image-load-path): Likewise.
23979         * smiley.el (smiley-data-directory): Search for smilies in
23980         etc/images/smilies.
23981
23982 2005-02-09  Kim F. Storm  <storm@cua.dk>
23983
23984         Change Emacs release version from 21.4 to 22.1 throughout.
23985         Change Emacs development version from 21.3.50 to 22.0.50.
23986
23987 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23988
23989         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23990
23991         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23992         non-Mule XEmacs as well.
23993         (mm-decompress-buffer): Signal an error intentionally if it does
23994         not decompress compressed data because auto-compression-mode is
23995         disabled.
23996
23997 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23998
23999         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
24000         an ID in the registry even if it has no groups.
24001
24002 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24003
24004         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
24005         merge it into mm-decompress-buffer.
24006         (gnus-mime-copy-part): Use the MIME part charset, the value which
24007         a user specified or gnus-newsgroup-charset for decoding, like
24008         gnus-mime-inline-part does; set buffer-file-coding-system to tell
24009         save-buffer what was used.  Suggested by Kevin Ryde
24010         <user42@zip.com.au>.
24011         (gnus-mime-inline-part): Allow the name parameter as well as the
24012         filename parameter; force decompressing of compressed data; always
24013         display contents being not decoded as unibyte.
24014
24015         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
24016         as well as the filename parameter.
24017
24018         * mm-util.el (mm-decompress-buffer):
24019         Merge gnus-mime-jka-compr-maybe-uncompress.
24020         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
24021         of compressed data.
24022
24023 2005-02-08  Simon Josefsson  <jas@extundo.com>
24024
24025         * imap.el (imap-log): Doc fix.
24026
24027 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
24030         the coding cookies; decompress compressed parts.
24031
24032         * mml.el (mml-generate-mime-1): Add the charset parameter according
24033         to the value which a user specified manually or the coding cookie.
24034
24035         * mm-util.el (mm-string-to-multibyte): New function.
24036         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
24037         (mm-coding-system-to-mime-charset): New function.
24038         (mm-decompress-buffer): New function.
24039         (mm-find-buffer-file-coding-system): New function.
24040
24041         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
24042         (mm-display-inline-fontify): Rewrite for decoding and decompressing
24043         parts.
24044
24045 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24046
24047         * mm-view.el (mm-display-inline-fontify): Decode a part according
24048         to the charset parameter.
24049
24050 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24051
24052         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
24053         prefix arg is neither nil nor a number, as info specifies.
24054
24055 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24056
24057         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
24058         timestamps.
24059
24060 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
24061
24062         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
24063         groups error checking and notify user.
24064
24065 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
24066
24067         * message.el (message-send-mail-function): Check existence of
24068         sendmail-program first before using default value
24069         `message-send-mail-with-sendmail'.  Otherwise use more generic
24070         `smtpmail-send-it'.
24071
24072 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24073
24074         * nntp.el (nntp-request-update-info): Always return nil.
24075
24076 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24077
24078         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
24079
24080 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24081
24082         * message.el (message-beginning-of-line): Change the behavior when
24083         invoked between BOL and : so that it first moves backward.
24084
24085 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24086
24087         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
24088         article buffer when editing of the article is discarded.
24089         (gnus-article-prepare): Revert.
24090
24091 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24092
24093         * gnus-art.el (gnus-article-prepare):
24094         Remove message-strip-forbidden-properties from the local hook.
24095
24096 2005-01-27  Simon Josefsson  <jas@extundo.com>
24097
24098         * password.el (password-cache-add): Only start one timer per key.
24099         Reported by Derek Atkins <warlord@MIT.EDU>.
24100
24101 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24102
24103         * run-at-time.el: Remove.  It is no longer needed as
24104         timer-funcs.el in the xemacs-base package has a working version of
24105         `run-at-time'.
24106
24107         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24108
24109         * password.el: Require timer-funcs instead of run-at-time in
24110         XEmacs.
24111         Remove `password-run-at-time' macro.
24112         (password-cache-add): Use `run-at-time' instead of
24113         `password-run-at-time'.
24114
24115         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24116         Remove `nnheader-cancel-function-timers' alias,
24117         `cancel-function-timers' exists in XEmacs in timer-funcs.
24118
24119         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24120         for `run-with-idle-timer'.
24121
24122         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24123         for `run-at-time'.
24124
24125         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24126         for `with-timeout'.
24127
24128         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24129         the same as for XEmacs 21.4.
24130         No need to ignore `run-with-idle-timer', this function exists in
24131         XEmacs now in timer-funcs.el in the xemacs-base package.
24132         (dgnushack-compile): No need to delete
24133         run-at-time.el from the list of files to compile because it
24134         doesn't exist anymore.
24135
24136 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24139         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24140
24141 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24142
24143         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24144         sensitively.
24145
24146 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24147
24148         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24149
24150 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24151
24152         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24153         which will be inserted according to the multibyteness of a buffer
24154         rather than the type of contents.  Suggested by ARISAWA Akihiro
24155         <ari@mbf.ocn.ne.jp>.
24156
24157         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24158         of string which old xml.el may return rather than a string.
24159
24160 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24161
24162         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24163
24164 2005-01-16  Simon Josefsson  <jas@extundo.com>
24165
24166         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24167         idn/idna.el isn't available.
24168         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24169         <michael@waxrat.com>.
24170
24171         * hashcash.el: Remove non-FSF copyright header.
24172
24173         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24174         (hashcash-generate-payment): Use it.
24175         (hashcash-generate-payment-async): Use it.
24176
24177 2005-01-15  Simon Josefsson  <jas@extundo.com>
24178
24179         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24180         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24181
24182         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24183         gnus-summary-idna-message.
24184         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24185         (gnus-summary-idna-message): New function.
24186
24187 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24188
24189         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24190         gnus-novice-user.
24191
24192 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24193
24194         * nnrss.el (nnrss-request-delete-group): Delete entries in
24195         nnrss-group-alist as well.
24196         (nnrss-save-server-data): Insert newline.
24197
24198 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24199
24200         * gnus.el (gnus-user-agent): Use list of symbols instead of
24201         symbols.  Display full version number for (S)XEmacs.
24202         Optionally display (S)XEmacs codename.
24203
24204         * gnus-util.el (gnus-emacs-version): Update for new
24205         `gnus-user-agent'.
24206
24207         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24208         Gnus version.
24209
24210 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24211
24212         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24213         which is unreadable in some setups.
24214
24215 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24216
24217         * gnus-spec.el (gnus-update-format-specifications): Flush the
24218         group format spec cache if it doesn't support decoded group names.
24219
24220 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24221
24222         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24223         Allow to apply decay on score files matching a regexp.
24224
24225 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24226
24227         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24228         compatibility in %g and %c.
24229
24230 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24231
24232         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24233         name for only %g and %c.
24234         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24235         of gnus-tmp-group to decoded group name.
24236         (gnus-group-make-rss-group): Exclude `/'s from group names.
24237
24238 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * nnrss.el (nnrss-get-encoding): Fix regexp.
24241
24242 2004-12-27  Simon Josefsson  <jas@extundo.com>
24243
24244         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24245         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24246         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24247
24248 2004-12-17  Kim F. Storm  <storm@cua.dk>
24249
24250         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24251
24252         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24253
24254 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24255
24256         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24257
24258 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24259
24260         * nnrss.el: Require rfc2047 and mml.
24261         (nnrss-file-coding-system): New variable.
24262         (nnrss-format-string): Redefine it as an inline function.
24263         (nnrss-decode-group-name): New function.
24264         (nnrss-string-as-multibyte): Remove.
24265         (nnrss-retrieve-headers): Decode group name; don't use
24266         nnrss-format-string.
24267         (nnrss-request-group): Decode group name.
24268         (nnrss-request-article): Decode group name; allow a Message-ID as
24269         well as an article number; don't use nnrss-format-string; encode a
24270         Message-ID string which may contain non-ASCII characters; use
24271         mml-to-mime to compose a MIME article.
24272         (nnrss-request-expire-articles): Decode group name.
24273         (nnrss-request-delete-group): Decode group name.
24274         (nnrss-fetch): Clarify error message.
24275         (nnrss-read-server-data): Use insert-file-contents instead of load;
24276         bind file-name-coding-system; use multibyte buffer.
24277         (nnrss-save-server-data): Bind coding-system-for-write to the
24278         value of nnrss-file-coding-system; bind file-name-coding-system;
24279         add coding cookie.
24280         (nnrss-read-group-data): Use insert-file-contents instead of load;
24281         bind file-name-coding-system; use multibyte buffer.
24282         (nnrss-save-group-data): Bind coding-system-for-write to the
24283         value of nnrss-file-coding-system; bind file-name-coding-system.
24284         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24285         make it work with non-ASCII text.
24286         (nnrss-find-el): Make it work with old xml.el as well.
24287
24288 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24289
24290         * nnrss.el (nnrss-get-encoding): New function.
24291         (nnrss-fetch): Use unibyte buffer initially; bind
24292         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24293         decode contents according to the encoding attribute.
24294         (nnrss-save-group-data): Add coding cookie.
24295         (nnrss-mime-encode-string): New function.
24296         (nnrss-check-group): Use it to encode subject and author.
24297
24298 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24299
24300         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24301         imaginary variable.
24302
24303 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24306         correctly even if there are wide characters.
24307
24308 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24309
24310         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24311         downcased symbol names; make a new cache instead of reusing
24312         bbdb-hashtable.
24313
24314 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24315
24316         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24317         concatenating segments rather than before concatenating them.
24318         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24319
24320         * message.el (message-get-reply-headers): Bind `extra'.
24321
24322 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24323
24324         * message.el (message-extra-wide-headers): New variable.
24325         (message-get-reply-headers): Use it.
24326
24327 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24328
24329         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24330         (gnus-agent-group-pathname): Ditto.
24331
24332         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24333
24334         * gnus-group.el (gnus-group-make-group): Decode group name.
24335         (gnus-group-make-rss-group): Register the group data after opening
24336         the nnrss group.
24337
24338 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24339
24340         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24341         by expiry now get marked as read.
24342
24343 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24344
24345         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24346
24347 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24348
24349         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24350         unify Latin characters in XEmacs.
24351         (mm-find-mime-charset-region): Use it.
24352
24353 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24354
24355         * gnus-util.el (gnus-delete-directory): New function.
24356
24357         * gnus-agent.el (gnus-agent-delete-group): Use it.
24358
24359         * gnus-cache.el (gnus-cache-delete-group): Use it.
24360
24361 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24362
24363         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24364         names.
24365
24366 2004-12-16  Simon Josefsson  <jas@extundo.com>
24367
24368         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24369
24370 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24371
24372         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24373
24374         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24375         (gnus-group-set-current-level): Decode group name.
24376
24377 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24378
24379         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24380         failed.
24381
24382 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * gnus-group.el (gnus-group-delete-group): Decode group name.
24385         (gnus-group-make-rss-group): Encode group name.
24386         (gnus-group-catchup-current): Decode group name.
24387         (gnus-group-kill-group): Decode group name.
24388
24389 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24390
24391         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24392
24393 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24394
24395         * gnus-group.el (gnus-group-make-rss-group):
24396         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24397
24398         * gnus-start.el (gnus-setup-news): Honor user's setting to
24399         gnus-message-archive-method.  Suggested by Lute Kamstra
24400         <lute@gnu.org>.
24401
24402 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24403
24404         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24405         global counterparts of the buffer-local variables.
24406
24407 2004-11-16  Romain Francoise  <romain@orebokech.com>
24408
24409         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24410         counterparts of the buffer-local variables.
24411
24412 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24413
24414         * message.el (message-forbidden-properties): Fix typo in doc
24415         string.
24416
24417 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24418
24419         * gnus-util.el (gnus-replace-in-string): Add doc string.
24420
24421         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24422         to avoid problems when splitting mails with many recipients.
24423
24424 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24425
24426         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24427         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24428
24429 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24430
24431         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24432         if there is no hashtable in memory or file modification time is
24433         newer than cached timestamp.
24434
24435 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24436
24437         * gnus-sum.el (gnus-summary-limit-to-recipient):
24438         Implement not-matching option.
24439
24440 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24441
24442         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24443         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24444         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24445         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24446         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24447         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24448
24449 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24450
24451         * message.el (message-forward-make-body-mml): Remove headers
24452         according to message-forward-ignored-headers if a message is decoded.
24453
24454 2004-12-02  Romain Francoise  <romain@orebokech.com>
24455
24456         * message.el (message-forward-make-body-plain): Always remove
24457         headers according to message-forward-ignored-headers.
24458
24459 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24460
24461         * spam.el (spam-summary-prepare-exit): Remove the
24462         gnus-summary-limit pop for now, it has problems with ham marks for
24463         me.
24464
24465 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24466
24467         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24468         correctly.
24469
24470 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24471
24472         * format-spec.el (format-spec): Message the char.
24473
24474 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24475
24476         * gnus-art.el (gnus-split-methods): Reformat comments.
24477
24478         * spam.el (spam-summary-prepare-exit): Remove article limits
24479         before exiting the summary buffer.
24480
24481 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24482
24483         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24484         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24485
24486         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24487         order to silence the byte compiler.
24488
24489         * spam.el: Fix the way to silence the byte compiler, which
24490         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24491         bbdb-search-simple, spam-BBDB-register-routine,
24492         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24493         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24494         spam-stat-buffer-is-spam, spam-stat-load,
24495         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24496         spam-stat-save and spam-stat-split-fancy.
24497
24498 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24499
24500         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24501         which may confuse users.
24502         (canlock-password-for-verify): Ditto.
24503
24504         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24505
24506         * gnus-art.el (gnus-emphasis-alist): Ditto.
24507
24508         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24509
24510         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24511
24512         * gnus-start.el (gnus-save-killed-list): Ditto.
24513
24514         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24515         (gnus-sum-thread-tree-root): Ditto.
24516         (gnus-sum-thread-tree-false-root): Ditto.
24517         (gnus-sum-thread-tree-single-indent): Ditto.
24518
24519         * message.el (message-courtesy-message): Ditto.
24520         (message-archive-note): Ditto.
24521         (message-subscribed-address-file): Ditto.
24522         (message-user-fqdn): Ditto.
24523
24524         * spam-report.el (spam-report-gmane-regex): Ditto.
24525
24526         * spam.el (spam-blackhole-good-server-regex): Ditto.
24527
24528 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24529
24530         * mml.el (mml-preview): Widen the message buffer before copying
24531         the contents to the preview buffer; sort headers before previewing.
24532
24533         * message.el (message-hidden-headers): Fix the way to avoid a bug
24534         in the `repeat' widget in Emacs 21.3 or earlier.
24535
24536 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24537
24538         * message.el (message-hidden-headers): Default to "^References:".
24539         Improve customization type.  Suggested by Reiner Steib
24540         <Reiner.Steib@gmx.de>.
24541
24542 2004-11-25  Romain Francoise  <romain@orebokech.com>
24543
24544         * message.el (message-strip-forbidden-properties): Remove check for
24545         obsolete `message-hidden' text property, hidden headers are not
24546         accessible in the buffer anymore.
24547
24548 2004-11-22  Romain Francoise  <romain@orebokech.com>
24549
24550         * message.el (message-header-format-alist): Add `From' in list
24551         so that it can be sorted.
24552         (message-fix-before-sending): Widen and sort headers before
24553         sending.
24554         (message-hide-headers): Use narrowing to hide headers by moving
24555         them to the top of the buffer and narrowing to the region
24556         underneath.
24557
24558 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24559
24560         * message.el (message-strip-forbidden-properties):
24561         Bind buffer-read-only (etc) to nil.
24562
24563 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24564
24565         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24566         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24567
24568 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24569
24570         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24571
24572 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24573
24574         * dns.el (query-dns): Use sit-for to time instead of
24575         accept-process-output, since that doesn't seem to work on udp
24576         sockets.
24577
24578 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24579
24580         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24581
24582 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24583
24584         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24585         doc string.  Improve doc string.
24586
24587 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24588
24589         * nntp.el (nntp-request-update-info): Return nil if
24590         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24591         may not call gnus-activate-group which uselessly issues the GROUP
24592         commands for all nntp groups and wastes time.  Reported by Romain
24593         Francoise <romain@orebokech.com>.
24594
24595         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24596
24597 2004-11-15  Simon Josefsson  <jas@extundo.com>
24598
24599         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24600         headers separately.
24601         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24602         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24603
24604 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24605
24606         * gnus-start.el (gnus-convert-old-newsrc):
24607         Assign legacy-gnus-agent to 5.10.7.
24608
24609 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24610
24611         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24612         start of the lines.
24613
24614 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24615
24616         * hashcash.el (hashcash-default-payment): Change default to 20.
24617         (hashcash-default-accept-payment): Change default to 20.
24618         (hashcash-process-alist): New variable.
24619         (hashcash-generate-payment-async): Add.
24620         (hashcash-already-paid-p): Add.
24621         (hashcash-insert-payment): Don't generate payments twice.
24622         (hashcash-insert-payment-async): Add.
24623         (hashcash-insert-payment-async-2): Add.
24624         (hashcash-cancel-async): Add.
24625         (hashcash-wait-async): Add.
24626         (hashcash-processes-running-p): Add.
24627         (hashcash-wait-or-cancel): Add.
24628         (mail-add-payment): New optional argument.  Conditionally start
24629         asynchronous calculation.
24630         (mail-add-payment-async): Add.
24631
24632         * message.el (message-send-mail): Wait for asynchronous hashcash
24633         results.  Don't clobber existing X-Hashcash headers.
24634         (message-setup-1): Call mail-add-payment-async when
24635         message-generate-hashcash is non-nil.
24636
24637 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24638
24639         * message.el (message-use-alternative-email-as-from): Examine the
24640         From header as well; use message-make-from in order to include a
24641         user's full name.
24642
24643 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24644
24645         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24646         default; improve customization type.
24647         (gnus-emphasis-custom-with-format): New macro.
24648         (gnus-emphasis-custom-value-to-external): New function.
24649         (gnus-emphasis-custom-value-to-internal): New function.
24650
24651 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24652
24653         * dns.el (query-dns): Resolve reverse addresses.
24654
24655 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24656
24657         * gnus-group.el (gnus-group-get-new-news): Use it.
24658
24659         * gnus-start.el (gnus-check-reasonable-setup): New function.
24660
24661 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24662
24663         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24664         "Args out of range" error.  Reported by Arnaud Giersch
24665         <arnaud.giersch@free.fr>.
24666
24667 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24668
24669         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24670
24671 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24672
24673         * spam.el (spam group): Add :version.
24674
24675         * pgg-def.el (pgg group): Add :version.
24676
24677 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24678
24679         * gnus-art.el (gnus-article-edit-article): Don't associate the
24680         article buffer with a draft file.  This is a temporary measure
24681         against the 2004-08-22 change to gnus-article-edit-mode.
24682
24683 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24684
24685         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24686         (html2text-format-tags): Remove unused variable `attr'.
24687
24688 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24689
24690         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24691
24692         * tls.el (tls-process-connection-type, tls-success)
24693         (tls-certtool-program): Add :version.
24694
24695         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24696         (starttls-extra-arguments, starttls-process-connection-type)
24697         (starttls-connect, starttls-failure, starttls-success): Add :version.
24698
24699         * spam-stat.el (spam-stat): Add :version.
24700
24701         * sieve.el (sieve): Add :version.
24702
24703         * sha1.el (sha1): Add :version.
24704         (sha1-use-external): Remove redundant version.
24705
24706         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24707         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24708         (nnmail-split-fancy-match-partial-words)
24709         (nnmail-split-lowercase-expanded): Add :version.
24710
24711         * nndiary.el (nndiary): Add :version.
24712
24713         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24714
24715         * mml-sec.el (mml-default-sign-method)
24716         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24717         Add :version.
24718
24719         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24720
24721         * mm-url.el (mm-url-use-external, mm-url-program)
24722         (mm-url-arguments): Add :version.
24723
24724         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24725         (mm-attachment-file-modes, mm-decrypt-option)
24726         (mm-w3m-safe-url-regexp): Add :version.
24727
24728         * message.el (message-cite-prefix-regexp)
24729         (message-sendmail-envelope-from, message-minibuffer-local-map)
24730         (message-user-fqdn, message-completion-alist): Add :version.
24731
24732         * gnus-win.el (gnus-configure-windows-hook)
24733         (gnus-use-frames-on-any-display): Add :version.
24734
24735         * gnus-art.el (gnus-article-address-banner-alist)
24736         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24737         (gnus-treat-from-picon, gnus-treat-mail-picon)
24738         (gnus-treat-x-pgp-sig): Add :version.
24739
24740         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24741         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24742         (gnus-summary-article-delete-hook)
24743         (gnus-summary-display-while-building): Add :version.
24744
24745         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24746         (gnus-get-top-new-news-hook): Add :version.
24747
24748         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24749         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24750
24751         * gnus-registry.el (gnus-registry): Add :version.
24752
24753         * gnus-spec.el (gnus-use-correct-string-widths)
24754         (gnus-make-format-preserve-properties): Add :version.
24755
24756         * gnus.el (gnus-group-charter-alist)
24757         (gnus-group-fetch-control-use-browse-url)
24758         (gnus-install-group-spam-parameters): Add :version.
24759
24760         * gnus-diary.el (gnus-diary): Add :version.
24761
24762         * gnus-delay.el (gnus-delay): Add :version.
24763
24764         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24765         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24766         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24767         Add :version.
24768
24769         * gnus-agent.el (gnus-agent-max-fetch-size)
24770         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24771         (gnus-agent-prompt-send-queue): Add :version.
24772
24773         * deuglify.el (gnus-outlook-deuglify): Add :version.
24774
24775         * html2text.el: Beautify code.  Improve doc strings.
24776         Some checkdoc cleanup.
24777         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24778
24779 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24780
24781         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24782
24783 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24784
24785         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24786         when package is loaded.
24787
24788         * spam.el (spam-summary-score-preferred-header): Add global preference
24789         for people who want to override the default SpamAssassin over
24790         Bogofilter preference (when both are set).
24791         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24792         (spam-user-format-function-S):
24793         Check spam-summary-score-preferred-header.
24794         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24795         (spam-user-format-function-S): Format the score correctly.
24796
24797 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24798
24799         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24800         signature file.  Suggested by Manoj Srivastava
24801         <srivasta@golden-gryphon.com>.
24802
24803         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24804         iso-2022-jp even in the Japanese language environment.
24805         Suggested by Jason Rumney <jasonr@gnu.org>.
24806
24807 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24808
24809         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24810         use the same characters as the dummy marks; make it free from
24811         getting affected by the language environment.
24812         (gnus-summary-read-group-1): Update mark positions only when the
24813         format spec is updated.
24814
24815         * gnus-spec.el (gnus-update-format-specifications): Return a list
24816         of updated types.
24817
24818 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24819
24820         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24821         of boundp to check if display-warning is available.
24822
24823 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24824
24825         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24826
24827 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24828
24829         * nnspool.el (nnspool-spool-directory): Use news-path if the
24830         news-directory variable is not bound.
24831
24832         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24833         function instead of display-warning if it is not available.
24834
24835 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24836
24837         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24838         v5-10: Use `point-at-bol'.
24839
24840 2004-10-26  Simon Josefsson  <jas@extundo.com>
24841
24842         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24843         <chenggao@gmail.com>.
24844
24845 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24846
24847         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24848         instead.
24849
24850 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24851
24852         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24853         to remove a server from the nnimap-server-buffer-alist.
24854         (nnimap-open-connection, nnimap-close-server): Use it.
24855
24856         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24857
24858 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24859
24860         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24861         running the major-mode function.
24862
24863 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24864
24865         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24866         dummy marks in the right way.
24867
24868 2004-10-18  David Edmondson  <dme@dme.org>
24869
24870         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24871         excessively.
24872
24873 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24874
24875         * gnus-util.el (gnus-split-references): Accept a nil references
24876         string and go on blissfully.
24877
24878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24879         cases where the references string is non-nil but has no references.
24880
24881         * encrypt.el: Add autoload tags.
24882
24883         * spam.el (spam-resolve-registrations-routine): Remove article
24884         from unregistration list too.  Reported by David Hanak
24885         <dhanak@isis.vanderbilt.edu>
24886
24887 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24888
24889         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24890         nil.  Change custom type.
24891
24892 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24893
24894         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24895
24896         * gnus-sum.el (gnus-summary-move-article): Use it.
24897
24898 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24899
24900         * encrypt.el: Add autoload cookies.
24901
24902         * spam.el (spam-backend-article-list-property)
24903         (spam-backend-get-article-todo-list)
24904         (spam-backend-put-article-todo-list)
24905         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24906         Resolve registrations separately.
24907         (spam-register-routine): Format comments.
24908         (spam-unregister-routine, spam-register-routine): Always call with
24909         specific-articles, no default list.
24910         (spam-summary-prepare-exit): Use the spam-classifications function.
24911
24912         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24913         gnus-encrypt.el.
24914
24915         * encrypt.el: Copied from gnus-encrypt.el.
24916
24917         * gnus-encrypt.el: Commented that it's obsolete.
24918
24919 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24920
24921         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24922         (gnus-score-save): Use it.
24923
24924         * message.el (message-bury): Use `window-dedicated-p'.
24925
24926 2004-10-15  Simon Josefsson  <jas@extundo.com>
24927
24928         * pop3.el (top-level): Don't require nnheader.
24929         (pop3-read-timeout): Add.
24930         (pop3-accept-process-output): Add.
24931         (pop3-read-response, pop3-retr): Use it.
24932
24933 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24934
24935         * spam.el (spam-register-routine): Move comment.
24936         (spam-verify-bogofilter): Use 'unknown for the initial
24937         spam-bogofilter-valid state, not 'never.
24938
24939         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24940         for netrc-machine.
24941
24942         * nnimap.el (nnimap-open-connection):
24943         Use netrc-machine-user-or-password.
24944
24945 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24946
24947         * gnus-registry.el (gnus-registry-unload-hook):
24948         Set as a variable with add-hook.
24949
24950         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24951         of news-path.
24952
24953         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24954
24955         * spam.el: Delete duplicate `provide'.
24956         (spam-unload-hook): Set as a variable with add-hook.
24957
24958 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24959
24960         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24961         in the doc string.
24962
24963         * message.el (message-ignored-news-headers)
24964         (message-ignored-supersedes-headers)
24965         (message-ignored-resent-headers)
24966         (message-forward-ignored-headers): Improve custom type.
24967
24968 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24969
24970         * message.el (message-tokenize-header): Fix 2004-09-06 change
24971         which used point-min in the wrong place.
24972
24973 2004-10-12  Simon Josefsson  <jas@extundo.com>
24974
24975         * tls.el (tls-certtool-program): New variable.
24976         (tls-certificate-information): New function, based on
24977         ssl-certificate-information.
24978
24979 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * compface.el: Move the version of ELisp-based uncompface program
24982         to the contrib directory because of the copyright problem.
24983
24984 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24985
24986         * message.el (message-kill-buffer): Raise the current frame.
24987
24988 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24989
24990         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24991
24992         * gnus.el (message-y-or-n-p): Autoload.
24993
24994         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24995         (pop3-password-required, pop3-authentication-scheme)
24996         (pop3-leave-mail-on-server): Make customizable.
24997         (pop3): New custom group.
24998         (pop3-retr): Remove `sleep-for' statements.
24999         Suggested by Dave Love <fx@gnu.org>.
25000
25001         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
25002         Windows/DOS.
25003
25004         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25005         (imap-parse-body): Fix incorrect use of `assert'.
25006         Suggested by Dave Love <fx@gnu.org>.
25007
25008         * mml.el (mml-minibuffer-read-disposition): Require match.
25009         Suggested by Dave Love <fx@gnu.org>.
25010
25011 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
25012
25013         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
25014         doc string.
25015
25016 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
25019
25020 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25021
25022         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
25023         instead of calling `mm-insert-inline', to decode text/* parts
25024         before displaying them.
25025
25026 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25027
25028         * mm-uu.el (mm-uu-text-plain-type): New variable.
25029         (mm-uu-pgp-signed-extract-1): Use it.
25030         (mm-uu-pgp-encrypted-extract-1): Use it.
25031         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
25032         bind mm-uu-text-plain-type with that value.
25033         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
25034         mm-uu-dissect.
25035
25036 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25037
25038         * gnus-group.el (gnus-update-group-mark-positions):
25039         * gnus-sum.el (gnus-update-summary-mark-positions):
25040         * message.el (message-check-news-body-syntax):
25041         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
25042         of string-as-multibyte.
25043
25044 2004-10-05  Juri Linkov  <juri@jurta.org>
25045
25046         * gnus-group.el (gnus-update-group-mark-positions):
25047         * gnus-sum.el (gnus-update-summary-mark-positions):
25048         * message.el (message-check-news-body-syntax):
25049         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
25050         8-bit unibyte values to a multibyte string for search functions.
25051
25052 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25053
25054         * mm-uu.el (mm-uu-dissect): Allow optional arg.
25055         (mm-uu-dissect-text-parts): New function.
25056
25057         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
25058         dissect text parts.
25059
25060         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
25061         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
25062
25063         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
25064
25065         * gnus-topic.el (gnus-topic-hierarchical-parameters):
25066         Use gnus-current-topics instead of gnus-current-topic.
25067
25068 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
25069
25070         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
25071
25072 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
25073
25074         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
25075         where appropriate.
25076
25077         * nnml.el (nnml-generate-active-info): do.
25078
25079         * nndiary.el (nndiary-generate-active-info): do.
25080
25081         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
25082         (gnus-topic-move): do.
25083
25084         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
25085         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
25086
25087         * gnus-srvr.el (gnus-server-prepare)
25088         (gnus-server-open-all-servers): do.
25089
25090         * gnus-msg.el (gnus-summary-cancel-article)
25091         (gnus-summary-resend-message)
25092         (gnus-summary-mail-crosspost-complaint): do.
25093
25094         * gnus-move.el (gnus-change-server): do.
25095
25096         * gnus-group.el (gnus-group-unmark-all-groups)
25097         (gnus-group-set-current-level): do.
25098
25099 2004-10-04  Simon Josefsson  <jas@extundo.com>
25100
25101         * message.el (message-generate-hashcash): Doc fix.
25102
25103 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25104
25105         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25106         avoid infinite recursion via gnus-get-function.
25107
25108 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25109
25110         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25111
25112         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25113
25114         * nnmail.el (nnmail-split-history): do.
25115
25116         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25117         (nnml-request-delete-group): do.
25118
25119         * nnslashdot.el (nnslashdot-read-groups): do.
25120
25121         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25122         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25123
25124         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25125         (nnspool-sift-nov-with-sed): Use last.
25126         (nnspool-retrieve-headers-with-nov): Use mapc.
25127         (nnspool-request-newgroups): Use dolist.
25128         (nnspool-request-group): Use last.
25129
25130         * nntp.el (nntp-read-server-type): Use dolist.
25131
25132         * nnvirtual.el (nnvirtual-create-mapping)
25133         (nnvirtual-update-read-and-marked): Use dolist.
25134         (nnvirtual-convert-headers): Simplify.
25135
25136 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25137
25138         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25139         Add support for sync'ing tick marks.
25140
25141 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25142
25143         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25144         there's no visible header.
25145
25146 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25147
25148         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25149         When necessary, pass full group name to gnus-request-set-marks.
25150
25151 2004-10-01  Simon Josefsson  <jas@extundo.com>
25152
25153         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25154         acroread.
25155
25156 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25157
25158         * spam-report.el (spam-report-gmane): Fix interactive.
25159
25160         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25161
25162         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25163         when writing file.
25164         (gnus-agent-synchronize-flags): Don't default to being
25165         interactive.
25166
25167 2004-09-30  Simon Josefsson  <jas@extundo.com>
25168
25169         * message.el (message-generate-hashcash): Add.
25170         (message-send-mail): Use it, call mail-add-payment.
25171
25172 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25173
25174         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25175
25176 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25177
25178         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25179         gnus-requst-update-info with explicit code to sync the in-memory
25180         info read flags with the marks being sync'd to the backend.
25181
25182         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25183
25184 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25185
25186         * spam.el (spam-verify-bogofilter): Add new function.
25187         (spam-check-bogofilter)
25188         (spam-bogofilter-register-with-bogofilter): Use it.
25189         (spam-verify-bogofilter): Add small fixes.
25190
25191 2004-09-28  Simon Josefsson  <jas@extundo.com>
25192
25193         * hashcash.el (hashcash-generate-payment): Revert.
25194
25195 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25196
25197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25198         Use gnus-extract-references instead of gnus-split-references.
25199
25200         * gnus-util.el (gnus-extract-references): Add new function, analogous
25201         to gnus-split-references but extracts only the message-ID without
25202         anything extra.
25203
25204         * hashcash.el (hashcash-generate-payment)
25205         (hashcash-check-payment): Do the right thing if hashcash-path is
25206         nil (because the hashcash program could not be found).
25207
25208         * spam.el (spam-use-hashcash): Remove comment.
25209
25210 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25211
25212         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25213         (gnus-cache-enter-article, gnus-cache-remove-article)
25214         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25215
25216         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25217
25218         * gnus-art.el (article-hide-boring-headers)
25219         (article-translate-strings, article-display-face)
25220         (gnus-article-mime-match-handle-first)
25221         (gnus-article-highlight-headers)
25222         (gnus-article-add-buttons-to-head): do.
25223
25224 2004-09-27  Simon Josefsson  <jas@extundo.com>
25225
25226         * hashcash.el: New version, from
25227         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25228         ../contrib/.
25229
25230 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25231
25232         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25233
25234 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25235
25236         * gnus-dup.el (gnus-dup-open): Use mapc.
25237         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25238
25239         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25240         Reported by Stefan Wiens <s.wi@gmx.net>.
25241
25242         * gnus.el (gnus-shutdown): Use dolist.
25243
25244         * gnus-undo.el (gnus-undo): Use mapc.
25245
25246         * nnrss.el (nnrss-generate-active): do.
25247
25248         * message.el (message-cite-original-without-signature)
25249         (message-cite-original): Use mapc.
25250         (message-do-actions, message-make-forward-subject): Use dolist.
25251
25252 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25253
25254         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25255         deletion to remove entire duplicate line.  Fixes merged article
25256         number bug.
25257
25258 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25259
25260         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25261         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25262         first ask if you want to open a server and then, even when you
25263         responded with no, asking if you want to synchronize the server's
25264         flags.
25265         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25266         multi-line expressions.
25267         (gnus-agent-synchronize-group-flags): New internal function.
25268         Updates marks in memory (in the info structure) AND in the
25269         backend.
25270
25271         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25272
25273         * nnagent.el (nnagent-request-set-mark):
25274         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25275         method, to ensure that synchronization updates marks in the
25276         backend and in the info (in memory) structure.
25277
25278 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25279
25280         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25281         convention fully; don't miss the root article of a thread; make
25282         the X-Draft-From header with correct article numbers.
25283
25284 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25285
25286         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25287         unless plugged.  Disable the agent so that an open failure causes
25288         an error.
25289
25290         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25291         Revert 2004-09-21 change.  The backend must be opened while
25292         synchronizing flags even when the backend stores the flags
25293         locally.
25294
25295 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25296
25297         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25298         in `header' match.  Reported by Svend Tollak Munkejord.
25299
25300         * message.el (message-cite-original): Fix use of
25301         `message-cite-articles-with-x-no-archive'.
25302
25303 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25304
25305         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25306         (gnus-window-to-buffer): Ditto.
25307
25308         * mml.el (mml-preview-buffer): New variable.
25309         (mml-preview): Manage window layout with gnus-buffer-configuration.
25310
25311         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25312         X-Draft-From header even if those articles aren't quoted.
25313
25314 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25315
25316         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25317         (gnus-request-set-mark, gnus-request-update-mark): Use new
25318         g-s-t-u-l-m to decide to use backend even when unplugged.
25319
25320 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25321
25322         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25323         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25324
25325 2004-09-20  Simon Josefsson  <jas@extundo.com>
25326
25327         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25328         "utf-16-le".
25329
25330 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25331
25332         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25333
25334 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25335
25336         * uudecode.el (uudecode-use-external): Add :version.
25337
25338         * smime.el (smime-CA-file, smime-encrypt-cipher)
25339         (smime-dns-server): Add :version.
25340
25341         * smiley.el (gnus-smiley-file-types): Add :version.
25342
25343         * sha1.el (sha1-use-external): Add :version.
25344
25345         * pgg-def.el (pgg-query-keyserver): Add :version.
25346
25347         * nnmail.el (nnmail-fancy-expiry-targets)
25348         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25349         Add :version.
25350
25351         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25352         (nnimap-retrieve-groups-asynchronous): Add :version.
25353         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25354
25355         * mml.el (mml-content-disposition-parameters)
25356         (mml-insert-mime-headers-always): Add :version.
25357
25358         * mm-util.el (mm-coding-system-priorities): Add :version.
25359
25360         * mm-decode.el (mm-inline-text-html-with-images)
25361         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25362         (mm-verify-option): Add :version.
25363         (mm-text-html-renderer): Change :version.
25364
25365         * message.el (message-fcc-externalize-attachments)
25366         (message-required-headers, message-draft-headers)
25367         (message-subject-trailing-was-query)
25368         (message-subject-trailing-was-ask-regexp)
25369         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25370         (message-mark-insert-end, message-archive-header)
25371         (message-archive-note, message-cross-post-default)
25372         (message-cross-post-note, message-followup-to-note)
25373         (message-cross-post-note-function, message-use-mail-followup-to)
25374         (message-subscribed-address-functions)
25375         (message-subscribed-address-file, message-subscribed-addresses)
25376         (message-subscribed-regexps, message-allow-no-recipients)
25377         (message-yank-cited-prefix, message-signature-insert-empty-line)
25378         (message-hidden-headers, message-hierarchical-addresses)
25379         (message-mail-user-agent, message-use-idna)
25380         (message-valid-fqdn-regexp)
25381         (message-strip-special-text-properties, message-header-synonyms)
25382         (message-beginning-of-line, message-tab-body-function): Add :version.
25383         (message-insert-canlock, message-wide-reply-confirm-recipients):
25384         Change :version.
25385
25386         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25387         and :version.
25388         (mail-source-delete-old-incoming-confirm)
25389         (mail-source-movemail-program): Add :version.
25390
25391         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25392         (gnus-agent-cache, gnus-agent): Change :version.
25393
25394         * gnus-util.el (gnus-use-byte-compile): Change :version.
25395
25396         * gnus-sum.el (gnus-summary-make-false-root-always)
25397         (gnus-summary-default-high-score)
25398         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25399         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25400         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25401         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25402         (gnus-sum-thread-tree-single-indent)
25403         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25404         (gnus-sum-thread-tree-leaf-with-other)
25405         (gnus-sum-thread-tree-single-leaf): Add :version.
25406         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25407         (gnus-article-loose-mime): Change :version.
25408
25409         * gnus-start.el (gnus-backup-startup-file)
25410         (gnus-save-startup-file-via-temp-buffer): Add :version.
25411
25412         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25413         (gnus-server-offline-face): Add :version.
25414
25415         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25416
25417         * gnus-msg.el (gnus-gcc-externalize-attachments)
25418         (gnus-debug-files, gnus-debug-exclude-variables)
25419         (gnus-discouraged-post-methods): Change :version.
25420         (gnus-confirm-mail-reply-to-news)
25421         (gnus-confirm-treat-mail-like-news): Add :version.
25422
25423         * gnus-int.el (gnus-server-unopen-status): Add :version.
25424
25425         * gnus-group.el (gnus-group-jump-to-group-prompt)
25426         (gnus-large-ephemeral-newsgroup)
25427         (gnus-fetch-old-ephemeral-headers): Add :version.
25428
25429         * gnus-fun.el (gnus-x-face-directory)
25430         (gnus-convert-pbm-to-x-face-command)
25431         (gnus-convert-image-to-x-face-command)
25432         (gnus-convert-image-to-face-command): Add :version.
25433
25434         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25435
25436         * gnus-cite.el (gnus-cite-blank-line-after-header)
25437         (gnus-article-boring-faces): Add :version.
25438
25439         * gnus-art.el (gnus-buttonized-mime-types)
25440         (gnus-inhibit-mime-unbuttonizing)
25441         (gnus-treat-display-face)
25442         (gnus-treat-body-boundary): Change :version.
25443         (gnus-body-boundary-delimiter, gnus-picon-databases)
25444         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25445         (gnus-treat-date-english, gnus-treat-fold-headers)
25446         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25447         (gnus-treat-mail-picon, gnus-treat-wash-html)
25448         (gnus-article-encrypt-protocol)
25449         (gnus-use-idna, gnus-article-over-scroll)
25450         (gnus-mime-display-multipart-alternative-as-mixed)
25451         (gnus-mime-display-multipart-related-as-mixed)
25452         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25453         (gnus-ctan-url, gnus-button-ctan-handler)
25454         (gnus-button-handle-ctan-bogus-regexp)
25455         (gnus-button-ctan-directory-regexp)
25456         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25457         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25458         (gnus-button-man-level, gnus-button-emacs-level)
25459         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25460
25461         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25462         (gnus-agent-go-online): Change :version.
25463         (gnus-agent-expire-unagentized-dirs)
25464         (gnus-agent-auto-agentize-methods): Add :version.
25465
25466         * flow-fill.el (fill-flowed-display-column)
25467         (fill-flowed-encode-column): Add :version.
25468
25469         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25470         (gnus-outlook-deuglify-unwrap-max)
25471         (gnus-outlook-deuglify-cite-marks)
25472         (gnus-outlook-deuglify-unwrap-stop-chars)
25473         (gnus-outlook-deuglify-no-wrap-chars)
25474         (gnus-outlook-deuglify-attrib-cut-regexp)
25475         (gnus-outlook-deuglify-attrib-verb-regexp)
25476         (gnus-outlook-deuglify-attrib-end-regexp)
25477         (gnus-outlook-display-hook): Add :version.
25478
25479         * binhex.el (binhex-use-external): Add :version.
25480
25481 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25482
25483         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25484         and `invisible'.
25485
25486 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25487
25488         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25489         in gnus-registry-trim.
25490
25491 2004-09-13  Simon Josefsson  <jas@extundo.com>
25492
25493         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25494
25495         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25496
25497         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25498         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25499         <yamaoka@jpl.org>.
25500         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25501         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25502         <yamaoka@jpl.org>.
25503
25504         * sieve.el (sieve-manage-mode): Ditto.
25505
25506 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25507
25508         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25509
25510 2004-09-11  Simon Josefsson  <jas@extundo.com>
25511
25512         * dns-mode.el: Add.
25513
25514         * mm-view.el (mm-display-dns-inline): Add.
25515
25516         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25517         (mm-automatic-display): Ditto.
25518
25519         * mailcap.el (mailcap-mime-data): Add text/dns.
25520         (mailcap-mime-extensions): Map .soa to text/dns.
25521
25522 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25523
25524         * gnus-art.el (article-decode-mime-words, article-babel)
25525         (gnus-article-highlight-signature, gnus-article-add-buttons)
25526         (gnus-signature-toggle): Remove unnecessary bindings of
25527         `inhibit-read-only' inherited from v5.10 merge.
25528
25529 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25530
25531         * nntp.el (nntp): New customization group.
25532         (nntp-authinfo-file): Add customization group.
25533
25534         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25535
25536         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25537
25538         * gnus.el (to-address, to-list, subscribed)
25539         (large-newsgroup-initial): Ditto.
25540
25541         * flow-fill.el (fill-flowed-display-column)
25542         (fill-flowed-encode-column): Ditto.
25543
25544 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25545
25546         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25547         Use point-min rather than 1.
25548         (message-send-mail): Use buffer-size rather than point-max.
25549
25550         * gnus-sum.el (gnus-summary-search-article-forward):
25551         Signal a specific `search-failed' rather than a generic `error'.
25552
25553         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25554         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25555         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25556
25557 2004-09-10  Simon Josefsson  <jas@extundo.com>
25558
25559         * nndb.el (require): Remove tcp and duplicate cl.
25560
25561 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25562
25563         * gnus-agent.el (directory-files-and-attributes): Move forward.
25564
25565 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25566
25567         * gnus-agent.el (directory-files-and-attributes):
25568         Optionally defined to support XEmacs.
25569
25570 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25571
25572         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25573         to avoid run-time CL dependencies.
25574         (gnus-agent-unfetch-articles): New function.
25575         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25576         article numbers even when local .overview file is missing.
25577         (gnus-agent-read-article-number): New function.  Only accepts
25578         27-bit article numbers.
25579         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25580         Use gnus-agent-read-article-number.
25581         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25582         from backend while recognizing that article numbers in .overview
25583         must be valid.
25584         (gnus-agent-update-files-total-fetched-for):
25585         Use directory-files-and-attributes to improve performance.
25586         * gnus-int.el (gnus-request-move-article):
25587         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25588         improve performance.
25589
25590         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25591         some users confused by references to .newsrc when they only have a
25592         .newsrc.eld file.
25593         (gnus-convert-mark-converter-prompt)
25594         (gnus-convert-converter-needs-prompt): Fix use of property list.
25595         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25596         New function.  Used internally to only display 'gnus converting
25597         files' message when actually necessary.
25598
25599         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25600         methods now autoloaded.
25601
25602 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25603
25604         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25605         identifiers.
25606
25607 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25608
25609         * gnus-picon.el: Fix indentation and closing parenthesis.
25610
25611 2004-09-01  Simon Josefsson  <jas@extundo.com>
25612
25613         * message.el (message-canlock-generate): Require sha1, not
25614         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25615         to require within a function.  Sadly, if sha1.el isn't loaded, the
25616         let binding in m-c-g will hide the defcustom definition, which is
25617         bad.)
25618
25619         * canlock.el: Require sha1, not sha1-el.
25620
25621         * message.el: Don't autoload sha1 (there is a autoload cookie in
25622         sha1.el).
25623
25624         * sha1-el.el: Rename to sha1.el.
25625
25626 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25627
25628         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25629
25630 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25631
25632         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25633
25634 2004-08-30  Kim F. Storm  <storm@cua.dk>
25635
25636         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25637
25638         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25639         Add :group 'nnimap.
25640
25641 2004-08-30  Andreas Schwab  <schwab@suse.de>
25642
25643         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25644         ?* and ?\;.
25645
25646         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25647         and ?\' to symbol instead of whitespace.
25648
25649 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25650
25651         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25652
25653         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25654         instead of re-search-forward.
25655
25656         * gnus-uu.el (gnus-uu-save-article): Ditto.
25657         (gnus-uu-post-encode-uuencode): Ditto.
25658
25659         * html2text.el (html2text-clean-list-items): Ditto.
25660         (html2text-clean-dtdd): Ditto.
25661         (html2text-format-tags): Ditto.
25662
25663         * message.el (message-send-mail-with-sendmail): Fix regexp.
25664         (message-fill-field-general): Use search-forward instead of
25665         re-search-forward.
25666         (unbold-region): Ditto.
25667
25668         * nnrss.el (nnrss-request-article): Ditto.
25669
25670         * nnslashdot.el (nnslashdot-request-article): Ditto.
25671
25672         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25673
25674         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25675         "Unrecognized menu descriptor" error in XEmacs.
25676
25677 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25678
25679         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25680         parent article of a sparse article in the thread hashtb.
25681
25682 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25683
25684         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25685         (nnmail-expand-newtext): Lowercase expanded entries if
25686         nnmail-split-lowercase-expanded is non-nil.
25687
25688 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25689
25690         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25691
25692         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25693         of gnus-tmp-news-method into string under XEmacs.  It will be
25694         passed to gnus-correct-length which takes only a string argument.
25695
25696 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25697
25698         * gnus-util.el (gnus-bind-print-variables): New macro.
25699         (gnus-prin1): Use it.
25700         (gnus-prin1-to-string): Use it.
25701         (gnus-pp): New function.
25702         (gnus-pp-to-string): New function.
25703
25704         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25705         Replace pp-to-string with gnus-pp-to-string.
25706         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25707         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25708         * gnus-msg.el (gnus-debug): Ditto.
25709         * gnus-score.el (gnus-score-save): Ditto.
25710         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25711         gnus-pp-to-string.
25712         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25713         with gnus-pp.
25714         * score-mode.el (gnus-score-pretty-print): Ditto.
25715         * webmail.el (webmail-debug): Ditto.
25716
25717 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25718
25719         * gnus-art.el (article-display-face, article-display-x-face):
25720         Use buffer-read-only.
25721
25722 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25723
25724         * gnus-art.el (article-hide-list-identifiers):
25725         Bind inhibit-read-only as t.
25726
25727 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25728
25729         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25730
25731 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25732
25733         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25734         (gnus-narrow-to-page): Don't assume point-min == 1.
25735         (gnus-article-edit-mode): Derive from message-mode.
25736
25737         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25738         point-min == 1.
25739
25740         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25741         Disable incorrect use of `assert'.
25742
25743         * message.el (message-mode): Set comment-start-skip.
25744
25745
25746 2004-08-22  Sam Steingold  <sds@gnu.org>
25747
25748         * pop3.el (pop3-leave-mail-on-server): New user variable.
25749         (pop3-movemail): Delete mail only when it is nil.
25750
25751 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25752
25753         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25754
25755         * mml.el (mml-preview): Use `pop-to-buffer'.
25756
25757         * message.el (message-goto-mail-followup-to): Insert after "To".
25758         (message-carefully-insert-headers): Add comment.
25759
25760         * gnus.el: Remove unused variable `gnus-article-check-size'.
25761
25762         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25763
25764         * gnus-art.el (gnus-button-alist):
25765         Improve `gnus-button-handle-library' entry.
25766
25767 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25768
25769         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25770         Use downcase, since XEmacs capitalizes error messages differently.
25771
25772 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25773
25774         * nntp.el: Add (require 'gnus) due to reference to
25775         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25776
25777 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25778
25779         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25780         Bind `mm-fill-flowed'.
25781
25782         * mm-decode.el (mm-dissect-singlepart): Check it.
25783
25784 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25785
25786         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25787         'imap' for netrc parsing.
25788
25789 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25790
25791         * mailcap.el (mailcap-mime-data): Mark as risky.
25792
25793 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25794
25795         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25796         may be included in the encoded word.
25797         (rfc2047-encode): Don't append a space if the encoded word
25798         includes close parenthesis.
25799
25800 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25801
25802         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25803         of text within parentheses.
25804
25805 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25806
25807         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25808         (gnus-encrypt-write-file-contents): Make the password key the file
25809         name PLUS the cipher, not just the cipher.  Also remove failed
25810         passwords from the cache.
25811
25812 2004-08-06  Simon Josefsson  <jas@extundo.com>
25813
25814         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25815         Doc fix.
25816
25817 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25818
25819         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25820         LWSP.
25821
25822 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25823
25824         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25825         Try to append in-reply-to: data to the references: header.
25826
25827         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25828         (netrc-parse): Use gnus-encrypt.el functions.
25829
25830         * gnus-encrypt.el: Add new file for encryption support; currently
25831         does only a few GPG ciphers and an internal XOR cipher.
25832
25833         * password.el: Add comments on using password-read-and-add.
25834         (password-read-and-add): Add function to read and add the
25835         password to the cache at once.
25836
25837 2004-07-28  Simon Josefsson  <jas@extundo.com>
25838
25839         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25840         parameter (but don't use it, for now).
25841
25842         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25843         instead of hard coding to nil.
25844
25845 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25846
25847         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25848         as mm-inline-image-xemacs does.
25849
25850 2004-07-26  Simon Josefsson  <jas@extundo.com>
25851
25852         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25853         Revert part of 2004-07-17 change below.
25854
25855 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25856
25857         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25858         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25859
25860 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25861
25862         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25863         quotes that actually start with ">" at the beginning of the
25864         lines.
25865
25866 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25867
25868         * rfc2047.el (rfc2047-encode-region): Fix last change.
25869         (rfc2047-encode-parameter): Remove useless concat.
25870
25871 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25872
25873         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25874         encode special characters; fix some kind of misconfigured headers;
25875         signal a real error if debug-on-quit or debug-on-error is non-nil.
25876         (rfc2047-encode-max-chars): New variable.
25877         (rfc2047-encode-1): Use it.
25878         (rfc2047-encode-parameter): New function.
25879
25880         * mml.el (mml-insert-parameter): Remove an excessive space.
25881
25882 2004-07-17  Simon Josefsson  <jas@extundo.com>
25883
25884         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25885         Kai Grossjohann <kai@emptydomain.de>.
25886         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25887         (gnus-group-make-menu-bar): Ditto.
25888
25889         * gnus-util.el (gnus-group-server): Add.
25890
25891 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25892
25893         * message.el (message-clone-locals): Clone sendmail and smtp
25894         variables.
25895
25896 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25897
25898         * rfc2047.el (rfc2047-encode-region): Fix last change.
25899
25900 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25901
25902         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25903         characters as non-special.
25904
25905 2004-07-09  Simon Josefsson  <jas@extundo.com>
25906
25907         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25908         Users will lose all flag changes made while unplugged with
25909         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25910         good default.  See numerous reports on ding mailing list.
25911
25912 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25913
25914         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25915         add generate-head-function and generate-article-function to the
25916         rfc822-forward entry.
25917         (nndoc-rfc822-forward-generate-article): New function.
25918         (nndoc-rfc822-forward-generate-head): New function.
25919
25920         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25921
25922 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25923
25924         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25925         respect display group parameter and gnus-summary-expunge-below.
25926         (gnus-articles-to-read): Remove unused reference to display group
25927         parameter.
25928
25929 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25930
25931         * nnheader.el (nnheader-uniquify-message-id): New experimental
25932         variable.
25933         (nnheader-nov-read-message-id): Use it.
25934
25935         * spam-report.el (spam-report-gmane): Add interactive.
25936
25937 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25938
25939         * mm-encode.el (mm-content-transfer-encoding-defaults):
25940         Use qp-or-base64 for the application/* types.
25941
25942 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25943
25944         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25945
25946 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25947
25948         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25949         trim value.
25950
25951 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25952
25953         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25954         New macro and function.
25955         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25956
25957 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25958
25959         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25960         after-load-alist.
25961
25962 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25963
25964         * gnus-group.el (gnus-group-get-new-news-this-group):
25965         Don't update info that isn't there.
25966
25967 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25968
25969         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25970         entry.
25971
25972 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25973
25974         * mm-view.el (mm-inline-render-with-function): Use multibyte
25975         buffer; decode html source by charset.
25976
25977         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25978
25979         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25980         Mule-UCS is loaded under XEmacs.
25981         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25982
25983 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25984
25985         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25986
25987 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25988
25989         * mm-util.el (mm-coding-system-p): Return a coding-system.
25990         (mm-mime-mule-charset-alist): Use shift_jis instead of
25991         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25992         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25993         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25994         instead of japanese-shift-jis and iso-latin-1 respectively in
25995         order to share the default value with both Emacs and XEmacs-mule.
25996         (mm-mule-charset-to-mime-charset):
25997         Make mm-coding-system-priorities effective.
25998         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25999         while predicating of candidates upon the priorities.
26000
26001 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
26002
26003         * gnus-sum.el (gnus-summary-make-menu-bar):
26004         Add gnus-uu-invert-processable.
26005
26006         * gnus.el: Autoload gnus-uu-invert-processable.
26007
26008 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26009
26010         * mm-util.el (mm-with-multibyte-buffer): New macro.
26011
26012         * rfc2047.el (rfc2047-encode-string): Use it.
26013         (rfc2047-encode-region): Move point to the end of the region after
26014         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
26015
26016 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26017
26018         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
26019         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
26020
26021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26022
26023         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
26024         (gnus-cite-parse): Ignore quoted envelope From_.
26025         Suggested by Karl Chen <quarl@nospam.quarl.org>.
26026
26027 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
26028
26029         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
26030         invalid addresses.
26031
26032 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
26033
26034         * spam.el: Change section markers, revise TODO list.
26035         (spam-backends): Make new master list of all installed backends.
26036         (spam-summary-exit-behavior): Add new variable to determine how
26037         messages moves are done at summary exit.
26038         (spam-move-spam-nonspam-groups-only)
26039         (spam-process-ham-in-nonham-groups)
26040         (spam-process-ham-in-spam-groups): Remove variables, the
26041         spam-summary-exit-behavior variable should be used to manage this
26042         behavior.
26043         (spam-old-ham-articles, spam-old-spam-articles): Remove.
26044         (spam-old-articles): Add variable, replacing spam-old-ham-articles
26045         and spam-old-spam-articles.
26046         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
26047         Add empty variables, placeholders for the backends they represent.
26048         (spam-set-difference): Move, unchanged.
26049         (spam-list-of-processors): Declare OBSOLETE, not used anymore
26050         unless the user has a processor variable.
26051         (spam-classifications, spam-classification-valid-p)
26052         (spam-backend-properties, spam-backend-property-valid-p)
26053         (spam-backend-function-type-valid-p)
26054         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
26055         (spam-report-articles-gmane, spam-report-articles-resend):
26056         Remove functions, they are not needed.
26057         (spam-install-backend-super, spam-backend-list)
26058         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
26059         (spam-backend-function, spam-backend-ham-registration-function)
26060         (spam-backend-spam-registration-function)
26061         (spam-backend-ham-unregistration-function)
26062         (spam-backend-spam-unregistration-function)
26063         (spam-backend-statistical-p, spam-backend-mover-p)
26064         (spam-install-backend-alias, spam-install-checkonly-backend)
26065         (spam-install-mover-backend, spam-install-nocheck-backend)
26066         (spam-install-backend, spam-install-statistical-backend)
26067         (spam-install-statistical-checkonly-backend): Add backend installation
26068         support.
26069         (spam-summary-prepare-exit): Rewrite to use the new backend code.
26070         (spam-group-processor-p): Use the new backend code and respect the
26071         summary exit behavior.
26072         (spam-mark-spam-as-expired-and-move-routine): Remove.
26073         (spam-summary-prepare): Change to use the new spam-old-articles
26074         variable.
26075         (spam-copy-or-move-routine, spam-copy-spam-routine)
26076         (spam-move-spam-routine, spam-copy-ham-routine)
26077         (spam-move-ham-routine): Add code to copy/move ham or spam.
26078         (spam-fetch-field-fast): Improve doc and code, plus allow the
26079         'number request.
26080         (spam-list-of-checks, spam-list-of-statistical-checks):
26081         Remove variables.
26082         (spam-split, spam-find-spam): Use the new backend code.
26083         (spam-registration-functions): Remove variable.
26084         (spam-unregister-routine): Add convenience wrapper.
26085         (spam-log-undo-registration, spam-register-routine)
26086         (spam-log-processing-to-registry)
26087         (spam-log-unregistration-needed-p): Rename "check" to "backend"
26088         where possible.
26089         (spam-check-gmane-xref, spam-check-regex-headers)
26090         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
26091         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
26092         (spam-check-bogofilter-headers, spam-check-spamoracle)
26093         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26094         (spam-check-crm114-headers): Use the spam-split-group that
26095         spam-split prepares, no need to determine it every time.
26096
26097         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26098         to the nnheader-parse-naked-head call.
26099
26100         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26101
26102         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26103         the nnheader-nov-read-message-id call.
26104
26105 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26106
26107         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26108         gnus-activate-group twice.  Suggested by Markus Peter
26109         <warp@spin.de>.
26110
26111 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26112
26113         * gnus-art.el (gnus-article-time-format): Exchange the order of
26114         day and month in the default value; fix customization type.
26115         (article-date-ut): Use add-text-properties.
26116         (article-make-date-line): Use message-make-date instead of
26117         current-time-string.
26118
26119         * message.el (message-fetch-field): Don't use set-text-properties.
26120         (message-make-date): Simplify.
26121
26122         * messagexmas.el (message-xmas-make-date): New function.
26123         (message-xmas-redefine): Defalias message-make-date to it.
26124
26125 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26126
26127         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26128         (rfc2047-encode-region): Treat text within parentheses as special;
26129         show the original text when error has occurred.
26130
26131         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26132         already-computed method to gnus-activate-group.
26133
26134         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26135         same select-methods identical Lisp objects.
26136
26137         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26138         object when modifying the info.
26139
26140 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26141
26142         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26143         gnus-opened-servers since it has never been opened with the new
26144         configuration yet.
26145
26146 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26147
26148         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26149         arg to nnheader-generate-fake-message-id.
26150
26151 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26152
26153         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26154         number and build a fake message ID localized to a group and
26155         article number (so it's repeatable from that point on).
26156         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26157         ID format.
26158
26159         * gnus-sum.el (gnus-get-newsgroup-headers):
26160         Call nnheader-generate-fake-message-id with the article number.
26161
26162 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26163
26164         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26165         end-of-buffer.
26166
26167 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26168
26169         * message.el (message-ignored-supersedes-headers): Add Approved.
26170
26171 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26172
26173         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26174         goto-char.
26175         (rfc2047-encode): Fold the line before encoding.
26176
26177 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26178
26179         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26180         folding -- not all headers can be folded, and this should be done
26181         by the message composition mode.  Probably.  I think.
26182
26183 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26184
26185         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26186         fast.
26187
26188         * gnus-ems.el (gnus-remove-image): Don't use
26189         message-text-with-property; remove only the image found first.
26190
26191         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26192         found first.
26193
26194 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26195
26196         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26197
26198 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26199
26200         * message.el (message-text-with-property): Make it fast and accept
26201         optional arguments.
26202         (message-strip-forbidden-properties): Use it.
26203         (message-fix-before-sending): Follow the m-t-w-p change.
26204
26205         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26206
26207 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26208
26209         * gnus-art.el (article-hide-headers): Don't change the buffer
26210         mistakenly when performing mml-preview even if
26211         gnus-single-article-buffer is nil.
26212
26213 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26214
26215         * message.el (message-expand-name-databases): New user option.
26216         (message-expand-name): Use it.
26217
26218 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26219
26220         * spam.el (spam-report-articles-resend)
26221         (spam-report-resend-register-routine): Allow ham reporting.
26222         (spam-report-resend-register-ham-routine): Add wrapper.
26223         (spam-registration-functions): Add ham resending functions.
26224         (spam-list-of-processors): Add ham resend processor.
26225
26226         * gnus.el (ham-resend-to): Add new group parameter.
26227         (spam-process): Add ham resend option.
26228
26229         * spam-report.el (spam-report-resend): Allow reporting ham.
26230         (spam-report-resend-ham): Add wrapper.
26231
26232 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26233
26234         * message.el (message-cite-articles-with-x-no-archive):
26235         New variable.
26236         (message-cite-original): Use it.
26237
26238 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26239
26240         * message.el (message-cite-original): Respect X-No-Archive.
26241
26242 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26243
26244         * gnus-art.el (article-hide-headers): Refer to the values for
26245         gnus-ignored-headers and gnus-visible-headers in the summary
26246         buffer since a user may have set them as group parameters.
26247
26248 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26249
26250         * assistant.el (assistant-node-name): Add convenience function.
26251         (assistant-render-text, assistant-render-node): Add error handling,
26252         plus handle multiple next nodes.
26253         (assistant-find-next-node): Comment out for now.
26254         (assistant-find-next-nodes): Add function, returns list of next
26255         nodes.
26256
26257 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26258
26259         * mail-source.el (mail-source-directory): Fix doc-string.
26260
26261 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26262
26263         * assistant.el (assistant-render-text, assistant-eval): Add :set
26264         widget type, which is different because it takes and returns a
26265         list.  Much hilarity ensues.
26266
26267 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26268
26269         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26270
26271         * gnus-group.el (gnus-group-get-new-news-this-group):
26272         Add doc-string.
26273
26274         * gnus-start.el (gnus-activate-group): Add doc-string.
26275
26276 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26277
26278         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26279
26280 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26281
26282         * assistant.el (assistant-render-text): Try to add a :set
26283         widget, more to come.
26284
26285         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26286         strings.
26287         (spam-report-articles-resend)
26288         (spam-register-routine): Do registration iff any articles warrant
26289         it.
26290         (spam-summary-prepare-exit): Change log message for nil group
26291         destinations.
26292
26293 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26294
26295         * spam.el (spam-report-resend-register-routine):
26296         Allow spam-report-resend-to to be a group parameter or a global value.
26297
26298 2004-05-26  Simon Josefsson  <jas@extundo.com>
26299
26300         * starttls.el: Merge with my GNUTLS based starttls.el.
26301         (starttls-gnutls-program, starttls-use-gnutls)
26302         (starttls-extra-arguments, starttls-process-connection-type)
26303         (starttls-connect, starttls-failure, starttls-success):
26304         New variables.
26305         (starttls-program, starttls-extra-args): Doc fix.
26306         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26307         New functions.
26308         (starttls-negotiate, starttls-open-stream):
26309         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26310         function if it is set.
26311
26312 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26315         structured fields.
26316
26317 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26318
26319         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26320
26321 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26322
26323         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26324         Add variable.
26325         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26326         assigning the spam-mark to new messages.
26327
26328 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26329
26330         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26331
26332 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26333
26334         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26335
26336         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26337         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26338         default.
26339
26340 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26341
26342         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26343         correct data.
26344
26345 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26346
26347         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26348         (spam-group-processor-p): Fix function.
26349         (spam-group-processor-multiple-p)
26350         (spam-group-spam-processor-report-gmane-p)
26351         (spam-group-spam-processor-report-resend-p)
26352         (spam-group-spam-processor-bogofilter-p)
26353         (spam-group-spam-processor-blacklist-p)
26354         (spam-group-spam-processor-ifile-p)
26355         (spam-group-ham-processor-ifile-p)
26356         (spam-group-spam-processor-spamoracle-p)
26357         (spam-group-spam-processor-crm114-p)
26358         (spam-group-ham-processor-bogofilter-p)
26359         (spam-group-spam-processor-stat-p)
26360         (spam-group-ham-processor-stat-p)
26361         (spam-group-ham-processor-whitelist-p)
26362         (spam-group-ham-processor-BBDB-p)
26363         (spam-group-ham-processor-spamoracle-p)
26364         (spam-group-ham-processor-copy-p): Remove functions with some
26365         prejudice against unneeded code.
26366         (spam-report-articles-resend)
26367         (spam-report-resend-register-routine): Allow the group/topic
26368         spam-resend-to value to override spam-report-resend-to.
26369         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26370         properly now.
26371
26372         * gnus.el (spam-resend-to): Add group/topic parameter.
26373         (spam-process): Move the OBSOLETE processors to the end of the
26374         choices.
26375
26376 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26377
26378         * spam-report.el (spam-report-resend-to, spam-report-resend):
26379         Start with resend-to set to nil, and then ask the user if necessary.
26380         (spam-report-resend): spam-report-resend takes a list of articles, not
26381         separate article numbers.
26382
26383 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26384
26385         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26386         addition to emacs-w3m.
26387
26388 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26389
26390         * assistant.el (assistant-authinfo-data): New function.
26391         (assistant-eval): Eval for entire assistant.
26392
26393         * netrc.el (netrc-services-file): New variable.
26394         (netrc-parse-services): New function.
26395         (netrc-find-service-name): New function.
26396         (netrc-find-service-number): New function.
26397         (netrc-port-equal): New function.
26398         (netrc-machine): Use it.
26399
26400         * nnimap.el (nnimap-open-connection): Use netrc.
26401
26402         * gnus-util.el (gnus-netrc-get): Remove aliases.
26403
26404         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26405
26406         * assistant.el (wid-edit): Fix compilation.
26407
26408         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26409
26410 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26411
26412         * gnus-util.el (gnus-set-file-modes): New function.  (small
26413         patch).
26414
26415 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26416
26417         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26418
26419         * assistant.el (assistant-render-node): Fix up rendering and
26420         read-only text.
26421         (assistant-render-node): Reset.
26422         (assistant-make-read-only): Not sticky.
26423
26424 2004-05-20  Danny Siu  <dsiu@adobe.com>
26425
26426         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26427         centered even when gnus-auto-center-summary is t.
26428
26429 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26430
26431         * dns.el (dns-get-txt-answer): New function.
26432         (dns-read-txt): Ditto.
26433         (query-dns): Use it.
26434
26435 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26436
26437         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26438         active for foreign groups even if the group level is higher than
26439         the specified value.
26440
26441 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26442
26443         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26444         non-active groups.
26445
26446         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26447
26448 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26449
26450         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26451
26452 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26453
26454         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26455         (spam-crm114-header, spam-crm114-spam-switch)
26456         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26457         (spam-crm114-positive-spam-header)
26458         (spam-crm114-database-directory, spam-list-of-processors)
26459         (spam-group-spam-processor-crm114-p)
26460         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26461         (spam-generic-score, spam-list-of-checks)
26462         (spam-list-of-statistical-checks, spam-registration-functions)
26463         (spam-check-crm114-headers, spam-crm114-score)
26464         (spam-check-crm114, spam-crm114-register-with-crm114)
26465         (spam-crm114-register-spam-routine)
26466         (spam-crm114-unregister-spam-routine)
26467         (spam-crm114-register-ham-routine)
26468         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26469
26470 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26471
26472         * gnus.el: Add spam-use-crm114.
26473
26474         * spam.el (spam-list-of-processors, spam-registration-functions):
26475         Add spam-use-resend.
26476         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26477         (spam-report-articles-gmane): Add doc fix.
26478         (spam-report-articles-resend, spam-report-resend-register-routine):
26479         Add wrappers around spam-report-resend-to.
26480
26481         * spam-report.el (spam-report-resend-to, spam-report-resend):
26482         Add support for resending spam.
26483         (spam-report-gmane): Fix line length >80.
26484
26485         * gnus.el (spam-process): Add spam-use-resend.
26486
26487 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26488
26489         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26490         number of processed spam messages.
26491         (spam-ham-copy-or-move-routine): Return the number of processed
26492         ham messages.
26493         (spam-summary-prepare-exit): Use the above values to decide
26494         whether status messages should be displayed.
26495
26496 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26497
26498         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26499         `rfc2047-encoding-function-alist' in order to avoid conflicting
26500         with the old version.
26501         (rfc2047-encode-region): Concatenate words containing non-ASCII
26502         characters in structured fields; don't encode space-delimited
26503         ASCII words even in unstructured fields; don't break words at
26504         char-category boundaries.
26505         (rfc2047-encode-1): New function.
26506         (rfc2047-encode): Use it; encode text so that it occupies the
26507         maximum width within 76-column; work correctly on Q encoding for
26508         iso-2022-* charsets.
26509         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26510         sure not to break a line just after the header name.
26511         (rfc2047-b-encode-region): Remove.
26512         (rfc2047-b-encode-string): New function.
26513         (rfc2047-q-encode-region): Remove.
26514         (rfc2047-q-encode-string): New function.
26515
26516         * mm-util.el (mm-replace-in-string): New function.
26517
26518 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26519
26520         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26521         Really get it right.
26522         (gnus-inews-make-draft): Really.
26523
26524 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26525
26526         * nnmh.el (nnmh-request-list-1): Don't check the link count
26527         before descending.  (small patch)
26528
26529 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26530
26531         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26532         stuff.
26533
26534         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26535         Match on real group name.
26536
26537         * gnus-art.el (gnus-signature-limit): Doc fix.
26538
26539         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26540
26541         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26542
26543 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26544
26545         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26546         isn't a string.
26547
26548 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26549
26550         * gnus-draft.el (gnus-draft-send):
26551         Bind rfc2047-encode-encoded-words.
26552
26553         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26554         (rfc2047-encodable-p): Say that =? needs encoding.
26555         (rfc2047-encode-encoded-words): New variable.
26556
26557         * gnus-group.el (gnus-group-select-group): Doc fix.
26558
26559         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26560
26561         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26562         to nil.
26563
26564         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26565
26566         * nnheader.el (nnheader-get-lines-and-char): New function.
26567
26568 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26569
26570         * gnus-msg.el (gnus-summary-followup-with-original):
26571         Document yanking of region when active.
26572
26573 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26574
26575         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26576         groups if the group level is higher than the specified value.
26577
26578 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26579
26580         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26581         (gnus-group-jump-to-group): Add prefix argument using
26582         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26583         non-active group.
26584
26585         * compface.el (uncompface): Be verbose when changing
26586         `uncompface-use-external'.
26587
26588         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26589         handle manual section.
26590
26591 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26592
26593         * gnus-art.el (gnus-button-alist): Revert previous change.
26594
26595 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26596
26597         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26598
26599 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26600
26601         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26602         whether backend can accept message.
26603
26604         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26605
26606 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26607
26608         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26609         Avoid creating directory when nntp-marks-is-evil is true.
26610         Reported by Reiner Steib.
26611
26612 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26613
26614         * gnus-picon.el (gnus-picon-insert-glyph):
26615         Add optional `nostring' argument.
26616
26617 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26618
26619         * gnus-picon.el (gnus-picon-style): New variable.
26620         (gnus-picon-transform-address): Support `gnus-picon-style'.
26621
26622 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26623
26624         * message.el (message-fill-field): Return point.
26625         (message-generate-headers): Go to end of field.
26626
26627         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26628         stuff for non-living groups.
26629
26630 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26631
26632         * gnus-art.el (gnus-article-followup-with-original)
26633         (gnus-article-reply-with-original): gnus-mark-active-p ->
26634         gnus-region-active-p.
26635
26636 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26637
26638         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26639         only when there is spam or ham to be processed.
26640
26641 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26642
26643         * mail-source.el (mail-source-delete-crash-box): Refactor.
26644         (mail-source-fetch): Use it.
26645         (mail-source-fetch-file): Ditto.
26646         (mail-source-fetch-directory): Run postscript in loop.
26647         (mail-source-fetch-pop): Delete.
26648         (mail-source-fetch-maildir): Ditto.
26649         (mail-source-fetch-imap): Ditto.
26650
26651         * imap.el (imap-authenticators): Comment out sasl.
26652
26653         * message.el (message-skip-to-next-address): New function.
26654         (message-fill-header-address): Refactor.
26655         (message-fill-address): Use it.
26656         (message-delete-address): Use it.
26657         (message-fill-header-general): Refactor.
26658         (message-fill-field-address): Rename.
26659         (message-narrow-to-field): Find the start of the header.
26660         (message-header-format-alist): Don't pre-fill.
26661         (message-fill-header): Remove.
26662         (message-insert-header): New function.
26663         (message-shorten-references): Use it.
26664
26665         * rfc2047.el (rfc2047-field-value): Strip props.
26666
26667         * mail-parse.el (mail-header-make-address): New alias.
26668
26669         * ietf-drums.el (ietf-drums-make-address): New function.
26670
26671         * imap.el: Add compiler directives.
26672
26673         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26674
26675         * gnus-art.el (article-decode-idna-rhs): Don't use
26676         message-idna-inside-rhs-p.
26677
26678 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26679
26680         * message.el (message-idna-inside-rhs-p): Remove.
26681         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26682
26683         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26684         false positives.
26685
26686 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26687
26688         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26689
26690 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26691
26692         * nneething.el (nneething-file-name): Don't create spurious
26693         files.
26694
26695         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26696         (gnus-inews-do-gcc): Remove sleep.
26697
26698         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26699         part under point.
26700
26701         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26702         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26703
26704 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26705
26706         * spam.el (spam-summary-prepare-exit): Fix (length).
26707
26708 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26709
26710         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26711         as expired without moving it" message when there are spam
26712         messages left.
26713
26714 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26715
26716         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26717         header is not nil.
26718
26719 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26720
26721         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26722         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26723         (nntp-marks-changed-p): New arg SERVER.
26724         (nntp-request-update-info): Adjust caller.
26725
26726 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26727
26728         * nntp.el (nntp-save-marks): Pass missing arg.
26729
26730 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26731
26732         * nntp.el: Support marks.
26733         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26734         (nntp-marks-modtime, nntp-marks-directory): New variables.
26735         (nntp-request-set-mark, nntp-request-update-info)
26736         (nntp-possibly-create-directory, nntp-marks-changed-p)
26737         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26738         New functions.
26739
26740 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26741
26742         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26743         (gnus-xmas-redefine): Rename.
26744
26745         * gnus-score.el (gnus-score-insert-help):
26746         Use gnus-select-lowest-window.
26747
26748         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26749         appt-select-lowest-window and rename to gnus-select-lowest-window.
26750
26751         * gnus.el: do.
26752
26753 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26754
26755         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26756         encodings of MIME-encoded words, in order to improve
26757         interoperability with several broken MUAs.
26758
26759 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26760
26761         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26762         tags, only when charsets are not specified in headers.
26763         (mm-inline-text-html-render-with-w3m): Ditto.
26764
26765         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26766         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26767
26768 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26769
26770         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26771         instead of MIME-decoded from fields when checking
26772         `gnus-article-address-banner-alist'.
26773
26774 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26775
26776         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26777         description rather than subject.
26778
26779 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26780
26781         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26782
26783 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26784
26785         * gnus.el (gnus-version-number): Bump.
26786
26787 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26788
26789         * gnus.el: No Gnus v0.2 is released.
26790
26791 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26792
26793         * gnus-agent.el (gnus-agent-read-agentview):
26794         Inline gnus-uncompress-range.
26795
26796 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26797
26798         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26799         `exec-installed-p'.
26800
26801 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26802
26803         * gnus.el (spam-process, spam-autodetect-methods):
26804         Add bsfilter and bsfilter-headers.
26805
26806         * spam.el (spam-bsfilter): New customize group.
26807         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26808         (spam-bsfilter-header, spam-bsfilter-probability-header)
26809         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26810         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26811         (spam-bsfilter-database-directory): New options.
26812         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26813         (spam-list-of-statistical-checks, spam-registration-functions):
26814         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26815         (spam-bsfilter-score): New command.
26816         (spam-check-bsfilter-headers, spam-check-bsfilter)
26817         (spam-bsfilter-register-with-bsfilter)
26818         (spam-bsfilter-register-spam-routine)
26819         (spam-bsfilter-unregister-spam-routine)
26820         (spam-bsfilter-register-ham-routine)
26821         (spam-bsfilter-unregister-ham-routine): New functions.
26822         (spam-generic-score): Support bsfilter; Accept an optional argument
26823         to recalcurate spam score even if scoring header has already been
26824         added.
26825         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26826         optional argument to recalcurate spam score even if scoring header
26827         has already been added.
26828
26829 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26830
26831         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26832         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26833         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26834         link is missing.
26835
26836 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26837
26838         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26839         (html2text-get-attr): Rewrite.
26840
26841         * message.el (message-setup-1): Remove redundant put-text-property
26842         on mail-header-separator.
26843
26844 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26845
26846         * gnus-registry.el (gnus-registry-cache-whitespace)
26847         (gnus-registry-action, gnus-registry-spool-action)
26848         (gnus-registry-split-fancy-with-parent): Change message levels
26849         from 5 to 3 or 7, as needed.
26850
26851         * spam.el (spam-summary-prepare-exit)
26852         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26853         (spam-split, spam-find-spam, spam-log-undo-registration)
26854         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26855         level from 5 to 6.
26856
26857 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26858
26859         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26860         2004-03-04 change).
26861
26862 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26863
26864         * sieve-manage.el (sieve-manage-open):
26865         * nnweb.el (nnweb-insert-html):
26866         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26867         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26868         * nnspool.el (nnspool-request-group):
26869         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26870         * nnml.el (nnml-request-update-info):
26871         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26872         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26873         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26874         (nnimap-request-set-mark):
26875         * nnfolder.el (nnfolder-request-update-info):
26876         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26877         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26878         * gnus-uu.el (gnus-uu-find-articles-matching):
26879         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26880         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26881         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26882         * gnus-nocem.el (gnus-nocem-scan-groups):
26883         * gnus-int.el (gnus-start-news-server):
26884         * gnus-group.el (gnus-group-make-kiboze-group)
26885         (gnus-group-browse-foreign-server):
26886         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26887         Use mapc when appropriate.
26888
26889 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26890             Adam Sjøgren  <asjo@koldfront.dk>
26891             Wes Hardaker  <wes@hardakers.net>
26892             Michael Shields  <shields@msrl.com>
26893
26894         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26895         may need for spam sorting and scoring.
26896         (spam-user-format-function-S): Add user format function suitable for
26897         general use.
26898         (spam-article-sort-by-spam-status): Add sorting function for summary
26899         sorting.
26900         (spam-extra-header-to-number): Add function to get a score from a
26901         header.
26902         (spam-summary-score): Add function to get a numeric score from the
26903         headers.
26904         (spam-generic-score): Fix function doc, was in wrong place.
26905         (spam-initialize): Take symbols when it's run, and install the
26906         extra headers that spam-necessary-extra-headers thinks we need.
26907
26908 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26909
26910         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26911         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26912
26913 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26914
26915         * gnus-sum.el (gnus-set-global-variables)
26916         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26917         (gnus-article-get-xrefs, gnus-summary-best-group)
26918         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26919         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26920         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26921         Use with-current-buffer.
26922
26923 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26924
26925         * spam.el (spam-summary-prepare-exit): Simplify logic.
26926         (spam-fetch-article-header): Read the article header if it's not
26927         available.
26928         (spam-list-articles): Simplify logic.
26929         (spam-filelist-register-routine): Fix bug with unregister-list.
26930
26931         * gnus-registry.el: Fix comments at beginning.
26932
26933 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26934
26935         * message.el (message-cater-to-broken-inn): Remove.
26936         (message-shorten-references): Make sure the total folded length of
26937         References is shorter than 998 characters to cater to a bug in INN
26938         2.3.  Also, don't pretend that references aren't folded -- this
26939         hasn't worked for a while.
26940
26941 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26942
26943         * gnus-agent.el (gnus-agentize):
26944         gnus-agent-send-mail-real-function no longer set to current value
26945         of message-send-mail-function but rather a lambda that calls
26946         message-send-mail-function.  The change makes the agent real-time
26947         responsive to user changes to message-send-mail-function.
26948
26949 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26950
26951         * legacy-gnus-agent.el
26952         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26953         help from Florian Weimer <fw@deneb.enyo.de>
26954
26955 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26956
26957         * nnmail.el (nnmail-cache-insert): Revert last change.
26958
26959 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26960
26961         * nnmail.el (nnmail-cache-insert): Always check whether
26962         nnmail-cache-ignore-groups matches a group name.
26963
26964 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26965
26966         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26967         (spam-find-spam, spam-log-processing-to-registry)
26968         (spam-log-registered-p, spam-log-unregistration-needed-p)
26969         (spam-log-undo-registration): Use gnus-message instead of
26970         gnus-error, none of these errors are fatal.
26971
26972         * gnus-registry.el (gnus-registry-clean-empty-function)
26973         (gnus-registry-clean-empty): Remove only empty entries without
26974         extra data.
26975
26976 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26977
26978         * spam-stat.el (spam-stat-buffer-change-to-spam)
26979         (spam-stat-buffer-change-to-non-spam): Change (error) to
26980         (gnus-message 8) invocation.
26981
26982 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26983
26984         * nntp.el (nntp-via-netcat-command): New variable.
26985         (nntp-via-netcat-switches): New variable.
26986         (nntp-open-via-rlogin-and-netcat): New function.
26987         (nntp-open-connection-function): Doc fix.
26988         (nntp-telnet-command): Doc fix.
26989         (nntp-end-of-line): Doc fix.
26990         (nntp-via-rlogin-command): Doc fix.
26991         (nntp-via-user-name): Doc fix.
26992         (nntp-via-address): Doc fix.
26993
26994 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26995
26996         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26997         error in Emacs 21.1.
26998
26999 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
27000
27001         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
27002
27003 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27004
27005         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
27006         (gnus-agent-with-refreshed-group): New macro.
27007         (gnus-agent-rename-group): New function.
27008         (gnus-agent-delete-group): New function.
27009         (gnus-agent-save-group-info): Use gnus-command-method when
27010         `method' parameter is nil.  Don't write nil entries into the
27011         active file.
27012         (gnus-agent-get-group-info): New function.
27013         (gnus-agent-fetch-articles):
27014         Use gnus-agent-update-files-total-fetched-for to increment disk space
27015         used.
27016         (gnus-agent-fetch-headers, gnus-agent-save-alist):
27017         Use gnus-agent-update-view-total-fetched-for to increment disk space
27018         used.
27019         (gnus-agent-get-local): Add optional parameters to avoid calling
27020         gnus-group-real-name and gnus-find-method-for-group.
27021         (gnus-agent-set-local): Delete stored entry if either min, or max,
27022         are nil.
27023         (gnus-agent-fetch-session): Reworded error/quit messages.
27024         On quit, use gnus-agent-regenerate-group to record existance of any
27025         articles fetched to disk before the quit occurred.
27026         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
27027         gnus-agent-update-view-total-fetched-for, and
27028         gnus-agent-update-files-total-fetched-for to decrement disk space
27029         used.
27030         (gnus-agent-retrieve-headers):
27031         Use gnus-agent-update-view-total-fetched-for to increment disk space
27032         used.
27033         (gnus-agent-regenerate-group): Replace gnus-group-update-group
27034         with gnus-agent-update-files-total-fetched-for to decrement disk
27035         space and fresh group buffer.
27036         (gnus-agent-inhibit-update-total-fetched-for): New variable.
27037         (gnus-agent-need-update-total-fetched-for): New variable.
27038         (gnus-agent-update-files-total-fetched-for): New function.
27039         (gnus-agent-update-view-total-fetched-for): New function.
27040         (gnus-agent-total-fetched-for): New function.
27041
27042         * gnus-cache.el (gnus-cache-save-buffers):
27043         Use gnus-cache-update-overview-total-fetched-for to change disk space
27044         used by this group.
27045         (gnus-cache-possibly-enter-article):
27046         Use gnus-cache-update-file-total-fetched-for to increment disk space
27047         used by this group.
27048         (gnus-cache-possibly-remove-article):
27049         Use gnus-cache-update-file-total-fetched-for to decrement disk space
27050         used by this group.
27051         (gnus-cache-generate-nov-databases): Purge total fetched cache.
27052         (gnus-cache-rename-group): New function.
27053         (gnus-cache-delete-group): New function.
27054         (gnus-cache-inhibit-update-total-fetched-for): New variable.
27055         (gnus-cache-need-update-total-fetched-for): New variable.
27056         (gnus-cache-with-refreshed-group): New macro.
27057         (gnus-cache-update-file-total-fetched-for): New function.
27058         (gnus-cache-update-overview-total-fetched-for): New function.
27059         (gnus-cache-rename-group-total-fetched-for): New function.
27060         (gnus-cache-delete-group-total-fetched-for): New function.
27061         (gnus-cache-total-fetched-for): New function.
27062
27063         * gnus-group.el: Require gnus-sum and autoload functions to
27064         resolve warnings when gnus-group.el compiled alone.
27065         (gnus-group-line-format): Document new %F.
27066         (size of Fetched data) group line format; identifies disk space
27067         used by agent and cache.
27068         (gnus-group-line-format-alist): Define new F format.
27069         (gnus-total-fetched-for): New function.
27070         (gnus-group-delete-group): No longer update
27071         gnus-cache-active-altered as gnus-request-delete-group now keeps
27072         the cache in sync.
27073         (gnus-group-list-active): Let the agent store a server's active
27074         list if currently plugged.
27075
27076         * gnus-int.el (gnus-request-delete-group):
27077         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
27078         local disk in sync with the server.
27079         (gnus-request-rename-group):
27080         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
27081         local disk in sync with the server.
27082
27083         * gnus-start.el (gnus-get-unread-articles):
27084         Cosmetic simplification to logic.
27085
27086         * gnus-util.el (gnus-rename-file): New function.
27087
27088 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
27089
27090         * mm-util.el (mm-image-load-path): Handle nil in load-path.
27091
27092 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
27093
27094         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27095         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27096
27097 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27098
27099         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27100         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27101
27102 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27103
27104         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27105
27106 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27107
27108         * spam.el (spam-set-difference): Add function to replace
27109         gnus-set-difference in spam.el.
27110         (spam-summary-prepare-exit): Use spam-set-difference.
27111
27112 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27113
27114         * gnus-registry.el (gnus-registry-cache-file): Update to use
27115         gnus-dribble-directory OR gnus-home-directory OR ~.
27116         (gnus-registry-split-fancy-with-parent): Fix doc.
27117
27118 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27119
27120         * message.el (message-exchange-point-and-mark):
27121         Use message-mark-active-p.  Suggested by Jesper Harder
27122         <harder@ifa.au.dk>.
27123
27124 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27125
27126         * message.el (message-exchange-point-and-mark): Don't activate
27127         region if it was inactive.  Suggested by Hiroshi Fujishima
27128         <pooh@nature.tsukuba.ac.jp>.
27129
27130 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27131
27132         * gnus-art.el (article-display-face): Display Faces in the same
27133         order as X-Faces.
27134
27135 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27136
27137         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27138
27139 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27140
27141         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27142         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27143         (gnus-article-mime-hierarchy): Remove.
27144         (gnus-article-mime-hierarchy-next): Remove.
27145         (gnus-article-mode): Revert 2004-03-19 change.
27146         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27147         (gnus-insert-mime-button): Revert 2004-03-19 change.
27148         (gnus-mime-accumulate-hierarchy): Remove.
27149         (gnus-mime-enter-multipart): Remove.
27150         (gnus-mime-leave-multipart): Remove.
27151         (gnus-mime-display-part): Revert 2004-03-19 change.
27152         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27153
27154         * mml.el (mml-preview): Revert 2004-03-19 change.
27155
27156 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27157
27158         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27159
27160 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27161
27162         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27163         t while entering a file name using the mm-with-multibyte macro.
27164         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27165
27166         * mm-util.el (mm-with-multibyte): New macro.
27167
27168 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27169
27170         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27171         New user option.
27172         (gnus-mime-multipart-functions): Doc and customization fix.
27173         (gnus-article-mime-hierarchy): New variable.
27174         (gnus-article-mime-hierarchy-next): New variable.
27175         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27176         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27177         gnus-article-mime-hierarchy-next to nil.
27178         (gnus-insert-mime-button): Show hierarchy numbers.
27179         (gnus-mime-accumulate-hierarchy): New function.
27180         (gnus-mime-enter-multipart): New function.
27181         (gnus-mime-leave-multipart): New function.
27182         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27183         (gnus-mime-display-alternative): Show hierarchy numbers.
27184
27185         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27186         gnus-article-mime-hierarchy-next to nil.
27187
27188 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27189
27190         * dns.el: Don't require gnus-xmas.
27191
27192 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27193
27194         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27195         inline PGP.
27196         (mml-menu): Disable mml-quote-region if mark is inactive.
27197
27198 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27199
27200         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27201         when the group's active is not available.
27202
27203 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27204
27205         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27206         error.
27207
27208 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27209
27210         * imap.el (imap-store-password): New variable.
27211         (imap-interactive-login): Use it.
27212         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27213
27214 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27215
27216         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27217         window-start and hscroll to summary window.
27218
27219 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27220
27221         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27222         conversion message to newsrc-dribble when an actual conversion is
27223         performed.
27224
27225 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27226
27227         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27228
27229 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27230
27231         * mm-decode.el (mm-complicated-handles): New function reviving
27232         former definition of mm-multiple-handles.
27233
27234         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27235         (gnus-mime-delete-part): Use it.
27236
27237 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27238
27239         * gnus-agent.el (gnus-agent-read-local):
27240         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27241         avoid the implicit assumption that they will always be equal.
27242         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27243         coding-system-for-write, as the with-temp-file macro first prints
27244         to a buffer then saves the buffer.
27245
27246 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27247
27248         * gnus-art.el (gnus-article-edit-part): New function.
27249         (gnus-mime-save-part-and-strip): Use it; do query instead of
27250         signaling an error; don't use mm-multiple-handles.
27251         (gnus-mime-delete-part): Ditto.
27252
27253 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27254
27255         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27256         old file versions.
27257         (gnus-group-prepare-hook): Remove function that converted list
27258         form of gnus-agent-expire-days to group properties.
27259
27260         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27261         (gnus-request-accept-article): Re-indented.
27262
27263         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27264         converters to handle old agent file formats.  Add logic for a
27265         "backup before upgrading warning".
27266         (gnus-convert-mark-converter-prompt): Developers can mark
27267         functions as needing (default), or not needing,
27268         gnus-convert-old-newsrc's "backup before upgrading warning".
27269         (gnus-convert-converter-needs-prompt): Tests whether the user
27270         should be protected from potentially irreversable changes by the
27271         function.
27272
27273         * legacy-gnus-agent.el: New.  Provides converters that are only
27274         loaded when gnus-convert-old-newsrc needs to call them.
27275
27276 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27277
27278         * mail-source.el (mail-source-touch-pop): Doc fix.
27279
27280         * message.el (message-smtpmail-send-it): Doc fix.
27281
27282 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27283
27284         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27285
27286         * nnmail.el (nnmail-split-fancy): do.
27287
27288         * gnus-kill.el (gnus-kill, gnus-execute): do.
27289
27290 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27291
27292         * gnus-sum.el (gnus-widget-reversible-match)
27293         (gnus-widget-reversible-to-internal)
27294         (gnus-widget-reversible-to-external): New functions.
27295         (gnus-widget-reversible): New widget.
27296         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27297
27298 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27299
27300         * gnus-sum.el (gnus-thread-sort-functions)
27301         (gnus-article-sort-functions): Document `(not F)' items.
27302
27303 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27304
27305         * spam.el (spam-use-gmane-xref): Add new backend.
27306         (spam-gmane-xref-spam-group): Add variable to control the name of the
27307         Gmane spam group.
27308         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27309         (spam-regex-headers-spam, spam-regex-headers-ham)
27310         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27311         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27312         backends and checks.
27313         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27314
27315         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27316         an autodetect method.
27317
27318 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27319
27320         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27321         articles are being added to a group.
27322         (gnus-request-replace-article): Inform the agent that articles
27323         need to be uncached as the cached contents are no longer valid.
27324
27325 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27326
27327         * binhex.el: Don't autoload executable-find.
27328
27329         * canlock.el: Don't autoload mail-fetch-field.
27330
27331         * dgnushack.el: Autoload c-mode for XEmacs.
27332
27333         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27334
27335         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27336         rmail-dont-reply-to and rmail-output.
27337
27338         * gnus-score.el: Don't autoload ffap-string-at-point.
27339
27340         * gnus-setup.el: Don't autoload sc-cite-original.
27341
27342         * imap.el: Don't autoload base64-decode-string,
27343         base64-encode-string and md5.
27344
27345         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27346         and rmail-msg-restore-non-pruned-header.
27347
27348         * mm-decode.el: Don't autoload executable-find.
27349
27350         * mm-url.el: Don't autoload executable-find.
27351
27352         * mm-view.el: Don't autoload diff-mode.
27353
27354         * nndb.el: Don't autoload news-reply-mode, news-setup,
27355         cancel-timer and telnet.
27356
27357         * password.el: Don't autoload run-at-time for Emacs.
27358
27359         * sha1-el.el: Don't autoload executable-find.
27360
27361         * sieve-mode.el: Don't autoload c-mode.
27362
27363         * uudecode.el: Don't autoload executable-find.
27364
27365 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27366
27367         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27368         (gnus-agent-possibly-alter-active): Avoid null in numeric
27369         comparison.
27370         (gnus-agent-set-local): Refuse to save null in local object table.
27371         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27372         list of articles that will be marked as unread.
27373
27374 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27375
27376         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27377
27378 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27379
27380         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27381         language tags.
27382
27383 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27384
27385         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27386         Don't bind "obarray".
27387
27388         * gnus-sum.el (gnus-thread-sort-functions):
27389         Add `gnus-thread-sort-by-most-recent-number' and
27390         `gnus-thread-sort-by-most-recent-date'.
27391         Reported by Kai Grossjohann <kai@emptydomain.de>.
27392
27393 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27394
27395         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27396
27397 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27398
27399         * gnus-cus.el (gnus-agent-customize-category):
27400         Remove ignore-errors macro reference that required cl to be loaded at
27401         run-time.
27402
27403         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27404         single-interval range of the form (min . max).  Previously the
27405         range had to look like ((min . max)).  Likewise, return
27406         (min . max) rather than ((min . max)).
27407         (gnus-range-map): Use gnus-range-normalize to accept
27408         single-interval range.
27409
27410         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27411         the cache, but not the agent, now appear with their usual face.
27412
27413         * dgnushack.el (loaddir): New variable that is bound to the
27414         directory containing the dgnushack.el file.  Use loaddir, rather
27415         than srcdir, to update load-path.  Change lets dgnushack compile
27416         code in directories other than GNUS/lisp.
27417
27418 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27419
27420         * lpath.el: Don't bind w3m-safe-url-regexp.
27421
27422         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27423         w3m-safe-url-regexp variable buffer-local.
27424
27425         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27426
27427 2004-02-27  Simon Josefsson  <jas@extundo.com>
27428
27429         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27430         gnus-group-real-prefix.
27431         (gnus-summary-move-article): Use it, instead of
27432         gnus-group-real-prefix.
27433
27434 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27435
27436         * lpath.el: Bind w3m-safe-url-regexp.
27437
27438         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27439         w3m-safe-url-regexp variable buffer-local and set it as the value
27440         of mm-w3m-safe-url-regexp.
27441
27442         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27443
27444         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27445         parsing gnus-posting-styles when the message is not for replying.
27446
27447         * dgnushack.el: Autoload sgml-mode for XEmacs.
27448
27449         * nnrss.el (nnrss-opml-export):
27450         Use mm-set-buffer-file-coding-system instead of
27451         set-buffer-file-coding-system.
27452
27453 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27454
27455         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27456         of checkdoc.el).
27457         * nnrss.el: do.
27458         * gnus-mlspl.el: do.
27459         * gnus-ml.el: do.
27460         * gnus-srvr.el: do.
27461
27462         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27463
27464 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27465
27466         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27467         Corrections to custom-manual links.
27468
27469         * gnus-art.el (gnus-article): Ditto.
27470
27471         * mm-decode.el (mime-display, mime-security): Ditto.
27472
27473 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27474
27475         * flow-fill.el: Typo.
27476
27477 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27478
27479         * spam-wash.el: New file.
27480
27481 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27482
27483         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27484
27485 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27486
27487         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27488         to be run with new-articles as LIST1, not LIST2.
27489         (spam-registration-functions): Add spam-use-ham-copy as a nil
27490         registration backend.
27491
27492 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27493
27494         * spam-stat.el (spam-stat-washing-hook): New option.
27495         (spam-stat-buffer-words): Use it.
27496         (spam-stat-process-directory, spam-stat-test-directory):
27497         Use insert-file-contents-literally.
27498         (spam-stat-coding-system): New variable.
27499         (spam-stat-load, spam-stat-save): Use it.
27500
27501 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27502
27503         * spam-report.el (spam-report-plug-agent):
27504         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27505
27506 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27507
27508         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27509         Allow / in mailto URLs.
27510
27511 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27512
27513         * spam-report.el (spam-report-process-queue): Fix interactive use.
27514         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27515         (spam-report-unplug-agent): Doc fixes.
27516         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27517         (spam-report-agentize, spam-report-deagentize): Autoload.
27518
27519 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27520
27521         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27522
27523         * message.el (message-setup-fill-variables): Add mml tags to
27524         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27525         <ajk@iu.edu>.
27526         (message-mode): Don't modify paragraph-separate there.
27527
27528 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27529
27530         * compface.el (uncompface-use-external): Default to undecided.
27531         (uncompface-use-external-threshold): New variable.
27532         (uncompface-float-time): New macro.
27533         (uncompface): Determine whether to use the external decoder if
27534         uncompface-use-external is undecided.
27535
27536 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27537
27538         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27539         after images.
27540
27541         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27542
27543 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27544
27545         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27546
27547         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27548
27549         * gnus-sum.el (gnus-summary-limit-to-age)
27550         (gnus-summary-limit-children): do.
27551
27552         * gnus-int.el (gnus-request-scan): do.
27553
27554         * gnus-group.el (gnus-group-suspend): do.
27555
27556         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27557
27558         * gnus-cite.el (gnus-cite-parse-attributions): do.
27559
27560         * gnus-agent.el (gnus-summary-set-agent-mark)
27561         (gnus-agent-regenerate-group): do.
27562
27563         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27564
27565         * binhex.el (binhex-decode-region-internal): do.
27566
27567 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27568
27569         * gnus-fun.el (gnus-face-properties-alist): New user option.
27570         (gnus-display-x-face-in-from): Use it.
27571
27572         * gnus-art.el (article-display-face): Ditto.
27573
27574         * compface.el (uncompface-use-external): Default to nil.
27575
27576 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27577
27578         * nntp.el (nntp-erase-buffer): New function.
27579         (nntp-retrieve-data, nntp-send-command)
27580         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27581         (nntp-possibly-change-group): Use it.
27582
27583         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27584         Use with-current-buffer.
27585
27586 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27587
27588         * compface.el: Merge the ELisp-based uncompface program.
27589         (compface): New customization group.
27590         (uncompface-use-external): New user option.
27591         (uncompface): Call uncompface-internal if uncompface-use-external
27592         is nil.
27593         (uncompface-internal): New function.  Note that there are also
27594         some other functions and variables added for this function.
27595
27596 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27597
27598         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27599         if necessary.
27600
27601 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27602
27603         * spam-report.el (spam-report-unplug-agent)
27604         (spam-report-plug-agent, spam-report-deagentize)
27605         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27606         Add support for the Agent in spam-report: when unplugged, report to a
27607         file; when plugged, submit all the requests.
27608
27609         * spam.el (spam-register-routine): Fix message about
27610         registration.
27611
27612 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27613
27614         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27615         dependencies.
27616         (rfc2047-encode): Use it.
27617
27618         * gnus-art.el (gnus-button-marker-list): Move before first
27619         reference.
27620
27621         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27622         (imap-parse-body): Fix format string mismatch.
27623
27624         * gnus-score.el (gnus-summary-increase-score): do.
27625
27626         * nnrss.el (nnrss-close): New function.
27627
27628 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27629
27630         * nnrss.el (nnrss-make-filename): New function.
27631         (nnrss-request-delete-group, nnrss-read-server-data)
27632         (nnrss-save-server-data, nnrss-read-group-data)
27633         (nnrss-save-group-data): Use it.
27634         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27635         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27636         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27637
27638 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27639
27640         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27641
27642 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27643
27644         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27645         files.
27646
27647         * message.el (message-generate-headers-first): Don't quote nil
27648         and t in docstrings.
27649
27650         * imap.el (imap-id): do.
27651
27652         * gnus-agent.el (gnus-agent-consider-all-articles)
27653         (gnus-agent-queue-mail): do.
27654
27655 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27656
27657         * spam-report.el (spam-report-process-queue): New function.
27658         Process requests from `spam-report-requests-file'.
27659         (spam-report-process-queue): Doc fix.
27660
27661 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27662
27663         * spam.el (spam-register-routine)
27664         (spam-log-processing-to-registry, spam-log-registered-p)
27665         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27666         Change "check" to "spam-check" for semi-clarity.
27667
27668 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27669
27670         * pop3.el: Require nnheader.
27671
27672         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27673
27674         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27675
27676         * gnus-picon.el: Require cl.
27677
27678         * gnus-fun.el: Require gnus-ems and gnus-util.
27679
27680         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27681
27682         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27683
27684         * gnus-art.el (gnus-article-edit-mode): Define before first
27685         reference.
27686
27687 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27688
27689         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27690         (gnus-uu-post-encoded): Use point-at-bol.
27691
27692         * gnus-topic.el (gnus-group-active-topic-p): do.
27693
27694         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27695
27696         * gnus-group.el (gnus-group-kill-region): do.
27697
27698         * gnus-art.el (article-date-ut): do.
27699
27700         * message.el (message-fetch-field): Remove redundant
27701         case-fold-search binding.
27702         (message-narrow-to-field): Simplify.
27703
27704 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27705
27706         * spam.el (spam-directory): Derive from `gnus-directory'.
27707
27708         * spam-report.el (spam-report-url-to-file)
27709         (spam-report-requests-file): New function and variable for offline
27710         reporting.
27711         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27712         and user defined function.
27713         (spam-report-url-ping-mm-url): Remove doubled slash.
27714
27715 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27716
27717         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27718
27719 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27720
27721         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27722         Fix format string mismatch.
27723
27724         * sieve.el (sieve-deactivate-all): do.
27725
27726         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27727
27728         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27729
27730         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27731
27732         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27733
27734 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27735
27736         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27737         the list of checks.
27738
27739 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27740
27741         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27742         padding.
27743
27744 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27745
27746         * mm-view.el (mm-fill-flowed): New variable.
27747         (mm-inline-text): Use it.
27748
27749 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27750
27751         * spam.el (spam-spamassassin-register-ham-routine)
27752         (spam-spamassassin-register-spam-routine): Fix function names.
27753
27754 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27755
27756         * gnus.el (gnus-tmp-grouplens): Remove.
27757         (gnus-summary-line-format): Remove grouplens.
27758
27759         * gnus-group.el (gnus-group-line-format): Ditto.
27760
27761         * gnus-spec.el (gnus-format-specs): Ditto.
27762         (gnus-update-format-specifications): Flush the group format spec
27763         cache if there's the grouplens stuff.
27764         (gnus-parse-simple-format): Replace %l with the empty string.
27765
27766 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27767
27768         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27769         omission.
27770
27771 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27772
27773         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27774         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27775
27776 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27777
27778         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27779         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27780         New macros and functions.
27781         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27782         Handle > NLINK_MAX messages.
27783         * nnmaildir.el (nnmaildir-request-set-mark):
27784         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27785
27786 2004-01-25  Alex Schroeder  <alex@gnu.org>
27787
27788         * spam-stat.el (spam-stat-process-directory-age): New option.
27789         (spam-stat-process-directory): Use it.
27790
27791 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27792
27793         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27794         (spam-stat-save): Accept prefix argument.
27795
27796 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27797
27798         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27799         links" error.
27800
27801 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27802
27803         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27804         the rest of the and/or forms.
27805
27806 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27807
27808         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27809         compatibility with old .newsrc.eld files.
27810
27811         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27812
27813         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27814
27815         * gnus-start.el (gnus-1): do.
27816
27817         * gnus-group.el (gnus-group-line-format-alist): do.
27818
27819         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27820
27821         * gnus-gl.el: Remove.
27822
27823 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27824
27825         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27826         marks consisting of a single range {for example, (3 . 5)} rather
27827         than a list of a single range { ((3 . 5)) }.
27828
27829 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27830
27831         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27832         Use with-current-buffer.
27833         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27834         avoid consing a string.
27835
27836         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27837         Remove obsolete entries for big5 and gb2312.
27838
27839 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27840
27841         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27842         uncompressed list.
27843
27844 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27845
27846         * spam-stat.el (spam-stat-strip-xref): New function.
27847         (spam-stat-process-directory): Use it.
27848
27849         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27850         here -- it's done in message-fetch-field.
27851
27852 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27853
27854         * gnus-agent.el (gnus-agent-queue-mail)
27855         (gnus-agent-prompt-send-queue): New variables.
27856         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27857         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27858         "nndraft:queue" along to gnus-draft-send.
27859         Use gnus-agent-prompt-send-queue.
27860         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27861         is "nndraft:queue".  Suggested by Gaute Strokkenes
27862         <gs234@srcf.ucam.org>
27863
27864         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27865         (agent-enable-undownloaded-faces): Add.
27866         (gnus-agent-cat-groups): Use eval-and-compile, not
27867         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27868         method of gnus-agent-cat-groups even when the buffer has been
27869         evaled.
27870         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27871         delete gnus-agent-save-active-1.
27872         (gnus-agent-save-groups): Delete.  Identical to
27873         gnus-agent-save-active.
27874         (gnus-agent-write-active): No longer adjust agent's copy of active
27875         file as agent's adjustments are now stored in their own
27876         file.  Remove optional parameter.
27877         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27878         servers.  Add use of min/max range limits from server's local
27879         file.
27880         (gnus-agent-save-alist): Remove unused optional argument.
27881         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27882         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27883         (gnus-agent-set-local): A per-server file that keeps min/max range
27884         limits for articles known to the agent.  Provides a fast mechanism
27885         for altering many active ranges.
27886         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27887         active file (local makes it unnecessary).
27888         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27889
27890         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27891         (agent-enable-undownloaded-faces): Add.
27892
27893         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27894         disable it when sending to "nndraft:queue".
27895         (gnus-group-send-queue): Add safety check to avoid sending queue
27896         when unplugged.
27897
27898         * gnus-group.el (gnus-group-catchup): Use new
27899         gnus-sequence-of-unread-articles, not
27900         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27901         numbers of articles.  Use gnus-range-map to avoid having to
27902         uncompress the unread list.
27903         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27904         Fix invalid ange-ftp reference.
27905
27906         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27907         (gnus-sorted-range-intersection): Intersection of two ranges
27908         without requiring that they first be uncompressed.
27909
27910         * gnus-start.el (gnus-activate-group): Unless blocked by the
27911         caller, possibly expand the active range to include both cached
27912         and agentized articles.
27913         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27914         multiple version-dependent converters.
27915         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27916         gnus-agent-save-active.
27917         (gnus-save-newsrc-file): Save dirty agent range limits.
27918
27919         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27920         gnus-agent-possibly-alter-active.
27921         (gnus-adjust-marked-articles): Faster handling of simple lists.
27922
27923 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27924
27925         * spam-stat.el (spam-stat-test-directory): New optional argument
27926         displays a list of files detected.  Suggested by Andrew Cohen
27927         <cohen@andy.bu.edu>.
27928         (spam-stat-buffer-words-with-scores): Don't narrow and change
27929         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27930
27931 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27932
27933         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27934         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27935         (spam-spamassassin-arguments)
27936         (spam-spamassassin-spam-flag-header)
27937         (spam-spamassassin-positive-spam-flag-header)
27938         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27939         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27940         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27941         (spam-list-of-processors, spam-list-of-checks)
27942         (spam-list-of-statistical-checks, spam-registration-functions)
27943         (spam-check-spamassassin-headers, spam-check-spamassassin)
27944         (spam-spamassassin-score)
27945         (spam-spamassassin-register-with-sa-learn)
27946         (spam-spamassassin-register-spam-routine)
27947         (spam-spamassassin-register-ham-routine)
27948         (spam-assassin-register-spam-routine)
27949         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27950         (spam-bogofilter-score): Fix to show article before scoring.
27951
27952 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27953
27954         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27955         default scoring function.
27956         (spam-generic-score): Call spam-spamassassin-score if
27957         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27958         spam-bogofilter-score otherwise.
27959
27960         * gnus.el (spam-process, spam-autodetect-methods):
27961         Add spamassassin and spamassassin-headers.
27962
27963 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27964
27965         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27966         Suppress unnecessary messages.
27967
27968 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27969
27970         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27971         make-hash-table.
27972
27973 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27974
27975         * canlock.el (base64-encode-string): Don't autoload it.
27976
27977 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27978
27979         * run-at-time.el: Remove useless (require 'itimer),
27980         eval-and-compile and (featurep 'xemacs).
27981
27982 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27983
27984         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27985         GROUP is a virtual group.
27986
27987 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27988
27989         * gnus.el: Autoload `message-y-or-n-p'.
27990
27991 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27992
27993         * pgg-parse.el: Remove unnecessary (require 'custom).
27994
27995         * pgg-def.el: do.
27996
27997         * nnmail.el: do.
27998
27999         * gnus-undo.el: do.
28000
28001         * gnus-picon.el: do.
28002
28003         * gnus-util.el: do.
28004
28005 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
28006
28007         * gnus-sum.el (gnus-pick-line-number): Add autoload.
28008
28009 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
28010
28011         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
28012         handle, as well as a list.
28013
28014         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
28015         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
28016         (mm-w3m-cid-retrieve): Simplify.
28017
28018 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
28019
28020         * message.el (message-kill-to-signature): Allow prefix arg to
28021         specify number of lines to keep before signature.
28022
28023 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
28024
28025         * message.el (message-kill-to-signature): Change docstring.
28026
28027 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
28028
28029         * canlock.el: Always require sha1-el.
28030         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
28031
28032         * message.el: Autoload sha1 only when compiling.
28033
28034         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
28035         eudc-expand-inline for XEmacs.
28036
28037 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28038
28039         * message.el (message-canlock-generate): Require sha1-el.
28040
28041 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
28042
28043         * message.el (message-expand-name): Silence the byte compiler.
28044
28045         * lpath.el: Add detect-coding-system.
28046
28047         * dgnushack.el (dgnushack-compile): Remove obsolete check for
28048         cus-edit.
28049
28050 2004-01-13  Simon Josefsson  <jas@extundo.com>
28051
28052         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
28053         Invoke gnus-score-mode.
28054         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
28055
28056         * gnus-range.el (gnus-compress-sequence): Doc fix.
28057         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
28058
28059 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28060
28061         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
28062
28063 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
28064
28065         * spam.el (spam-get-article-as-string): Update to use
28066         gnus-request-article-this-buffer, much simpler.
28067         (spam-get-article-as-buffer): Remove.
28068
28069 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
28070
28071         * message.el (message-expand-name): Use EUDC if the user uses that.
28072
28073 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
28074
28075         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
28076         character for the encoding to avoid consing a string.
28077
28078         * rfc2047.el (rfc2047-decode-string): Don't cons a string
28079         unnecessarily.
28080
28081         * mm-util.el (mm-replace-chars-in-string): Remove.
28082
28083         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
28084         of mm-replace-chars-in-string.
28085
28086 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
28087
28088         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
28089
28090         * mm-util.el (mm-subst-char-in-string): Support inplace.
28091
28092         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
28093         a new string in every iteration.  Use shy groups.
28094
28095 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28096
28097         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28098         * gnus-soup.el (gnus-soup-group-brew):
28099         * gnus-msg.el (gnus-put-message):
28100         * gnus-move.el (gnus-group-move-group-to-server):
28101         * gnus-kill.el (gnus-batch-score):
28102         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28103         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28104         (gnus-group-update-group, gnus-group-read-group)
28105         (gnus-group-make-group, gnus-group-make-help-group)
28106         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28107         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28108         (gnus-group-sort-by-unread, gnus-group-catchup)
28109         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28110         (gnus-group-yank-group, gnus-group-set-info)
28111         (gnus-group-list-groups):
28112         * gnus.el (gnus-generate-new-group-name):
28113         * gnus-delay.el (gnus-delay-send-queue):
28114         * nnvirtual.el (nnvirtual-catchup-group):
28115         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28116         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28117         (gnus-group-prepare-topics, gnus-topic-check-topology):
28118         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28119         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28120         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28121         (gnus-group-make-articles-read):
28122         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28123         (gnus-group-change-level, gnus-kill-newsgroup)
28124         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28125         (gnus-get-unread-articles, gnus-make-articles-unread)
28126         (gnus-make-ascending-articles-unread): Use accessor
28127         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28128         to get group information for improved readability.
28129
28130
28131 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28132
28133         * gnus-art.el (article-decode-mime-words, article-babel)
28134         (gnus-article-highlight-signature, gnus-article-add-buttons)
28135         (gnus-signature-toggle): Use gnus-with-article-buffer.
28136
28137         * gnus-art.el (gnus-article-highlight-headers)
28138         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28139
28140         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28141         (gnus-article-set-globals, gnus-request-article-this-buffer)
28142         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28143         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28144         (gnus-mime-display-alternative): Use with-current-buffer.
28145
28146 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28147
28148         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28149         also under 80 char limit, and call gnus-error if needed.
28150         (spam-fetch-article-header): Fix - it was a
28151         buffer-local variable (gnus-newsgroup-data).
28152         (spam-find-spam): Use spam-generate-fake-headers, forget about
28153         spam-insert-fake-headers.
28154         (spam-insert-fake-headers): Remove.
28155
28156 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28157
28158         * deuglify.el (gnus-article-outlook-unwrap-lines)
28159         (gnus-outlook-rearrange-article)
28160         (gnus-outlook-repair-attribution-outlook)
28161         (gnus-outlook-repair-attribution-block)
28162         (gnus-outlook-repair-attribution-other): Remove redundant
28163         save-excursion.
28164
28165 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28166
28167         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28168         (spam-fetch-field-subject-fast)
28169         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28170         (spam-fetch-article-header): Add functions to deal with Gnus
28171         internals for fast retrieval of article header data.
28172         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28173
28174 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28175
28176         * pop3.el (pop3-md5): Remove.
28177         (pop3-apop): Replace pop3-md5 with md5.
28178
28179         * mm-bodies.el: base64 is always built-in.
28180
28181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28182         Use with-current-buffer.
28183
28184 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28185
28186         * canlock.el (canlock-insert-header): Remove excessive grouping in
28187         regexp.
28188
28189         * gnus-sum.el (gnus-summary-read-document): Ditto.
28190
28191         * gnus-uu.el (gnus-uu-part-number): Ditto.
28192
28193         * html2text.el (html2text-remove-tags): Ditto.
28194         (html2text-format-tags): Ditto.
28195         (html2text-format-single-elements): Ditto.
28196
28197         * mml.el (mml-parse-1): Ditto.
28198
28199 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28200
28201         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28202
28203         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28204
28205         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28206
28207         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28208
28209 2003-11-15  Simon Josefsson  <jas@extundo.com>
28210
28211         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28212         (pgg-gpg-lookup-key): Use regexp match instead of
28213         split-string (split-string is different between emacs 21.2 and
28214         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28215
28216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28217
28218         * gnus-art.el (gnus-mime-view-all-parts)
28219         (gnus-article-part-wrapper, gnus-article-view-part):
28220         Use with-current-buffer.
28221
28222 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28223
28224         * spam.el (spam-disable-spam-split-during-ham-respool)
28225         (spam-spamoracle-database, spam-cache-lookups)
28226         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28227         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28228         (spam-group-ham-marks, spam-group-spam-marks)
28229         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28230         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28231         also add spam-use-blackholes to the statistical checks.
28232         (spam-fetch-field-fast): Add interface to fetching fields, may
28233         become a macro.
28234         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28235         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28236         (spam-insert-fake-headers): Fake an article when needed.
28237         (spam-find-spam): Fake article when possible.
28238         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28239         (spam-check-bogofilter-headers): Use message-fetch-field instead
28240         of nnmail-fetch-field.
28241
28242 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28243
28244         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28245
28246 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28247
28248         * spam.el (spam-split): Do not require spam-use-CHECK to be
28249         enabled if that check is passed to spam-split explicitly; also
28250         fix so 'spam doesn't get converted to spam-split-group when
28251         spam-split-symbolic-return is t.
28252         (spam-find-spam): Find registrations of the article and use those
28253         instead of re-running spam-split to find the spam/ham
28254         classification of the article.
28255         (spam-log-processing-to-registry, spam-log-registered-p)
28256         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28257         Use gnus-error instead of gnus-message.
28258         (spam-log-registration-type): Add function to determine the
28259         classification of a message based on registry entries; will
28260         return nil if both 'spam and 'ham are found.
28261         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28262         a reasonably fast local cache without the loading errors.
28263         (spam-cache-lookups): Set to t by default.
28264         (spam-find-spam): Don't try to guess spam-cache-lookups.
28265         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28266         spam-caches entry.
28267         (spam-filelist-build-cache, spam-filelist-check-cache):
28268         Fix caching of whitelist/blacklist entries.
28269         (spam-check-whitelist, spam-check-blacklist):
28270         Invoke spam-from-listed-p with a type, not a cache variable.
28271         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28272
28273 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28274
28275         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28276
28277         * nnmail.el (nnmail-split-fancy): do.
28278
28279         * mml.el (mml-parse): do.
28280
28281         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28282         (gnus-score-adaptive): do.
28283
28284 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28285
28286         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28287         (gnus-mime-button-map): Don't set keymap parent.
28288         (gnus-button-ctan-directory-regexp): Use shy grouping.
28289         (gnus-prev-page-map): Don't set keymap parent.
28290         (gnus-prev-page-map): Remove duplicated one.
28291         (gnus-next-page-map): Don't set keymap parent.
28292         (gnus-mime-security-button-map): Ditto.
28293
28294         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28295         version number.
28296
28297         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28298
28299 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28300
28301         * canlock.el (canlock-sha1-function): Remove.
28302         (canlock-sha1-function-for-verify): Remove.
28303         (canlock-openssl-program): Remove.
28304         (canlock-openssl-args): Remove.
28305         (canlock-ignore-errors): Remove.
28306         (canlock-sha1-with-openssl): Remove.
28307         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28308         (canlock-verify): Don't use canlock-ignore-errors.
28309
28310         * sha1-el.el (sha1-string-external): Make it can return a string
28311         in binary form.
28312         (sha1-region-external): Ditto.
28313         (sha1-string-internal): Ditto.
28314         (sha1-region-internal): Ditto.
28315         (sha1-region): Ditto.
28316         (sha1-string): Ditto.
28317         (sha1): Ditto.
28318
28319 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28320
28321         * spam.el (spam-report-articles-gmane): New command.
28322
28323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28324
28325         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28326
28327         * run-at-time.el (run-at-time-saved): Remove.
28328         (run-at-time): Doc fix.
28329
28330 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28331
28332         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28333         (gnus-summary-limit-map): Add it.
28334         (gnus-summary-make-menu-bar): do.
28335
28336 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28337
28338         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28339         Make attempt at some caching support (done for BBDB only now).
28340         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28341         addresses to be checked.
28342         (spam-clear-cache-BBDB): Add function, to be invoked by
28343         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28344         (spam-check-BBDB): Check and use the caches, if
28345         spam-cache-lookups is on, remove superfluous (provide).
28346
28347 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28348
28349         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28350
28351 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28352
28353         * run-at-time.el (run-at-time-saved): Move to after the definition
28354         of `run-at-time'.
28355
28356         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28357
28358 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28359
28360         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28361         mm-w3m-local-map-property.
28362
28363         * mm-view.el (mm-w3m-mode-map): Remove.
28364         (mm-w3m-local-map-property): Remove.
28365         (mm-inline-text-html-render-with-w3m): Don't use
28366         mm-w3m-local-map-property.
28367
28368 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28369
28370         * run-at-time.el: New file.
28371
28372         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28373         under Emacs.
28374
28375         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28376         of gnus-set-text-properties.
28377
28378         * gnus-uu.el (gnus-uu-save-article): Ditto.
28379
28380         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28381
28382         * gnus-cite.el (gnus-cite-parse): Ditto.
28383
28384         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28385         of gnus-.
28386
28387         * gnus-xmas.el (run-at-time): Require run-at-time.
28388
28389         * gnus.el: Change calls to nnheader-run-at-time and
28390         password-run-at-time throughout to use run-at-time directly.
28391
28392         * password.el: Remove definition of run-at-time.
28393
28394         * nnheaderxm.el: Remove definition of run-at-time.
28395
28396 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28397
28398         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28399         in prompt.
28400
28401 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28402
28403         * messagexmas.el (message-xmas-redefine): Alias
28404         `message-make-caesar-translation-table' to
28405         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28406         version.
28407
28408         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28409         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28410         `gnus-xmas-set-text-properties'.
28411         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28412         `gnus-xmas-completing-read'.
28413         (gnus-xmas-completing-read): Removed.
28414         (gnus-xmas-open-network-stream): Removed.
28415
28416         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28417         XEmacs version.
28418
28419         * dns.el (dns-make-network-process): Use `open-network-stream'
28420         instead of `gnus-xmas-open-network-stream'.
28421
28422         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28423
28424         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28425
28426 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28427
28428         * gnus-art.el (gnus-mime-display-alternative)
28429         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28430         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28431         Don't use gnus-local-map-property.
28432
28433         * gnus-util.el (gnus-local-map-property): Remove.
28434
28435         * mm-view.el (mm-view-pkcs7-decrypt):
28436         Replace gnus-completing-read-maybe-default with completing-read.
28437
28438         * gnus-util.el (gnus-completing-read): do.
28439         (gnus-completing-read-maybe-default): Remove.
28440
28441 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28442
28443         * password.el: Only autoload `run-at-time' if not XEmacs.
28444         Only autoload the itimer functions if XEmacs.
28445
28446 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28447
28448         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28449         XEmacsen.
28450
28451         * dgnushack.el: Autoload executable-find for XEmacs.
28452
28453 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28454
28455         * gnus-art.el (gnus-read-string): Remove.
28456         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28457         read-string.
28458
28459 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28460
28461         * netrc.el: Autoload password-read.
28462         (netrc): Add configuration group.
28463         (netrc-encoding-method, netrc-openssl-path):
28464         Add variables for encoding and decoding of files with symmetric
28465         ciphers.
28466         (netrc-encode): Add assistant function to encode a file with
28467         netrc-encoding-method.
28468         (netrc-parse): Add interactive parameter, added optional
28469         decoding if netrc-encoding-method is non-nil but otherwise
28470         behavior is standard.
28471         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28472         Do s/encode/encrypt/ everywhere.
28473
28474         * spam.el: Remove executable-find autoload.
28475
28476 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28477
28478         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28479
28480         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28481
28482 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28483
28484         * gnus-art.el (gnus-treat-ansi-sequences)
28485         (article-treat-ansi-sequences): New variable and function.
28486         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28487
28488         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28489         Use it.
28490
28491 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28492
28493         * mm-util.el (mm-quote-arg): Remove.
28494
28495         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28496         shell-quote-argument.
28497
28498         * gnus-uu.el (gnus-uu-command): do.
28499
28500         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28501
28502         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28503         with make-char.
28504
28505         * mm-util.el (mm-make-char): Remove.
28506
28507         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28508         add-minor-mode.
28509
28510         * gnus-undo.el (gnus-undo-mode): do.
28511
28512         * gnus-topic.el (gnus-topic-mode): do.
28513
28514         * gnus-sum.el (gnus-dead-summary-mode): do.
28515
28516         * gnus-start.el (gnus-slave-mode): do.
28517
28518         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28519
28520         * gnus-ml.el (gnus-mailing-list-mode): do.
28521
28522         * gnus-gl.el (gnus-grouplens-mode): do.
28523
28524         * gnus-draft.el (gnus-draft-mode): do.
28525
28526         * gnus-dired.el (gnus-dired-mode): do.
28527
28528         * gnus-ems.el (gnus-add-minor-mode): Remove.
28529
28530         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28531         Replace gnus-char-width with char-width.
28532
28533         * gnus-ems.el (gnus-char-width): Remove.
28534
28535         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28536         Replace gnus-char-width with char-width.
28537
28538         * gnus-ems.el (gnus-char-width): Remove.
28539
28540         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28541         definition.
28542         Remove Emacs 20 hash table compatibility code.
28543
28544         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28545         20 compatibility code.
28546
28547         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28548
28549         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28550
28551         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28552         Replace with point-at-{eol,bol}.
28553
28554         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28555
28556         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28557
28558         * flow-fill.el (fill-flowed-point-at-bol)
28559         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28560
28561         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28562         Replace with point-at-{eol,bol} throughout all files.
28563
28564 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28565
28566         * ntlm.el (ntlm-string-as-unibyte): New macro.
28567         (ntlm-build-auth-response): Use it.
28568
28569         Remove Emacs 20 stuff:
28570         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28571         (butlast, mapc, remove): Remove the compiler macros.
28572         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28573         of delq and copy-sequence.
28574         * gnus-art.el (popup-menu): Remove the compiler macro.
28575         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28576         Emacs 20.
28577
28578 2004-01-05  Simon Josefsson  <jas@extundo.com>
28579
28580         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28581         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28582         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28583         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28584         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28585         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28586         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28587         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28588         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28589         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28590         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28591         string-xor into ntlm-string-xor.
28592         Suggested by Jesper Harder <harder@myrealbox.com>.
28593
28594         * ntlm.el: Don't include poem.
28595
28596         * md4.el (print-int32, print-string-hexa): Remove.
28597         Suggested by Jesper Harder <harder@myrealbox.com>.
28598
28599         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28600
28601         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28602         probably breaks emacs with DL patch, but do we care? Is anyone
28603         still using the DL stuff?)
28604
28605         * sieve-manage.el: Use the password package.
28606         (sieve-manage-read-passwd): Remove.
28607         (sieve-manage-interactive-login): Use password.  Re-add
28608         condition-case around loop.
28609
28610         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28611         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28612         Use the password package.
28613
28614 2003-02-19  Simon Josefsson  <jas@extundo.com>
28615
28616         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28617         token.
28618
28619 2002-08-07  Simon Josefsson  <jas@extundo.com>
28620
28621         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28622         (sieve-manage-authenticators)
28623         (sieve-manage-authenticator-alist): Add some SASL mechs.
28624         (sieve-sasl-auth): New function.
28625         (sieve-manage-cram-md5-auth)
28626         (sieve-manage-plain-auth): Rewrite using SASL library.
28627         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28628         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28629         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28630         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28631
28632 2004-01-05  Simon Josefsson  <jas@extundo.com>
28633
28634         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28635         New files.
28636
28637 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28638
28639         * gnus-group.el (gnus-no-groups-message): Update.
28640
28641         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28642
28643 2003-11-09  Simon Josefsson  <jas@extundo.com>
28644
28645         * imap.el: Support for ID IMAP extension (RFC 2971).
28646         (imap-local-variables): Add imap-id.
28647         (imap-id): New variable.
28648         (imap-id): New function.
28649         (imap-parse-response): Parse untagged ID response.
28650         * nnimap.el (nnimap-id): New variable.
28651         (nnimap-open-connection): Use it.
28652
28653 2003-12-28  Simon Josefsson  <jas@extundo.com>
28654
28655         * gnus-score.el (gnus-score-edit-all-score): New.
28656         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28657
28658 2004-01-04  Simon Josefsson  <jas@extundo.com>
28659
28660         * password.el: Add.
28661
28662 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28663
28664         * dns.el (dns-query-types): Fix typo.
28665         (dns-query-types): New function.
28666         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28667         PTR and SOA replies, see RFC 1035.
28668
28669 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28670
28671         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28672
28673         * Move to Changelog.2.
28674
28675 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28676
28677         * gnus.el (gnus-version-number): Bump version.
28678
28679 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28680
28681         * gnus.el: No Gnus v0.1 is released.
28682
28683 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28684
28685         * gnus.el: No Gnus v0.0 is released.
28686
28687 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28688
28689         * gnus.el (gnus-version-number): Bump.
28690         (gnus-version): No.
28691
28692 See ChangeLog.2 for earlier changes.
28693
28694   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28695
28696   This file is part of GNU Emacs.
28697
28698   GNU Emacs is free software: you can redistribute it and/or modify
28699   it under the terms of the GNU General Public License as published by
28700   the Free Software Foundation, either version 3 of the License, or
28701   (at your option) any later version.
28702
28703   GNU Emacs is distributed in the hope that it will be useful,
28704   but WITHOUT ANY WARRANTY; without even the implied warranty of
28705   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28706   GNU General Public License for more details.
28707
28708   You should have received a copy of the GNU General Public License
28709   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28710
28711 ;; Local Variables:
28712 ;; coding: utf-8
28713 ;; fill-column: 79
28714 ;; add-log-time-zone-rule: t
28715 ;; End: