992d9357fb7be84a8961061217941b49e01c531b
[gnus] / lisp / ChangeLog
1 2015-08-25  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Prefer directed to neutral quotes in docstings and diagnostics.
4         In docstrings, escape apostrophes that would otherwise be translated
5         to curved quotes using the newer, simpler rules.
6
7         * auth-source.el (auth-source-netrc-parse-entries):
8         * gnus-agent.el (gnus-agent-check-overview-buffer)
9         (gnus-agent-fetch-headers):
10         * gnus-int.el (gnus-start-news-server):
11         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
12         * gnus-score.el (gnus-summary-increase-score):
13         * gnus-start.el (gnus-convert-old-newsrc):
14         * gnus-topic.el (gnus-topic-rename):
15         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16         * nnmairix.el (nnmairix-widget-create-query):
17         * spam.el (spam-check-blackholes):
18         Use directed rather than neutral quotes in diagnostics.
19
20         * gnus-util.el (gnus-format-message):
21         Alias to format-message, or format if not available.
22
23 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24
25         * auth-source.el (auth-sources):
26         Prefer (substitute-command-keys "`\\[foo-command]'")
27         to "`M-x foo-command'" in docstring.
28
29         * time-date.el (format-seconds):
30         Use curved quotes in diagnostic format strings.
31
32         * nnmairix.el (nnmairix-propagate-marks-upon-close):
33         * pop3.el (pop3-authentication-scheme):
34         Don't quote symbols with apostrophes in doc strings.
35         Use asymmetric quotes instead.
36
37 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         Use overlay functions directly
40
41         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
42         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
43
44         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
45         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
46         (gnus-article-highlight-signature, gnus-article-extend-url-button)
47         (gnus-article-add-button, gnus-insert-prev-page-button)
48         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
49         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
50         * gnus-html.el (gnus-html-wash-tags):
51         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
52         (gnus-highlight-selected-tree):
53         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
54         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
55         * gnus-util.el (gnus-put-overlay-excluding-newlines):
56         * message.el (message-fix-before-sending)
57         (message-toggle-image-thumbnails):
58         * mm-decode.el (mm-convert-shr-links):
59         * sieve.el (sieve-highlight, sieve-insert-scripts):
60         Use overlay functions directly instead of using gnus-overlay-*,
61         message-overlay-*, and sieve-overlay-*.
62
63         * gnus-sum.el (gnus-remove-overlays):
64         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
65         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
66         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
67         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
68         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
69         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
70         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
71         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
72         (gnus-overlays-at, gnus-overlays-in):
73         * message.el (message-delete-overlay, message-make-overlay)
74         (message-overlay-get, message-overlay-put, message-overlays-in):
75         * messagexmas.el (message-delete-overlay, message-make-overlay)
76         (message-overlay-get, message-overlay-put, message-overlays-in):
77         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
78         Remove.
79
80 2015-08-19  Glenn Morris  <rgm@gnu.org>
81
82         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
83
84 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * message.el (message-overlay-put, message-make-overlay)
87         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
88         (message-delete-overlay, message-window-inside-pixel-edges):
89         Declare before using.
90
91 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * message.el (message-overlay-get, message-overlays-in)
94         (message-window-inside-pixel-edges):
95         * messagexmas.el (message-overlay-get, message-overlays-in):
96         XEmacs compatible functions.
97
98 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * message.el (message-toggle-image-thumbnails): New command.
101
102 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
103
104         * message.el (message-send-form-letter): Change (message (format ...))
105         to (message ...).  This lessens the probability of confusion when
106         the output of `format' contains `%'.
107
108 2015-08-04  David Kastrup  <dak@gnu.org>
109
110         * gnus-art.el (gnus-article-describe-key)
111         (gnus-article-describe-key-briefly):
112         Do not overwrite preexisting contents of unread-command-events.
113
114 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
115
116         * nnimap.el (nnimap-request-move-article)
117         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
118         extension if available.
119
120 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
121
122         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
123         capabilities instead of relying on LOGIN response.
124
125 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
126
127         * nnbabyl.el (nnbabyl-retrieve-headers):
128         * nndiary.el (nndiary-retrieve-headers):
129         * nneething.el (nneething-retrieve-headers):
130         * nnmbox.el (nnmbox-retrieve-headers):
131         * nnmh.el (nnmh-retrieve-headers):
132         * nnml.el (nnml-retrieve-headers):
133         * nnspool.el (nnspool-retrieve-headers):
134         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
135         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
136         progress-report percentages and the like.  This avoids problems
137         if (* 100 NUMERATOR) would overflow.
138
139         * gnus-registry.el (gnus-registry-import-eld):
140         * registry.el (registry-reindex):
141         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
142
143 2015-07-17  Julien Danjou  <jd@abydos>
144
145         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
146         command.
147
148 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
149
150         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
151         of function arguments.
152
153 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
154
155         * nnimap.el: Clean up "unused var" warnings.
156         (auth-source-creation-prompts): Declare.
157         (nnimap-retrieve-headers, nnimap-status-message)
158         (nnimap-request-create-group, nnimap-request-delete-group)
159         (nnimap-close-group, nnimap-request-move-article)
160         (nnimap-request-accept-article, nnimap-request-newgroups)
161         (nnimap-request-post, nnimap-dummy-active-number)
162         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
163         (nnimap-parse-flags): Remove unused var `p'.
164         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
165         (nnimap-flags-to-marks): Remove unused var `totalp'.
166
167 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
168
169         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
170         before RFC822.SIZE.
171
172 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
173
174         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
175         so that a 'plain value for the `nnimap-stream' server variable is
176         handled correctly.
177
178 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
179
180         Remove unused let variables
181         * nnimap.el (nnimap-request-group): Variables are not used.
182
183         Check if group names are already strings
184         * gnus-group.el (gnus-group-group-name):
185         The group name may already be a string.
186         Specifically, in the group list reached from the *Server* buffer,
187         the 'gnus-group text property returns a string.  Everywhere else
188         it returns a symbol.
189
190 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
191
192         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
193         (nnmaildir--update-nov): Remove unused var `numdir'.
194         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
195         (nnmaildir-request-group, nnmaildir-request-create-group)
196         (nnmaildir-request-post, nnmaildir-request-move-article)
197         (nnmaildir-request-accept-article, nnmaildir-active-number):
198         Mark unused args.
199         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
200         Declare.
201         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
202         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
203         `mark', `end', `new-mark', and `mark-sym'.
204         (nnmaildir-retrieve-headers):
205         Remove unused args `srv-dir', `dir', `nlist2'.
206         (nnmaildir-request-expire-articles):
207         Remove unused vars `article', `stop' and `nlist2'.
208         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
209         `end'.  Use nnmaildir--article when dyn-binding is needed.
210         Give the value directly in the `let' for `del-mark', `del-action',
211         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
212         (nnmaildir-close-server):
213         Declare those local vars that need to be dyn-bound.
214
215 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
216
217         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
218
219 2015-05-31  David Engster  <deng@randomsample.de>
220
221         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
222         instead of using `sleep-for', as the latter does not seem to reliably
223         wait (see for instance bug 15990).
224
225 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-art.el (gnus-button-alist): Re-revert last change.
228         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
229
230 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
231
232         * gnus-art.el (gnus-button-alist): Revert last change.
233         It wasn't that important, and it caused a Gnus build to fail.  See:
234         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
235
236         * gnus-art.el (gnus-button-alist):
237         Also treat "‘" and "’" as quoting chars.
238
239 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
240
241         * gnus-art.el (gnus-treat-strip-list-identifiers)
242         (gnus-article-mode-syntax-table):
243         * gnus-group.el (gnus-group-nnimap-edit-acl):
244         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
245         e.g., missing quote, ``x'' where `x' was meant, etc.
246
247 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
250         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
251         into just c.
252
253 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
256         Normalize characters into numbers in spec keys.
257
258 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * dgnushack.el (declare-function): Redefine it to use autoload.
261         * lpath.el (gnus-html-prefetch-images): Declare.
262
263 2015-05-04  Glenn Morris  <rgm@gnu.org>
264
265         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
266
267         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
268
269         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
270         (gnus-topic-create-topic, gnus-topic-enter-dribble):
271         Declare rather than autoload.
272
273         * mm-archive.el (gnus-recursive-directory-files)
274         (mailcap-extension-to-mime): Autoload at run-time.
275
276         * mm-util.el (latin-unity-massage-name)
277         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
278         (latin-unity-representations-present-region):
279         Declare rather than autoload.
280
281         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
282         Autoload at run-time.
283         (epg-context-set-signers, epg-context-result-for)
284         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
285         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
286         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
287         (epg-configuration, epg-expand-group, epa-select-keys):
288         Declare rather than autoload.
289
290         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
291         Autoload at run-time.
292         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
293         (gnus-registry-get-id-key, gnus-registry-action):
294         Declare rather than autoload.
295
296         * nnmail.el (mail-send-and-exit): Autoload at run-time.
297
298         * spam.el (spam-stat-buffer-change-to-non-spam)
299         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
300         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
301         (spam-stat-split-fancy): Remove pointless autoloads.
302
303         * mm-view.el (epg-decrypt-string): Autoload.
304         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
305         (epg-sub-key-validity): Fix declarations.
306
307 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
308
309         * gnus.el: Ma Gnus v0.13 is released.
310
311 2015-05-01  Glenn Morris  <rgm@gnu.org>
312
313         * gnus-util.el (iswitchb-read-buffer):
314         * mm-decode.el (libxml-parse-html-region):
315         * mml.el (libxml-parse-html-region):
316         * nnrss.el (libxml-parse-html-region): Update declaration.
317
318 2015-04-27  Glenn Morris  <rgm@gnu.org>
319
320         * message.el (gnus-extract-address-components):
321         Remove bogus declaration that was masking previous problem.
322
323 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
326         altering the buffer.
327         (hashcash-insert-payment-async-2): Revert previous change because it
328         still means that the mark is moving around.
329
330 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * gnus-uu.el (gnus-uu-save-article):
333         Make the save-restriction/widen calls make more sense.
334
335 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * gnus-art.el (gnus-use-idna):
338         * gnus-sum.el (gnus-summary-idna-message):
339         * message.el (message-use-idna):
340         Catch the invalid-operation error that idna.el will issue.
341
342 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
343
344         * gnus-group.el (gnus-group--setup-tool-bar-update):
345         cursor-sensor-functions should be a list of functions.
346
347 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
348
349         * gnus-group.el (gnus-tmp-*): Declare.
350         (gnus-update-group-mark-positions): Remove unused `topic' var.
351         (gnus-group-insert-group-line): Remove unused var `header'.
352         (gnus-group--setup-tool-bar-update): New function.
353         (gnus-group-insert-group-line): Use it.
354         (gnus-group-update-eval-form): Declare local
355         dynamically-bound variables.
356         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
357
358         * gnus-topic.el (gnus-topic-jump-to-topic)
359         (gnus-group-prepare-topics, gnus-topic-update-topic)
360         (gnus-topic-change-level, gnus-topic-catchup-articles)
361         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
362         Use inhibit-read-only.
363         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
364         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
365
366 2015-04-12  João Távora  <joaotavora@gmail.com>
367
368         * message.el (message-mode):
369         Use `set' and `make-local-variable' instead of `setq-local'.
370
371 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
372
373         * gnus-sum.el (gnus-summary-refer-thread):
374         Make sure gnus-newsgroup-unreads remains sorted.
375
376 2015-04-12  João Távora  <joaotavora@gmail.com>
377
378         Improve sexp-based movement in message-mode
379         * message.el (message--syntax-propertize): New function.
380         (message-mode): Set syntax-related vars.d
381         (message-smileys): New variable.
382
383 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
384
385         * gnus-art.el (gnus-hidden-properties): Simplify.
386         (gnus-article-hide-text, gnus-article-unhide-text)
387         (gnus-article-unhide-text-type): Remove special handling of
388         `intangible' since that property is not used any more.
389         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
390
391 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
394         and a runtime function for it, of which the XEmacs version takes only
395         two arguments.
396
397 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
398
399         Use American spelling for 'normalize'
400         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
401         All uses changed.  Add an alias for obsolete usages.
402
403 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-art.el (gnus-article-browse-html-save-cid-content):
406         Always return relative file name.
407         (gnus-article-browse-html-parts):
408         Make external links absolute and cid file names relative.
409
410 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
411
412         * registry.el (registry-prune): Re-use `registry-full' in
413         `registry-prune'.  It's a bit of redundant work, but safer.
414         Also ensure that target-size is an integer.
415
416 2015-03-31  Daiki Ueno  <ueno@gnu.org>
417
418         * plstore.el (plstore--decrypt): Clear entry in
419         `plstore-passphrase-alist' if decryption failed (bug#20030).
420
421 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
422
423         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
424         to "Display" menu.
425
426 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
427
428         * nnimap.el (nnimap-split-incoming-mail): If a message is already
429         in the group it should be split to, don't re-copy it into the group.
430
431 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
432
433         * nnmh.el (nnmh-request-expire-articles):
434         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
435
436 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
437
438         * registry.el (registry-lookup-secondary, registry-full)
439         (registry-prune, registry-collect-prune-candidates):
440         * gnus-registry.el (gnus-registry-load): Use slot names rather than
441         initarg names in `oref' and `oset'.
442
443 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
444
445         * registry.el (registry-prune): Allow registry to reach full size
446         before pruning.
447
448 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
449
450         * registry.el (registry-collect-prune-candidates): Fix call to
451         cl-subseq.
452
453 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * registry.el (registry-db): Temporary fix old Emacsen compilation.
456
457 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
458
459         * gnus-registry.el (gnus-registry-handle-action)
460         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
461         (gnus-registry-keywords): Make it do something.
462         (gnus-registry-import-eld): Remove unused var `new-entry'.
463         (gnus-registry-action): Remove unused var `to-name'.
464         (gnus-registry-make-db): Prefer `make-instance' to avoid
465         compiler warnings.
466         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
467
468         * registry.el (registry-db): Don't oset-default an instance-allocated
469         slot.
470
471 2015-03-10  Glenn Morris  <rgm@gnu.org>
472
473         * message.el (message-valid-fqdn-regexp): Bump :version for
474         2014-11-17 change.
475
476 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
477
478         * gnus-notifications.el (gnus-notifications-action): Raise window
479         frame.
480         (gnus-notifications-action): Allow mark as read.
481         (gnus-notifications-notify): Show uption to mark as read.
482
483 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
484
485         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
486         (registry-search, registry-delete, registry-size, registry-insert)
487         (registry-reindex, registry-collect-prune-candidates):
488         * gnus-registry.el (gnus-registry-fixup-registry)
489         (gnus-registry-remove-extra-data): Use slot names rather than initarg
490         names in `oref' and `oset'.
491
492 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
493         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
494         in the group it should be split to, don't re-copy it into the group.
495
496 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
497
498         * message.el (message-insert-formatted-citation-line): Change %F to
499         fall back to email address if no first name could be determined.
500
501 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
504         Fix point motion when removing displayed MIME part.
505         (gnus-article-edit-part): Make jumping to the next part really work
506         when deleting or stripping.
507         (gnus-mime-buttonize-attachments-in-header): Make header attachment
508         buttons identical to the ones in the article body so as to work deleting
509         and stripping.
510
511 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * mm-decode.el (mm-shr)
514         * mm-view.el (mm-inline-text-html-render-with-w3m):
515         Revert my bogus change that made the start marker of a part
516         the "moves after insertion" type.
517
518 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
519
520         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
521         Tools: https://github.com/politza/pdf-tools) for viewing PDF
522         attachments in emacs.
523
524 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
525
526         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
527         instead of sasl-scram-sha-1, as the former is the name that can be
528         required.
529
530         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
531         (sasl-scram-sha-1-client-final-message)
532         (sasl-scram-sha-1-authenticate-server): Move to end of file.
533
534 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
537
538 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
541         (sasl-string-prefix-p): New compatibility functions.
542
543 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-compat.el (process-live-p): Added new compat function for Emacs
546         23.
547
548 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
549
550         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
551         from the server LIST response.
552
553 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
556         during header retrieval, error out instead of interpreting the data in
557         the buffer as the only messages there.  This way, we don't mark
558         articles as read on a server hangup (bug#19035).
559
560         * mm-decode.el (mm-head-p): New function.
561         (mm-display-part): Go to a blank line when inserting parts internally.
562
563 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
564
565         * sasl-scram-rfc.el: New file.
566
567         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
568         Add SCRAM-SHA-1 first.
569         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
570         entry (bug#17636).
571
572 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
575         that we don't get a warning when setting the buffer-local variable
576         (bug#19573).
577
578         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
579         `gnus-request-group'.
580
581 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * gnus-art.el (gnus-article-browse-html-save-cid-content)
584         (gnus-article-browse-html-parts): Make cid file names relative if and
585         only if html doesn't specify <base> directory.
586
587 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
588
589         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
590         parts, because that breaks filling (since buttons are in a bold face).
591
592 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
595         use gnus-overlays-at and gnus-overlay-put.
596
597 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
598
599         * mm-decode.el (mm-shr): Only pass the fill column when not using
600         fonts, because limiting the width to what's appropriate for followups
601         doesn't really help when not using proportional fonts.
602
603 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
604
605         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
606         shr, beacause that breaks folding.
607         (mm-shr): Don't shorten the width when using fonts.
608
609 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
612         variable; always check the newrc timestamp.
613         (gnus-save-newsrc-file): Always check timestamp.
614
615 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
616
617         * mail-source.el (mail-source-call-script): If scripts exit with an
618         error, pop up an error buffer.
619
620 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
623         as a default.
624
625         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
626         correct server.
627
628 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
629
630         * nnimap.el (nnimap-request-group-scan): Fix the function name.
631
632         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
633
634 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
637         that nnimap works for non-activated backends.
638
639 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
640
641         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
642         message, since we already get an obsolescence message.  Use `declare'.
643
644 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
645
646         * nnir.el: Revert "Enable non-ASCII IMAP searches".
647
648 2015-01-30  Glenn Morris  <rgm@gnu.org>
649
650         * gnus-registry.el (gnus-registry-max-pruned-entries)
651         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
652         Fix :version.
653         (gnus-registry-default-sort-function): Improve :type.
654
655 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * nnimap.el (nnimap-request-group): Allow running this function on
658         groups that don't exist in Gnus yet.
659         (nnimap-request-group): Revert previous patch since that made it
660         impossible to enter nnimap groups.
661
662         * message.el (message-smtpmail-send-it): Remove the mail header
663         separator before sending.
664
665 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
666
667         * nnimap.el (nnimap-find-expired-articles): Fix handling of
668         (expiry-wait . never).
669
670 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
671
672         * nnimap.el (nnimap-request-group): Clear the buffer before returning
673         the data.
674
675 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-compat.el (string-bytes): Work for XEmacs.
678
679 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
682
683         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
684         IMAP.
685
686 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
687
688         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
689
690         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
691
692         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
693         be added to the backlog.
694
695 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
696
697         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
698         target with a recursive make call.
699
700 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
701
702         * nnimap.el (nnimap-header-parameters): Refactor and request
703         X-GM-LABELS if it's been announced.
704         (nnimap-transform-headers): Gather and output GM-LABELS.
705
706 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
707
708         * mm-decode.el (mm-display-part): Make non-string methods work.
709         Non-string methods are funcalled and work just fine, the test was
710         bogus.
711         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
712         whole frame.
713
714 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * nnimap.el (nnimap-request-accept-article): Allow respooling using
717         nnimap.
718
719         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
720         request rescans when being run interactively.
721
722         * nnimap.el (nnimap-request-group): Don't rescan the group here,
723         because that can be very slow in large groups.
724
725         * gnus-int.el (gnus-request-group-scan): New backend function.
726
727         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
728
729 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
730
731         * gnus-group.el (gnus-group-suspend): Close all backends.
732
733 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
734
735         * dgnushack.el (dgnushack-compile-file): New function.
736         (dgnushack-compile): Use it (bug#19514).
737
738 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
741
742 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
743
744         * registry.el: Don't use <class> as a variable.
745
746 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
747
748         system-name's returned value can vary
749         Also, the system-name variable is now obsolete.
750         Fixes Bug#19438.
751         * message.el (message-make-fqdn):
752         * nnvirtual.el (nnvirtual-retrieve-headers)
753         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
754         and avoid naming locals 'system-name'.
755
756 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
757
758         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
759         lines don't get overlong when responding.
760
761 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * registry.el (cl-remf, cl-loop, cl-subseq):
764         Alias to remf, loop, and subseq respectively for old Emacsen.
765
766 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
767
768         * gnus-group.el (gnus-read-ephemeral-bug-group):
769         Bind coding-system-for-read and coding-system-for-write only around
770         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
771
772 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
773
774         * registry.el (registry-db): Set default slot later.
775         This is because its value is not a literal integer.
776
777 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * registry.el (registry-db): Fix default registry-db max-size.
780
781 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
782
783         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
784         add warning.
785
786         * gnus-art.el: Fix up compiler warnings.
787         (article-display-face, article-display-x-face): Remove unused `face'.
788         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
789         (article-date-ut): Remove unused var `first'.
790         (gnus-article-prepare): Remove unused var `gnus-article'.
791         (gnus-mime-save-part-and-strip): Remove unused var `param'.
792         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
793         `coding-system' along with corresponding dead code.
794         (gnus-mime-view-part-externally): Remove unused var
795         `mm-user-display-methods'.
796         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
797         (gnus-display-mime): Remove unused var `handle'.
798         (gnus-mime-display-alternative): Remove unused var `props'.
799         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
800         (gnus-article-edit-done): Remove unused var `p'.
801         (gnus-url-mailto): Remove unused var `to'.
802         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
803         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
804
805 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
806
807         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
808         slots into a :max-size slot.
809         (registry-db-version): Add new variable for database version number.
810         (registry-prune): Use :max-size slot. Accept and use a sort-function
811         argument.
812         (registry-collect-prune-candidates): Add new function for finding
813         non-precious pruning candidates.
814         (registry-prune-hard-candidates, registry-prune-soft-candidates):
815         Remove obsolete functions.
816         (initialize-instance): Upgrade registry version when starting.
817
818         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
819         (gnus-registry-max-pruned-entries): Remove obsolete variable.
820         (gnus-registry-cache-file): Change default
821         filename extension to "eieio".
822         (gnus-registry-read): Add new function, split out from
823         `gnus-registry-load', that does the actual object reading.
824         (gnus-registry-load): Use it. Add condition case handler to check for
825         old filename extension and rename to the new one.
826         (gnus-registry-default-sort-function): New variable to specify a sort
827         function to use when pruning.
828         (gnus-registry-save, gnus-registry-insert): Use it.
829         (gnus-registry-sort-by-creation-time): Define a default sort function.
830
831         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
832         Adjust test for new object signature.
833         (gnustest-registry-pruning-test): Add new pruning test.
834         (gnustest-registry-sort-function): Default sort function for testing.
835         (gnustest-registry-pruning-sort-test): New test for sorting.
836
837 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
840         function for reuse.
841         (gnus-mime-buttonize-attachments-in-header): Adjust.
842
843 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * message.el (message-change-subject): Really check whether the subject
846         changed.
847
848 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
851         PDFs.
852         (mailcap-view-mime): New function.
853
854 2014-12-01  Glenn Morris  <rgm@gnu.org>
855
856         * gnus-cloud.el (gnus-cloud): Add :version tag.
857
858 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * gnus-art.el (gnus-use-idna):
861         * gnus-sum.el (gnus-summary-idna-message):
862         * message.el (message-use-idna):
863         Protect against nil value for idna-program.
864
865         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
866
867 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
868
869         * auth-source.el (auth-source-macos-keychain-search-items): Return
870         result of `auth-source-macos-keychain-result-append' (bug#19074).
871
872 2014-11-25  Glenn Morris  <rgm@gnu.org>
873
874         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
875         Add :version tag.
876
877 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * pop3.el (pop3-open-server): Warn unless encrypted.
880
881         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
882
883 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
884
885         Port new time stamp handling to Emacs 23.2.
886         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
887         * time-date.el (time-add, time-subtract, time-less-p):
888         Use eval-and-compile, not eval-when-compile.
889
890 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
891
892         * message.el (message-valid-fqdn-regexp): Add non-internaional new
893         TLDs.
894
895 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
896
897         Port new time stamp handling to old Emacs and to XEmacs.
898         This is needed for Gnus, which copies time-date.el and which
899         runs on older Emacs implementations.
900         * time-date.el (with-decoded-time-value):
901         Handle 'nil' and floating-point arg more compatibly with new Emacs.
902         (encode-time-value, with-decoded-time-value):
903         Obsolete only if new Emacs.
904         (time-add, time-subtract, time-less-p): Define if not new Emacs.
905
906         Improve time stamp handling, and be more consistent about it.
907         This implements a suggestion made in:
908         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
909         Among other things, this means timer.el no longer needs to
910         autoload the time-date module.
911         * time-date.el (seconds-to-time, days-to-time, time-since)
912         (with-decoded-time-value):
913         Treat 'nil' as current time.  This is mostly for XEmacs.
914         (encode-time-value, with-decoded-time-value): Obsolete.
915         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
916         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
917
918 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
921         discarding changes in ephemeral groups.
922
923         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
924         things the user isn't interested in.
925
926 2014-11-13  Julien Danjou  <jd@abydos>
927
928         * gnus-notifications.el (gnus-notifications-notify): Provide both
929         app-icon and image-path.
930
931 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
932
933         * mm-url.el (mm-url-encode-multipart-form-data):
934         Restore to handle "multipart/form-data" by eww.
935
936 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
937
938         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
939         Landscheidt.
940
941 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
942
943         Simplify use of current-time and friends.
944         * gnus-delay.el (gnus-delay-article):
945         * gnus-sum.el (gnus-summary-read-document):
946         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
947         * message.el (message-make-expires-date):
948         Omit unnecessary call to current-time.
949         * gnus-util.el (gnus-float-time): Simplify to an alias because
950         time-to-seconds now behaves like float-time with respect to nil arg.
951         (gnus-seconds-year): Don't call current-time twice to get the current
952         time stamp, as this can lead to inconsistent results.
953         * time-date.el (time-to-seconds) [!float-time]:
954         Use current time if arg is nil, to be compatible with float-time.
955         (time-date--day-in-year): New function, with most of the guts of
956         the old time-to-day-in-year.
957         (time-to-day-in-year): Use it.
958         (time-to-days): Use it, to avoid decoding the same time stamp twice.
959
960 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus.el (gnus-mode-line-buffer-identification):
963         Don't add image data for a non-graphic display (bug#18813).
964
965 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
968         load-path, it blocks autoloading of find-image (bug#18813).
969
970 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
971
972         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
973         to keep connection open (bug#18728).
974
975 2014-10-20  Glenn Morris  <rgm@gnu.org>
976
977         * Merge in all changes up to 24.4 release.
978
979 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
980
981         * message.el (message-insert-signature): Use `newline' instead of
982         inserting explicit "\n".
983
984 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
985
986         * gnus-icalendar.el: Support vcal format timezones.
987         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
988         compute dates with associated timezone.
989         (gnus-icalendar-event-from-ical): Compute all timezones.
990
991 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
992
993         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
994         check the newsrc.eld file's timestamp before saving it.
995         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
996         timestamp has changed to be newer.
997
998 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
999
1000         * gnus-icalendar.el (gnus-icalendar-identities):
1001         Include message-alternative-emails.
1002
1003 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
1006         New compatibility functions.
1007         (ntlm-build-auth-response): Use them.
1008
1009 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1010
1011         * ntlm.el (ntlm-build-auth-request):
1012         Add NTLM2 Session support.  (Bug#15603)
1013
1014 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
1015
1016         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
1017         expired messages only when it was built in reverse order.
1018
1019 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
1020
1021         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1022         last so it can be used in `message-send-hook'.
1023
1024 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1025
1026         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1027         <#secure> tag (bug#18513).
1028
1029 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * parse-time.el: Require cl when compiling.
1032
1033 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         Use cl-lib as much as possible following the 2014-09-26 change
1036         in the Emacs trunk.
1037         * parse-time.el: Try requiring cl-lib.
1038         (parse-time-incf): Alias to cl-incf or incf.
1039         (digit-char-p): Remove.
1040         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1041         (parse-integer): Rename to parse-time-integer.
1042         (parse-time-tokenize, parse-time-rules, parse-time-string)
1043         Use parse-time-incf and parse-time-integer.
1044
1045 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1048         of ":delete".
1049
1050 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1053         (gnus-article-browse-html-parts):
1054         Revert last change that breaks links other than cid contents.
1055
1056 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1059         (gnus-article-browse-html-parts): Make cid file names relative.
1060
1061 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1064         temporarily displayed when running a mode function (at least org-mode
1065         requires it).
1066
1067 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1068
1069         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1070         the gnus-summary-article-expire-hook should be told where the function
1071         is going. In particular, the Gnus registry might want to know.
1072
1073 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1074
1075         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1076
1077 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1080
1081 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1082
1083         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1084         the gnus-summary-article-expire-hook should be told where the function
1085         is going. In particular, the Gnus registry might want to know.
1086
1087 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1088
1089         Don't mishandle year-9999 dates (Bug#18176).
1090         * parse-time.el (parse-time-rules):
1091         Allow years up to most-positive-fixnum.
1092         * time-date.el (date-to-time):
1093         Pass "Specified time is not representable" errors through.
1094
1095 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1096
1097         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1098         groups and t.
1099
1100 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-utils.el (gnus-recursive-directory-files):
1103         Unify hard or symbolic links (bug#18063).
1104
1105 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1106
1107         * gnus-msg.el (gnus-configure-posting-style):
1108         Allow string replacements in values when matching against a header.
1109
1110 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1113         the dribble buffer even when it is shrunk a lot.
1114         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1115
1116 2014-06-26  Glenn Morris  <rgm@gnu.org>
1117
1118         * mm-util.el (help-function-arglist): Remove outdated declaration.
1119
1120 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1121
1122         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1123         attribute values.  (Bug#17834)
1124
1125 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1126
1127         * gnus-sum.el (gnus-summary-edit-article-done):
1128         Prefer point-marker to copy-marker of point.
1129
1130 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * Makefile.in (install-el, install-el-elc): Compress .el files.
1133         (uninstall): Remove compressed .el files.
1134
1135 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1138         (gnus-article-read-summary-keys):
1139         Don't bug out when there is no article in the summary buffer.
1140         (gnus-mime-buttonize-attachments-in-header):
1141         Improve criterion that finds parts to display.
1142
1143         * gnus-art.el (gnus-mm-display-part):
1144         * mm-decode.el (mm-shr):
1145         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1146         (mm-insert-inline): Revert last changes.
1147
1148 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-art.el (gnus-mm-display-part):
1151         * mm-decode.el (mm-shr):
1152         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1153         (mm-insert-inline): Set insertion type of end-marker, not only
1154         start-marker, of undisplayer so as to stay after inserted text.
1155
1156 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1157
1158         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1159         attribute. (Bug#17613)
1160
1161 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1162
1163         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1164         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1165
1166 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1169         Don't delete next part button; keep spacing between buttons.
1170
1171 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1174         Work for the last MIME part in an article.
1175         (gnus-mime-display-single): Suppress excessive newlines between parts.
1176
1177         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1178         by leading or trailing newline.
1179
1180 2014-05-12  Sam Steingold  <sds@gnu.org>
1181
1182         * time-date.el (seconds-to-string): New function to pretty print time
1183         delay in seconds.
1184
1185 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1188         while prompting a user for a file name, etc.
1189         (gnus-mime-display-single): Display part with a common appearance no
1190         matter whether MIME button is omitted or not; don't add duplicate entry
1191         to gnus-article-mime-handle-alist.
1192         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1193
1194 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1195
1196         * mml2015.el (mml2015-display-key-image): New variable.
1197
1198 2014-05-08  Glenn Morris  <rgm@gnu.org>
1199
1200         * gnus-fun.el (gnus-grab-cam-face):
1201         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1202         This is CVE-2014-3421.
1203
1204 2014-05-04  Glenn Morris  <rgm@gnu.org>
1205
1206         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1207
1208 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1211         the displaying state of a part.
1212         (gnus-mm-display-part): Don't insert a newline in the beginning of
1213         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1214
1215         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1216         (mm-shr): Make undisplayer unbreakable.
1217
1218         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1219         Don't insert excessive newline.
1220         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1221         (mm-insert-inline): Make undisplayer unbreakable.
1222
1223 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1224
1225         * gnus.el: Ma Gnus v0.11 is released.
1226
1227 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * gnus-art.el (gnus-mm-display-part):
1230         Highlight header attachment buttons.
1231
1232 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1235         a part; redisplay a button (enbugged in 2014-02-05).
1236
1237 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1238
1239         * auth-source.el (auth-source-search, auth-source-search-backends):
1240         Treat :max 0 as an indicator that a boolean return is wanted, as
1241         documented. Reported by Joe Bloggs.
1242
1243 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * gnus-icalendar.el: Require gnus-art.
1246
1247 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1248
1249         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1250         (gnus-icalendar--update-org-event): put event timestamp in
1251         the org entry body instead of the drawer.
1252         (gnus-icalendar-event--get-attendee-names): list of participants should
1253         contain even attendees without common name attribute.
1254         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1255         property tags in org drawers.
1256
1257 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * gmm-utils.el (gmm-format-time-string): New function.
1260
1261         * message.el (message-insert-formatted-citation-line): Use the original
1262         author's time zone to express a date string.
1263
1264 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1265
1266         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1267         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1268         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1269         Silence compiler warnings.
1270         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1271
1272 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * mml.el: Require url when compiling.
1275
1276         * gnus-cloud.el (gnus-cloud-parse-version-1):
1277         Use plist-get rather than CL's getf.
1278         (gnus-activate-group, gnus-subscribe-group): Declare.
1279
1280         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1281
1282 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1285         buttons when toggling the header off.
1286
1287 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1288
1289         * tls.el (tls-program): Reflow docstring.
1290
1291 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1294         groups work again.
1295
1296 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1297
1298         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1299         999 correctly (i.e. "1,342").
1300
1301 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1304         out if the directory doesn't exist.
1305
1306 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1307
1308         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1309         commands here; instead, only check if epg-config.el is available.
1310
1311 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1312
1313         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1314         messages with embedded images.
1315         (mml-generate-mime): Don't bug out if you don't have libxml.
1316
1317 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1318
1319         * message.el (message-make-html-message-with-image-files): New command.
1320
1321 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1324
1325         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1326
1327 2014-02-23  David Engster  <deng@randomsample.de>
1328
1329         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1330         to stay compatible with older Emacsen, so replace `cl-loop' with
1331         `loop'.
1332
1333 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1334
1335         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1336         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1337         instead, build list of patterns.
1338
1339 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1342         Display header attachment buttons by gnus-article-prepare-display
1343         rather than gnus-article-prepare so as to view in mml-preview as well.
1344
1345 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1346
1347         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1348         in `auth-sources' means and link to EPA docs.
1349
1350 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1351
1352         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1353         (bug#12375).
1354
1355 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1358         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1359
1360 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1361
1362         * message.el (message-tab): Mention what happens on normal tabs
1363         (bug#11297).
1364
1365 2014-02-08  Glenn Morris  <rgm@gnu.org>
1366
1367         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1368
1369 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1372         buttons that are hidden in unselected alternative part as well.
1373         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1374
1375         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1376
1377 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1380         keystroke.
1381         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1382         types.
1383
1384         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1385         with an empty string.
1386
1387 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1388
1389         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1390         buffer-local in some buffers, so bind it explicitly in the buffer we're
1391         trying to cancel the article in (bug#10808).
1392
1393 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1396         New functions.
1397
1398         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1399         New user option.
1400         (gnus-mime-buttonize-attachments-in-header): New function.
1401         (gnus-article-prepare): Use it.
1402         (gnus-mime-inline-part): Suppress extra newline.
1403         (gnus-mm-display-part): Save excursion;
1404         remove useless deleting and adding of buttons.
1405         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1406
1407         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1408         Add gnus-mime-buttonize-attachments-in-header.
1409
1410 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-request-articles): New command to download several
1413         articles at once.
1414
1415         * gnus.el (gnus-variable-list): Save Cloud variables.
1416
1417         * gnus-int.el (gnus-request-accept-article): Doc fix.
1418
1419 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * parse-time.el (parse-time-iso8601-regexp)
1422         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1423         it more generally.
1424
1425 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1426
1427         * gnus-cloud.el: New file to provide the Emacs Cloud.
1428
1429         * dgnushack.el: Silence XEmacs w3 warning.
1430
1431         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1432         `url-retrieve-synchronously', apparently.
1433
1434         * dgnushack.el: Silence XEmacs dns.el warning.
1435
1436         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1437         instead of in all files.
1438
1439         * dns.el (network-interface-list): Define for XEmacs.
1440
1441         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1442         XEmacs.
1443
1444         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1445
1446 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1447
1448         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1449         `gnus-group-split-fancy'.
1450
1451 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1452
1453         * message.el (message-remove-header): Doc fix.
1454         (message-forward-included-headers): New variable.
1455         (message-remove-ignored-headers): Use it.
1456
1457 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1458
1459         * nnir.el (nnir-request-update-mark): Don't try to update the source
1460         group if we can't find it (bug#16611).
1461
1462 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1463
1464         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1465
1466 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1467
1468         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1469         network interfaces changed.
1470         (dns-query): Use it to flush the data.
1471
1472 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1473
1474         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1475         from random face commands.
1476         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1477         Face.
1478         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1479         (gnus--random-face-with-type): Generic function returning a face-type
1480         as a string.
1481         (gnus--insert-random-face-with-type): Generic function inserting a face
1482         in a message buffer header.
1483         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1484         (gnus-insert-random-x-face-header): Rewritten to use
1485         `gnus--insert-random-face-with-type`.
1486         (gnus-random-face): Return random (png) Face as string.
1487         (nus-insert-random-face-header): Insert random (png) Face in a message
1488         buffer.
1489
1490 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1491
1492         * mm-url.el: Remove all usage of w3.
1493
1494         * nnrss.el: Ditto.
1495
1496         * mm-decode.el: Ditto.
1497
1498         * mm-view.el: Ditto.
1499
1500         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1501         outdated and all Emacsen have url.el built-in.
1502
1503         * gnus-setup.el: Remove outdated file.
1504
1505 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1506
1507         * gnus.el: Ma Gnus v0.9 is released.
1508
1509 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1510
1511         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1512
1513 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1514
1515         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1516         in the summary buffer (bug#13769).
1517
1518 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1519
1520         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1521         name if we're using a single article buffer.  Otherwise, it may point
1522         to a killed buffer (bug#13756).
1523
1524 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1525
1526         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1527         the match data, just save and restore it explicitly (bug#12375).
1528
1529         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1530         that's needed.
1531
1532         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1533         the code once (bug#9069).
1534
1535 2014-01-18  Steinar Bang  <sb@dod.no>
1536
1537         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1538         reading.
1539
1540 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1541
1542         * message.el (message-bury): Call bury-buffer with no argument
1543         in the message-return-action case too.
1544
1545 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1548         (nnimap-split-fancy, nnimap-split-methods): Declare.
1549
1550         * mm-util.el (help-function-arglist): Declare.
1551
1552 2013-12-28  Glenn Morris  <rgm@gnu.org>
1553
1554         * gnus-sieve.el (gnus-sieve-select-method):
1555         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1556         (gravatar-rating, gravatar-size):
1557         * message.el (message-minibuffer-local-map):
1558         * sieve-manage.el (sieve-manage-authenticators)
1559         (sieve-manage-authenticator-alist): Specify custom types.
1560
1561         * hashcash.el (hashcash-program): Rename from hashcash-path.
1562         Update callers.
1563
1564         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1565         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1566         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1567
1568         * auth-source.el (auth-sources):
1569         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1570         Fix custom types.
1571
1572         * tls.el (tls-certtool-program): Fix default value.
1573
1574 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1575
1576         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1577         we get proper traces there, too.
1578
1579 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1580
1581         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1582         value of the parameters if the current article has a Reply-To or From
1583         field.
1584
1585 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1586
1587         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1588
1589 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1590
1591         * gnus-sum.el (gnus-summary-exit): Stop animations.
1592
1593 2013-12-19  Juri Linkov  <juri@jurta.org>
1594
1595         * gnus.el (gnus-suppress-keymap):
1596         * gnus-art.el (gnus-article-mode-map):
1597         * gnus-group.el (gnus-group-mode-map):
1598         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1599         Remove [backspace] key binding because it shadows DEL (bug#16035).
1600
1601         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1602
1603 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1606         Make sure work directory exists.
1607         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1608         rather than tmp directory.
1609         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1610         not necessarily always run, with it.
1611
1612 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1613
1614         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1615         value of gnus-icalendar-additional-identities work without restart.
1616
1617 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * mm-util.el (mm-make-temp-file):
1620         Alias to make-temp-file for modern Emacsen.
1621
1622 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1625         nnir-article-number and nnir-article-group.
1626
1627 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1628
1629         * message.el (message-send-mail-with-sendmail):
1630         Don't kill error buffer if sending fails.
1631
1632 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1633
1634         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1635         (gnus-icalendar-event->org-entry)
1636         (gnus-icalendar--update-org-event)
1637         (gnus-icalendar-event->gnus-calendar): Distinguish between
1638         required/optional/non-participant attendee status.  Fix bug causing
1639         the first required event participant to be omitted.
1640
1641 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-art.el (article-de-quoted-unreadable)
1644         (article-de-base64-unreadable, gnus-mime-copy-part)
1645         * gnus-html.el (gnus-article-html)
1646         * mm-view.el (mm-inline-text-html-render-with-w3)
1647         (mm-inline-text-html-render-with-w3m-standalone)
1648         * rfc2231.el (rfc2231-decode-encoded-string):
1649         Allow overriding charset by mm-charset-override-alist.
1650
1651         * gnus-art.el (gnus-article-browse-html-parts):
1652         Replace LWSPs with `&nbsp;'s in header.
1653
1654         Work for broken Chinese articles.
1655
1656         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1657         Exclude broken handles that gnus-summary-enter-digest-group may create.
1658         (gnus-article-browse-html-parts):
1659         Allow overriding charset by mm-charset-override-alist.
1660
1661 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1662
1663         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1664         (gnus-icalendar-identities): Support additional-identities.
1665
1666 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1667
1668         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1669         org-timestamp for events ending at midnight.
1670
1671 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1672
1673         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1674         .log files.
1675
1676 2013-11-20  David Engster  <deng@randomsample.de>
1677
1678         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1679
1680 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1681
1682         * message.el (message-beginning-of-line):
1683         Use beginning-of-visual-line when visual-line-mode is turned on.
1684
1685 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1686
1687         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1688         (gnus-icalendar-event-from-ical)
1689         (gnus-icalendar-event->org-entry)
1690         (gnus-icalendar--update-org-event): Required/optional participation,
1691         list of attendees synced to org.
1692
1693 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1694
1695         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1696         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1697         cancellations to be synced to org if the original appt has an org
1698         outline.
1699
1700 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1701
1702         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1703         (gnus-icalendar-event->org-entry)
1704         (gnus-icalendar--update-org-event)
1705         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1706
1707 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1708
1709         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1710         Fix timezone handling in gnus-icalendar export to org.
1711
1712 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1715
1716 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1719
1720 2013-10-30  Glenn Morris  <rgm@gnu.org>
1721
1722         * gnus-group.el (gnus-group-browse-foreign-server):
1723         * gnus-int.el (gnus-start-news-server):
1724         Silence compiler obsolescence warning.
1725
1726 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1727
1728         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1729         `nnoo-current-server' first, then for the actual `nnimap-address' to
1730         allow netrc entries for the nnoo server to coexist with netrc entries
1731         for the `nnimap-address'.
1732
1733 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * mm-decode.el (mm-dissect-buffer): Revert last change.
1736         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1737         The problem that motivated those changes was attributed to a broken
1738         mail sender, and has been fixed.
1739
1740 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1743         token is missing in the Content-Type header.
1744
1745         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1746
1747 2013-09-18  Glenn Morris  <rgm@gnu.org>
1748
1749         * gnus-util.el (image-size): Declare.
1750
1751 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1754         (gnus-icalendar-event-from-ical)
1755         (gnus-icalendar-event--build-reply-event-body)
1756         (gnus-icalendar-event-reply-from-buffer)
1757         (gnus-icalendar-find-org-event-file)
1758         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1759         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1760
1761         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1762
1763 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1764
1765         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1766         Use save-current-buffer.
1767         (gnus-tree-mode-map): Initialize in the declaration.
1768         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1769         (scroll-in-place): Defvar it.
1770         (gnus-tmp-*): Defvar them.
1771         (gnus-get-tree-buffer): Use derived-mode-p.
1772         (gnus--let-eval): New macro.
1773         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1774         non-prefixed variables.
1775         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1776
1777         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1778         vars since it doesn't seem to be available.
1779         (gnus-set-global-variables, gnus-summary-read-group-1)
1780         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1781         (gnus-summary-display-article, gnus-summary-select-article)
1782         (gnus-summary-next-article, gnus-offer-save-summaries)
1783         (gnus-summary-generic-mark): Use derived-mode-p.
1784         (gnus-summary-read-group-1, gnus-summary-exit)
1785         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1786         Adjust calls to gnus-tree-close and gnus-tree-open.
1787
1788         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1789
1790         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1791         (gnus-agent-mode): Use derived-mode-p.
1792         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1793         gnus-command-method and *-command-method to nil, but bind
1794         gnus-command-method to *-command-method instead!
1795         (gnus-agent-fetch-articles): Remove unused var `id'.
1796         (gnus-agent-fetch-headers): Remove unused arg `force'.
1797         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1798         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1799         (gnus-agent-short-article, gnus-agent-long-article)
1800         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1801         first use.
1802         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1803         `score-param'.
1804         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1805         (gnus-get-predicate): Push in front of the cache, rather than end.
1806         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1807         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1808         (gnus-agent-expire-unagentized-dirs): Don't rebind
1809         gnus-agent-expire-current-dirs since the defvar silences the warning.
1810         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1811         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1812         (gnus-agent-regenerate): Simplify interactive spec and doc.
1813
1814 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-int.el (gnus-open-server): Silence compiler.
1817
1818         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1819
1820         * message.el (message-display-completion-list): Abolish.
1821         (message-completion-in-region): Use display-completion-list.
1822
1823 2013-09-17  Glenn Morris  <rgm@gnu.org>
1824
1825         * gnus-util.el (gnus-message-with-timestamp-1):
1826         Use `messages-buffer' function if available.  Ignore read-only.
1827
1828 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * message.el (message-expand-group, message-completion-in-region):
1831         Correct the order of start and end of a region.
1832
1833 2013-09-13  Glenn Morris  <rgm@gnu.org>
1834
1835         * mml2015.el (gnus-create-image): Autoload it.
1836
1837         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1838
1839         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1840         (image-size): Declare.
1841
1842 2013-09-12  Glenn Morris  <rgm@gnu.org>
1843
1844         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1845         Avoid using `find', which i) might not be defined at runtime;
1846         ii) does not work, since its default test is eql, not equal.
1847         (gnus-mime-action-alist): Declare.
1848
1849 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1850
1851         * score-mode.el (gnus-score-mode-map): Move initialization
1852         into declaration.
1853         (gnus-score-mode): Use define-derived-mode.
1854         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1855         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1856         into declaration.
1857         (gnus-kill-file-mode): Use define-derived-mode.
1858         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1859         Use derived-mode-p.
1860         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1861         (gnus-group-setup-buffer, gnus-group-name-at-point)
1862         (gnus-group-make-web-group, gnus-group-enter-directory)
1863         (gnus-group-suspend): Use derived-mode-p.
1864         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1865         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1866         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1867         (gnus-article-setup-buffer, gnus-article-prepare)
1868         (gnus-article-prepare-display, gnus-sticky-article)
1869         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1870         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1871         (gnus-article-read-summary-keys): Use derived-mode-p.
1872
1873 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1876
1877 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1880         shift_jis from the default value set for Japanese users.
1881
1882 2013-08-13  Glenn Morris  <rgm@gnu.org>
1883
1884         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1885
1886         * gnus.el (gnus-valid-select-methods): Fix type.
1887
1888         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1889
1890 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * mm-decode.el (mm-display-external): Run a timer for the temp files
1893         deletion after a viewer exits; add a deletion timer for the needsterm
1894         case, too.
1895
1896         * mm-decode.el (mm-display-external): Try to delete temporary files by
1897         using a 1-min. timer.
1898
1899 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1902         New internal variables.
1903         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1904         (mm-display-external): Use it to delete temporary files instead of
1905         using timers.
1906
1907 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1910
1911 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1912
1913         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1914         with cond for backwards compatability.
1915
1916 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * mm-decode.el (mm-display-external): Bind process-connection-type to
1919         nil; don't delete a temp file immediately even if a viewer finishes,
1920         since it may be a shell script, like xdg-open, that launches a real
1921         viewer program belatedly.
1922
1923 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1924
1925         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1926         that we can create nndoc groups that excerpt other groups.
1927
1928 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-delay.el (gnus-delay-article): Fix typo.
1931
1932         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1933         articles.
1934
1935         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1936         we can get spell-checking etc.
1937
1938 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1941         a single one used for encoding the whole text in a header.
1942
1943 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1946         doesn't work properly on XEmacs.
1947
1948 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1951         before sending.
1952
1953         * dgnushack.el (dgnushack-compile): Add a temporary check for
1954         gnus-icalendar.
1955
1956         * mm-decode.el (mm-command-output): New face.
1957         (mm-display-external): Use it.
1958
1959 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1960
1961         * nnmbox.el (nnmbox-request-article): Don't change point.
1962
1963 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1966         Include `handle' parameter.
1967
1968 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1969
1970         * gnus-icalendar.el: New file.
1971
1972 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1975
1976         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1977         dummy roots, too.
1978
1979 2013-08-01  David Edmondson  <dme@dme.org>
1980
1981         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1982         out on ttys.
1983
1984 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1987         not empty.
1988
1989         * nnrss.el (nnrss-discover-feed): Indent.
1990
1991 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1994
1995 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1998         dirty to ensure nnimap data being saved.
1999
2000 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2001
2002         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
2003         menu entry.
2004
2005         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
2006         the current thread's total score instead of the current article's
2007         score.
2008
2009         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
2010         (gnus-sort-threads-recursively): Delete defcustom.
2011         (gnus-sort-threads-recursive): Adapt accordingly.
2012
2013 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2014
2015         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
2016         (gnus-sort-threads-recursive): Use it.
2017         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
2018         again.  Now that determines how to sort subthreads.
2019
2020 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
2021
2022         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2023         (gnus-sort-threads): Use it.
2024
2025 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2026
2027         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2028         punctuation characters follow parentheses (bug#14950).
2029
2030 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus.el (gnus-continuum-version):
2033         * gnus-msg.el (gnus-extended-version): Simplify.
2034
2035         * gnus.el (gnus-continuum-version-1): Remove.
2036         * gnus-msg.el (gnus-bug): Revert.
2037
2038         Calculate gnus-version correctly on Cygwin.
2039
2040         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2041         (gnus-continuum-version-1): New function, return a string.
2042
2043         * gnus-msg.el (gnus-extended-version, gnus-bug):
2044         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2045
2046 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2047
2048         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2049         (bug#13384).
2050
2051 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2054         that were only relevant in a development version a long time ago.
2055
2056 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2059         that the old Emacs 24s bundle.
2060
2061 2013-07-10  David Engster  <deng@randomsample.de>
2062
2063         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2064         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2065         fixes a bug in Emacs trunk where the 'unexist' marks were always
2066         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2067         Gnus v0.03".
2068
2069 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2070
2071         * gnus.el (gnus-summary-line-format): Reference
2072         `gnus-user-date-format-alist' for the &user-date; format, not
2073         `gnus-summary-user-date-format-alist'.
2074
2075 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2078         delete files (bug#13481).
2079
2080 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2081
2082         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2083
2084 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2087         display images.
2088
2089         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2090
2091         * message.el (message-cancel-news): According to
2092         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2093         preferred over "cmsg cancel" in the Subject.
2094
2095         * nnir.el (nnir-engines): Note that the group specs are regexps
2096         (bug#13238).
2097
2098         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2099         gotten read-only text properties, ensure that those aren't heeded when
2100         copying stuff over (bug#13434).
2101
2102         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2103         (bug#13762).
2104
2105 2013-07-05  David Kastrup  <dak@gnu.org>
2106
2107         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2108         authinfo file again (important for blank passwords).  This had been
2109         broken with 2013-06-15 change.
2110
2111 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2114         Revert 2013-01-14 change.
2115
2116 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2117
2118         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2119         of 'create-image' for XEmacs compatibility; check errors when decoding
2120         image.  Reported by Uwe Brauer.
2121
2122 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2125         gnus-button-push revised at 2011-01-19.
2126
2127 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2130         now live in the lisp/net Emacs 24 repository.
2131
2132 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * eww.el (eww-update-header-line-format): Quote % characters.
2135
2136 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * eww.el (eww-process-text-input): Display passwords as asterisks.
2139
2140         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2141
2142 2013-06-19  Tom Tromey  <tromey@redhat.com>
2143
2144         * eww.el (eww-top-url): Remove.
2145         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2146         (eww-render): Set new variables.  Don't set eww-top-url.
2147         (eww-handle-link): Handle "prev", "home", and "contents".
2148         Downcase the rel text.
2149         (eww-top-url): Choose best top URL.
2150
2151 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * eww.el: Rewrite to implement form elements "by hand" instead of
2154         relying in widget.el.  Using widget.el leads to too many
2155         user interface inconsistencies.
2156         (eww-self-insert): Implement entering commands in text fields.
2157         (eww-process-text-input): New function to make text input field editing
2158         work.
2159         (eww-submit): Rewrite to use the new-style form methods.
2160         (eww-select-display): Display the correct selected item.
2161         (eww-change-select): Implement changing the select value.
2162         (eww-toggle-checkbox): Implement radio/checkboxes.
2163         (eww-update-field): Fix compilation error.
2164         (eww-tag-textarea): Implement <textarea>.
2165
2166         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2167         don't shadow mode-specific bindings.
2168
2169         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2170         nothing to push.
2171
2172         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2173
2174 2013-06-19  Glenn Morris  <rgm@gnu.org>
2175
2176         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2177
2178 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2181
2182 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * shr.el (shr-make-table-1): Implement <td rowspan>.
2185         (shr-table-horizontal-line): Allow nil as a value, and change the
2186         default.
2187         (shr-insert-table-ruler): Respect the nil value.
2188
2189 2013-06-18  Tom Tromey  <tromey@barimba>
2190
2191         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2192         New defvars.
2193         (eww-open-file): New defun.
2194         (eww-render): Initialize new variables.
2195         (eww-display-html): Handle "link" and "a".
2196         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2197         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2198         (eww-back-url): Rename from eww-previous-url.
2199         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2200         defuns.
2201
2202 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * shr.el (shr-tag-table): Insert the images after the table, so that
2205         they're not covered by the table colourisation, which often looked
2206         awkward.
2207         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2208         <dd>.
2209         (shr-make-table-1): Implement <td colspan=> support.
2210         (shr-insert-document): Use one less than window width if `shr-width' is
2211         nil, since otherwise things may get one character too wide.
2212
2213 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * eww.el (eww-detect-charset): Improve regexp; move backward.
2216
2217 2013-06-18  Glenn Morris  <rgm@gnu.org>
2218
2219         * mm-decode.el (widget-convert-button): Autoload.
2220
2221         * sieve-manage.el (mm-enable-multibyte): Autoload.
2222
2223         * shr.el (libxml-parse-html-region): Declare.
2224         (shr-render-buffer): Explicit error if no libxml2 support.
2225
2226 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * auth-source.el (auth-source-current-line): New function.
2229         (auth-source-netrc-parse-entries): When a data token is "machine",
2230         assume we're in the wrong place and abort parsing the current line.
2231
2232 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2235         (eww-convert-widgets): Don't bug out if the first widget starts at the
2236         beginning of the buffer.
2237         (eww-convert-widgets): Fix last patch.
2238         (eww-tag-input): Support <input type=image>.
2239
2240         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2241         (shr-tag-base): Protect against base specs that are degenerate.
2242         (shr-ensure-paragraph): Don't delete empty lines that have text
2243         properties, because these may be input fields.
2244
2245         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2246         we can navigate to them.
2247
2248         * shr.el (shr-colorize-region): Put the colours over the entire region.
2249         (shr-inhibit-decoration): New variable.
2250         (shr-add-font): Use it to inhibit text property decorations while doing
2251         preliminary table renderings.  This speeds up typical Wikipedia page
2252         renderings by 15%.
2253         (shr-tag-span): Don't respect the <title>, because that overwrites the
2254         help-echo from links inside the spans.
2255         (shr-next-link): Use `help-echo' for navigation, so that we can
2256         navigate to form elements, too.
2257
2258         * eww.el (eww-button): New face.
2259         (eww-convert-widgets): Use it to make submit buttons more button-like.
2260
2261         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2262         that Gnus commands work.
2263
2264         * shr.el (shr-render-td): Support horizontal alignment.
2265
2266         * eww.el (eww-put-color): Removed.
2267         (eww-colorize-region): Use `add-face-text-property'.
2268
2269         * shr.el (shr-add-font): Append face data, so that we get the correct
2270         precedence: The innermost value (which is applied first) wins.
2271         (shr-make-overlay): Obsolete function.
2272
2273         * mm-decode.el (mm-convert-shr-links): New function to convert
2274         new-style shr URL links into widgets.
2275         (mm-shr): Use it.
2276
2277         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2278         widget commands, since we're no longer using widgets for links.
2279
2280         * shr.el (shr-next-link): New command.
2281         (shr-previous-link): New command.
2282         (shr-urlify): Don't use `widget-convert', because that's slow.
2283         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2284         because collecting the overlays and reapplying them when generating
2285         tables is slow.
2286         (shr-insert-table): Ditto.
2287
2288 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2289
2290         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2291         * shr.el (browse-url): Require `url'.
2292         * eww.el (url): Require format-spec.
2293
2294 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * eww.el (eww-display-html): Default to using the entire window width.
2297         (eww-browse-url): Don't add a User-Agent header (twice), because that
2298         makes Bing refuse connection.
2299
2300         * shr.el (shr-make-table): Cache the table rendering at the table
2301         level, and not the <td> level.  This is a bit faster.
2302
2303         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2304         #id.
2305
2306         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2307         browsers don't.
2308         (shr-expand-url): Respect #anchor links.
2309         (shr-parse-base): Chop off the anchor before using.
2310         (shr-descend): Respect display: none.
2311         (shr-descend): Allow marking elements that have certain IDs.
2312
2313         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2314
2315         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2316
2317         * eww.el (eww-tag-textarea): Support <textarea>.
2318
2319 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2320
2321         * shr.el (shr-dom-to-xml): Fixed function call.
2322
2323         * eww.el (eww): New group.
2324         (eww-header-line-format): New custom variable.
2325         (eww-current-title): New variable.
2326         (eww-display-html): Update header and handle title tag.
2327         (eww-update-header-line-format): New function.
2328         (eww-tag-title): New function.
2329
2330         * shr.el (shr-dom-to-xml): New function.
2331         (shr-tag-svg): Add support for the SVG tag.
2332         (shr-bullet): New custom variable.
2333         (shr-tag-li): Support custom bullet in unordered lists.
2334
2335 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * shr.el (shr-expand-url): Respect // URLs.
2338
2339         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2340         put a background colour onto the entire buffer.
2341         (eww-render): When being redirected, use the redirect URL as the new
2342         base URL.
2343
2344         * shr.el (shr-parse-base): Fix parsing error.
2345
2346         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2347
2348         * shr.el (shr-parse-base): New function.
2349         (shr-expand-url): Use it to expand relative URLs reliably.
2350
2351 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2352
2353         * auth-source.el (auth-source-search-collection): Fix docstring.
2354         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2355         single-quoted strings and multiline entries.
2356         (auth-source-netrc-parse-next-interesting)
2357         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2358         functions to support parser.
2359
2360 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * eww.el (eww-submit): Get submit button logic right when hitting RET
2363         on non-submit buttons.
2364
2365         * shr.el: Remove shr-preliminary-table-render, since that can't really
2366         be used for anything in practice.
2367
2368 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2369
2370         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2371         (sieve-manage-quit).
2372
2373 2013-06-14  Glenn Morris  <rgm@gnu.org>
2374
2375         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2376
2377 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2378
2379         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2380         control the maximum size of photo ID image.
2381         (mml2015-epg-key-image-to-string): Respect it.
2382
2383 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2386         instead of the final one so that we can more easily distinguish them.
2387
2388         * eww.el (eww-submit): Compute the submission URL correctly.
2389
2390 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2391
2392         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2393         Use plist-get rather than CL's getf.
2394         (sieve-manage-parse-capability): Avoid CL's remove-if.
2395
2396 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2397
2398         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2399         (sieve-manage-quit).
2400
2401 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2404         last slash.
2405
2406         * eww.el (eww-tag-select): Use the first value as the default value.
2407
2408 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2409
2410         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2411         (eww-mode): Use `define-derived-mode'.
2412         (eww-parse-headers): Parse headers from beginning of buffer so that
2413         file:// links work.
2414
2415 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2418
2419 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2422         to handle them at all.
2423
2424 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2427         work, too.
2428         (eww-tag-select): Implement <select>.
2429
2430 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2431
2432         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2433         stream managing functions by using open-protocol-stream to do most of
2434         the work.  Has the nice benefit of enabling STARTTLS.
2435         Wait for capabilities after STARTTLS: following RFC5804, the server
2436         sends new capabilities after successfully establishing a TLS connection
2437         with the client.  The client should update the cached list of
2438         capabilities, but we just ignore the answer for now.
2439         (sieve-manage-network-p, sieve-manage-network-open)
2440         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2441         (sieve-manage-forward, sieve-manage-streams)
2442         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2443         API, nor called by any other function.
2444         Enable Multibyte for SieveManage buffers: The parser won't properly
2445         handle umlauts and line endings unless multibyte is turned on in the
2446         process buffer.
2447
2448 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * eww.el (eww-tag-input): Support password fields.
2451         (eww-submit): Support POST.
2452
2453 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * eww.el (eww-tag-form): Protect against degenerate forms.
2456
2457         * shr.el (shr-expand-url): Expand URLs that start with a slash
2458         correctly.
2459
2460         * eww.el (eww-submit): Get submit button logic right.
2461
2462         * shr.el (shr-final-table-render): New variable to signal when we're
2463         doing the final table rendering so that we can collect more data at
2464         that point.
2465
2466         * eww.el (eww-submit): Make form submission work.
2467         (eww-tag-input): Implement submit buttons.
2468         (eww-click-radio): Implement radio and checkboxes.
2469         (eww-submit): Handle hidden elements.
2470
2471         * shr.el (shr-descend): Allow other packages to override (or provide)
2472         rendering of elements.
2473         (shr-expand-url): Strip query strings from URLs before expanding them.
2474
2475         * eww.el: Don't require cl-lib.
2476         (eww-tag-form): Start form support.
2477
2478         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2479
2480         * eww.el: Start writing a new, tiny web browser.
2481         (eww-previous-url): New command.
2482         (eww-quit): New command.
2483
2484 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2485
2486         * sieve.el: Put point at beginning of buffer when viewing a script.
2487         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2488         number in sieve-buffer's header.  Fixed code to also work with a string
2489         as port specifier.  Properly close the connection on pressing 'q'.  Make
2490         sieve-manage-quit close the connection and process buffer.  Also, remove
2491         duplicate keybinding for 'q'.
2492
2493 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2494
2495         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2496         make it easier to read.
2497         (mm-pkcs7-enveloped-magic): Ditto.
2498
2499 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2502         before `image-type-available-p' to avoid loading the image libraries
2503         needlessly.
2504
2505 2013-06-05  David Engster  <deng@randomsample.de>
2506
2507         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2508         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2509         to see whether the group was synced before.
2510
2511 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2512
2513         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2514         when opening the connection.
2515         Suggested by João Távora <joaotavora@gmail.com> in
2516         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2517
2518 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2521         assume Date header begins with "Date", that may be customized into
2522         something like "X-Sent" using gnus-article-time-format.
2523         (article-transform-date): Allow multi-line Date header.
2524
2525 2013-06-02  David Engster  <deng@randomsample.de>
2526
2527         * registry.el (initialize-instance, registry-lookup)
2528         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2529         (registry-lookup-secondary-value, registry-search, registry-delete)
2530         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2531         not wrap methods in `eval-and-compile'.  This breaks due to latest
2532         changes in EIEIO (introduction of eieio-core.el).
2533
2534 2013-05-30  Glenn Morris  <rgm@gnu.org>
2535
2536         * nnmail.el (nnmail-fancy-expiry-target):
2537         Also bind mail-dont-reply-to-names.
2538
2539         * spam-stat.el (spam-stat-save):
2540         No need to tweak font-lock in temp buffers.
2541
2542         * shr.el (shr-put-image): Silence compiler.
2543
2544 2013-05-29  Glenn Morris  <rgm@gnu.org>
2545
2546         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2547
2548         * gnus-group.el (gnus-sequence-of-unread-articles)
2549         (gnus-summary-add-mark, gnus-mark-article-as-read)
2550         (gnus-group-make-articles-read): Declare.
2551
2552         * gnus-sum.el (gnus-parameter-list-identifier)
2553         (gnus-article-stop-animations, gnus-stop-downloads)
2554         (gnus-article-only-boring-p, article-goto-body)
2555         (gnus-flush-original-article-buffer, article-narrow-to-head)
2556         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2557         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2558
2559         * gnus.el: No need to eval-and-compile autoloads.
2560
2561         * gravatar.el (help-function-arglist): Autoload.
2562
2563         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2564
2565         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2566
2567         * spam.el: No need to load spam-report when compiling.
2568         No need to eval-and-compile autoloads.
2569         (spam-report-resend-to): Declare.
2570         (spam-report-resend-register-routine): Require 'spam-report.
2571
2572 2013-05-24  Julien Danjou  <julien@danjou.info>
2573
2574         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2575         setup.
2576
2577 2013-05-23  Glenn Morris  <rgm@gnu.org>
2578
2579         * gnus-util.el (rmail-swap-buffers-maybe)
2580         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2581         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2582         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2583
2584         * mm-decode.el: No need to load term when compiling.
2585         (term-mode, term-char-mode): Declare.
2586
2587         * mm-util.el: No need to load jka-compr when compiling.
2588         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2589
2590         * nnmaildir.el: Require is automatically eval-and-compile.
2591         (nnmail): Require at run-time too.
2592
2593         * registry.el (registry-size): Move definition before use.
2594
2595 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2596
2597         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2598         signed data to conform the standard.  (Bug#14232)
2599
2600 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2601
2602         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2603         double angle quotation mark.
2604
2605 2013-05-20  Glenn Morris  <rgm@gnu.org>
2606
2607         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2608
2609 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2610
2611         * message.el (message-insert-formatted-citation-line): handle finding
2612         first/lastname when more than 2 names appear.
2613
2614 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2615
2616         * shr.el (shr-tag-span): New function.
2617
2618 2013-05-18  Glenn Morris  <rgm@gnu.org>
2619
2620         * message.el (message-mode): Use message-mode-abbrev-table,
2621         with text-mode-abbrev-table as parent.  (Bug#14413)
2622
2623 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * message.el (message-expand-group): Decode group names.
2626
2627 2013-05-16  Julien Danjou  <julien@danjou.info>
2628
2629         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2630         app-icon.
2631
2632 2013-05-15  Glenn Morris  <rgm@gnu.org>
2633
2634         * shr-color.el (shr-color-visible-luminance-min)
2635         (shr-color-visible-distance-min): Use shr-color group.
2636
2637 2013-05-11  Glenn Morris  <rgm@gnu.org>
2638
2639         * gnus-vm.el: Make it loadable without VM.
2640         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2641         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2642
2643 2013-05-09  Glenn Morris  <rgm@gnu.org>
2644
2645         * mml1991.el: Make it loadable.  (Bug#13456)
2646
2647         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2648         * gnus-async.el (gnus-async-post-fetch-function):
2649         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2650         * gnus-html.el (gnus-html-image-cache-ttl):
2651         * gnus-notifications.el (gnus-notifications-timeout):
2652         * gnus-picon.el (gnus-picon-properties):
2653         * gnus-util.el (gnus-completion-styles):
2654         * gnus.el (gnus-other-frame-resume-function):
2655         * message.el (message-user-organization-file)
2656         (message-cite-reply-position):
2657         * nnir.el (nnir-summary-line-format)
2658         (nnir-retrieve-headers-override-function):
2659         * shr-color.el (shr-color-visible-luminance-min):
2660         * shr.el (shr-blocked-images):
2661         * spam-report.el (spam-report-resend-to):
2662         * spam.el (spam-summary-exit-behavior): Fix custom types.
2663
2664         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2665
2666 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2669         because of let-binding help-xref-following.  (Bug#14356)
2670
2671 2013-05-06  Glenn Morris  <rgm@gnu.org>
2672
2673         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2674
2675 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2676
2677         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2678         entering into the registry.
2679
2680 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2681
2682         * gnus.el: Ma Gnus v0.7 is released.
2683
2684 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2687         (Bug#14304)
2688
2689 2013-04-27  Glenn Morris  <rgm@gnu.org>
2690
2691         * gnus.el (gnus-list-debbugs):
2692         Use require rather than autoload.  (Bug#14262)
2693
2694 2013-04-27  Julien Danjou  <julien@danjou.info>
2695
2696         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2697         port to "sieve" now that it has an official IANA port assigned.
2698
2699 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2702         Don't set the MAILHOST environment variable permanently (Bug#14271).
2703
2704 2013-04-26  Glenn Morris  <rgm@gnu.org>
2705
2706         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2707
2708 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2709
2710         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2711         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2712
2713 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2714
2715         * nnir.el (nnir-close-group): Make sure we are in the right group.
2716
2717         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2718         dependency table from all newly retrieved headers.
2719
2720 2013-04-16  David Edmondson  <dme@dme.org>
2721
2722         Support <img src="data:...">.
2723
2724         * shr.el (shr-image-from-data): New function.
2725         (shr-tag-img): Use it.
2726
2727 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2728
2729         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2730         group.
2731
2732 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2735         corresponding to any existing group (Bug#14166).
2736
2737 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2738
2739         * nnir.el (number-sequence): No longer used.
2740         (nnir-request-set-mark): New function.
2741         (nnir-request-update-info): Improve marks updating.
2742         (nnir-request-scan): Don't duplicate marks updating.
2743         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2744         Use 'assq rather than 'assoc.  Quote anonymous function.
2745         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2746         Use 'gnus-group-prefixed-p.
2747         (gnus-summary-create-nnir-group): Make sure server for method is open.
2748
2749 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2750
2751         * nnir.el (gnus-nnir-group-p): New function.
2752         (nnir-possibly-change-group): Use it.
2753
2754         * gnus-msg.el (gnus-setup-message): Use it.
2755
2756 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2759         `initial-input' for the argument name.
2760         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2761
2762 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2763
2764         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2765         (used by MH-E).
2766
2767 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2768
2769         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2770         group.
2771
2772         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2773         fix compilation.
2774
2775 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2776
2777         * nnir.el (nnir-method-default-engines): And another typo.
2778
2779 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2780
2781         * nnir.el (nnir-method-default-engines): Fix typo.
2782
2783 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2784
2785         * nnir.el: Define 'number-sequence for xemacs.
2786         (gnus-summary-create-nnir-group): New function to create an nnir group
2787         from an nnir summary buffer based on the current query.
2788         (nnir-request-create-group): Update to allow nnir group creation based
2789         on the current query.
2790
2791 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * nndraft.el (nndraft-request-expire-articles):
2794         Make expiry target always `delete'.
2795
2796 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2797
2798         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2799         buffer use the posting-style and gcc of the original article group.
2800         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2801
2802         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2803         after other deffoos.
2804
2805 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2806
2807         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2808         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2809         support for real (i.e. not ephemeral) nnir groups.
2810         (gnus-summary-make-nnir-group): New function for initiating searches
2811         from a summary buffer.
2812
2813 2013-03-18  Sam Steingold  <sds@gnu.org>
2814
2815         * message.el (message-bury): Minor cleanup.
2816
2817 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2818
2819         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2820
2821 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2824         nnml-request-list.  (Bug#13873)
2825         (nndir-request-newsgroups): Remove, unused.
2826
2827         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2828
2829 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2830
2831         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2832         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2833         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2834
2835 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2836
2837         * shr.el: Make all the overlays set the `evaporate' property so that
2838         they're removed properly.
2839
2840 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2841
2842         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2843         shell-quote-argument.
2844
2845 2013-02-22  David Engster  <deng@randomsample.de>
2846
2847         * gnus-registry.el (gnus-registry-save): Provide class name when
2848         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2849         `condition-case' to stay compatible with older EIEIO versions which
2850         only accept one argument.
2851
2852 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2853
2854         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2855         (epg-user-id-validity): Autoload.
2856         (mml2015-epg-check-user-id): New function.
2857         (mml2015-epg-check-sub-key): New function split from
2858         mml2015-epg-find-usable-key.
2859         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2860         optional name-is-key-id, to handle the case when user-id is unusable.
2861         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2862
2863 2013-02-17  Glenn Morris  <rgm@gnu.org>
2864
2865         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2866
2867 2013-02-16  Glenn Morris  <rgm@gnu.org>
2868
2869         * shr.el (shr-put-image): Only animate images that specify a delay.
2870         This is consistent with the old image-animated-p behavior.
2871
2872 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2875         for XEmacs.
2876
2877 2013-02-13  Juri Linkov  <juri@jurta.org>
2878
2879         * gnus-art.el (gnus-article-mode-map):
2880         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2881         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2882
2883 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2884
2885         * auth-source.el (auth-source-format-prompt): Don't get confused by
2886         any "\" in replacement text.  (Bug#13637)
2887
2888 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2889
2890         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2891         (gnus-backend-trace): Honour gnus-backend-trace.
2892
2893         * mml.el (mml-insert-part): Insert closing tag.
2894
2895         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2896
2897 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2900         able to find the article, which can happen in debbugs groups,
2901         apparently.
2902
2903 2013-01-16  Glenn Morris  <rgm@gnu.org>
2904
2905         * smiley.el (smiley-style): Make the file loadable in batch mode.
2906
2907 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2908
2909         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2910         imap process running.
2911
2912 2013-01-14  Julien Danjou  <julien@danjou.info>
2913
2914         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2915         Compare addresses against addresses, not against the full From field.
2916
2917 2013-01-13  Richard Stallman  <rms@gnu.org>
2918
2919         * message.el (message-forward-make-body-mime): New args BEG, END
2920         specify what part of FORWARD-BUFFER to use.  Do the work directly
2921         instead of calling `mml-insert-buffer'.
2922
2923 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2924
2925         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2926         cross-reference(s).
2927
2928         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2929         cross-reference(s).
2930
2931 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2932
2933         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2934         and point-max-marker.
2935         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2936
2937 2013-01-11  Julien Danjou  <julien@danjou.info>
2938
2939         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2940         max are almost equal.  Also return the correct value for V which is
2941         already between 0 and 1.
2942
2943 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2944
2945         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2946         to mml2015-encrypt-to-self.
2947         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2948
2949 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2950
2951         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2952         mml-smime-epg-find-usable-secret-key.
2953
2954 2013-01-08  Glenn Morris  <rgm@gnu.org>
2955
2956         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2957
2958 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2959
2960         * mml-smime.el: Support signing by sender.
2961         Requested by Uwe Brauer.
2962         (mml-smime-sign-with-sender): New user option analogous
2963         to mml2015-sign-with-sender.
2964         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2965         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2966         mml2015.el.
2967
2968 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2971         isn't running, because Gnus will probably not know how to handle the
2972         Gcc header (bug#11941).
2973
2974         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2975         articles.
2976
2977 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2980         (nnfolder-generate-active-file): Make this function work with recursive
2981         folder names.
2982
2983 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2984
2985         * nntp.el (nntp-open-connection): Use HELP as the capability command
2986         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2987         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2988
2989 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2990
2991         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2992         place holder since this gives `Invalid face reference: nil' messages.
2993         Use the `default' face instead.  It has the same effect here, even
2994         though it is not no-op.
2995
2996         * gnus-util.el
2997         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2998
2999 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
3002         non-string posting styles (bug#13285).
3003
3004 2012-12-27  Glenn Morris  <rgm@gnu.org>
3005
3006         * plstore.el (plstore-passphrase-callback-function):
3007         Use plstore-get-file.
3008
3009 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
3010
3011         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
3012         stderr.
3013
3014 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
3017
3018         * gnus-compat.el (set-buffer-multibyte): Remove.
3019
3020 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3021
3022         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3023         temporary file to get PGP key image.  Pass no-show-photos when
3024         extracting image to avoid having it pop up twice.
3025
3026 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3029         eligible for treatment.
3030
3031         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3032         lines.  This makes summary commands with hidden threads work more
3033         reliably.
3034
3035         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3036         button to mark the hidden citations (bug#9395).
3037
3038 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3039
3040         * mml2015.el (mml2015-epg-signature-to-string): New function.
3041         (mml2015-epg-verify-result-to-string): New function.
3042         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3043         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3044         instead of epg-verify-result-to-string.
3045         (epg-signature-key-id, epg-signature-to-string): Autoload.
3046         (epg-verify-result-to-string): Remove autoload.
3047
3048 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3049
3050         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3051         ID image from GPG public key.
3052         (mml2015-epg-key-image-to-string): New function.
3053
3054 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3055
3056         * plstore.el (plstore-passphrase-callback-function): Fix error when
3057         error when plstore-cache-passphrase-for-symmetric-encryption is set
3058         (bug#13264).
3059
3060 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3061
3062         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3063         buffer to the article buffer here, because that clobbers multiple
3064         article buffers.
3065
3066         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3067         buffer always points to the right summary buffer.
3068
3069 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3070
3071         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3072         the password (bug#12097).
3073
3074 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3075
3076         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3077         (bug#13263).
3078
3079         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3080         buffer exists before using it (bug#12475).
3081
3082         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3083         offline groups (bug#11937).
3084
3085         * message.el (message-yank-original): When using customize to set the
3086         value of `message-cite-style', the variable it set to a symbol that's
3087         the name of the variable, which must then be dereferenced (bug#12616).
3088
3089 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3090
3091         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3092         the `face' property with a list whose car is the face specified in the
3093         format string and whose cdr is (nil).
3094         * lisp/gnus-util.el
3095         (gnus-put-text-property-excluding-characters-with-faces):
3096         Change accordingly.
3097         (gnus-get-text-property-excluding-characters-with-faces): New function.
3098         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3099         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3100         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3101
3102 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3103
3104         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3105         login methods.
3106         (nnimap-login): Respect the `nnimap-authenticator' variable.
3107
3108         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3109         mark state when moving articles.  Otherwise unticked articles will get
3110         their ticks back after moving.
3111
3112 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3115
3116         * message.el (message-ignored-news-headers): Always remove
3117         X-Message-SMTP-Method to avoid information leakage if the user
3118         mistakenly inserts the header into news messages.
3119
3120         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3121
3122         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3123         right than four characters, this command would move point to
3124         `point-max'.  Don't do that.
3125
3126         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3127         to nil to allow re-selecting groups that gain articles.
3128         (gnus-bug-group-download-format-alist): Update the URL.
3129
3130 2012-12-23  Andreas Schwab  <schwab@suse.de>
3131
3132         * shr.el (shr-tag-em): Render em as italic, not bold.
3133
3134 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3135
3136         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3137         for reuse.
3138         (gnus-open-server): Use it to add more tracing.
3139         (gnus-finish-retrieve-group-infos): Add backend tracing.
3140         (gnus-backend-trace): Also note the elapsed seconds.
3141
3142 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3143
3144         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3145         Set epa-file-encrypt-to from variable to avoid querying.
3146
3147 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3148
3149         * sieve-mode.el (sieve-font-lock-keywords):
3150         Keywords should be word delimited.  (Bug#13173)
3151
3152 2012-12-13  Andreas Schwab  <schwab@suse.de>
3153
3154         * tls.el (tls-program): Update customize type.
3155
3156 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3159         instead of <pre> to align message header.
3160
3161 2012-12-12  Sam Steingold  <sds@gnu.org>
3162
3163         * gnus.el (gnus-other-frame-resume-function): Add user option.
3164         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3165
3166 2012-12-06  Sam Steingold  <sds@gnu.org>
3167
3168         * gnus-start.el (gnus-before-resume-hook): Add.
3169         (gnus-1): Run it when Gnus is alive.
3170
3171 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3174         * gnus-art.el (article-unsplit-urls)
3175         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3176         * gnus-registry.el (gnus-registry-get-article-marks)
3177         * message.el (message-goto-body): Use it.
3178         (message-called-interactively-p): Remove.
3179
3180         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3181         (spam-stat-score-buffer): Use it.
3182
3183         * spam.el: Silence the warnings against BBDB functions when compiling.
3184
3185         * gnus-score.el (gnus-score-decode-text-parts):
3186         Use append+mapcar instead of the cl function mapcan.
3187
3188 2012-12-05  Sam Steingold  <sds@gnu.org>
3189
3190         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3191         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3192         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3193
3194 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gmm-utils.el (gmm-called-interactively-p): Revert.
3197         This seems to cause Emacs to get stuck!
3198         * gnus-art.el (article-unsplit-urls)
3199         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3200         * gnus-registry.el (gnus-registry-get-article-marks)
3201         * message.el (message-goto-body)
3202         (message-called-interactively-p): Revert.
3203
3204         * gmm-utils.el (gmm-called-interactively-p): New function.
3205         * gnus-art.el (article-unsplit-urls)
3206         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3207         * gnus-registry.el (gnus-registry-get-article-marks)
3208         * message.el (message-goto-body): Use it.
3209         (message-called-interactively-p): Remove.
3210
3211         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3212         * gnus-sync.el (gnus-sync-lesync-call)
3213         * message.el (message-read-from-minibuffer): Use it.
3214
3215 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gmm-utils.el (gmm-flet): Remove.
3218         * gnus-sync.el (gnus-sync-lesync-call)
3219         * message.el (message-read-from-minibuffer): Don't use it.
3220
3221 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3224
3225 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3228
3229         * gnus-sync.el (gnus-sync-lesync-call)
3230         * message.el (message-read-from-minibuffer): Use gmm-flet.
3231
3232         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3233
3234         * gnus-util.el (gnus-macroexpand-all): Remove.
3235
3236 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3237
3238         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3239         to TAB, not [tab].
3240         (gnus-summary-article-map): Likewise.
3241
3242         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3243         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3244
3245 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3246
3247         * time-date.el: Commentary fix.
3248
3249 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3250
3251         * color.el: Don't require cl.
3252         (color-complement): `caddr' -> `nth 2'.
3253
3254         * time-date.el (time-to-seconds): De-obsolete.
3255
3256 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * message.el (message-get-reply-headers):
3259         Make sure the reply goes to the author if it is a wide reply.
3260
3261 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3262
3263         * gnus-score.el (gnus-score-body):
3264         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3265         scoring by body.
3266
3267 2012-11-16  Glenn Morris  <rgm@gnu.org>
3268
3269         * gnus-diary.el (nndiary-request-create-group-functions)
3270         (nndiary-request-update-info-functions)
3271         (gnus-subscribe-newsgroup-functions)
3272         (nndiary-request-accept-article-functions):
3273         Use new names for hooks rather than obsolete aliases.
3274
3275 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3278
3279 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3282         in meta tag with the one the part specifies in its header.
3283
3284 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3285
3286         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3287         by default.
3288
3289 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3292         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3293
3294 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3297         and a runtime function for it, of which the XEmacs version takes only
3298         two arguments.
3299
3300 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3301
3302         * nndiary.el (nndiary-request-create-group-functions)
3303         (nndiary-request-update-info-functions)
3304         (nndiary-request-accept-article-functions):
3305         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3306         "-hooks" suffix.
3307
3308 2012-10-19  Julien Danjou  <julien@danjou.info>
3309
3310         * gnus-art.el: Require gnus-util because it uses
3311         `gnus-timer--function'.
3312
3313 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3314
3315         * starttls.el (starttls-extra-arguments): Doc fix.
3316
3317 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3320         it.
3321
3322 2012-10-06  Glenn Morris  <rgm@gnu.org>
3323
3324         * gnus-notifications.el (gnus-notifications):
3325         Add missing group :version tag.
3326         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3327         (gnus-gcc-post-body-encode-hook):
3328         * gnus-sync.el (gnus-sync-lesync-name)
3329         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3330
3331 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3332
3333         * color.el (color-hsl-to-rgb): Fix incorrect results for
3334         small and large hue values.  (Bug#12559)
3335
3336 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         New UIDL implementation.
3339
3340         * mail-source.el (mail-sources, mail-source-keyword-map):
3341         Add :leave as a pop3 keyword.
3342         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3343
3344         * pop3.el (pop3-leave-mail-on-server): Allow number.
3345         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3346         (pop3-movemail): Add UIDL support.
3347         (pop3-send-streaming-command): Take a list of mail numbers instead of
3348         the number of mails.
3349         (pop3-write-to-file): Add X-UIDL header.
3350         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3351         (pop3-uidl-add-xheader): New functions.
3352
3353         * message.el (message-ignored-resent-headers):
3354         Add X-Content-Length and X-UIDL headers.
3355
3356 2012-10-05  Glenn Morris  <rgm@gnu.org>
3357
3358         * color.el (color-name-to-rgb, color-rgb-to-hex)
3359         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3360         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3361         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3362         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3363
3364 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3367         a user about whether to delete temp files if once a user answered as n.
3368
3369 2012-09-25  Chong Yidong  <cyd@gnu.org>
3370
3371         * password-cache.el (password-read-and-add): Use a declare form to mark
3372         this function obsolete.
3373
3374 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * lpath.el: Bind mail-encode-mml for old Emacsen.
3377
3378 2012-09-17  Richard Stallman  <rms@gnu.org>
3379
3380         * message.el (message-in-body-p): Don't set mark or modify buffer.
3381
3382         * mml.el (mml-attach-file): Doc fix.
3383         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3384         Set mail-encode-mml when in Mail mode.
3385         Simplify code to set HEAD and move back to HEAD.
3386         (mml-insert-multipart, mml-insert-part):
3387         Set mail-encode-mml when in Mail mode.
3388
3389 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * gnus-util.el (gnus-timer--function): New function.
3392
3393         * gnus-art.el (gnus-article-stop-animations): Use it.
3394
3395 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3396
3397         Fix glitches caused by addition of psec to timers.
3398         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3399         rather than raw access to timer vector.
3400
3401 2012-09-11  Julien Danjou  <julien@danjou.info>
3402
3403         * gnus-notifications.el (gnus-notifications): Check for nil values in
3404         ignored addresses check.
3405
3406 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3407
3408         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3409
3410 2012-09-07  Chong Yidong  <cyd@gnu.org>
3411
3412         * gnus-util.el
3413         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3414
3415         * gnus-salt.el (gnus-tree-highlight-node):
3416         * gnus-sum.el (gnus-summary-highlight-line):
3417         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3418
3419 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3422
3423 2012-09-06  Juri Linkov  <juri@jurta.org>
3424
3425         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3426         scheme for buffer names to be more consistent with other group and
3427         article buffer names in Gnus.
3428
3429 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-util.el
3432         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3433
3434         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3435         Jenkner.
3436
3437         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3438
3439         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3440
3441         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3442
3443 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3446         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3447
3448         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3449         string-prefix-p in Emacs >=23.2.
3450
3451         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3452         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3453         instead of string-match-p.
3454         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3455
3456 2012-09-06  Kenichi Handa  <handa@gnu.org>
3457
3458         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3459         lowercase a..f.
3460
3461 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3462
3463         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3464
3465 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3466
3467         * nnimap.el (nnimap-request-move-article): Decode the group name when
3468         doing internal moves to avoid charset issues.
3469
3470         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3471         TIME is set.
3472
3473 2012-09-05  Juri Linkov  <juri@jurta.org>
3474
3475         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3476         than one group at a time (bug#11961).
3477
3478 2012-09-05  Julien Danjou  <julien@danjou.info>
3479
3480         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3481         this hide the real reason with a message giving absolutely no hint.
3482
3483 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3486         to the backend (bug#11804).
3487
3488         * message.el (message-insert-newsgroups): Don't insert newsgroup
3489         duplicates (bug#12275).
3490
3491 2012-09-05  John Wiegley  <johnw@newartisans.com>
3492
3493         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3494         sieve rules.
3495
3496 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3497
3498         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3499         function.
3500
3501         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3502
3503         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3504
3505 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3506
3507         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3508         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3509         This should make nnmaildir more usable with offlineimap.
3510
3511 2012-09-05  Julien Danjou  <julien@danjou.info>
3512
3513         * nnimap.el (nnimap-request-list): Revert change that made listing
3514         synchronous.
3515         (nnimap-get-responses): Restore.
3516
3517 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3518
3519         * dgnushack.el: XEmacs 21.5 compilation fix.
3520
3521         * gnus-notifications.el (gnus-notifications-notify): Use it.
3522
3523         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3524         warnings on XEmacs.
3525
3526 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3527
3528         Better seeds for (random).
3529         * gnus-sync.el (gnus-sync-lesync-setup):
3530         * message.el (message-canlock-generate, message-unique-id):
3531         Change (random t) to (random), now that the latter is more random.
3532
3533 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3534
3535         * nnimap.el (nnimap-change-group): Document result value
3536
3537         * auth-source.el (auth-sources): Fix macos keychain access.
3538
3539         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3540         allow the backend `request-head' function to determine the group
3541         name on its own.
3542         (gnus-request-expire-articles): Filter out negative article numbers
3543         during expiry (Bug#11980).
3544
3545         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3546         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3547
3548         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3549         you've found the article when you haven't.
3550
3551         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3552         that nnimap-change-group can return t.
3553
3554 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3557
3558 2012-08-30  Julien Danjou  <julien@danjou.info>
3559
3560         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3561         `gnus-notifications-timeout'.
3562         (gnus-notifications-timeout): Add.
3563         (gnus-notifications-action): New function.
3564         (gnus-notifications-notify): Add :action using
3565         `gnus-notifications-action'.
3566         (gnus-notifications-id-to-msg): New variable.
3567         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3568         notifications id to messages.
3569
3570 2012-08-30  Kenichi Handa  <handa@gnu.org>
3571
3572         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3573         once.
3574
3575 2012-08-29  Julien Danjou  <julien@danjou.info>
3576
3577         * gnus-notifications.el: New file.
3578         (gnus-notifications-notify): New function.
3579         (gnus-notifications): Use `gnus-notifications-notify'.
3580
3581 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3584         transfer encoding first; bind gnus-newsgroup-charset to the charset
3585         that the article specifies (Bug#12209).
3586
3587 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3590         (gnus-group-customize-done): Encode values posting-style holds.
3591
3592         * gnus-msg.el (gnus-summary-resend-message)
3593         (gnus-configure-posting-styles): Decode values posting-style group
3594         parameter holds.
3595
3596 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3599         `name' and `address' in Resent-From header.
3600
3601 2012-08-14  Chong Yidong  <cyd@gnu.org>
3602
3603         * gnus-art.el (article-display-face): Handle failure in
3604         gnus-create-image (Bug#11802).
3605
3606 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3607
3608         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3609         Use defsetf.
3610
3611 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3612
3613         * auth-source.el (auth-source-plstore-search)
3614         (auth-source-secrets-search): Ignore :require and :type in search spec.
3615
3616 2012-08-06  Julien Danjou  <julien@danjou.info>
3617
3618         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3619         `nnimap-request-move-article'.
3620
3621         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3622         Remove autoload, already handled by gnus.el.
3623
3624         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3625
3626         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3627         supported by nnimap actually.  Reverts previous change.
3628
3629         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3630         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3631         to-buffer argument that is already supported.
3632
3633 2012-08-05  Julien Danjou  <julien@danjou.info>
3634
3635         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3636         Add autoload.
3637
3638 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus.el (gnus-valid-select-methods): Fix custom type.
3641
3642 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * auth-source.el (auth-sources, auth-source-backend-parse)
3645         (auth-source-macos-keychain-search)
3646         (auth-source-macos-keychain-search-items)
3647         (auth-source-macos-keychain-result-append)
3648         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3649         auth-source.el through the /usr/bin/security utility.
3650         (auth-sources): Fix syntax error.
3651         (auth-source-macos-keychain-result-append): Fix variable name.
3652         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3653
3654 2012-07-27  Julien Danjou  <julien@danjou.info>
3655
3656         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3657         Emacs < 24.1
3658
3659 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * message.el (message-kill-address): Don't kill last newline.
3662         (message-skip-to-next-address): Don't move to the next header.
3663         (message-fill-field-address): Work properly.
3664
3665 2012-07-25  Julien Danjou  <julien@danjou.info>
3666
3667         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3668
3669 2012-07-24  Julien Danjou  <julien@danjou.info>
3670
3671         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3672
3673         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3674         (nntp-async-timer-handler): Remove, unused.
3675
3676         * nnimap.el (nnimap-get-responses): Remove, unused.
3677
3678         * nnheader.el (mail-header-set-extra): Remove, unused.
3679
3680         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3681         unused.
3682
3683         * mm-view.el (mm-view-sound-file): Remove, unused.
3684
3685         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3686         (mm-url-encode-multipart-form-data): Remove, unused.
3687
3688         * message.el (message-remove-signature, message-make-host-name)
3689         (message-fill-address): Remove, unused.
3690
3691         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3692         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3693         unused.
3694
3695         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3696         (gnus-xmas-call-region): Remove, unused.
3697
3698         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3699
3700         * gnus-util.el (gnus-extract-address-component-name)
3701         (gnus-extract-address-component-email, gnus-sortable-date)
3702         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3703         (gnus-process-live-p): Remove, unused.
3704
3705         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3706
3707         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3708         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3709         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3710         function.
3711
3712         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3713
3714         * gnus-score.el (gnus-summary-score-crossposting)
3715         (gnus-score-regexp-bad-p): Remove, unused.
3716
3717         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3718
3719         * gnus-range.el (gnus-sublist-p): Remove, unused.
3720
3721         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3722         unused.
3723
3724         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3725
3726         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3727         (gnus-request-associate-buffer): Remove, unused.
3728
3729         * gnus-group.el (gnus-group-set-method-info)
3730         (gnus-group-set-params-info): Remove, unused.
3731
3732         * gnus-fun.el (gnus-shell-command-to-string)
3733         (gnus-shell-command-on-region): Remove, unused.
3734
3735         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3736
3737         * gnus-art.el (gnus-article-text-type-exists-p)
3738         (article-translate-characters, gnus-article-hide-text-of-type)
3739         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3740         Remove, unused.
3741
3742 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3743
3744         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3745
3746 2012-07-21  Julien Danjou  <julien@danjou.info>
3747
3748         * message.el (message-dont-reply-to-names): Replace deprecated
3749         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3750         (message-get-reply-headers): Ditto.
3751
3752 2012-07-18  Julien Danjou  <julien@danjou.info>
3753
3754         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3755         `sieve-upload-and-kill'.
3756
3757         * sieve.el (sieve-bury-buffer): Remove function.
3758         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3759         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3760
3761 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3762
3763         * shr.el (shr-expand-url): Handle URL starting with `//'.
3764
3765 2012-07-13  Chong Yidong  <cyd@gnu.org>
3766
3767         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3768         instead of calling toggle-read-only with a (bogus) argument.
3769
3770 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3771
3772         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3773         of initial input when reading the author to restrict the summary to.
3774
3775 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * mm-decode.el (mm-shr):
3778         Allow overriding charset by mm-charset-override-alist.
3779
3780 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-art.el (gnus-article-view-part):
3783         Toggle subparts of multipart/alternative part.
3784
3785 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3786
3787         * shr.el (shr-render-buffer): New command.
3788         (shr-visit-file): Use it.
3789
3790 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3793         Set no-byte-compile and no-update-autoloads.
3794
3795 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3798
3799 2012-06-25  Julien Danjou  <julien@danjou.info>
3800
3801         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3802         `nnimap-request-move-articles-find-limit' since we do not use it only
3803         for move operations.
3804         (nnimap-request-accept-article): Use
3805         `nnimap-request-articles-find-limit' to limit search by message-id.
3806
3807 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3808
3809         Support higher-resolution time stamps (Bug#9000).
3810
3811         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3812         VARLIST.  It's optional, for backward compatibility.
3813         (encode-time-value): New optional arg PICO.  New type 3.
3814         (time-to-seconds) [!float-time]: Support the new picoseconds
3815         component if it's used.
3816         (seconds-to-time, time-subtract, time-add):
3817         Support ps-resolution time stamps as well.
3818
3819 2012-06-19  Julien Danjou  <julien@danjou.info>
3820
3821         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3822
3823         * nnimap.el (nnimap-log-buffer): Check that
3824         `window-point-insertion-type' is boundp, since it's not available in
3825         XEmacs.
3826
3827 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3828
3829         * nnimap.el (nnimap-log-buffer): Add this, setting
3830         `window-point-insertion-type' in the buffer to t.
3831         (nnimap-log-command): Use nnimap-log-buffer.
3832
3833 2012-06-19  Julien Danjou  <julien@danjou.info>
3834
3835         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3836         argument to be able to limit the search.
3837         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3838         (nnimap-request-move-articles-find-limit): Add this to limit the search
3839         by Message-Id after a message move.
3840         (nnimap): Add defgroup.
3841
3842 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3843
3844         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3845
3846 2012-06-15  Julien Danjou  <julien@danjou.info>
3847
3848         * nnimap.el (nnimap-find-article-by-message-id): Use
3849         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3850         (nnimap-possibly-change-group): Add read-only argument.
3851         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3852         issuing EXAMINE manually.
3853         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3854         with read-only argument.
3855         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3856         cannot possibly change because we need to be sure that it's either
3857         read-write or read-only.
3858
3859 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3862         being bound to a lambda form.
3863
3864 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3865
3866         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3867         articles when fetch-old is non-nil (bug#11370).
3868
3869 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3870
3871         * gnus-picon.el (gnus-picon-properties): New defcustom.
3872         (gnus-picon-create-glyph): Use it.
3873
3874 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * gnus-group.el (gnus-group-get-new-news): Respect
3877         `gnus-group-use-permanent-levels', as documented (bug#11638).
3878
3879 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3880
3881         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3882         groups (bug#11641).
3883
3884 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3885
3886         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3887         is an integer to avoid later problems.
3888
3889 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3892         locales.
3893
3894         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3895         on a handle.
3896
3897         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3898         address as the default.
3899         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3900
3901         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3902         makes no sense to query the user about internal files.
3903
3904         * gnus-spec.el: Remove all the byte-compilation stuff, since
3905         benchmarking shows that it doesn't help when entering large summary
3906         buffers.
3907
3908         * gnus-xmas.el (gnus-xmas-define): Remove.
3909
3910         * gnus-util.el (gnus-byte-code): Remove.
3911
3912         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3913         grouplens stuff.
3914
3915 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916
3917         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3918         (bug#11514).
3919
3920 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3921
3922         * message.el (message-buffers): Return all buffers derived from Message
3923         to make `gnus-dired-attach' work with mu4e.
3924
3925 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3926
3927         * nntp.el: Stop the `letf' madness.
3928         (nntp--report-1): New var.
3929         (nntp-report): Merge nntp-report-1 into it.
3930         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3931         the nntp-report function.
3932
3933         * auth-source.el: Fix comment-style to follow the convention.
3934
3935 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3936
3937         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3938         (mm-dissect-singlepart): Don't guess the MIME type of
3939         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3940         set.
3941         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3942         toplevel MIME type is multipart/encrypted.
3943
3944 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3947         a string so that Gcc works (bug#11514).
3948
3949 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3950
3951         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3952         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3953
3954 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3957         jumping to *Server* from a dedicated *Group* window.
3958         (gnus-configure-frame): CSE.
3959
3960         * gnus-registry.el: Minor style cleanup.
3961         (gnus-registry--set/remove-mark): New function, extracted from
3962         gnus-registry-install-shortcuts.
3963         (gnus-registry-install-shortcuts): Use it.
3964
3965 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * nnspool.el (news-path): Use eval-and-compile.
3968
3969 2012-05-24  Glenn Morris  <rgm@gnu.org>
3970
3971         * nnspool.el (news-directory, news-path, news-inews-program):
3972         Move here from paths.el.  Don't see a need for these to be autoloaded.
3973
3974         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3975         Merge in doc from paths.el version.  Don't see any need for this to be
3976         autoloaded, or for the warning about users not setting it.
3977
3978 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3979
3980         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3981         format.  In particular, add an optional argument and a docstring.
3982
3983         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3984
3985         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3986         current before calling `gnus-groups-to-gnus-format'.
3987         Note that this was already the case for `gnus-active-to-gnus-format'.
3988
3989 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3990
3991         Fix minor Y10k bug.
3992         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3993
3994 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3995
3996         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3997         message once it's actually open.
3998
3999 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4000
4001         * gnus.el: Ma Gnus v0.5 is released.
4002
4003 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4004
4005         * auth-source.el (auth-source--aput-1, auth-source--aput)
4006         (auth-source--aget): New functions and macros.
4007         Use them instead of aput/aget.
4008
4009 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4010
4011         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
4012
4013 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4014
4015         * plstore.el (plstore-called-interactively-p): New compat macro copied
4016         from message.el.
4017         (plstore-mode): Use it.
4018
4019 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
4020
4021         * plstore.el: Revive the editing feature.
4022         (plstore-mode): New mode to edit plstore file.
4023         (plstore-mode-toggle-display, plstore-mode-original)
4024         (plstore-mode-decoded): New command.
4025         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4026         (plstore--insert-buffer, plstore--make): New function.
4027         (plstore-open, plstore-save): Simplify by using them.
4028
4029 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4032
4033 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4034
4035         * tls.el (open-tls-stream): Remove unused binding.
4036
4037 2012-04-16  Glenn Morris  <rgm@gnu.org>
4038
4039         * nndraft.el (nndraft-request-list): Fix declaration.
4040
4041 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * mm-decode.el (mm-dissect-buffer): Doc fix.
4044
4045         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4046         don't have a current group.
4047
4048         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4049         buffer if it doesn't exist.
4050
4051         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4052         given, mark the group as ephemeral with the current window conf.
4053
4054         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4055         buffer exists, which it doesn't if we haven't started Gnus.
4056         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4057
4058 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4061         type is.
4062
4063         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4064         `unexists' entries.
4065         (gnus-clean-old-newsrc): Fix last checkin.
4066
4067         * nnimap.el (nnimap-update-info): None of the articles below the active
4068         low-water mark exist.
4069
4070         * dgnushack.el: Get rid of XEmacs compilation warning.
4071
4072         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4073         would have gotten if we posted to the group, and use that to compare
4074         against the message we want to cancel (bug#10808).
4075
4076         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4077         on XEmacs.
4078
4079 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4080
4081         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4082         `scroll-margin'.
4083
4084 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4085
4086         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4087         citation prefix within a block of cited text should be considered part
4088         of that block *only* if it is a blank line.
4089
4090 2012-04-09  Chong Yidong  <cyd@gnu.org>
4091
4092         * binhex.el, hashcash.el, uudecode.el:
4093         Remove * characters from the front of variable docstrings.
4094
4095 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4098         before kinsoku-bol characters nor within kinsoku-eol characters.
4099
4100 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4103         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4104         (gnus-sync-read): Use mapc instead of mapcar.
4105
4106         * mm-archive.el: Require mm-decode for some macros.
4107         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4108         the byte compiler.
4109         (mm-archive-decoders): New function that returns the value of
4110         the mm-archive-decoders variable.
4111
4112         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4113         instead.
4114         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4115
4116         * nnimap.el (gnus-refer-thread-use-nnir):
4117         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4118
4119 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4122
4123 2012-03-12  Peter Münster  <pmrb@free.fr>
4124
4125         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4126         (gnus-demon-cancel): Ditto.
4127         (gnus-demon-run-callback): When function cannot be called due to low
4128         idleness, call it when idleness reaches the expected value, instead of
4129         waiting another timer period.
4130         (gnus-demon-init): Add `time' to arguments of call-back.
4131
4132 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4135
4136         * gnus.el: Register gnus-registry functions.
4137
4138         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4139         indent.
4140
4141         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4142         enabled before warping.
4143
4144 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4145
4146         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4147         registry about each article retrieved.
4148
4149         * gnus-int.el (gnus-select-group-with-message-id): New function.
4150         (gnus-try-warping-via-registry): Ditto.
4151         (gnus-warp-to-article): Fall back on the registry.
4152
4153 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4154
4155         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4156         inboxes.
4157
4158 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4161
4162 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4165         gnus-gcc-self-resent-messages may be a group parameter.
4166         (gnus-summary-resend-message): Don't encode encoded words in header
4167         when Gcc'ing resent message.
4168
4169 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * shr.el (shr-insert): Treat non-breaking space just like normal
4172         space.  This seems to produce more pleasing results.
4173         (shr-insert): Only insert a blank line if we're starting from an image.
4174         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4175         (shr-ensure-paragraph): Consider lines with white space to be blank.
4176
4177 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4178
4179         * Makefile.in: Respect DESTDIR.
4180
4181 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4182
4183         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4184         and gnus-gcc-post-body-encode-hook.
4185
4186 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4189         messages that don't exist.
4190
4191         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4192
4193 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4196         Remove.
4197
4198         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4199
4200         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4201
4202 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4205         have a group name.
4206
4207         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4208         a multibyte buffer (bug#7410).
4209         (article-wash-html): Parse the original article buffer to get the
4210         unencoded data (bug#7410).
4211
4212         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4213         .newsrc.el files.
4214
4215 2012-04-05  Bastien Guerry  <bzg@altern.org>
4216
4217         * color.el (color-lighten-name): Fix typo.
4218
4219 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4222         "#" to avoid having them interpreted as comments.
4223
4224 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * shr.el (shr-insert): Update the text state properly to avoid
4227         inserting spurious paragraph starts.
4228
4229 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * shr.el (shr-table-widths): Divide the extra width more fairly over
4232         the TDs (bug#10973).
4233         (shr-render-td): Don't delete too much padding.
4234         (shr-natural-width): Compute the natural width more correctly.
4235         (shr-insert): Allow the natural width to be computed for tables again.
4236         (shr-tag-table-1): Rework how the natural widths are computed by
4237         rendering the table a third time.
4238         (shr-natural-width): Removed.
4239         (shr-buffer-width): New function.
4240         (shr-expand-newlines): Use it.
4241
4242         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4243         using a `gnus-use-full-window' setup (bug#11013).
4244
4245 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4248         24.1 release.
4249
4250 2012-03-10  David Edmondson  <dme@dme.org>
4251
4252         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4253         'Forwarded Message' header and the start of the message.
4254
4255 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4256
4257         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4258         isn't running (bug#10897).
4259
4260 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4263         This is inconsistent with all the other stream functions, which leave
4264         the setting up to the higher levels (if so wanted) (bug#10931).
4265
4266 2012-02-28  Glenn Morris  <rgm@gnu.org>
4267
4268         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4269         mm-decode.el: Standardize possessive apostrophe usage.
4270
4271 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4274
4275 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4276
4277         * parse-time.el (parse-time-string): Allow extractor to return nil.
4278
4279 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4282
4283 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4286
4287 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4288
4289         * mm-decode.el (mm-shr): Remove "soft hyphens".
4290
4291         * nnimap.el (nnimap-request-list): Return the group names encoded as
4292         utf8.  Otherwise non-European group names don't work.
4293         (nnimap-request-newgroups): Ditto.
4294
4295         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4296         the default in `read-string' (bug#10757).
4297
4298         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4299         topics (bug#10843).
4300
4301         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4302         buffer.  Suggested by Herbert Valerio Riedel.
4303         (nnimap-request-move-article): Delete the message from the correct IMAP
4304         server.
4305
4306 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4307
4308         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4309         Reported by Peter Münster.
4310
4311 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4312
4313         * shr.el (shr-image-fetched): Make sure we really kill the right
4314         buffer.
4315
4316 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4317
4318         * gnus-start.el (gnus-1): Avoid duplicate entries.
4319
4320 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4321
4322         * imap.el: Remove.
4323
4324         * nntp.el (nntp-coding-system-for-read): Remove.
4325         (nntp-coding-system-for-write): Ditto.
4326         (nntp-open-connection): Just use `binary' directly.
4327
4328         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4329         Gnus 0.3.
4330
4331 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4332
4333         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4334         application/octet-stream parts really is.
4335
4336         * gnus-sum.el (gnus-propagate-marks): Remove.
4337
4338 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4339
4340         * shr.el (shr-rescale-image): Undo previous change; see
4341         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4342
4343 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4344
4345         * gnus.el: Ma Gnus v0.3 is released.
4346
4347 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4348
4349         * gnus-sum.el (gnus-summary-local-variables): Make
4350         `gnus-newsgroup-unexist' into a local variable.
4351
4352 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * registry.el (registry-usage-test, registry-persistence-test): Move to
4355         tests/gnustest-registry.el.
4356         (registry-make-testable-db, registry-match-test)
4357         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4358
4359         * gnus-registry.el (gnus-registry-misc-test)
4360         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4361
4362         * tests/gnustest-registry.el: New file with the registry and
4363         gnus-registry ERT tests.
4364
4365 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-msg.el (gnus-summary-resend-message): Make
4368         gnus-summary-resend-message-insert-gcc be last item in
4369         message-header-setup-hook.
4370
4371 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4372
4373         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4374         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4375         Remove.
4376         (nnfolder-open-server): Don't use marks.
4377         (nnfolder-request-delete-group): Ditto.
4378         (nnfolder-request-rename-group): Ditto.
4379         (nnfolder-request-set-mark, nnfolder-request-marks)
4380         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4381         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4382
4383         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4384         (nnml-marks-modtime): Remove.
4385         (nnml-request-delete-group): Don't use marks.
4386         (nnml-request-rename-group): Ditto.
4387         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4388         (nnml-save-marks, nnml-open-marks): Remove.
4389
4390         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4391         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4392         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4393         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4394         (nntp-server-to-method-cache): Remove.
4395
4396         * shr.el (shr-rescale-image): Fix wrong merge.
4397
4398 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4399
4400         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4401         too-wide lines.
4402
4403 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4404
4405         * nnimap.el (nnimap-record-commands): New variable.
4406         (nnimap-log-command): Use it.
4407         (nnimap-make-process-buffer): Add a space to the process buffer.
4408         (nnimap-transform-headers): Don't bug out on header lines containing
4409         stuff that look like IMAP length encodings.
4410
4411         * shr.el (shr-rescale-image): Allow viewing large images.
4412
4413 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4414
4415         * nnml.el (nnml-request-compact-group): Delete the marks file after
4416         compaction (bug#10800).
4417
4418         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4419         group exit.
4420
4421         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4422         QRESYNC/FETCH output.
4423
4424 2012-02-11  Glenn Morris  <rgm@gnu.org>
4425
4426         * sieve-manage.el (sieve-manage-default-stream):
4427         * shr.el (shr):
4428         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4429         (nnir-retrieve-headers-override-function)
4430         (nnir-imap-default-search-key, nnir-notmuch-program)
4431         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4432         (nnir-method-default-engines):
4433         * message.el (message-cite-reply-position):
4434         * gssapi.el (gssapi-program):
4435         * gravatar.el (gravatar):
4436         * gnus-sum.el (gnus-refer-thread-use-nnir):
4437         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4438         (gnus-registry-max-pruned-entries):
4439         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4440         * gnus-int.el (gnus-after-set-mark-hook)
4441         (gnus-before-update-mark-hook):
4442         * gnus-async.el (gnus-async-post-fetch-function):
4443         * auth-source.el (auth-source-cache-expiry):
4444         Add missing :version tags to new defcustoms and defgroups.
4445
4446 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4449         `gnus-newsgroup-unexist'.
4450
4451         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4452         marks.
4453         (gnus-article-special-mark-lists): Put the `unexist' in the special
4454         marks list instead.
4455
4456         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4457         articles in the list of articles to be selected.
4458
4459         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4460         articles.
4461         (nnimap-update-info): Keep track of unexisting articles.
4462         (nnimap-update-qresync-info): Ditto.
4463
4464 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4465
4466         * message.el (message-default-send-mail-function): Made into own
4467         function for reuse by emacsbug.el.
4468
4469 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4470
4471         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4472         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4473
4474 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4475
4476         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4477         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4478
4479         * gnus-compat.el: Define `timer-set-function'.
4480
4481         * mm-decode.el (mm-display-external): Output the text from the command
4482         in the buffer after the command finished.  This makes text-based
4483         commands behave better.
4484
4485 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4488
4489 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4492         23.1.
4493
4494 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4497
4498 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4499
4500         * message.el (smtpmail-smtp-user): Silence compiler warning.
4501
4502 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4503
4504         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4505         SMTP user name.
4506
4507 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-sum.el (gnus-summary-show-thread):
4510         next-single-char-property-change may return nil in XEmacs.
4511         (gnus-summary-article-map): Fix typo.
4512
4513 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4514
4515         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4516         running.
4517
4518         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4519
4520         * gnus.el (gnus-server-extend-method): Don't add an -address component
4521         if the method already has one (bug#9676).
4522
4523 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4526         of an initial-input for consistency (bug#10757).
4527
4528         * dgnushack.el: Fix XEmacs compilation warning.
4529
4530         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4531
4532         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4533
4534 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4535
4536         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4537         lines that are narrower than the window width.  Otherwise background
4538         "blocks" will look less readable.
4539
4540 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4543         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4544         have newlines within the strings, and where the UID comes after the
4545         BODYSTRUCTURE element (bug#10537).
4546
4547         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4548         (bug#10732).
4549
4550         * shr.el (shr-insert-document): Add doc string.
4551         (shr-visit-file): Ditto.
4552         (shr-remove-trailing-whitespace): New function.
4553         (shr-insert-document): Use it to clean up trailing whitespace as the
4554         final step (bug#10714).
4555
4556 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4559         buffer if `gnus-kill-summary-on-exit' is nil.
4560
4561 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4564         when just reading a single group from "without" Gnus.
4565
4566 2012-02-06  Chong Yidong  <cyd@gnu.org>
4567
4568         * gnus-sum.el (gnus-summary-show-thread):
4569         next-single-char-property-change never returns nil (Bug#8657).
4570
4571 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4572
4573         * message.el (message-multi-smtp-send-mail): New function.
4574         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4575         header to implement multi-SMTP functionality.
4576
4577         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4578         (gnus-agentize): Don't set it.
4579         (gnus-agent-send-mail): Don't use it.
4580
4581         * gnus-sum.el (gnus-summary-widget-backward): New function and
4582         keystroke.
4583
4584         * gnus-compat.el: More the compat functions more compatible.
4585
4586         * shr.el (shr-put-image): Remove underlines from sliced images.
4587         (shr-zoom-image): Compute the region to be replaced more correctly.
4588
4589 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4592         (gnus-summary-resend-message-insert-gcc): New function.
4593         (gnus-summary-resend-message): Modify message-header-setup-hook and
4594         message-sent-hook to make it work for Gcc.
4595         (gnus-inews-do-gcc): Update the number of unread articles of groups
4596         that messages are Gcc'd to.
4597
4598         * message.el (message-resend): Run message-sent-hook to do Gcc.
4599
4600 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4601
4602         * lpath.el: Fix an XEmacs compilation warning.
4603
4604         * gnus-compat.el: Require `help-fns' to fix compilation error.
4605
4606         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4607         a higher level to silence compilation.
4608
4609         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4610         parameter to allow controlling the scaling.
4611
4612         * shr.el (shr-zoom-image): New command and keystroke.
4613         (shr-put-image): Take a `size' flag to say how to scale the image.
4614
4615         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4616         deletion unless already defined.
4617
4618         * gnus.el (gnus-compat): Require it.
4619
4620         * gnus-compat.el: New file.
4621
4622         * gnus-start.el (gnus-clean-old-newsrc): New function.
4623         (gnus-read-newsrc-file): Use it.
4624
4625         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4626         Use recursive deletion.
4627         (mm-dissect-archive): Add support for zip files.
4628
4629         * gnus-util.el (gnus-recursive-directory-files): New function.
4630
4631         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4632         (mm-archive-decoders): Add tgz support.
4633
4634         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4635         Otherwise inserting text into the Gnus buffer can look odd.
4636
4637         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4638
4639         * mm-archive.el (mm-archive-decoders): Add support for tar.
4640
4641         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4642
4643         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4644
4645 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4646
4647         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4648
4649         * mm-archive.el: New file.
4650
4651         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4652
4653         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4654
4655         * message.el (message-goto-*): Make all the `message-goto-*' commands
4656         push the mark before moving point.  This makes it easier to go back to
4657         where you came from after editing whatever you jumped to.
4658
4659 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4660
4661         * gnus.el: Ma Gnus v0.1 is released.
4662
4663 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4666         without reconnecting.
4667         (nnimap-possibly-change-group): Ditto.
4668         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4669         connection has died before being called.
4670
4671 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4672
4673         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4674         an initial sync unless we're really doing one.
4675
4676         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4677         address parameter if one already exists (bug#9676).
4678
4679         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4680         not the prefix, as documented (bug#10689).
4681
4682 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4685         the "server".
4686
4687         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4688         the real error message with the useless "previously known to be down".
4689         Which isn't even correct.
4690
4691         * nntp.el (nntp-open-connection): Report the error message if the nntp
4692         server can't be reached.
4693
4694         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4695         groups we do a total scan for.
4696         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4697         doing that.
4698
4699 2012-01-31  Jim Meyering  <jim@meyering.net>
4700
4701         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4702         Correct a comment (insert "not") and hide nominally-doubled "to".
4703
4704 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus.el (gnus-version): Change name to "Ma Gnus".
4707
4708 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4709
4710         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4711         section in the manual.
4712
4713 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4714
4715         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4716         words.
4717         (rfc2047-encode-string): Ditto.
4718         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4719         understand folded filename="..." parameters, for instance.
4720
4721         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4722         the message for greater debuggability.
4723
4724 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4725
4726         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4727         instead of setting it locally, since the latter doesn't seem to have
4728         any effect (most of the time).
4729
4730 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4731
4732         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4733         function call.
4734
4735 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4736
4737         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4738         seconds, and make the repeat clause with HH:MM specs work as
4739         documented.
4740
4741 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4742
4743         * proto-stream.el (proto-stream-capability-open): Fall back on
4744         :end-of-command if :end-of-capability doesn't exist.
4745
4746 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4749         bound globally in old Emacsen and XEmacsen.
4750
4751 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4754         so that previous errors don't prohibit getting new news.
4755
4756         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4757
4758         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4759
4760 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4761
4762         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4763         buffer, not of the string which is its name.
4764
4765 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4766
4767         * proto-stream.el (proto-stream-capability-open): Wait for
4768         :end-of-capability, not :end-of-command.
4769
4770         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4771         non-server-marks groups.
4772         (gnus-group-make-articles-read): Ditto.
4773
4774         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4775         methods (bug#9676).
4776
4777         * gnus.el (gnus-method-ephemeral-p): New function.
4778
4779 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4782         left-to-right.
4783
4784 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4785
4786         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4787         warning.
4788
4789 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4792         macroexpand the nnir things, since they haven't been defined yet, and
4793         nnir requires gnus-sum.
4794
4795 2012-01-24  Julien Danjou  <julien@danjou.info>
4796
4797         * color.el (color-rgb-to-hsl): Fix value computing.
4798         (color-hue-to-rgb): New function.
4799         (color-hsl-to-rgb): New function.
4800         (color-clamp, color-saturate-hsl, color-saturate-name)
4801         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4802         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4803
4804 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4807
4808 2012-01-19  Julien Danjou  <julien@danjou.info>
4809
4810         * color.el (color-name-to-rgb): Use the white color to find the max
4811         color component value and return correctly computed values.
4812         (color-name-to-rgb): Add missing float conversion for max value.
4813
4814 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4817         logical server name in addition to the actual machine address.
4818
4819         * auth-source.el (auth-source-user-and-password): Add convenience
4820         wrapper to search by just host and optionally user.
4821
4822 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4825         after rendering.
4826
4827 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4830         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4831         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4832
4833 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4836         (bug#9693).
4837         (gnus-summary-setup-buffer): Document return value (bug#9697).
4838
4839         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4840         since ido doesn't work on symbols (bug#9632).
4841
4842         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4843         when getting a single value as when getting all the values.  This means
4844         that atoms like `gcc-self' work cumulatively, like variable settings,
4845         instead of getting the value from the last matching clause.
4846         (gnus-group-find-parameter): Protect against the group buffer not
4847         existing (bug#9585).
4848
4849 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * gnus-start.el (gnus-activate-group): Document more parameters
4852         (bug#9694).
4853
4854         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4855         (bug#9692).
4856
4857         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4858         article was fetched, so that it can be expired later (bug#9958).
4859         (gnus-agent-summary-fetch-series): Add doc string.
4860         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4861         (bug#9517).
4862
4863         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4864         retrieval is happening.
4865
4866         * gnus.el (gnus-parameters): Doc fix.
4867
4868 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4869
4870         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4871         show the thread after expansion.
4872
4873 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-art.el (article-narrow-to-head): If the head is completely
4876         empty, narrow to the empty region (bug#9764).
4877
4878         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4879         read, and then mark them as unread only when the unread mark is used.
4880         This makes `C-- T k' actually work, even though it's confusing.
4881
4882         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4883         alive before we try to find its window.
4884
4885 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4886
4887         * mm-decode.el (mm-display-external): Use a longer timeout for the
4888         deletion to allow slow programs to display the file.
4889
4890 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4893         prompt to be less confusing.
4894
4895         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4896         argument to `message-reply'.  This broke `special-display-*' frame
4897         pop-uping (bug#10238).
4898
4899 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900
4901         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4902         systems, since these allegedly don't work there.
4903
4904 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4905
4906         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4907         live buffer.
4908
4909 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * nnir.el (nnir-retrieve-headers): Protect against the article not
4912         existing on the server (bug#10335).
4913
4914 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4915
4916         * gnus-agent.el (gnus-agent-load-local): Recompute
4917         gnus-agent-article-local on changing method.
4918
4919 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920
4921         * gnus.el (gnus-parameters): Note precedence.
4922
4923 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4924
4925         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4926         in the group buffer.
4927
4928 2012-01-04  Julien Danjou  <julien@danjou.info>
4929
4930         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4931         change.
4932
4933 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4936         too.
4937
4938         * nntp.el (nntp-retrieve-group-data-early): Use it.
4939
4940 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * nntp.el (nntp-retrieval-in-progress): New variable.
4943         (nntp-make-process-buffer): Make it buffer-local.
4944
4945         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4946         2010.
4947         (gnus-demon-init): Use it to compute the time if time is on the form
4948         "04:23".
4949
4950         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4951
4952         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4953         status in the correct buffer.
4954
4955 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4956
4957         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4958         when opening topics (bug#10407).
4959
4960 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4961
4962         * gnus-cus.el (gnus-score-customize):
4963         * gnus-sum.el (gnus-sort-gathered-threads):
4964         * message.el (message-shorten-references):
4965         * nnmairix.el (nnmairix-request-group):
4966         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4967
4968 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4969
4970         * gnus-agent.el (gnus-agent-regenerate-group):
4971         * gnus-int.el (gnus-retrieve-group-data-early):
4972         * mm-util.el (mm-codepage-ibm-list):
4973         * nndiary.el (Commentary, nndiary-get-new-mail):
4974         * nnir.el (nnir):
4975         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4976
4977 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * mm-view.el (mm-display-inline-fontify): Add comment.
4980
4981 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4984         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4985
4986 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4987
4988         * gnus-art.el (gnus-split-methods):
4989         * gnus-msg.el (gnus-configure-posting-styles):
4990         * gnus-spec.el (gnus-parse-simple-format):
4991         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4992         * message.el (message-do-actions): Spelling fix.
4993
4994 2011-12-15  Juri Linkov  <juri@jurta.org>
4995
4996         * mm-decode.el (mm-inline-media-tests): Add missing
4997         `mm-handle-media-subtype'.
4998
4999 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5000
5001         * gnus-group.el (gnus-group-tool-bar):
5002         * gnus-sum.el (gnus-summary-tool-bar):
5003         * message.el (message-tool-bar):
5004         * rfc2231.el (rfc2231-parse-string): Spelling fix.
5005
5006 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
5007
5008         * plstore.el (plstore--insert-buffer): Spelling fix.
5009
5010 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
5011
5012         * message.el (message-valid-fqdn-regexp): Update with newly approved
5013         top-level domain names ".tel" and ".asia".
5014
5015 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-sum.el (gnus-summary-show-article): Don't load shr
5018         unconditionally.
5019
5020 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5023         pop-to-buffer-same-window for old Emacsen.
5024
5025 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5026
5027         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5028
5029 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5030
5031         * netrc.el (netrc-credentials): Spelling fix.
5032
5033 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5034
5035         * gnus-fun.el (gnus-fun-ppm-change-string):
5036         * gnus-msg.el (gnus-inews-do-gcc):
5037         * gnus-sum.el (gnus-summary-find-for-reselect):
5038         * gnus.el (gnus-summary-cancelled):
5039         * message.el (message-cancel-hook, message-send-news):
5040         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5041         * nnir.el (nnir-run-hyrex):
5042         * nntp.el (nntp-with-open-group-function):
5043         * pgg.el (pgg-pending-timers): Spelling fix.
5044
5045 2011-12-04  Chong Yidong  <cyd@gnu.org>
5046
5047         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5048         change (Bug#10200).
5049
5050 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * compface.el (uncompface):
5053         * gnus-art.el (gnus-article-x-face-command): Update the header format
5054         of icon data for the most recent icontopbm program.
5055
5056 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-msg.el (gnus-inews-do-gcc):
5059         * message.el (message-send-mail):
5060         * mml.el (mml-generate-mime): Share the value of the buffer-local
5061         `message-options' variable between a draft buffer and temprary working
5062         buffers.
5063
5064 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5067
5068 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5071         for Cygwin.
5072
5073 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5074
5075         * gnus-group.el (gnus-group-prepare-flat):
5076         * mm-bodies.el (mm-encode-body):
5077         * mml.el (mml-preview):
5078         * nnml.el (nnml-request-compact-group):
5079         * pop3.el (pop3-stream-type): Spelling fix.
5080
5081 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5082
5083         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5084
5085 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5086
5087         * color.el (color-rgb-to-hsl):
5088         * gmm-utils.el (gmm-tool-bar-style):
5089         * gnus-group.el (gnus-group-prepare-flat):
5090         * gnus-topic.el (gnus-topic-prepare-topic):
5091         * mm-decode.el (mm-discouraged-alternatives):
5092         * rfc2047.el (rfc2047-encode-1):
5093         * starttls.el: Spelling fix.
5094
5095 2011-11-24  Glenn Morris  <rgm@gnu.org>
5096
5097         * binhex.el (binhex-begin-line): Give it basic doc-string.
5098
5099         * starttls.el, tls.el: Fix case of "GnuTLS".
5100
5101 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5102
5103         * gnus-group.el (gnus-group-highlight): Fix typo.
5104
5105 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5106
5107         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5108         value of `delete-file', that returns nil for a local file but returns t
5109         for a remote file using ssh.
5110
5111 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5112
5113         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5114
5115 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5118         avoid later breakage.
5119
5120 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5123         article buffers' name.
5124
5125 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5128         by Paul Eggert's spellfixes two days ago.
5129
5130 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5133         doesn't have it.
5134
5135         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5136         buffer-local instead of binding them to avoid warnings.  Also demote
5137         errors (bug#10063).
5138         (font-lock-mode-hook): Shut up byte compiler.
5139
5140 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5141
5142         * mm-util.el (mm-charset-after):
5143         * nnir.el (nnir-run-hyrex):
5144         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5145         (ntlm-get-password-hashes, ntlm-md4hash):
5146         * smime.el: Fix typo.
5147
5148 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5149
5150         * gnus-agent.el (gnus-agent-expire-group-1):
5151         * nndiary.el (nndiary-last-occurence):
5152         * nnimap.el (nnimap-request-set-mark):
5153         * nnmairix.el (nnmairix-only-use-registry):
5154         * gnus-group.el (gnus-group-prepare-flat):
5155         * gnus-sum.el (gnus-decode-encoded-word-methods):
5156         * message.el (message-wash-subject):
5157         * nntp.el (nntp-retrieve-headers-with-xover):
5158         * smime.el (smime-certificate-directory): Spelling fix.
5159
5160 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5161
5162         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5163
5164         * color.el:
5165         * gnus-agent.el (gnus-agent-possibly-alter-active):
5166         * gnus-dired.el (gnus-dired-print):
5167         * mail-parse.el:
5168         * nnmairix.el (nnmairix-request-group):
5169         * shr.el (shr-image-displayer):
5170         * sieve-manage.el:
5171         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5172
5173 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5174
5175         * gnus-sum.el (gnus-auto-select-subject):
5176         * spam-report.el (spam-report-resend): Spelling fix.
5177
5178 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5179
5180         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5181         * gnus-art.el (gnus-default-article-saver):
5182         * gnus-srvr.el (gnus-server-copy-server):
5183         * gnus.el (gnus-sloppily-equal-method-parameters):
5184         * html2text.el (html2text-format-tag-list):
5185         * message.el (message-narrow-to-head):
5186         * nndiary.el:
5187         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5188         * sieve.el: Spelling fix.
5189
5190 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5191
5192         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5193         * gnus-sum.el (gnus-summary-make-menu-bar):
5194         * gnus-uu.el (gnus-uu-decode-postscript)
5195         (gnus-uu-decode-postscript-and-save):
5196         * mailcap.el (mailcap-print-command):
5197         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5198         Fix typos.
5199
5200 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5201
5202         * gnus-art.el (gnus-article-part-wrapper):
5203         * html2text.el (html2text-fix-paragraphs):
5204         * mm-decode.el (mm-image-fit-p):
5205         * rfc2047.el (rfc2047-encode-message-header):
5206         * shr-color.el (shr-color-visible-distance-min)
5207         (shr-color-relative-to-absolute, set-minimum-interval)
5208         (shr-color-visible): Fix typos.
5209
5210 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5211
5212         * gmm-utils.el (gmm-tool-bar-item):
5213         * gnus-art.el (gnus-treat-body-boundary):
5214         * gnus-diary.el (gnus-user-format-function-d):
5215         * gnus-start.el (gnus-get-unread-articles):
5216         * pgg-gpg.el (pgg-gpg-update-agent):
5217         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5218
5219 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5220
5221         * gnus-topic.el (gnus-group-prepare-topics):
5222         * gnus-uu.el (gnus-extract-view):
5223         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5224
5225 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * spam.el: Move BBDB autoloads.
5228         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5229         BBDB 2 and 3.
5230         (spam-check-BBDB): Use it.
5231         (spam-enter-ham-BBDB): Use it.
5232
5233 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5234
5235         * smime.el (smime-draw-buffer): Spelling fix.
5236
5237 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5238
5239         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5240         for scanning exactly one level.
5241         * gnus-start.el (gnus-get-unread-articles): Ditto.
5242
5243 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5246         slightly clearer.
5247
5248 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5249
5250         * gnus-sync.el: More commentary about setup.
5251
5252 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5253
5254         * message.el (message-send-and-exit): Document `arg'.
5255
5256 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5259
5260 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5261
5262         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5263
5264         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5265         we don't use `bound-and-true-p'.
5266
5267 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5268
5269         * gnus-util.el (gnus-bound-and-true-p): Remove.
5270         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5271         * nnir.el: Use it.
5272         * nnmairix.el: Use it.
5273
5274 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * gnus-sync.el: Improve docs about CouchDB admins.
5277
5278         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5279         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5280         for reasons unknown.
5281         * nnir.el: Use it.
5282         * nnmairix.el: Use it.
5283
5284         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5285         * nnir.el: Ditto.
5286         * nnmairix.el: Ditto.
5287
5288         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5289
5290 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5291
5292         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5293         not needed.  Provide xmlplistread list function to produce XML plist
5294         output for non-Gnus LeSync clients.
5295
5296 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5299
5300         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5301         and save against it.  Group subscriptions, read marks, other marks,
5302         subscription levels, topic names, and topic offsets (the group's
5303         position within the topic) are saved.  This is an experimental backend
5304         and may change significantly.  Load json.el from the gnus-fallback-lib
5305         if it's not available otherwise.
5306         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5307
5308 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5309
5310         * message.el (message-completion-function): Make sure
5311         message-tab-body-function is not attempted if one of
5312         message-completion-alist fails to find a completion (bug#9158).
5313
5314 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5315
5316         * mml.el (mml-quote-region): Quote <#secure> tag.
5317         (mml-generate-mime-1): Unquote <#secure> tag.
5318
5319 2011-10-20  Chong Yidong  <cyd@gnu.org>
5320
5321         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5322         calling a minor mode from Lisp with nil arg enables it, so we have to
5323         make the wording a bit ambiguous here).
5324
5325 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5328         * nnir.el (nnir-mode): Use it.
5329         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5330         Use it.
5331
5332         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5333         * nnmairix.el (gnus-registry-enabled): Ditto.
5334
5335 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5336
5337         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5338         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5339         only while we need to find out if it should be t or nil.
5340         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5341         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5342         the registry is installed.  Set it to nil when it's unloaded.
5343         (gnus-registry-install-p): Provide user guidance for the initial value
5344         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5345         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5346         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5347         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5348         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5349         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5350         `gnus-registry-install'.
5351
5352 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5353
5354         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5355         previous change.
5356         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5357         primary key is marked as disabled.
5358
5359 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5360
5361         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5362         primary key is marked as disabled.
5363
5364 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5365
5366         * html2text.el (html2text-clean-anchor): Check for quotes around
5367         `href' value.
5368
5369 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5372         searching.  Drop `bbdb-cache'.
5373
5374 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * message.el (message-signed-or-encrypted-p): Exclude header when
5377         checking if there is signed or encrypted body in text/plain message.
5378
5379 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5380
5381         * html2text.el (html2text-get-attr): Correctly handle attribute values
5382         containing "=".
5383
5384 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5385
5386         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5387         handle bindings.
5388
5389 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * gnus-win.el (gnus-configure-windows): Protect against reading
5392         ephemeral groups outside of Gnus.
5393
5394 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * shr.el (shr-tag-img): Don't get images displayed in tables.
5397
5398 2011-10-03  Glenn Morris  <rgm@gnu.org>
5399
5400         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5401         the "maintainer" version of debbugs.gnu.org reports.
5402
5403 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5406         make asynchronous adjacent image insertion work better.
5407
5408 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5409
5410         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5411         documentation.
5412
5413 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5416         `gnus-asynchronous' isn't shadowed.
5417
5418 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5421
5422         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5423         (nnimap-insert-partial-structure): The charset parameter isn't
5424         case-sensitive.
5425
5426         * nnheader.el (nnheader-message-maybe): New function.
5427
5428         * shr.el (shr-tag-table): Render totally broken tables better.
5429
5430         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5431         computing the boundary.
5432
5433 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * pop3.el (pop3-number-of-responses): Remove.
5436         (pop3-wait-for-messages): Rewrite to take linear time instead of
5437         exponential time.
5438
5439 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440
5441         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5442         re-fetch images.
5443
5444         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5445         re-fetch images when hitting `g' in Gnus.
5446
5447 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5450         (mml-compute-boundary): Don't check collision if it is non-nil.
5451         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5452         before checking collision.
5453
5454 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455
5456         * message.el (message-indent-citation): Really make sure there's a
5457         newline at the end.
5458
5459         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5460         Fix suggested by John Wiegley.
5461
5462         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5463
5464         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5465
5466         * message.el (message-default-send-rename-function): Break out into its
5467         own function.
5468
5469         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5470         doesn't work under XEmacs.
5471
5472         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5473         of "imaps" to word around Windows problems.
5474         (nnimap-open-connection-1): Use it.
5475
5476         * message.el (message-indent-citation): Revert last change which made
5477         `F' not work.
5478
5479 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5480
5481         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5482         terminal as well.
5483
5484 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5487         because it displays images using overlays that aren't easy to copy to
5488         the article buffer.
5489
5490 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5491
5492         * message.el (message-indent-citation): Fix empty line removal at the
5493         end of the citation.
5494
5495 2011-09-20  Julien Danjou  <julien@danjou.info>
5496
5497         * auth-source.el (auth-source-netrc-create): Use default value for
5498         password if specified.  Evaluate default.
5499         (auth-source-plstore-create): Ditto.
5500         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5501         value evaluation.
5502         (auth-source-netrc-create): Typo fix.
5503         (auth-source-plstore-create): Ditto.
5504
5505         * password-cache.el (password-cache-remove): Remove entries even if the
5506         value is nil, so that password with a nil value (negative caching) is
5507         possible to invalidate.
5508
5509         * auth-source.el (auth-source-format-cache-entry): New function.
5510
5511 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5514
5515 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5518
5519 2011-09-19  Julien Danjou  <julien@danjou.info>
5520
5521         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5522         which work with things that are not ASCII.
5523
5524 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5527
5528 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5531         message level.
5532
5533 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5536
5537 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5540
5541 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5542
5543         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5544         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5545
5546 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5547
5548         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5549         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5550         articles.
5551
5552 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5553
5554         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5555         (message-mail-other-window, message-mail-other-frame)
5556         (message-news-other-window, message-news-other-frame):
5557         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5558         instead of setting buffer display varibles.
5559
5560 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5563
5564         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5565
5566 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5569         duplicates" to a higher level.
5570
5571         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5572         most egregious messages.
5573
5574 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5577
5578 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5579
5580         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5581         up the file (bug#9351).
5582
5583 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584
5585         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5586         it does with all other backends, but decode the names immediately after
5587         getting them.
5588
5589         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5590         decoding nnimap groups.
5591
5592         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5593         newsrc file.  It doesn't seem like an important optimization any more.
5594
5595 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5596
5597         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5598         overflows.
5599
5600 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5603         (gnus-interactive-exit): Extend to `quiet'.
5604
5605         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5606
5607         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5608         string.
5609
5610         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5611         renaming function arguments from `this'.
5612
5613         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5614
5615         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5616         has been renamed.
5617         (gnus-lrm-string-p): Include RLM and PDF, too.
5618
5619         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5620         (bug#9225).
5621
5622 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5623
5624         Add autoload cookies for functions used by sendmail.el.
5625         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5626
5627         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5628
5629 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-art.el (article-date-ut): Work properly even when there are
5632         things like Date header in the body; work for forwarded parts.
5633
5634 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5635
5636         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5637         original-article-buffer.
5638
5639 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5640
5641         * nnir.el (nnir-compose-result): Fix matching of server type.
5642         (nnir-run-swish++): Ditto.
5643         (nnir-run-namazu): Ditto.
5644         (nnir-run-notmuch): Ditto.
5645
5646 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5649         (bug#9405).
5650
5651         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5652         (bug#9421).
5653
5654         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5655         (bug#9425).
5656
5657         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5658         thing (bug#9426).
5659
5660 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5663         the error message.
5664
5665 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5666
5667         * message.el (message-setup-1): Return t (Bug#9392).
5668
5669 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5670
5671         * gnus-sum.el: When adding article headers to a summary buffer also
5672         update gnus-newsgroup-articles (bug#9386).
5673
5674 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * auth-source.el: Autoload help-mode.
5677
5678 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5681         names.
5682
5683 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5684
5685         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5686         mm-replace-in-string for compatibility issues.
5687         * mml2015.el (mml2015-epg-verify): Ditto.
5688
5689 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5692
5693         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5694
5695 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5698         continue on and do the clean-up phase (bug#9188).
5699
5700         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5701         just ignore groups that can't be opened instead of erroring out
5702         (bug#9225).
5703
5704         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5705         nil since some many people are fuddy-duddies.
5706
5707         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5708         images.
5709
5710         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5711         instead.
5712
5713         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5714
5715         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5716
5717         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5718         processing.
5719
5720         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5721         buffer to avoid warnings.
5722
5723 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5724
5725         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5726         specified to reduce precision.
5727
5728 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5731         bodystructures (bug#9314).
5732
5733 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5736         Make button keymap non-sticky after buttons.
5737
5738 2011-08-18  David Engster  <dengste@eml.cc>
5739
5740         * nnmairix.el (nnmairix-request-set-mark)
5741         (nnmairix-goto-original-article): Remove adding of article to registry,
5742         since `gnus-registry-add-group' isn't available anymore.
5743         (nnmairix-determine-original-group-from-registry):
5744         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5745         available anymore.
5746
5747 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5748
5749         * starttls.el (starttls-any-program-available): Define as obsolete
5750         function.
5751
5752 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5755         versions which Gnus use when appropriate.
5756
5757         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5758         a pretty destructive command.
5759
5760         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5761
5762 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * message.el (message-fix-before-sending): Make a different warning
5765         about NUL characters (bug#9270).
5766
5767         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5768         from custom (bug#9260).
5769
5770         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5771         things work in Emacs 22 and XEmacs, too.
5772
5773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5774         default From.
5775
5776         * gnus-spec.el (gnus-lrm-string-p): New macro.
5777         (gnus-lrm-string): New constant.
5778         (gnus-summary-line-format-spec): LRM-ify the from.
5779         (gnus-tilde-max-form): LRM-ify string chopping.
5780
5781         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5782
5783         * message.el (message-is-yours-p): Allow disabling canlock checking
5784         (bug#9295).
5785         (message-shoot-gnksa-feet): Add `canlock-verify'.
5786         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5787         message directory isn't writable (bug#9304).
5788
5789         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5790         non-world-readable.
5791
5792 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5795         articles.
5796
5797 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5798
5799         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5800         copy-list.
5801
5802 2011-08-12  Sam Steingold  <sds@gnu.org>
5803
5804         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5805         in the reverse order to avoid modifying the cache with `nreverse'.
5806         (gnus-all-score-files): Do not modify the value returned by
5807         `gnus-score-find-alist' because it lives in a cache variable.
5808         (gnus-current-home-score-file): No need to `nreverse' the return value
5809         of `gnus-score-find-alist', it is already in the correct order.
5810
5811 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5812
5813         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5814         type MESSAGE and subtype RFC822 is slightly different from those of
5815         type TEXT.
5816
5817 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5818
5819         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5820         This allows article-referral to work from an nnir group.
5821
5822 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5823
5824         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5825
5826 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5827
5828         * mml1991.el (mml1991-epg-find-usable-key)
5829         (mml1991-epg-find-usable-secret-key): New function.
5830         (mml1991-epg-sign): Check if signing key is usable.
5831         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5832
5833 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5834
5835         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5836         server-variables only.  This should fix a bug introduced with commit
5837         e1889675b7f4adf057833c5513c9374134c4e053.
5838         (nnir-run-query): 'nnir-search-engine should not be set from the global
5839         environment.
5840
5841 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5842
5843         * nnir.el (nnir-search-thread): Position point on referring article
5844         line.
5845         (nnir-warp-to-article): Clean up summary buffers.
5846
5847         * nnimap.el (nnimap-request-thread): Whitespace fix.
5848
5849 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5850
5851         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5852
5853 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * starttls.el (starttls-available-p): Rename from
5856         `starttls-any-program-available' and changed return convention.
5857
5858 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5859
5860         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5861         `unix-sync' unless it's defined.
5862
5863 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5864
5865         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5866         `aref' for XEmacs compatibiltiy.
5867
5868 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5871
5872 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5873
5874         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5875         closures, quote the form properly (bug#9194).
5876
5877 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5880         (gnus-summary-insert-new-articles): Protect against servers that are
5881         down.
5882
5883 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5884
5885         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5886         in mm handle if none is specified.
5887
5888 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5889
5890         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5891
5892 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5893
5894         * nnir.el (nnir-search-thread): New function to make an nnir group
5895         based on a thread query.
5896
5897         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5898         of nnir in thread referral.
5899         (gnus-summary-refer-thread): Use it.
5900
5901         * nnimap.el (nnimap-request-thread): Use it.
5902
5903 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * shr.el (shr-tag-comment): Ignore HTML comments.
5906
5907 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5908
5909         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5910         argument.
5911         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5912         Use `nnir-address' to handle server info rather than passing an arg.
5913
5914         * nnimap.el (nnimap-make-thread-query): New utility function to format
5915         an imap thread search query.
5916         (nnimap-request-thread): Use it.
5917
5918         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5919         right select-method if we are not going back to the group buffer.
5920
5921 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5924         enter invalid buffer configurations into the quit form (bug#9107).
5925         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5926         unplugged/plugged.
5927
5928         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5929         keep track of which ones are unread (bug#9061).
5930
5931         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5932         (bug#9055).
5933
5934         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5935         (bug#9041).
5936
5937         * gnus-html.el (mm-util): Require (bug#9073).
5938
5939         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5940         (gnus-summary-refer-thread): Use it to remove duplicates in the
5941         un-threaded view (bug#9053).
5942         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5943
5944 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5945
5946         * nnir.el (nnir-read-server-parm): Use default value from global
5947         variable.  Without this the default search engine parameters aren't
5948         used at all.
5949
5950 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5951
5952         * message.el (message-unique-id): Don't use the undocumented return
5953         value from (random t) (bug#9118).
5954
5955 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * message.el (message-auto-save-directory): If the ~/Mail directory
5958         doesn't exist, use ~ as the auto-save directory (bug#4432).
5959
5960         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5961         hasn't already been started.
5962
5963 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5966
5967         * message.el (message-reply): Work around mysterious bug where
5968         `message-mode' seems to overwrite the locally bound `subject' variable.
5969
5970 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5971
5972         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5973         correct group.
5974
5975         * gnus-int.el (gnus-request-thread): Add group argument.
5976
5977         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5978
5979 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5982
5983         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5984         renamed to `debbugs-gnu-*'.
5985
5986 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5987
5988         * plstore.el: Revert the editing feature since it is not urgent.
5989         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5990         (plstore-mode-decoded): Remove.
5991
5992 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5995         isn't very interesting any more, and it leaks potentially secret data.
5996         (gnus-debug): Remove.
5997
5998         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5999         use of :custom-show.
6000
6001 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
6002
6003         * plstore.el: Add documentation.
6004         (plstore-mode): New mode to edit plstore file.
6005         (plstore-mode-toggle-display, plstore-mode-original)
6006         (plstore-mode-decoded): New command.
6007         (plstore--encode, plstore--decode, plstore--write-contents-functions)
6008         (plstore--insert-buffer, plstore--make): New function.
6009         (plstore-open, plstore-save): Simplify by using them.
6010
6011 2011-07-06  Glenn Morris  <rgm@gnu.org>
6012
6013         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
6014
6015 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
6018         no longer is much used.
6019         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6020         Articles".
6021
6022 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6023
6024         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6025         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6026         `notmuch' backend.
6027
6028 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * mm-decode.el (mm-text-html-renderer): Doc fix.
6031
6032         * gnus-msg.el (gnus-bug): Fix the MML tag.
6033
6034         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6035
6036 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6037
6038         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6039         secondary methods if started with `gnus-no-server'.
6040
6041 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6042
6043         * message.el (message-return-action): Fix typo in docstring.
6044
6045 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6048         bug reports at once.
6049
6050         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6051
6052 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * nndraft.el: Require gnus-group.
6055         (nndraft-request-list): Declare.
6056
6057         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6058         no unread article unless it matches gnus-permanently-visible-groups.
6059
6060         * nndraft.el (nndraft-update-unread-articles): New function.
6061         (nndraft-request-associate-buffer): Use it to update the number of
6062         unread articles for the nndraft groups in the group buffer when saving
6063         or killing a draft message.
6064
6065 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066
6067         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6068         systems to binary before writing and reading the mbox files.
6069
6070         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6071         instead of trying to list them all (bug#8978).
6072
6073 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6074
6075         * pop3.el (pop3-open-server): Use :end-of-capability.
6076
6077 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078
6079         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6080         the id is always a number.
6081
6082         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6083
6084         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6085         debbugs mode, if possible.
6086
6087 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6088
6089         * auth-source.el (auth-source-token-passphrase-callback-function):
6090         Reindent.
6091         (epg-context-operation): Remove unnecessary autoload.
6092
6093 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus.el (gnus-list-debbugs): New command.
6096
6097         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6098         mboxstat instead of the maintbox, since the stat seems to be fuller.
6099
6100         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6101         summary buffers.
6102
6103         * message.el (message-get-reply-headers): Delete all duplicates,
6104         instead of the first.
6105         (message-get-reply-headers): Ensure that we have progress while
6106         deleting duplicates.
6107
6108         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6109         gnus-posting-style value from the summary buffer to make it easier to
6110         make that a per-buffer conf.
6111
6112 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6113
6114         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6115         found by setting `shortcut' in 'query.
6116         (nnir-request-article): Use `shortcut' setting when requesting article
6117         by Message-ID.
6118
6119 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6120
6121         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6122         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6123         Bring the pseudo-headers back too.
6124
6125 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6126
6127         * auth-source.el (auth-source-token-passphrase-callback-function):
6128         Simplify and remove EPA dependency.
6129
6130 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6131
6132         * nnir.el (nnir-request-article): Fix error message text.
6133
6134 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6135
6136         * auth-source.el (plstore-delete): Autoload.
6137         (auth-source-plstore-search): Support delete operation.
6138         * plstore.el (plstore-delete): New function.
6139
6140 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6143         mark actually existing articles as unread rather than the ones that
6144         active asserts.
6145
6146 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6147
6148         * nntp.el (nntp-record-command):
6149         * gnus-util.el (gnus-message-with-timestamp-1):
6150         Use format-time-string rather than decoding time stamps by hand.
6151         This is simpler and insulates the code from potential changes to
6152         current-time format.
6153
6154 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6157
6158 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6159
6160         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6161         (plstore-save): Support public key encryption.
6162         (plstore--init-from-buffer): New function.
6163         (plstore-open): Use it; fix error when opening a non-existent file.
6164         (plstore-revert): Use plstore--init-from-buffer.
6165
6166 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6167
6168         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6169
6170 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6173         for old Emacsen.
6174
6175 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6176
6177         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6178         is not fully working.
6179
6180 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * dgnushack.el: Autoload sha1 on XEmacs.
6183
6184         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6185         quit window configuration.
6186
6187         * auth-source.el (epg-context-set-passphrase-callback):
6188         Remove duplicate autoload.
6189
6190 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6191
6192         * nnir.el (nnir-request-article): Allow requesting articles by
6193         Message-ID with nnimap.
6194
6195         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6196         current server.
6197
6198 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * auth-source.el: Autoload EPA/EPG functions.
6201         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6202         changed when EPA/EPG is not available.
6203         (auth-source-backend): Rename "arg" member to "data".
6204         (auth-source-backend-parse, auth-source-plstore-search)
6205         (auth-source-plstore-create): Use it.
6206
6207 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6208
6209         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6210         `gnus-refer-article-methods'.
6211
6212 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * auth-source.el: Require EPA and EPG.
6215         (auth-source-passphrase-alist): New variable.
6216         (auth-source-passphrase-callback-function)
6217         (auth-source-token-passphrase-callback-function): Callbacks for the
6218         netrc field encryption (GPG tokens).
6219         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6220         Symmetric encryption and decryption of the netrc GPG tokens.
6221         (auth-source-netrc-normalize): Use them, simplifying the closure.
6222
6223 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6226         is available.
6227
6228 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6231         non-nil, and `nnimap-split-methods' is nil, use the former.
6232
6233 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6234
6235         * plstore.el (plstore-revert): New function.
6236         (plstore-open): Use it; hide the buffer from user.
6237
6238 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6239
6240         * auth-source.el (auth-source-backend): New member "arg".
6241         (auth-source-backend-parse): Handle new backend 'plstore.
6242         * plstore.el: New file.
6243
6244 2011-06-30  Glenn Morris  <rgm@gnu.org>
6245
6246         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6247
6248 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6251         expiring articles to.
6252
6253         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6254         variations as ASCII (bug#5458).
6255
6256 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6259
6260 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * message.el (message-point-in-header-p): Tweak the function to default
6263         to saying that we're not in the headers if there is no separator at
6264         all.  This makes it possible to use the Message version of `M-q' in
6265         buffers with no headers (bug#7987).
6266         (message-point-in-header-p): Fix last checkin to work with an empty
6267         mail-header-separator, too.
6268
6269         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6270         again, save the choice via customize.
6271
6272 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6275
6276         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6277         ended the connection, bail out before waiting infinitely on a new
6278         connection.
6279
6280 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6283         reports.
6284
6285         * gnus.el (gnus-bug-package): Use "gnus."
6286         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6287
6288 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * dgnushack.el: Make the timer warning go away on XEmacs.
6291
6292         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6293         animations going on at article exit time.
6294
6295         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6296         since removing it breaks people upgrading.
6297
6298         * shr.el (shr-put-image): Use the new interface for animating images.
6299         (shr-put-image): Animate for 60 seconds.
6300
6301         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6302         avoid compiler warnings.
6303
6304         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6305         error with `find-file-hooks' on Emacs 22.
6306         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6307         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6308         on all architectures.
6309
6310         * spam.el (spam-stat): Require in a normal fashion without binding
6311         `spam-stat-install-hooks' to avoid compilation warnings.
6312
6313         * spam-stat.el (spam-stat-install-hooks): Remove.
6314         (spam-stat-install-hooks): Don't run automatically.
6315
6316 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6317
6318         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6319         and keystroke.
6320
6321 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * auth-source.el (auth-source-netrc-cache): Move forward.
6324
6325 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326
6327         * proto-stream.el (proto-stream-open-starttls): Use
6328         `gnutls-available-p' to see whether we have built-in support.
6329
6330         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6331         we already know.
6332         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6333         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6334
6335 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6338         %S format, since that looks odd.
6339         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6340         file, especially when saving.
6341
6342 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6343
6344         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6345         article found.
6346
6347 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6350         `auth-source-save-secrets' with a more sensitive alist that can be
6351         configured per file.  Experimental, so defaults to 'never.
6352         (auth-source-netrc-create): Use it.  Still experimental code.
6353         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6354         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6355
6356 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * auth-source.el (auth-source-save-secrets): New variable to control if
6359         secret tokens should be saved encrypted.
6360         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6361         to `auth-source-netrc-normalize'.
6362         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6363         on the EPA variables being defined.
6364         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6365         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6366         the lexical-let closure.
6367         (auth-source-netrc-create): Create "gpg:" tokens according to
6368         `auth-source-save-secrets'.
6369
6370 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-group.el (gnus-group-update-group): Add new argument
6373         `info-unchanged' that stops updating dribble buffer.
6374
6375         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6376         deletes lines matching to it in dribble buffer.
6377
6378         * gnus-agent.el (gnus-agent-fetch-group-1):
6379         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6380         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6381         * gnus-start.el (gnus-group-change-level):
6382         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6383
6384         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6385         if newsgroup info is not changed.
6386
6387         * gnus-group.el (gnus-group-get-new-news-this-group):
6388         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6389         Don't update dribble buffer.
6390
6391 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6392
6393         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6394         remove entries with groups we ignore.
6395
6396 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6399         the underline comes at the bottom.
6400
6401 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6402
6403         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6404         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6405         (gnus-registry-article-marks-to-names): Rename from
6406         `gnus-registry-user-format-function-M2'.
6407
6408 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6411         ephemeral group.
6412
6413 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414
6415         * shr.el (shr-browse-image): Copy the URL if called interactively.
6416
6417 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6418
6419         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6420         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6421         done, then unselected articles may be marked as read.
6422
6423         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6424         since not doing this seems to lead to a race condition in pop3-logon.
6425
6426         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6427         so that the call chain it correct when we call "upwards".
6428
6429         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6430         in read-only groups.
6431
6432         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6433
6434         * message.el (message-cite-reply-position): Doc string fix.
6435
6436         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6437         avoid regexp overflow.
6438         (nnimap-transform-split-mail): Ditto.
6439
6440         * pop3.el (pop3-retr): Error out if the server closes the connection.
6441
6442 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6445         mm-with-unibyte-current-buffer.  The buffer should not contain any
6446         multibyte chars anyway at this stage.
6447
6448 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6451         at the end of lines.
6452
6453 2011-05-29  Julien Danjou  <julien@danjou.info>
6454
6455         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6456
6457 2011-05-27  Glenn Morris  <rgm@gnu.org>
6458
6459         * gnus-group.el (gnus-bug-group-download-format-alist):
6460         Use the "maintainer" version of debian reports as well.
6461
6462 2011-05-26  Glenn Morris  <rgm@gnu.org>
6463
6464         * gnus-group.el (gnus-bug-group-download-format-alist):
6465         Use the "maintainer" version of debbugs.gnu.org reports.
6466
6467 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6470
6471 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6472
6473         * gnus-cus.el (gnus-agent-customize-category):
6474         * gnus-delay.el (gnus-delay-send-queue):
6475         * gnus.el (gnus-other-frame):
6476         Don't quote lambda expressions with `quote'.
6477
6478 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6481         the thread moves us backwards and so we loop forever.
6482
6483 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6486         whitespace in base64 data lines.
6487
6488 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * gnus-registry.el (gnus-registry-user-format-function-M):
6491         Use `mapconcat'.
6492         (gnus-registry-user-format-function-M2): Use to see the full text of
6493         the marks.  Make "," the mark text separator.
6494
6495         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6496         authentication with auth-source.
6497
6498 2011-05-17  Glenn Morris  <rgm@gnu.org>
6499
6500         * gnus-group.el (gnus-import-other-newsrc-file):
6501         Use insert-file-contents.
6502
6503 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6506         1000 iterations.
6507
6508 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * nntp.el (nntp-open-connection): Check if process-type is available.
6511
6512 2011-05-16  Julien Danjou  <julien@danjou.info>
6513
6514         * shr.el (shr-tag-del): Add support for del tag.
6515
6516 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-html.el (gnus-html-put-image): Register a displayer.
6519
6520         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6521
6522 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * registry.el (prune-factor): New initialization parameter defaulting
6525         to 0.1.
6526         (registry-prune-hard): Use it.
6527
6528         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6529         0.1 expicitly.
6530
6531 2011-05-13  Glenn Morris  <rgm@gnu.org>
6532
6533         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6534         is bound, since this function requires sendmail.
6535
6536 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * registry.el (registry-usage-test): Disable pruning test.
6539
6540 2011-05-11  David Engster  <dengste@eml.cc>
6541
6542         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6543         Bind set-network-process-option for XEmacs.
6544
6545 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6546
6547         * registry.el (registry-prune-hard-candidates)
6548         (registry-prune-soft-candidates): Helper methods for registry pruning.
6549         (registry-prune): Use them.  Make the sort function optional.
6550
6551 2011-05-10  Jim Meyering  <meyering@redhat.com>
6552
6553         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6554
6555 2011-05-10  Julien Danjou  <julien@danjou.info>
6556
6557         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6558         symbol and not a list.
6559
6560 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-art.el (gnus-article-mode): Move binding of
6563         shr-put-image-function here from gnus-article-prepare-display.
6564
6565         * shr.el (shr-put-image-function): New variable.
6566         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6567         (shr-put-image): Return scaled image.
6568
6569         * gnus-art.el (gnus-shr-put-image): New function.
6570         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6571
6572         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6573         original ones, as deletable.
6574
6575 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6576
6577         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6578
6579 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * registry.el (registry-full): Add convenience method.  Fix logic.
6582         (registry-insert): Use it.  Fix logic here too.
6583
6584         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6585         `registry-prune' if `registry-full' returns t.
6586         (gnus-registry-handle-action)
6587         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6588         (gnus-registry-usage-test): Use it.
6589
6590 2011-05-07  Julien Danjou  <julien@danjou.info>
6591
6592         * shr.el (shr-link): Make shr-link inherit from link by default.
6593
6594 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6597
6598 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6601         error out because the face is not a list.
6602
6603 2011-05-05  Glenn Morris  <rgm@gnu.org>
6604
6605         * proto-stream.el (gnutls-negotiate): Fix declarations.
6606
6607         * gnus-start.el (gnus-propagate-marks): Declare.
6608
6609 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * registry.el (registry-reindex): Fix percentage message.
6612
6613         * proto-stream.el (network-stream-open-starttls): Adjust to call
6614         `gnutls-negotiate' with :process and :hostname arguments.
6615
6616 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * shr.el: Add shr-link face for links.
6619         (shr-urlify): Use it.
6620
6621         * registry.el (registry-insert): Make error message more helpful.
6622
6623 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * gnus-html.el (gnus-html-schedule-image-fetching):
6626         Use url-queue-retrieve, if it exists.
6627
6628         * shr.el (shr-tag-img): Ditto.
6629
6630         * gnus.el: Autoload more gnus-agent functions.
6631
6632         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6633         agent if we haven't already (bug#8502).
6634
6635         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6636         into the Agent, too.
6637
6638         * gnus-agent.el (gnus-agent-store-article): New function.
6639
6640         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6641         and moved from that file for reuse.
6642
6643         * pop3.el (pop3-open-server): Error messages are "-ERR".
6644
6645 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6648         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6649
6650 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6651
6652         * gnus.el: No Gnus v0.17 is released.
6653
6654 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6657         buffer has moved to a different frame.
6658
6659 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6662         to get the conversion from unibyte to multibyte buffers to work on
6663         Emacs 22.
6664
6665         * nntp.el (nntp-request-article): Slight clean-up.
6666
6667 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * shr.el (shr-strike-through): New face.
6670         (shr-tag-s): Use it to provide <s> support.
6671         (shr-tag-s): Remove duplicate definition.
6672
6673 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6674
6675         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6676         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6677
6678 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6681         `gnutls-negotiate'.
6682         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6683
6684 2011-04-23  Glenn Morris  <rgm@gnu.org>
6685
6686         * gnus-sum.el (gnus-extra-headers): Bump :version.
6687
6688 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * shr.el (shr-tag-sup): New function.
6691         (shr-tag-sub): Ditto.
6692
6693 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6694
6695         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6696         for the case where `gnus-registry-ignored-groups' is a list of lists,
6697         and don't call `gnus-parameter-registry-ignore' otherwise.
6698
6699 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * nnimap.el (nnimap-user): New backend variable.
6702         (nnimap-open-connection-1): Use it.
6703         (nnimap-credentials): Accept user parameter so it's explicit what user
6704         name is desired.
6705
6706         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6707         default.
6708
6709         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6710         not gnus-registry.el.
6711
6712         * gnus-registry.el: Mention in comments how to modify
6713         `gnus-extra-headers' for proper recipient tracking and that it may
6714         already have To and Cc recently, which it does as of this commit.
6715         (gnus-registry-ignored-groups): Remove defcustom.
6716         Explain why in comments.
6717         (gnus-registry-action): Fix data-header reference to use the extra
6718         headers.  Explain in package commentary how to add To and Cc headers to
6719         the gnus-extra-headers.
6720         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6721         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6722         parameter list or a string list in `gnus-registry-ignored-groups'.
6723         Fix logic error.
6724
6725 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * shr.el (shr-expand-url): Protect against null urls.
6728
6729 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730
6731         * shr.el (shr-base): New binding.
6732         (shr-tag-base): Keep track of <base>.
6733         (shr-expand-url): New function used throughout.
6734
6735 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-registry.el
6738         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6739         (gnus-registry-ignored-groups): New variable.
6740         (gnus-registry-ignore-group-p): Use it.
6741         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6742         set the destination group to nil (same as delete) if it's ignored.
6743
6744 2011-04-20  David Engster  <dengste@eml.cc>
6745
6746         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6747
6748         * Makefile.in (test-nntp): New rule.
6749         (check): Add it.
6750         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6751
6752 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-registry.el (gnus-registry-action)
6755         (gnus-registry-fetch-header-fast):
6756         Don't use mail-header that looks an internal function of mailheader.el.
6757
6758 2011-04-19  Glenn Morris  <rgm@gnu.org>
6759
6760         * time-date.el (time-to-days): Remove unused local variables.
6761
6762 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-registry.el: Eliminate cl functions.
6765         (gnus-registry-sort-addresses): New function that replaces mapcan.
6766         (gnus-registry-action, gnus-registry-spool-action)
6767         (gnus-registry-split-fancy-with-parent)
6768         (gnus-registry-fetch-recipients-fast): Use it.
6769         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6770
6771         * registry.el (initialize-instance, registry-lookup)
6772         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6773         (registry-lookup-secondary-value, registry-search, registry-delete)
6774         (registry-insert, registry-reindex, registry-size, registry-prune):
6775         Use eval-and-compile.
6776
6777 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6778
6779         * registry.el (registry-reindex): New method to recreate the secondary
6780         registry indices.
6781
6782         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6783         tracked field changes.
6784         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6785         (gnus-registry-action, gnus-registry-spool-action)
6786         (gnus-registry-handle-action)
6787         (gnus-registry--split-fancy-with-parent-internal)
6788         (gnus-registry-split-fancy-with-parent)
6789         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6790         move, and delete actions, and for fancy splitting with parent.
6791         (gnus-registry-extract-addresses)
6792         (gnus-registry-fetch-recipients-fast)
6793         (gnus-registry-fetch-header-fast): Convenience functions.
6794         (gnus-registry-misc-test): ERT test of
6795         `gnus-registry-extract-addresses'.
6796
6797 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6800         Track by subject first, then sender.
6801
6802 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6803
6804         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6805
6806         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6807         Lisp.
6808
6809         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6810         (gnus-draft-send): Use it to avoid popping
6811         up frames from gnus-group-send-queue.
6812
6813 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * gnus-registry.el: Updated gnus-registry docs.
6816
6817 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6820         Fix logic bug.
6821         (gnus-registry-post-process-groups): Fix logging of no results and
6822         quote sender and subject.
6823
6824 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6827         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6828         gnutls-cli are too slow to be done opportunistically.
6829
6830         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6831         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6832         we had no early-data returned.
6833         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6834         two async commands to the same server at the same time.
6835
6836 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6837
6838         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6839
6840 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6843         "warning" level.
6844
6845         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6846         (mm-url-insert-file-contents): Don't set the package names.
6847
6848 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * gnus-registry.el (gnus-registry-action): Remove properties and
6851         simplify subject in `gnus-registry-handle-action'.
6852         (gnus-registry-spool-action): Get subject and sender from message if
6853         they are not passed in.
6854         (gnus-registry-handle-action): Remove properties and simplify subject
6855         consistently.
6856
6857 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6858
6859         * registry.el: Require CL before using defmacro*.
6860
6861 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (article-treat-date): Assume that
6864         gnus-article-date-headers may be a group parameter.
6865
6866 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6869
6870         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6871         interactively so the newsrc file can contain foreign groups too.
6872         Useful for debugging but not much for users.
6873
6874 2011-04-07  David Engster  <dengste@eml.cc>
6875
6876         * registry.el (registry-usage-test): Only do
6877         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6878         lexical binding.
6879
6880 2011-04-07  David Engster  <dengste@eml.cc>
6881
6882         * Makefile.in (check, test-registry): New rules for test-suite.
6883
6884 2011-04-06  David Engster  <dengste@eml.cc>
6885
6886         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6887         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6888
6889 2011-04-06  David Engster  <dengste@eml.cc>
6890
6891         * registry.el (initialize-instance): Change :after to :AFTER to be
6892         compatible with old EIEIO version in XEmacs.
6893
6894 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6895
6896         * gnus-registry.el (gnus-registry-post-process-groups)
6897         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6898         and provide better messaging.
6899
6900 2011-04-06  David Engster  <dengste@eml.cc>
6901
6902         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6903         errors.
6904
6905         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6906         dgnushack-compile with error-on-warn enabled, and to signal an error if
6907         clean compilation failed.
6908         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6909         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6910
6911 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6914         unconditionally anyway, discarding errors.
6915         (gnus-registry-delete-entries): New convenience function.
6916         (gnus-registry-import-eld): Import from old .eld registry.
6917
6918         * registry.el: Don't use ERT if it's not available.  Load it
6919         unconditionally anyway, discarding errors.
6920
6921         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6922         version from the Claudio Bley GnuTLS patch (extra optional parameters
6923         and host name).
6924
6925 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6928         fixup the parameters that can be customized by the user between
6929         save/read cycles.
6930         (gnus-registry-read): Use it.
6931         (gnus-registry-make-db): Use it.
6932         (gnus-registry-spool-action, gnus-registry-handle-action):
6933         Fix messaging.
6934         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6935         Map references to actual group names with sender and subject tracking.
6936         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6937         (gnus-registry-usage-test): Add subject lookup test.
6938
6939         * registry.el (registry-db, initialize-instance): Set up constructor
6940         instead of :initform arguments for the sake of older Emacsen.
6941         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6942         pre-lexbind merge bug.
6943         (registry-usage-test): Use it.
6944         (initialize-instance, registry-db): Move the non-function initforms
6945         back to the class definition.
6946
6947 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * registry.el: New library to manage gnus-registry-style data.
6950
6951         * gnus-registry.el: Use it (major rewrite).
6952
6953         * nnregistry.el: Use it.
6954
6955         * spam.el: Use it.
6956
6957 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6960         marks on non-selected articles.
6961
6962 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6963
6964         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6965         parameter to open-protocol-stream.
6966
6967 2011-04-01  Julien Danjou  <julien@danjou.info>
6968
6969         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6970         fundamental-mode.
6971
6972 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6975         servers.
6976
6977 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6980         made marks not propagate, again.
6981
6982 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6983
6984         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6985         Make this the default type.
6986         (proto-stream-open-plain): Rename from proto-stream-open-default.
6987         (open-protocol-stream, proto-stream-open-starttls)
6988         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6989         with `plain'.
6990
6991         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6992         value.
6993
6994         * nntp.el (nntp-open-connection-function): Document the fact that some
6995         values are not functions but are instead handled specially.
6996         Recognize nntp-open-plain-stream value.
6997         (nntp-open-connection): Recognize that value.
6998
6999 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000
7001         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
7002         where it seems to be needed.
7003
7004 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
7007         stuff.
7008
7009         * gnus-score.el (gnus-score-string): Fix calling convention of
7010         `gnus-simplify-buffer-fuzzy' after last patches.
7011
7012         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
7013         server for articles we didn't get any headers for.  This is a sanity
7014         check.
7015
7016 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
7017
7018         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
7019         new CAPABILITY, use it.
7020
7021 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7024         downloading anything.
7025
7026         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7027
7028 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7029
7030         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7031         colors.
7032         (gnus-splash-svg-color-symbols): New function.
7033
7034 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7037         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7038         (gnus-simplify-subject-fuzzy): Use the local
7039         gnus-simplify-subject-fuzzy-regex instead of the global one.
7040         This makes using this variable in group parameters work.
7041
7042 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7043
7044         * gnus-registry.el (gnus-registry-unfollowed-groups):
7045         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7046         archive:sent-YYYY-MM-DD groups).
7047         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7048         tracking if there are more than `gnus-registry-max-track-groups'
7049         matches.
7050
7051 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7052
7053         * message.el (message--yank-original-internal): New function to do the
7054         insertion cleanly inside eval in `message-yank-original'.
7055         (message-yank-original): Use it.
7056
7057 2011-03-29  Julien Danjou  <julien@danjou.info>
7058
7059         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7060         local variables disabled rather than `normal-mode'.
7061
7062 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7063
7064         * imap.el (imap-shell-open, imap-process-connection-type):
7065         Use imap-process-connection-type for 'shell' streams as well as
7066         Kerberos, SSL, other subprocesses.
7067
7068 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7069
7070         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7071         with open-network-stream.
7072         (proto-stream-always-use-starttls): Option removed.
7073         (open-protocol-stream): Return a process object by default.  Provide a
7074         new parameter :return-list specifying a list-type return value, which
7075         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7076         :type `network' to `try-starttls', and `network-only' to `default'.
7077         Make `default' the default, for compatibility with open-network-stream.
7078         Handle the no-parameter case exactly as open-network-stream, with no
7079         additional stream processing.  Search plists using plist-get.
7080         Explicitly add :end-of-commend parameter if it is missing.
7081         (proto-stream-open-default): Rename from
7082         proto-stream-open-network-only.  Return 'default as the type.
7083         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7084         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7085         failed.  Always return a list with a (possibly dead) process as the
7086         first element, for compatibility with open-network-stream.
7087         (proto-stream-open-tls): Use plist-get.  Always return a list.
7088         (proto-stream-open-shell): Return `default' as connection type.
7089         (proto-stream-capability-open): Use plist-get.
7090         (proto-stream-eoc): Function deleted.
7091
7092         * nnimap.el (nnimap-stream, nnimap-open-connection)
7093         (nnimap-open-connection-1): Handle renaming of :type parameter for
7094         open-protocol-stream.
7095         (nnimap-open-connection-1): Pass a :return-list parameter
7096         open-protocol-stream to obtain a list return value.  Parse this list
7097         using plist-get.
7098
7099         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7100         for open-protocol-stream.  Accept open-protocol-stream return value
7101         that is a subprocess object instead of a list.  Handle the case of a
7102         dead returned process.
7103
7104 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7105
7106         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7107
7108         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7109
7110 2011-03-21  Julien Danjou  <julien@danjou.info>
7111
7112         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7113         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7114         query.
7115         (mm-inline-text): Render normal text with fontification whenever
7116         possible.
7117
7118         * gnus-sum.el (gnus-summary-save-parts-1):
7119         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7120         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7121         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7122         Use `mm-handle-filename'.
7123
7124         * mm-util.el (mm-handle-filename): New function, return the filename of
7125         an handle.
7126
7127 2011-03-18  Julien Danjou  <julien@danjou.info>
7128
7129         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7130         (gnus-buffer-live-p): Check that buffer is not nil.
7131
7132 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7133
7134         * gnus.el: No Gnus v0.15 is released.
7135
7136 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7139         avoid warning on XEmacs.
7140
7141         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7142         on XEmacs.
7143
7144         * gnus-art.el: Require mouse, which the build bot seems to say is
7145         needed.
7146
7147         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7148
7149         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7150         XEmacs, since it doesn't have url-retrieve-synchronously.
7151
7152         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7153         since assoc-string doesn't exist in XEmacs.
7154
7155 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7156
7157         * gnus-group.el (gnus-group-list-ticked): New function.
7158         (gnus-group-make-menu-bar): Provide a menu entry for it.
7159         (gnus-group-list-map): Provide a binding for it.
7160
7161 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162
7163         * shr.el (shr-visit-file): New command.
7164
7165         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7166
7167 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7168
7169         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7170         servers.
7171
7172 2011-03-16  Julien Danjou  <julien@danjou.info>
7173
7174         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7175         inline.
7176
7177         * gnus-art.el (article-hide-list-identifiers):
7178         Use gnus-group-get-list-identifiers.
7179
7180         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7181         (gnus-summary-remove-list-identifiers):
7182         Use gnus-group-get-list-identifiers to get regexp.
7183         (gnus-select-newsgroup, gnus-summary-insert-subject)
7184         (gnus-summary-insert-articles):
7185         Call gnus-summary-remove-list-identifiers unconditionally.
7186
7187 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7188
7189         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7190         we're selecting a group with unread articles.
7191
7192         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7193
7194         * gssapi.el: New file separated out from imap.el to provide a general
7195         Kerberos 5 connection facility for Emacs.
7196
7197         * message.el (message-elide-ellipsis): Document the format spec
7198         ellipsis.
7199
7200 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * message.el (message-elide-region): Allow the ellipsis to say how many
7203         lines were removed.
7204
7205 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7208         window configurations containing buffers that are now dead.
7209
7210         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7211         parsing to avoid integer overflows.
7212         (nnimap-parse-flags): Simplify the last change.
7213         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7214         too large for 32-bit Emacsen.
7215
7216 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7217
7218         * auth-source.el (auth-source-netrc-create):
7219         * message.el (message-yank-original): Fix use of `case'.
7220
7221 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7222
7223         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7224         XEmacs, which was one character too wide.
7225
7226 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7227
7228         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7229         default number of articles to display.
7230         (gnus-articles-to-read): Use pretty names for prompt.
7231
7232 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7233
7234         * gnus-int.el (gnus-open-server): Ditto.
7235
7236         * gnus-start.el (gnus-activate-group): Give a backtrace if
7237         debug-on-quit is set and the user hits `C-g'.
7238         (gnus-read-active-file): Ditto.
7239
7240         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7241
7242 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * message.el (message-yank-original): Use cond instead of CL case.
7245
7246 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7247
7248         * auth-source.el (auth-source-netrc-create): Use usual format for the
7249         default in prompts.
7250
7251 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * lpath.el: Fbind read-char-choice for XEmacs.
7254
7255 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * auth-source.el (auth-source-netrc-create): Show the default in the
7258         prompt when prompting for token creation.
7259
7260 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * auth-source.el (auth-source-format-prompt): Always convert the value
7263         to a string to avoid evaluating non-string arguments.
7264         (auth-source-netrc-create): Offer default properly, not as initial
7265         content in `read-string'.
7266         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7267         of line to determine if we've been run before.  If so, don't run again,
7268         but print a trivial message to indicate the cache was hit instead.
7269
7270 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7273         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7274         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7275         Gnus.
7276
7277 2011-03-11  Julien Danjou  <julien@danjou.info>
7278
7279         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7280         modified file".
7281
7282 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7283
7284         * auth-source.el (auth-source-read-char-choice): New function to read a
7285         character choice using `dropdown-list', `read-char-choice', or
7286         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7287         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7288         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7289         (auth-source-netrc-saver): Use it.
7290         (auth-source-pick-first-password): New convenience function.
7291
7292 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7295         parameter in the credentials.
7296         (nnimap-open-connection-1): Use it after a successful login.
7297         (nnimap-credentials): Add IMAP-specific user and password prompt.
7298
7299         * auth-source.el (auth-source-search): Add :require parameter, taking a
7300         list.  Document it and the :save-function return token.  Pass :require
7301         down.  Change the CREATED message from a warning to a debug statement.
7302         (auth-source-search-backends): Pass :require down.
7303         (auth-source-netrc-search): Pass :require down.
7304         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7305         Change save prompt to indicate all modifications saved here are
7306         deletions.
7307         (auth-source-netrc-create): Take user login name as default in user
7308         prompt.  Move all the save functionality to a lexically bound function
7309         under the :save-function token in the returned list.  Set up clearer
7310         default prompts for user, host, port, and secret.
7311         (auth-source-netrc-saver): New function, intended to be wrapped for
7312         :save-function.
7313
7314 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7317         lines to be spaces instead.
7318
7319 2011-03-07  Julien Danjou  <julien@danjou.info>
7320
7321         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7322         (sieve-sasl-auth): Check that auth-source-search did return something,
7323         or just return an empty string.
7324
7325 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7326
7327         * gnus.el (gnus-interactive): Use read-directory-name.
7328
7329         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7330         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7331         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7332         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7333         Likewise.
7334
7335         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7336
7337 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7340         onto the list of killed groups, too.  This makes killed nnimap groups,
7341         for instance, more reliably not reappear.
7342
7343         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7344         the parent.
7345
7346         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7347
7348         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7349         really have server-side marks.
7350
7351         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7352         since most backends do not usefully have server-side marks.
7353         (gnus-update-read-articles): Propagate marks to all backends that
7354         really have server-side marks.
7355
7356 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7357
7358         * message.el (message-cite-reply-position, message-cite-style):
7359         New variables.
7360         (message-yank-original): Use the new citation styles.
7361
7362 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7363
7364         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7365         buffer-local issue); don't mark it buffer-local when running under
7366         XEmacs.
7367
7368 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7369
7370         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7371         numbers too big to be `read'.
7372
7373 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * password-cache.el (password-in-cache-p): Add autoload.
7376
7377         * message.el (message-options): Make buffer-local two ways to attempt
7378         to fix a XEmacs bug.
7379
7380 2011-03-02  Julien Danjou  <julien@danjou.info>
7381
7382         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7383
7384 2011-03-01  Julien Danjou  <julien@danjou.info>
7385
7386         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7387         group.
7388         (article-hide-list-identifiers): Use list-identifier group parameter.
7389
7390 2011-02-28  Julien Danjou  <julien@danjou.info>
7391
7392         * sieve.el (sieve-buffer-script-name): New local variable to store
7393         sieve script name.
7394         (sieve-edit-script): Store sieve script name.
7395         (sieve-upload): Use sieve script name when uploading.
7396         (sieve-upload): Use substitute-command-keys.
7397         (sieve-edit-script): Use substitute-command-keys.
7398         (sieve-refresh-scriptlist): Use substitute-command-keys.
7399         (sieve-manage-mode-map): Define keymap properly.
7400         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7401         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7402         Remove commented code about cvs.
7403         (sieve-manage-quit): New function.
7404         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7405
7406 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7409
7410 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * auth-source.el (auth-source-search): Cache empty result sets.
7413
7414         * password-cache.el (password-in-cache-p): Convenience function to
7415         check if a key is in the cache, even if the value is nil.
7416
7417         * auth-source.el (auth-source-save-behavior): New variable to replace
7418         `auth-source-never-create'.
7419         (auth-source-netrc-create): Use it.
7420         (auth-source-never-save): Remove.
7421
7422 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7423
7424         * nnimap.el (nnimap-stream): Doc fix.
7425         (nnimap-open-connection-1): Reverse the order of the ports to that the
7426         prompted-for port is first.
7427
7428         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7429         retrieval by the no-group selection.
7430
7431         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7432         numerical parameters.
7433
7434 2011-02-25  Julien Danjou  <julien@danjou.info>
7435
7436         * gnus-gravatar.el: Use gnus-with-article-buffer.
7437
7438         * gnus-art.el (gnus-with-article-buffer): Check that the
7439         gnus-article-buffer is alive.
7440
7441 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * auth-source.el (auth-source-creation-prompts): New variable to manage
7444         creation-time prompts.
7445         (auth-source-search): Document it.
7446         (auth-source-format-prompt): Add utility function.
7447         (auth-source-netrc-create): Don't default the user name to
7448         user-login-name.  Use `auth-source-creation-prompts' and some default
7449         prompts for user, host, port, and password (the default generic prompt
7450         remains ugly).
7451         (auth-source-never-save): Add customizable option to never save info.
7452         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7453         mode excursion.
7454
7455 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7458         argument that XEmacs doesn't support.
7459
7460         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7461         compiled for Emacsen having no `libxml-parse-html-region' support.
7462
7463         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7464
7465         * lpath.el: Bind buffer-save-without-query for XEmacs.
7466
7467 2011-02-23  Julien Danjou  <julien@danjou.info>
7468
7469         * gnus-art.el (article-make-date-line): Ignore errors if time is
7470         invalid and not convertible.
7471         (article-make-date-line): Only add lapsed time if time is not nil.
7472
7473 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7476         `read-char-choice' for backwards compatibility.
7477         (auth-source-netrc-element-or-first): New function to DTRT for
7478         parameter extraction.
7479         (auth-source-netrc-create): Use it and fix multiple parameter print
7480         bug.  Use the default passed from above (given-default) or the
7481         built-in (user-login-name for :user).
7482
7483 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7484
7485         * gnus-start.el (gnus-dribble-read-file):
7486         Set buffer-save-without-query, since we always want to save the dribble
7487         file, probably.
7488
7489         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7490         nnimap.
7491
7492         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7493         -summary- since it's a user-visible variable.
7494
7495         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7496         first time you use the new Gnus.
7497
7498 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * auth-source.el: Don't load netrc.el.
7501         (auth-sources): Search ~/.netrc as well by default.
7502         (auth-source-debug): Add 'trivia option for extra output.
7503         (auth-source-do-trivia): Use it.
7504         (auth-source-search): Simplify logic to use
7505         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7506         appropriate.  Don't keep a running count at this level.  Layer :create
7507         and :delete options appropriately on the first and second passes.
7508         Don't track the backend with the search results.
7509         (auth-source-search-backends): New function to search a list of
7510         backends for a processed spec.
7511         (auth-source-netrc-parse): Cache all netrc files, making
7512         auth-source-netrc-cache an alist keyed by the file name and using the
7513         file mtime as the caching criterion.  Keep the obfuscated data secret
7514         with a lexical bind.
7515         (auth-source-netrc-search): Don't calculate the length of the results
7516         unnecessarily.
7517         (auth-source-search-backends): Fix bug.
7518         (auth-source-netrc-create): Rework prompts.
7519
7520 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7521
7522         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7523         Lower case names of search constraints.
7524         (nnir-run-query): Cache and reuse search constraints for all imap
7525         servers.
7526
7527 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7528
7529         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7530         after exit.
7531         (gnus-setup-message): Define missing variable from last checkin.
7532
7533         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7534         value, show the raw article.
7535
7536 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7537
7538         * gnus.el: No Gnus v0.13 is released.
7539
7540 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7541
7542         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7543         auth-source now accepts numbers.
7544
7545         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7546         spec, too.
7547         (auth-source-ensure-strings): New function.
7548
7549         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7550         (gnus-article-setup-buffer): Always restart the date timer so that user
7551         changes to the frequency is respected.
7552
7553         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7554         port numbers, so make sure it gets that if nnimap-server-port is
7555         explicit.
7556
7557 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7558
7559         * nnimap.el (nnimap-inbox): Doc fix.
7560
7561 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7562
7563         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7564         Autoload.  Add optional arg FRAME, and pass it to color-values.
7565         (color-complement): Caller changed.  Doc fix.
7566         (color-gradient): Rewrite for better clarity and efficiency.
7567
7568 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7569
7570         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7571         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7572         color-lab-to-srgb.
7573
7574 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7575
7576         * color.el: First part of merge from hexrgb.el.
7577         (color-rgb-to-hex): Rename from color-rgb->hex.
7578         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7579         saturation to zero if the value is too small.
7580         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7581         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7582         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7583         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7584         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7585         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7586         (color-cie-de2000): Doc fix.
7587
7588 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7589
7590         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7591         given method as in the group name if we're using an extended method.
7592         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7593         command, if we're using that, instead of waiting for the beginning.
7594
7595         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7596         we're sure to get unique server names, and we don't output two async
7597         commands in the same buffer.  This fixes an NNTP hang for some users.
7598
7599 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7600
7601         * gnus.el: No Gnus v0.11 is released.
7602
7603 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7606         summary buffer before reading going to the next buffer.  This avoids
7607         putting the point in the group buffer if you `C-g' the command.
7608
7609         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7610         cache (for now) to make ~/.authinfo.gpg files usable.
7611
7612         * nnfolder.el (copyright-update): Define for the compiler.
7613
7614         * auth-source.el (auth-source-search): Fix unbound variable.
7615
7616 2011-02-19  Glenn Morris  <rgm@gnu.org>
7617
7618         * gnus.el (gnus-meta): Doc fix.
7619
7620 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7621
7622         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7623         in case it's not yet loaded.
7624
7625 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7626
7627         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7628         line we're waiting for.
7629
7630 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7631
7632         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7633         face with line-width greater than zero will cause RET in gnus summary
7634         buffer to scroll down article page-wise because auto vscroll happens,
7635         it should be temporally disabled when doing a scroll-up.
7636
7637 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7638
7639         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7640         outputs from the server.
7641
7642 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7643
7644         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7645         later so that bbdb can hook in easier.
7646
7647 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7648
7649         * auth-source.el (auth-source-search): Don't try to create credentials
7650         if the caller doesn't want that.
7651         (auth-source-search): If we don't find a match, don't bug out on
7652         non-bound variables.
7653         (auth-source-search): Only ask a single backend to create the
7654         credentials.
7655
7656         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7657         logging.
7658         (nnimap-credentials): Protect against auth-source-search returning nil.
7659         (nnimap-request-list): Protect against not being able to open the
7660         server.
7661
7662 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7663
7664         * auth-source.el (auth-source-search): Do a two-phase search, one with
7665         no :create to get the responses from all backends.
7666
7667         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7668         when getting credentials.
7669
7670         * gnus-util.el (gnus-delete-duplicates): New function.
7671
7672 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7673
7674         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7675         a creation default, pass the whole port list down.  It will be
7676         completed.
7677
7678         * auth-source.el (auth-source-search): Updated docs to talk about
7679         multiple creation choices.
7680         (auth-source-netrc-create): Accept a list as a value (from the search
7681         parameters) and do completion on that list.  Keep a separate netrc line
7682         with the password obscured for showing the user.
7683
7684         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7685         first choice to `auth-source-search' so it will be used for entry
7686         creation instead of the server's Gnus-specific name.
7687         (nnimap-credentials): Rely on the auth-source library to select which
7688         port is actually wanted in the new netrc entry, so don't override
7689         `auth-source-creation-defaults'.
7690
7691         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7692         :protocol and accept a missing user, host, or port as a wildcard match.
7693         (auth-source-debug): Default to off.
7694
7695         (auth-source-netrc-search, auth-source-netrc-create)
7696         (auth-source-secrets-search, auth-source-secrets-create)
7697         (auth-source-user-or-password, auth-source-backend, auth-sources)
7698         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7699         instead of :protocol.
7700
7701         * nnimap.el (nnimap-credentials): Pass a port default to
7702         `auth-source-search' in case an entry needs to be created.
7703         (nnimap-open-connection-1): Use :port instead of :protocol.
7704
7705 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * auth-source.el: Bind load-path when loading EIEIO from
7708         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7709         21.4 doesn't support, to `require'.
7710         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7711         delete-dups that is not available in XEmacs 21.4.
7712
7713 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7714
7715         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7716         as EIEIO must also be loaded when auth-source.el is being
7717         byte-compiled.
7718
7719 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7720
7721         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7722
7723         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7724
7725         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7726
7727         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7728
7729         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7730
7731         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7732
7733         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7734
7735         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7736         necessary.
7737
7738 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7739
7740         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7741         nil means that nnimap doesn't get updated.
7742
7743 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7746         result when the user doesn't want to write to the file.
7747         (auth-source-netrc-search): Expect a synthetic result and proceed
7748         accordingly.
7749         (auth-source-cache-expiry): New variable to override
7750         `password-cache-expiry'.
7751         (auth-source-remember): Use it.
7752
7753         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7754         parameter.  Create entry if necessary by using :create t.
7755         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7756
7757 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7758
7759         * auth-source.el (auth-source-debug): Enable by default and don't
7760         mention the obsolete `auth-source-hide-passwords'.
7761         (auth-source-do-warn): New function to debug unconditionally.
7762         (auth-source-do-debug): Use it.
7763         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7764         and for Secrets API entries when the secrets.el library is not
7765         available.
7766
7767 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7768
7769         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7770         (gnus-summary-exit): Kill the correct article buffer on exit from a
7771         `C-d' group.
7772
7773         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7774         gnus-propagate-marks.
7775
7776         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7777         before killing the buffers so that a non-full window conf gets handled
7778         correctly.
7779         (gnus-summary-exit): Ditto.
7780         (gnus-summary-read-group-1): Ditto.
7781
7782         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7783         async code again so that we can debug it properly.
7784
7785         * message.el (message-reply): Take an optional switch-buffer parameter
7786         so that Gnus window confs are respected better.
7787
7788 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7789
7790         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7791         `plist-get' to accept non-list parameters (XEmacs issue).
7792         Fix docstring.
7793         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7794         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7795         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7796         Login collection is "Login" and not "login".
7797
7798 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7799
7800         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7801         multiple headers.
7802
7803         * nnimap.el (nnimap-inhibit-logging): New variable.
7804         (nnimap-log-command): Don't log login commands.
7805
7806         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7807         to have more parameters.
7808
7809         * nnimap.el (nnimap-send-command): Mark the command time for each
7810         command, so that we don't get NOOPs stepping on our toes.
7811
7812         * gnus-art.el (article-date-ut): Get the date from the Date header on
7813         `t'.
7814
7815 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * auth-source.el (auth-source-search): Use copy-sequence instead of
7818         the cl.el copy-list.
7819
7820 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7821
7822         * imap.el: Bring it back (revert
7823         84d800cd31de3064f0ed39617d725709a2f8f42f).
7824
7825 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7826
7827         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7828         Improve prompt.
7829
7830 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7831
7832         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7833         washing status from the default format.  It isn't very informative.
7834
7835 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7836
7837         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7838         Fix Gcc processing on imap.
7839
7840 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * imap.el: Remove file.  All the functionality is in nnimap.el.
7843
7844 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7845
7846         * message.el (message-bury): Don't pop up a new window when selected
7847         window is dedicated.
7848
7849 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7850
7851         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7852
7853 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * sieve-manage.el: Autoload `auth-source-search'.
7856         (sieve-sasl-auth): Use it.
7857
7858 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7859
7860         * nnimap.el: Autoload `auth-source-forget+'.
7861         (nnimap-open-connection-1): Use it if the connection fails.
7862
7863         * auth-source.el: Require `password-cache'.
7864         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7865         obsolete.
7866         (auth-source-magic): Marker for `password-cache' keys.
7867         (auth-source-do-cache): Update docstring.
7868         (auth-source-search): Use and check cache.
7869         (auth-source-forget-all-cached, auth-source-remember)
7870         (auth-source-recall, auth-source-forget, auth-source-forget+)
7871         (auth-source-specmatchp): Caching support functions.
7872         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7873         Remove and obsolete.
7874         (auth-source-user-or-password): Remove caching to further discourage
7875         using it.  Always hide passwords.
7876
7877         * password-cache.el (password-cache-remove): Accept secrets that are
7878         not strings.
7879
7880 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7881
7882         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7883         code for now, since it doesn't work for all users.
7884
7885 2011-02-09  Julien Danjou  <julien@danjou.info>
7886
7887         * message.el (message-options): Make message-options really buffer
7888         local.
7889
7890 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7891
7892         * mail-source.el: Autoload `auth-source-search'.
7893         (mail-source-keyword-map): Note order matters.
7894         (mail-source-set-1): Get all the mail-source source values and
7895         defaults and search auth-source on those if needed.  This can all
7896         probably be simplified.
7897
7898         * nnimap.el: Autoload `auth-source-search'.
7899         (nnimap-credentials): Use it.
7900         (nnimap-open-connection-1): Ask for the virtual server and physical
7901         address in one shot.
7902
7903         * nntp.el: Autoload `auth-source-search'.
7904         (nntp-send-authinfo): Use it.  Note TODO.
7905
7906 2011-02-08  Julien Danjou  <julien@danjou.info>
7907
7908         * shr.el (shr-tag-body): Add support for text attribute in body
7909         markups.
7910
7911         * message.el (message-options): Make message-options a local variable.
7912
7913 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7914
7915         * auth-source.el (auth-source-secrets-search)
7916         (auth-source-user-or-password): Use `append' instead of `nconc'.
7917         (auth-source-user-or-password): Build return list better and protect
7918         against nil :secret.
7919
7920 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7921
7922         * nnimap.el (nnimap-update-info): Refactor slightly.
7923         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7924         (nnimap-update-info): Clean up slightly.
7925         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7926         characters.
7927         (nnimap-process-quirk): Rename function to avoid collision.
7928         (nnimap-update-info): Fix macrology bug-out.
7929         (nnimap-update-info): Simplify split history test.
7930
7931 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7932
7933         * auth-source.el (top): Require 'eieio unconditionally.
7934         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7935         (auth-source-secrets-search): Limit search when `max' is greater than
7936         number of results.
7937
7938 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7939
7940         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7941         part not returning any data.
7942
7943         * proto-stream.el (open-protocol-stream): Document the return value.
7944
7945 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * auth-source.el (auth-source-secrets-search): Add examples.
7948
7949 2011-02-06  Julien Danjou  <julien@danjou.info>
7950
7951         * message.el (message-setup-1): Handle message-generate-headers-first
7952         set to t.
7953
7954 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7955
7956         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7957         API with a string "secrets:collection-name" and with 'default.
7958         (auth-source-backend-parse): Parse "secrets:collection-name" and
7959         'default.  Recurse on parses instead of repeating code.  Use the
7960         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7961         message when ignoring a source.
7962         (auth-source-search): List ignored search keys at the top level.
7963         (auth-source-netrc-create): Use `case' instead of `cond'.
7964         (auth-source-secrets-search): Created with TODOs.
7965         (auth-source-secrets-create): Created with TODOs.
7966         (auth-source-retrieve, auth-source-create, auth-source-delete)
7967         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7969         (auth-source-user-or-password-sftp)
7970         (auth-source-user-or-password-smtp): Remove.
7971         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7972         around `auth-source-search'.  Not tested thoroughly.
7973
7974 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * auth-source.el: Bring in assoc and eioeio libraries.
7977         (secrets-enabled): New variable to track the status of the Secrets API.
7978         (auth-source-backend): New EIOEIO class to represent a backend.
7979         (auth-source-creation-defaults): New variable to set prompt defaults
7980         during token creation (see the `auth-source-search' docstring for
7981         details).
7982         (auth-sources): Simplify to allow a simple string as a netrc backend
7983         spec.
7984         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7985         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7986         (auth-source-search): Main auth-source API entry point.
7987         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7988         (auth-source-search-collection): Helper function for searching.
7989         (auth-source-netrc-parse, auth-source-netrc-normalize)
7990         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7991         Supports search, create, and delete.
7992         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7993         backend stubs.
7994         (auth-source-user-or-password): Call `auth-source-search' but it's not
7995         ready yet.
7996
7997 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7998
7999         * message.el (message-setup-1): Remove the read-only stuff, since it
8000         doesn't work under XEmacs, for some reason.
8001
8002         * gnus-sum.el (gnus-user-date): Rename back from
8003         gnus-summary-user-date since user code refers to it.
8004
8005         * shr.el (shr-render-td): Store the actual background color used.
8006
8007         * message.el (message-setup-1): Don't bind the constant
8008         -forbidden-properties.
8009         (message-setup-1): Revert previous change, since it needs to bind the
8010         props to insert them.
8011         (message-resend): Allow removing the read-only separator line.
8012
8013 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8014
8015         * nnimap.el (nnimap-request-accept-article): Give an error message if
8016         the APPEND wasn't successful.
8017
8018 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
8019
8020         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
8021         that have no groups.
8022
8023 2011-02-03  Julien Danjou  <julien@danjou.info>
8024
8025         * gnus-draft.el: Remove progn around gnus-draft-setup.
8026
8027 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8028
8029         * gnus-start.el (gnus-read-active-for-groups): This function is never
8030         called with a nil `infos', so clean that up.
8031         (gnus-get-unread-articles): Request active files from primary/secondary
8032         methods that have no groups (yet).
8033
8034 2011-02-03  Julien Danjou  <julien@danjou.info>
8035
8036         * message.el (message-setup-1): Always generate References first.
8037         (message-mail): Return the return value of message-setup, not always t.
8038         (message-setup-1): Insert mail-header-separator with read-only and
8039         intangible properties set.
8040
8041         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8042         user-date in docstring.
8043
8044         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8045
8046         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8047         docstring.
8048
8049         * gnus.el (gnus-user-date-format-alist): Change default value.
8050         Use defcustom, with type and group.  Move from gnus-util.el.
8051         Rename to gnus-summary-user-date-format-alist.
8052
8053 2011-02-03  Glenn Morris  <rgm@gnu.org>
8054
8055         * nnimap.el (gnus-fetch-headers): Declare.
8056
8057         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8058
8059 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8060
8061         * message.el (message-forward-make-body-digest-plain)
8062         (message-followup, message-reply): Clean up things noted by Stefan.
8063
8064         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8065         gnus-article-update-date-headers is nil.
8066         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8067         it didn't really work with defcustom.
8068         (article-update-date-lapsed): Make sure the window start doesn't move,
8069         either.
8070
8071 2011-02-01  Julien Danjou  <julien@danjou.info>
8072
8073         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8074         format.
8075
8076         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8077         standard in Emacs nowadays.
8078
8079         * color.el (color-gradient): Add a color-gradient function.
8080
8081 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8082
8083         * message.el (message-expand-name): Don't trust the return value of
8084         bbdb-complete-name.
8085         (message-check-news-header-syntax): Remove unused var `start'.
8086         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8087         (message-inhibit-body-encoding): Move to before first use.
8088         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8089         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8090         (Organization, Message-ID, Date, mh-previous-window-config):
8091         Defvar the vars using dynamic scoping.
8092
8093 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8094
8095         * shr.el (shr-render-td): Only do colors at the final rendering.
8096         Should be slightly faster.
8097         (shr-insert-table): Fix up TD background colors when doing the
8098         vertical padding.
8099
8100         * gnus-art.el (article-date-ut): Protect against articles with no Date
8101         header.
8102         (article-update-date-lapsed): Don't use current-column to find the
8103         horizontal position.  It's fragile in the presence of \003 characters.
8104
8105         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8106
8107 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-art.el (article-transform-date): Rewrite to still work when
8110         there are several rfc2822 parts.
8111         (article-transform-date): Fix infinite recursion.
8112         (article-date-ut): Replace infinitely many Date headers with a single
8113         one when called interactively.
8114
8115         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8116         secure manner.
8117
8118         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8119         move around by not using save-window-excursion.  It seems to work...
8120
8121 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-art.el (article-make-date-line): Work for user-defined format.
8124
8125 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8126
8127         * nntp.el (nntp-retrieve-group-data-early)
8128         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8129         fetching functions.
8130
8131         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8132         thoroughly for all backends that have no known groups.  This should
8133         allow new nnml methods to retrieve mail.
8134
8135         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8136         that Gnus doesn't know exists again.
8137
8138         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8139         (gnus-treat-date-ut): Ditto.
8140         (gnus-article-update-date-header): Rename.
8141         (gnus-treat-date-local): Remove.
8142         (gnus-treat-date-english): Remove.
8143         (gnus-treat-date-lapsed): Remove.
8144         (gnus-treat-date-combined-lapsed): Remove.
8145         (gnus-treat-date-original): Remove.
8146         (gnus-treat-date-iso8601): Remove.
8147         (gnus-treat-date-user-defined): Remove.
8148         (gnus-article-date-headers): New variable to control all the date
8149         header options.
8150         (article-date-ut): Rewrite to allow using the new way to format date
8151         headers(s).
8152
8153 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8154
8155         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8156         method.
8157         (nnmail-article-group): A better test for fanciness.
8158
8159         * nnimap.el (nnimap-request-head): Protect against not finding the
8160         article by Message-ID.
8161
8162 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8163
8164         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8165         keep point at the "same place".
8166
8167 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8168
8169         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8170         data if the group is inactive.
8171
8172 2011-01-28  Julien Danjou  <julien@danjou.info>
8173
8174         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8175         (gnus-all-windows-visible-p): Remove old compatibility code.
8176         (gnus-window-top-edge): Add docstring.
8177
8178         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8179
8180 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8181
8182         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8183         older request-update-info.
8184
8185         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8186
8187 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8188
8189         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8190         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8191
8192 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8195         groups.  This makes the nndraft:queue group pop up if it's not already
8196         there.
8197
8198         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8199         messages" logic, which was reversed.
8200
8201         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8202         the "same place" even if point is on the line being replaced.
8203         (article-update-date-lapsed): Allow updating both the combined lapsed
8204         and the lapsed headers.
8205         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8206         (article-make-date-line): Limit the number of segments dynamically to
8207         avoid too-long lines.
8208
8209 2011-01-27  Julien Danjou  <julien@danjou.info>
8210
8211         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8212         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8213
8214 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8217         Use plist-get instead of the cl function getf.
8218
8219 2011-01-27  Glenn Morris  <rgm@gnu.org>
8220
8221         * gnus-util.el (float-time): Get rid of compiler warning, again.
8222
8223 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8224
8225         * shr.el (shr-put-color): Special-case background colors: Do put them
8226         at the blank parts at the front of the lines.
8227
8228         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8229         exit hook to nix out all data on readedness on group exit.
8230
8231         * gnus-util.el (float-time): If float-time is bound, always use it on
8232         all Emacsen.  It's unclear why the subrp check was there.
8233         (time-date): Require to make some autoload issues on XEmacs go away.
8234
8235         * shr.el (shr-put-color): Don't do the box padding in tables, since
8236         they're already padded.
8237
8238 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8239
8240         * gnus-art.el (gnus-article-next-page): When the last line of the
8241         article is displayed, scroll down once more instead of going to the
8242         next article at once.
8243         (article-lapsed-string): Refactor out and allow specifying how many
8244         segments you want.
8245         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8246         (gnus-article-update-lapsed-header): New variable.
8247
8248         * shr.el: Revert change that made headings use different-sized faces.
8249         The Emacs display engine isn't advanced enough that, for instance,
8250         tables can comfortably use differently-sized faces.
8251
8252 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8253
8254         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8255         used.
8256         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8257         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8258         we're using an encrypted connection.
8259
8260         * proto-stream.el: Alter the interface functions to also return the
8261         actual stream type used: network or tls.
8262
8263 2011-01-25  Julien Danjou  <julien@danjou.info>
8264
8265         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8266         (mm-display-javascript-inline): New function.
8267
8268         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8269         viewing function.
8270
8271 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * shr.el (shr-expand-newlines): Fix variable name.
8274
8275 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8276
8277         * shr.el (shr-expand-newlines): Make nested boxes work.
8278
8279 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8280
8281         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8282         backgrounds.
8283         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8284         in a more sensible manner.
8285
8286 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8289         if EPG is loaded.
8290
8291 2011-01-24  Julien Danjou  <julien@danjou.info>
8292
8293         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8294         tags.
8295
8296 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8297
8298         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8299         commands.
8300
8301         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8302         in the article buffer.
8303         (gnus-gravatar-insert): Use blank space from the current buffer to
8304         avoid breaking text properties.  This makes X-Sent updating work again.
8305
8306         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8307
8308 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8309
8310         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8311         fix the bug in url-http.el instead.
8312
8313         * shr.el (shr-image-fetched): Ditto.
8314
8315         * shr.el (shr-image-fetched): Avoid having point move in the article
8316         buffer.
8317
8318         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8319         buffer after being called.  It's apparently being killed by url.el, and
8320         killing it made point move to end-of-buffer in a random buffer.
8321
8322         * shr.el (shr-image-fetched): Ditto.
8323
8324 2011-01-23  Julien Danjou  <julien@danjou.info>
8325
8326         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8327
8328         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8329         text/x-org.
8330
8331 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8332
8333         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8334         (i.e., nnimap) returning nil as the article number.
8335
8336 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8337
8338         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8339         "DelSp" parameter in RFC3676.
8340
8341 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8342
8343         * message.el (message-check-recipients): Display the encoded version of
8344         the bogus address if they differ.
8345
8346         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8347         after sending.
8348
8349         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8350
8351         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8352
8353         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8354         group buffer after sending the queue.
8355
8356         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8357
8358 2011-01-22  Julien Danjou  <julien@danjou.info>
8359
8360         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8361
8362 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8363
8364         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8365         nested related parts.
8366
8367         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8368         unexpired articles.  This fixes the regression that led expiry marks to
8369         disappear from nnfolder groups.
8370
8371 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8372
8373         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8374         Don't confuse the "ret" of "retrograde" with RET.
8375
8376 2011-01-21  Julien Danjou  <julien@danjou.info>
8377
8378         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8379         than mm-insert-inline.
8380
8381 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8384         Widen article buffer.
8385
8386 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8387
8388         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8389         the temp buffer.
8390         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8391
8392 2011-01-20  Julien Danjou  <julien@danjou.info>
8393
8394         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8395
8396         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8397         than mm-insert-inline to insert inline part: this respect
8398         mm-inline-media-tests displayers.
8399
8400         * mm-view.el (mm-display-shell-script-inline): New function.
8401
8402         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8403
8404         * mm-uu.el (mm-uu-type-alist): Add org block.
8405         (mm-uu-org-src-code-block-extract): New function.
8406
8407         * mm-view.el (mm-display-org-inline): New function.
8408
8409         * mm-decode.el (mm-automatic-display): Add text/org.
8410
8411         * mailcap.el (mailcap-mime-extensions): Add .org.
8412
8413 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8416         gnus-article-add-buttons.
8417
8418 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8419
8420         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8421         From header with a date and "nobody" as the sender.
8422
8423 2011-01-19  Julien Danjou  <julien@danjou.info>
8424
8425         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8426         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8427         if you have the same regexp several times.
8428         (gnus-button-push): Fix matching when regexp is symbol.
8429
8430 2011-01-15  Glenn Morris  <rgm@gnu.org>
8431
8432         * message.el (message-mail): A compose-mail function should
8433         accept headers as strings.
8434
8435 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8436
8437         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8438         Add :vert-only tags.
8439         (message-mail): New arg RETURN-ACTION.
8440         (message-return-action): New var.
8441         (message-bury): Use it.
8442         (message-mode): Make it buffer-local.
8443         (message-send-and-exit): Always call message-bury.
8444
8445         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8446         message-mail.
8447
8448 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * nnimap.el (nnimap-convert-partial-article): Protect against
8451         zero-length body parts.
8452
8453         * mm-decode.el (mm-preferred-alternative-precedence):
8454         Discourage showing empty parts.
8455
8456         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8457         and stuff if the backend didn't return the article number.  This fixes
8458         an Exchange-related nnimap bug.
8459
8460         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8461         group window, because it does the wrong thing when a separate frame
8462         displays the group buffer.
8463
8464         * proto-stream.el (open-protocol-stream): Protect against the low-level
8465         transport functions returning nil.
8466
8467 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8468
8469         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8470         (mml2015-epg-find-usable-secret-key): New function.
8471         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8472         mml2015-epg-find-usable-key (Bug#7797).
8473         (mml2015-epg-encrypt): Ditto.
8474
8475 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * dgnushack.el (rot13-string): Fix the way to get the argument.
8478
8479 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8482
8483 2011-01-03  Glenn Morris  <rgm@gnu.org>
8484
8485         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8486
8487         * sieve.el (sieve-open-server): Give a more explicit error if
8488         sieve-manage-open returns nil.  (Bug#7720)
8489
8490 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8491
8492         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8493
8494 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8497         This avoids sending passwords in plain text over non-encrypted
8498         channels.
8499
8500         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8501
8502         * nnimap.el (nnimap-login): Refactored out into own function, and
8503         implement CRAM-MD5.
8504         (nnimap-wait-for-line): Refactored out.
8505
8506         * mm-view.el (mml-smime): Require.
8507
8508 2010-12-20  David Engster  <deng@eml.cc>
8509
8510         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8511         use EPG to decrypt S/MIME messages instead of openssl.
8512
8513 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8516
8517         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8518         status is the group clearly is unreachable.
8519
8520         * auth-source.el (auth-source-create): Add the optional second
8521         parameter to `local-variable-p' to be compatible with XEmacs.
8522
8523 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8524
8525         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8526         work when using a compressed nnml folder.
8527
8528 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8531         backends after sanitising on entry, because this never makes sense:
8532         If the articles have gone missing, then the data no longer exists on
8533         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8534         overwrite anything anyway.
8535
8536         * shr.el (shr-insert-document): Bind shr-width dynamically to
8537         window-width if it's nil.
8538
8539 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8540
8541         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8542         with the meaning of using the full emacs window width for rendering.
8543
8544 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8545
8546         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8547         case when sender is not given.
8548
8549 2010-12-23  Julien Danjou  <julien@danjou.info>
8550
8551         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8552         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8553         the addresses, otherwise we might misplaced the gravatar.
8554
8555 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8556
8557         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8558         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8559         obsolete in Emacs.
8560
8561 2010-12-20  Julien Danjou  <julien@danjou.info>
8562
8563         * gnus-util.el (gnus-rescale-image): Revert last change.
8564
8565 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8566
8567         * binhex.el: Improve commentary (Bug#7482).
8568
8569 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-group.el (gnus-group-delete-articles): New command.
8572
8573 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8574
8575         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8576
8577 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8578
8579         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8580         here, since it's up to the backends to do CRLF removal if their
8581         protocol has it.
8582
8583         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8584
8585 2010-12-17  Julien Danjou  <julien@danjou.info>
8586
8587         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8588         they are from file.  Can also scale up.
8589
8590 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8591
8592         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8593         Restore gnus-use-agent.
8594         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8595
8596         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8597
8598 2010-12-17  Julien Danjou  <julien@danjou.info>
8599
8600         * gravatar.el (gravatar-retrieve-synchronously): New function.
8601         (gravatar-get-data): Make more robust.
8602
8603 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8606
8607 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8610         to really consider the last line.
8611
8612 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8613
8614         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8615         list of recipient keys, or use symmetric encryption if not a list.
8616         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8617         EPA override, replacing the call to `netrc-store-data'.
8618
8619 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8620
8621         * gnus-srvr.el: Avoid passing nil regexp argument to
8622         delete-matching-lines.
8623
8624 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8627         fetching stops when Gnus exits.
8628
8629         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8630         function.
8631         (nnfolder-request-expire-articles): Save all the buffers after doing
8632         expiry.
8633
8634         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8635         the last article", since that led to serious performance regressions
8636         when expiring nnml groups.
8637
8638 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8639
8640         * nnir.el: Improve customizations.
8641
8642 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8645
8646         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8647         group has been killed.
8648         (gnus-group-yank-group): Ditto.
8649
8650         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8651
8652         * nnimap.el (nnimap-request-update-group-status): New function.
8653
8654         * gnus-int.el (gnus-request-update-group-status): New interface
8655         function.
8656
8657         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8658         copying read-ness to the backends.
8659
8660         * nnimap.el (nnimap-quirk): New function.
8661         (nnimap-retrieve-group-data-early): Use it.
8662         (nnimap-quirks): New alist.
8663
8664 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8667         don't delete it within indentation.
8668
8669 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8672         previous line.
8673
8674 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8677         QRESYNC command by deleting a superfluous space which broke Cyrus
8678         servers.  This change will break other servers that are buggy the other
8679         way around.
8680
8681 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8682
8683         * spam.el: Reindent and fix long lines.
8684         (spam-copy-or-move-routine): Exclude invalid move destinations.
8685
8686 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8687
8688         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8689         installed the registry.
8690
8691 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8694
8695 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8696
8697         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8698         groupname doesn't contain "gmane".
8699
8700 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8703         and netrc-bound-and-true-p bindings.
8704         (netrc-parse): Cache the netrc contents.
8705
8706         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8707         (gnus-1): Don't create the nndrafts group twice.
8708         (gnus-setup-news): There's no need to read the active file here, since
8709         that's done again later on a per-backend basis.
8710         (gnus-start-draft-setup): Make sure that the new group is started out
8711         empty.
8712
8713         * gnus-agent.el (gnus-agentize): Don't create the queue group
8714         automatically on startup.  It'll be created later, if needed.
8715
8716         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8717         of automatically subscribed groups.
8718         (gnus-auto-subscribed-categories): New variable.
8719         (gnus-matches-options-n): Use it.
8720         (gnus-default-subscribed-newsgroups): Remove unused variable.
8721         (gnus-start-draft-setup): Message a bit less.
8722
8723 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8724
8725         * nnir.el (nnir-run-imap): Return article list in order of increasing
8726         UID.
8727
8728 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * gnus-sum.el (gnus-summary-enter-digest-group):
8731         Mention gnus-auto-select-on-ephemeral-exit.
8732
8733         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8734         convention of the network-only option.
8735
8736 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * proto-stream.el (proto-stream-open-network-only): New function to
8739         have a way to specify non-STARTTLS upgrade connections.
8740
8741 2010-12-10  Julien Danjou  <julien@danjou.info>
8742
8743         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8744         email address is nil.
8745
8746         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8747
8748 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8749
8750         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8751         deletion.
8752         (nnir-run-imap): Only need to parse list once.
8753
8754 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755
8756         * shr.el (shr-tag-script): Ignore <script>.
8757         (shr-tag-label): Add <label> support.
8758
8759 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8762
8763         * shr.el (shr-image-displayer): Work for images lined side by side.
8764
8765 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8766
8767         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8768         parameter, since XEmacs doesn't accept t as a parameter.
8769
8770 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8771
8772         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8773         ids.
8774         (nnir-run-gmane): Simplify groupspec formatting.
8775         (nnir-request-expire-articles): New function.
8776
8777 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8778
8779         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8780         overflow, possibly.
8781
8782         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8783         (shr-render-td): Handle td style="" better.
8784         (shr-tag-table): Use the color from the style sheet.
8785         (shr-render-td): Make sure we copy over all the overlays, too.
8786
8787 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8788
8789         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8790         (nnir-request-article): Improve article retrieval.
8791
8792 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * mm-util.el (mm-extra-numeric-entities): New variable.
8795
8796         * mm-url.el (mm-url-decode-entities):
8797         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8798
8799         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8800
8801 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8802
8803         * message.el: Use completion-at-point.
8804         (message-completion-function): New fun, extracted from message-tab.
8805         (message-mode): Use it for completion-at-point-functions.
8806         (message-tab): Use it and completion-at-point.
8807
8808 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8811         character if a non-breakable character follows.
8812
8813 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8816         any stream.
8817
8818         * shr.el (shr-tag-font): Colorize the region.
8819         (shr-tag-body): Ditto.
8820         (shr-tag-font): Actually let the styles be inherited instead of
8821         overwriting them.
8822         (shr-tag-font): Get the background color right.
8823         (shr-tag-style): Ignore all <style> tags for the moment.
8824
8825         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8826         a Message-ID to avoid having nnimap depend on gnus-sum.
8827
8828         * shr.el (shr-descend): Only colorize something if we have a node that
8829         sets colors.
8830
8831 2010-12-06  Julien Danjou  <julien@danjou.info>
8832
8833         * shr.el (shr-render-td): Render td content with shr-descend, so style
8834         will be applied to <td> too.
8835         (shr-colorize-region): Colorize region even if we only have a background.
8836         (shr-tag-body): Fix color and background color inheritance.
8837         Do not recolorize after shr-generic.
8838         (shr-tag-font): Let shr-generic colorize via inheritance.
8839
8840 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8843
8844 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8845
8846         * nnir.el (nnir-request-move-article): Remove obsolete code.
8847
8848 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8851
8852 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * gnus-sum.el (gnus-summary-respool-article): The completion function
8855         expects a list instead of an alist.
8856
8857         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8858         string as the parameter.
8859
8860         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8861
8862         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8863         styles.
8864         (shr-colorize-region): New function.
8865         (shr-insert-background-overlay): Remove.
8866         (shr-render-td): Background setting should be taken care of on a higher
8867         level.
8868         (shr-tag-body): Use post-hoc colorizations.
8869         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8870         (shr-put-color-1): Don't overwrite old colors.
8871         (shr-colorize-region): When the background color isn't explicit, use
8872         a fixed background.
8873
8874         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8875         nnmail variables.
8876
8877 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8878
8879         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8880         unless necessary.
8881
8882 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8883
8884         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8885         server.
8886
8887 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888
8889         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8890         so that TAB works.
8891
8892         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8893         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8894
8895         * shr.el (shr-urlify): Show the URL before the title to avoid
8896         misleading URLs.
8897
8898 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8899
8900         * shr.el (shr-urlify): Display the title in <a> tags.
8901
8902 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8903
8904         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8905
8906 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8907
8908         * nnir.el: Rearrange code to allow macros to be autoloaded by
8909         gnus-sum.el.
8910         (nnir-retrieve-headers-override-function): Make this variable
8911         customizable.
8912         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8913
8914         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8915         from nnir.el.
8916
8917 2010-12-03  Julien Danjou  <julien@danjou.info>
8918
8919         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8920
8921 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8924         allow optional argument `environment'.
8925
8926 2010-12-03  Glenn Morris  <rgm@gnu.org>
8927
8928         * mm-extern.el (message-goto-body): Update declaration.
8929
8930 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-util.el (gnus-macroexpand-all): New function.
8933
8934         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8935         instead of macroexpand-all that is unavailable in XEmacs.
8936
8937 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8938
8939         * nnir.el (nnir-summary-line-format): New variable.
8940         (nnir-mode): Use it.
8941         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8942         (nnir-article-ids): Reimplement as defsubst.
8943         (nnir-retrieve-headers): Don't mangle the subject header.
8944         (nnir-run-imap): Use 100 as RSV score.
8945         (nnir-run-find-grep): Fix for full server searching.
8946         (nnir-run-gmane): Better restriction to gmane groups.
8947
8948         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8949         summary buffers.
8950
8951 2010-12-02  Julien Danjou  <julien@danjou.info>
8952
8953         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8954
8955         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8956
8957         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8958         support.
8959
8960 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8961
8962         * nnir.el: Update to handle the registry better.
8963         (autoload): Silence byte-compiler.
8964         (nnir-open-server): Add a hook for nnir groups.
8965         (nnir-request-move-article): Don't mangle the header.  Better to use
8966         formatting variables (which will be added in the future).
8967         (nnir-registry-action): Update the registry using the original article
8968         group name.
8969         (nnir-mode): Install nnir-specific hooks for updating the registry.
8970
8971         * gnus-sum.el
8972         (gnus-article-original-subject, gnus-newsgroup-original-name):
8973         Remove obsolete variables.
8974         (gnus-summary-move-article): Remove use of obsolete variables.
8975         (gnus-summary-local-variables): Make move and delete hooks local to
8976         summary buffers.
8977
8978 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * rtree.el: New file.
8981
8982 2010-12-01  Julien Danjou  <julien@danjou.info>
8983
8984         * message.el (message-user-organization): Do not use
8985         gnus-local-organization.
8986
8987         * gnus.el: Remove gnus-local-organization.
8988
8989         * gnus-msg.el: Remove nastygram thing.
8990
8991 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8992
8993         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8994         funcall.
8995
8996 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8999         names.
9000
9001         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
9002         characters.
9003
9004         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
9005         to t of inhibit-read-only since it is inside gnus-with-article-headers.
9006         Suggested by Štěpán Němec <stepnem@gmail.com>.
9007         (gnus-gravatar-transform-address): Use mail-extract-address-components
9008         that supports non-ASCII names rather than mail-header-parse-addresses.
9009
9010 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9011
9012         * proto-stream.el (open-protocol-stream): All starttls connections are
9013         handled by the network handler.
9014
9015 2010-11-30  Julien Danjou  <julien@danjou.info>
9016
9017         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9018         (nnimap-open-connection-1): Fix PREAUTH.
9019
9020         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
9021
9022 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9025         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9026         (shr-insert): Use them.
9027         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9028
9029 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9030
9031         * nnir.el (nnir-request-move-article): Bail out if original group
9032         doesn't support article moves.
9033         (nnir-get-active): Improve active list retrieval.
9034
9035 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9038
9039 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9040
9041         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9042         seem to accept strings-with-numbers as port numbers.
9043
9044 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9045
9046         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9047         change the registry.
9048
9049 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9052         delete-dups that is not available in XEmacs 21.4.
9053
9054         * mm-util.el (mm-delete-duplicates): Add comment.
9055
9056 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9057
9058         * nnir.el (nnir-ignored-newsgroups): New variable.
9059         (nnir-get-active): Use it.
9060
9061 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * proto-stream.el (proto-stream-open-network): Add some comments.
9064
9065         * nntp.el (nntp-open-connection): Provide a :success condition.
9066
9067         * nnimap.el (nnimap-open-connection-1): Ditto.
9068
9069         * proto-stream.el (proto-stream-open-network): See what the response to
9070         the STARTTLS command is.
9071
9072         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9073         backwards compatibility).
9074         (nnimap-open-connection-1): Really respect nnimap-server-port.
9075
9076         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9077         TLS upgrades we don't really care about the identity of the peer.
9078         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9079         that what we've checked for.
9080         (proto-stream-always-use-starttls): Only default to t if
9081         open-gnutls-stream exists.
9082         (proto-stream-open-network): If STARTTLS failed, then just open a
9083         normal connection.
9084         (proto-stream-open-network): Wait until the greeting before doing
9085         STARTTLS.
9086
9087         * nntp.el (nntp-open-connection): Report what the connection error is.
9088
9089         * proto-stream.el (open-protocol-stream): Rename from
9090         open-proto-stream.
9091
9092 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * nnimap.el (nnimap-stream): Change default to `undecided'.
9095         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9096         first, and then network.
9097         (nnimap-open-connection-1): Respect nnimap-server-port.
9098         (nnimap-open-connection): Be more backwards-compatible.
9099
9100         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9101         (proto-stream-open-starttls): De-duplicate the starttls code.
9102         (proto-stream-open-starttls): Folded back into the main function.
9103         (proto-stream-open-network): Fix typo in the gnutls path.
9104         (proto-stream-command): Refactor out.
9105
9106         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9107
9108         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9109         starttls.el STARTTLS.
9110
9111         * color.el (color-lab->srgb): Fix function call name.
9112
9113         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9114         if we're using tls.el.
9115         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9116         built in, then don't try to establish a STARTTLS connection.
9117
9118         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9119         servers.
9120
9121         * proto-stream.el (open-proto-stream): Use network, not stream.
9122         (open-proto-stream): Add a way to specify what the end of a command is.
9123
9124         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9125         connections types.
9126         (nntp-open-network-stream): Remove.
9127         (nntp-open-ssl-stream): Remove.
9128         (nntp-open-tls-stream): Remove.
9129         (nntp-ssl-program): Remove.
9130
9131         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9132
9133 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9134
9135         * nnir.el: Fix typos.
9136         (nnir-retrieve-headers-override-function): Rename variable to reflect
9137         new semantics.
9138         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9139         macros.
9140         (nnir-request-article, nnir-request-move-article): Use them.
9141         (nnir-categorize): New function.
9142         (nnir-run-query): Use it.
9143         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9144         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9145         sorted.
9146         (nnir-group-full-name): Use gnus-group-full-name instead.
9147         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9148         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9149
9150 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9153
9154         * proto-stream.el: New library to provide protocol-specific
9155         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9156         protocols.
9157         (open-proto-stream): Complete the documentation.
9158         (proto-stream-open-network): Fix some typos.
9159
9160         * nnimap.el (nnimap-open-connection): Use it.
9161
9162 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9163
9164         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9165         negotiation.
9166
9167 2010-11-26  Julien Danjou  <julien@danjou.info>
9168
9169         * color.el: Rename various rgb functions to srgb.
9170
9171 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172
9173         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9174         names.
9175
9176 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * shr.el (shr-insert): Revert last change.
9179         (shr-find-fill-point): Never leave point being at bol;
9180         relax the kinsoku limitation when rendering tables.
9181
9182 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9183
9184         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9185         results from -accept-article.
9186
9187         * shr-color.el: Require cl when compiling.
9188
9189         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9190         checkin.
9191
9192         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9193
9194         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9195
9196         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9197         'add and 'delete to set backend marks.
9198
9199         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9200
9201         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9202
9203         * nntp.el (nntp-request-set-mark): Use it.
9204
9205         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9206
9207         * nnml.el (nnml-request-set-mark): Ditto.
9208
9209         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9210         introduces regressions in article selection.
9211         (nnimap-find-uid-response): New function.
9212         (nnimap-request-accept-article): Use the UID returned, if any.
9213         (nnimap-request-move-article): Use the UID returned, if any.
9214         (nnimap-get-groups): Reimplement to work with folded lines.
9215         (nnimap-find-uid-response): The UID is the last element in the list.
9216         (nnimap-request-set-mark): Extend syntax with 'set.
9217
9218         * nnml.el (nnml-request-set-mark): Ditto.
9219
9220         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9221
9222         * nntp.el (nntp-request-set-mark): Ditto.
9223
9224 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * message.el (message-called-interactively-p): A temporary macro.
9227         (message-goto-body): Use it temporarily.
9228
9229 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9232         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9233         (nnimap-last-response-string): Fix last unfolding fix.
9234
9235 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * shr.el (shr-insert): Fix the way to fold lines.
9238
9239 2010-11-25  Julien Danjou  <julien@danjou.info>
9240
9241         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9242
9243         * color.el: Rename from color-lab.el
9244         (color-rgb->hex): Add.
9245         (color-complement): Add.
9246         (color-complement-hex): Add.
9247
9248         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9249
9250 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * shr-color.el (shr-color-visible): Don't bug out if the color names
9253         don't exist.
9254
9255 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9258         assuming that article displaying or another mml-preview may be
9259         interrupted for an error or for the like.
9260
9261         * shr.el (shr-get-background): Fix argument name.
9262
9263 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9266
9267         * gnus-sum.el (gnus-summary-include-articles): New function.
9268
9269         * message.el (message-goto-body): called-interactively-p needs a
9270         parameter, so use `any'.
9271
9272         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9273         clear marks before moving, since they're synced from the Gnus side
9274         first.
9275
9276         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9277         (gnus-summary-move-article): Copy over all marks before moving, so that
9278         IMAP doesn't think a new article has arrived.
9279
9280 2010-11-24  Julien Danjou  <julien@danjou.info>
9281
9282         * shr.el (shr-insert-background-overlay): Fix typo.
9283         (shr-render-td): Copy the background before rendering.
9284
9285         * shr-color.el (shr-color-visible): Fix docstring.
9286
9287         * shr.el (shr-tag-table): Add bgcolor support.
9288         (shr-render-td): Add bgcolor support.
9289         (shr-get-background): Add.
9290         (shr-insert-foreground-overlay): Use shr-get-background.
9291
9292         * message.el (message-goto-body): Use called-interactively-p.
9293         (message-in-body-p): message-goto-body returns point.
9294
9295 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9298         Fixes something or other in Emacs 23, and is backwards compatible.
9299
9300         * message.el (message-goto-body): Remove the <#secure special-casing,
9301         which is too special.
9302
9303         * shr.el (shr-parse-style): Drop !important from styles.
9304
9305 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9306
9307         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9308         this function to return incorrect results when calling it with an
9309         explicit article argument different from
9310         (gnus-summary-article-number).
9311
9312 2010-11-24  Julien Danjou  <julien@danjou.info>
9313
9314         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9315         (shr-tag-body): Add background support.
9316         (shr-descend): Add background support.
9317         (shr-tag-title): Add.
9318
9319         * shr-color.el (shr-color-visible): Really return original background
9320         if fixed.
9321
9322 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * shr.el (shr-color-check): Protect against non-existent color names.
9325
9326 2010-11-24  Julien Danjou  <julien@danjou.info>
9327
9328         * color-lab.el: Require 'cl when compiling.
9329
9330         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9331
9332         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9333         matched part.
9334
9335         * color-lab.el: Fix all expt calls to use float type.
9336
9337 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9340         expression to shr-color-check as is.
9341
9342         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9343
9344         * color-lab.el: Add coding cookie.
9345         (float-pi): Use eval-and-compile.
9346
9347         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9348         compiled for Emacsen having no `libxml-parse-html-region' support.
9349
9350 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * shr.el (shr-insert-color-overlay): Split stuff like
9353         "#444444 !important" to find the real color.
9354         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9355         parse <font color="red"> entries.
9356
9357 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9358
9359         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9360         point when parsing headers.
9361
9362         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9363         is positioned properly when parsing headers.
9364
9365 2010-11-23  Julien Danjou  <julien@danjou.info>
9366
9367         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9368
9369         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9370
9371         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9372
9373         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9374         Use shr-color-hue-to-rgb.
9375         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9376
9377 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * shr.el (shr-color->hexadecimal): Autoload.
9380         (shr-descend): Add color to all tags.
9381
9382 2010-11-22  Julien Danjou  <julien@danjou.info>
9383
9384         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9385         shr-color->hexadecimal.
9386
9387         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9388         RGB() or HSL() color representation.
9389
9390         * shr.el (shr-tag-font): Add.
9391         (shr-tag-color-check): New function to get better colors.
9392         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9393         tag-span.
9394
9395         * shr-color.el: New file.
9396
9397         * color-lab.el: New file.
9398
9399         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9400
9401 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9402
9403         * nnir.el: Fix typo in comments.
9404         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9405         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9406
9407 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9410
9411         * nnimap.el (nnimap-get-capabilities): Refactor out.
9412         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9413
9414 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9415
9416         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9417         appearing when `mm-uu-hide-markers' is nil.
9418
9419 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * nnimap.el (nnimap-unselect-group): Make into its own function.
9422         (nnimap-request-rename-group): Unselect group before renaming.
9423         This had gotten lost somewhere.
9424         (nnimap-request-accept-article): Keep track of examined groups, and
9425         unselect the group before APPENDing to read-only groups.
9426         (nnimap-request-move-article): Clear flags before moving so that they
9427         can be re-set later.
9428
9429 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9432         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9433
9434 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (gnus-mime-display-single):
9437         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9438         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9439         parameter.
9440
9441 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9444         (shr-table-vertical-line): New variable.
9445         (shr-insert-table): Use it.
9446
9447 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * gnus-html.el (gnus-html-wash-images): Don't display images if
9450         gnus-inhibit-images is non-nil; register displayer for cid images.
9451         (gnus-html-display-image): Work for cid image.
9452         (gnus-html-insert-image): Allow arguments.
9453         (gnus-html-put-image): Inhibit read-only.
9454         (gnus-html-prefetch-images): Don't prefetch images if
9455         gnus-inhibit-images is non-nil.
9456
9457 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * shr.el (shr-put-image): Break lines when inserting big pictures.
9460
9461 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9462
9463         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9464         sender, thanks Katsumi Yamaoka.
9465
9466 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9467
9468         * nnir.el (nnir-run-imap): Reverse the article list for each group
9469         rather than the whole list.
9470
9471 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * shr.el (shr-image-displayer): Protect function against non-existent
9474         image source.
9475
9476         * gnus-art.el (gnus-inhibit-images): New user option.
9477         (gnus-mime-display-single): Don't display image if it is non-nil.
9478
9479         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9480         gnus-inhibit-images.
9481
9482         * shr.el (shr-image-displayer): New function.
9483         (shr-tag-img): Use it.
9484
9485 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9486
9487         * mml2015.el (mml2015-epg-sign): Use From header.
9488
9489 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9492
9493         * gnus-util.el (gnus-find-text-property-region): Return markers.
9494
9495         * shr.el (shr-tag-img): Put a displayer in the text property.
9496
9497         * gnus-util.el (gnus-find-text-property-region): New utility function.
9498
9499         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9500         (gnus-html-show-images): Remove.
9501
9502         * gnus-art.el (gnus-article-show-images): New, more general function.
9503
9504         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9505         image url text properties.
9506
9507         * shr.el: Ditto.
9508
9509         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9510         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9511
9512 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9515         work for two or more articles.
9516
9517 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9520         divide an image that's in an html article to two or more when washing
9521         non-ASCII characters in alt text of it.
9522
9523 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9526         smime-decrypt-region using function argument.
9527         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9528
9529         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9530
9531         * smime.el (smime-decrypt-region): Catch it.
9532
9533 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9534
9535         * smime.el (smime-mode-map): Move initialization into declaration.
9536         (gnus-run-mode-hooks): Don't autoload.
9537         (smime-mode): Use define-derived-mode.
9538
9539 2010-11-11  Glenn Morris  <rgm@gnu.org>
9540
9541         * smime.el (from): Restrict declaration to XEmacs.
9542
9543         * nnir.el (gnus-group-topic-name): Autoload.
9544
9545 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * shr.el (shr-insert): Don't break long line if it is because of
9548         kinsoku-bol characters in the line end.
9549
9550 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9551
9552         * nnir.el (nnir-request-move-article): Fix to provide original group
9553         and subject.
9554         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9555         been retrieved.
9556
9557         * gnus-sum.el (gnus-summary-move-article): Use original group and
9558         subject for virtual articles such as those in an nnir summary buffer.
9559
9560 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9563         least 21.5).
9564
9565         * smime.el (from): Declare it again for XEmacs.
9566
9567 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * message.el (message-resend): Don't disable encoding unless it's
9570         already encoded.
9571
9572         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9573         low-numbered articles.
9574
9575 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * rfc2047.el (rfc2047-syntax-table): Simplify.
9578
9579         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9580
9581         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9582         set-char-table-range for XEmacs.
9583
9584 2010-11-10  Glenn Morris  <rgm@gnu.org>
9585
9586         * time-date.el (time-to-seconds): Always an alias on Emacs,
9587         never a real function.
9588         (with-no-warnings): Remove compat stub, now unused.
9589         (time-less-p): Doc fix.
9590         (time-to-number-of-days): Simplify.
9591
9592         * smime.el (from): Remove unused declaration.
9593
9594         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9595         (gnus-float-time): On Emacs, always an alias.
9596
9597         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9598         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9599
9600 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * dgnushack.el: Don't use ignore-errors in the top level form since it
9603         is unavailable in XEmacs even if cl is loaded.
9604
9605         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9606
9607 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * shr.el (browse-url-mailto): Autoload.
9610
9611         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9612
9613         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9614         regexp doesn't need quoting.
9615
9616 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9617
9618         * message.el (message-subject-trailing-was-ask-regexp)
9619         (message-subject-trailing-was-regexp): Match was: in addition to was.
9620
9621 2010-11-09  Glenn Morris  <rgm@gnu.org>
9622
9623         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9624         (nnbabyl-check-mbox): Use point-at-bol.
9625
9626 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9629
9630         * message.el (message-mailto): New function.
9631         (message-mailto): Should accept other parameters.
9632         (message-mailto): Remove since it duplicates browse-url-mailto
9633         functionality.
9634
9635 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9638         methods.
9639         (gnus-read-active-file): Ditto.
9640
9641         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9642         ": " from the prompt.
9643         (gnus-group-make-group): Ditto.
9644
9645 2010-11-07  Glenn Morris  <rgm@gnu.org>
9646
9647         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9648         (gnus-bookmark-kill-line): Use point-at-eol.
9649
9650 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9653         asterisks in From header.
9654
9655 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9658         string to avoid making the From headers syntactically invalid.
9659
9660         * message.el (message-send-mail): Don't insert courtesy messages if the
9661         message already has List-Post and List-ID messages.
9662
9663 2010-11-06  Glenn Morris  <rgm@gnu.org>
9664
9665         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9666         `condition', `type', `length' a prefix.
9667         (gnus-treat-predicate): Update for above name changes.
9668
9669 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9670
9671         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9672         binding.  Handled by `gnus-summary-refer-thread' instead.
9673         (nnir-warp-to-article): New backend function.
9674
9675         * nnimap.el (nnimap-request-thread): Force dependency updating.
9676
9677         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9678         (gnus-summary-refer-thread): Rework to improve thread-referral.
9679
9680         * gnus-int.el (gnus-warp-to-article): New function.
9681
9682         * gnus-sum.el (gnus-summary-article-map): Bind it.
9683
9684 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9685
9686         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9687         gnus-summary-refer-thread.
9688
9689         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9690         headers.
9691         (gnus-summary-limit-include-thread): Prevent articles in thread from
9692         being cut in gnus-cut-threads.
9693         (gnus-summary-refer-thread): Limit retrieved headers to those in
9694         thread.
9695
9696 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697
9698         * message.el (message-send-mail): Use the value of
9699         message-courtesy-message from the message buffer.
9700
9701         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9702
9703         * shr.el (shr-browse-url): Implement mailto: URLs.
9704
9705         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9706         "raw".
9707
9708         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9709         if it's already selected.
9710
9711         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9712
9713 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9716         to measure the length and truncate alt text.
9717
9718 2010-11-03  Glenn Morris  <rgm@gnu.org>
9719
9720         * nndiary.el (nndiary-generate-nov-databases-1)
9721         (nndiary-generate-active-info): Rename dynamic variable `files' to
9722         something less generic.
9723
9724 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9725
9726         * nnir.el (nnir-request-move-article): Call the underlying backend to
9727         move articles from nnir.
9728
9729 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9732
9733 2010-11-02  Julien Danjou  <julien@danjou.info>
9734
9735         * nnir.el: Remove wais support.
9736
9737 2010-11-02  Glenn Morris  <rgm@gnu.org>
9738
9739         * gnus-html.el: Reorder requirements to quieten compiler.
9740
9741 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9744         properly for XEmacs as well.
9745         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9746         (gnus-article-natural-long-line-p): Use window-width rather than
9747         frame-width.
9748
9749 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9750
9751         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9752         (nnir-read-parms): Don't modify query.
9753         (nnir-run-query): Add ability to search topic on current line.
9754         (nnir-get-active): Clean up.
9755
9756 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9759         degenerate articles.
9760
9761         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9762         (gnus-print-buffer): Just print the buffer as is, without any copying
9763         to a buffer and then re-highlighting.
9764
9765         * nnimap.el (nnimap-request-group): Store the new updated info.
9766         (nnimap-request-group): Select the group when we don't know whether it
9767         exists or not.
9768
9769         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9770         groups.
9771
9772         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9773         groups.
9774
9775         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9776         groups.
9777
9778         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9779         long-lines case by only filling the long lines.
9780
9781         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9782         (bug#7311).
9783
9784 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * shr.el: No need to declare `declare-function' since shr.el is for
9787         only Emacsen that provide `libxml-parse-html-region'.
9788
9789         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9790         effective only in a file it is referred to.
9791
9792 2010-11-01  Glenn Morris  <rgm@gnu.org>
9793
9794         * mm-util.el (gnus-completing-read): Autoload.
9795         (mm-read-coding-system): Simplify Emacs definition.
9796
9797         * nnmail.el (gnus-activate-group):
9798         * nnimap.el (gnutls-negotiate):
9799         * nntp.el (netrc-parse): Fix declarations.
9800
9801 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9804         string-match-p in Emacs >=23.
9805
9806         * gnus-msg.el (gnus-configure-posting-styles):
9807         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9808
9809 2010-11-01  Glenn Morris  <rgm@gnu.org>
9810
9811         * nnir.el (declare-function): Add compat stub.
9812         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9813         (nnir-run-gmane): Require 'mm-url.
9814
9815         * mm-util.el (mm-string-to-multibyte): Simplify.
9816
9817         * shr.el (declare-function): Add compat stub.
9818         (url-cache-create-filename): Declare.
9819         (mm-disable-multibyte, widget-convert-button): Autoload.
9820
9821         * smime.el (ldap-search): Declare.
9822         (smime-cert-by-ldap-1): Require ldap on Emacs.
9823
9824         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9825         (nnimap-keepalive): Use gnus-float-time.
9826
9827         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9828         (mail-source-delete-crash-box): Use gnus-float-time.
9829
9830         * gnus-dired.el (gnus-completing-read): Autoload.
9831
9832         * mm-view.el (gnus-rescale-image): Autoload.
9833
9834         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9835
9836         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9837
9838         * sieve-manage.el: Require 'cl when compiling.
9839
9840         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9841         (gnus-iswitchb-completing-read): Require iswitchb.
9842         (gnus-select-frame-set-input-focus): Silence compiler.
9843
9844 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * message.el (message-subject-trailing-was-query): Change default to t,
9847         since I think that's what most people want.
9848
9849         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9850         appending for easier debugging.
9851         (nnimap-wait-for-connection): Take a regexp.
9852         (nnimap-request-accept-article): Wait for the continuation line before
9853         sending anything unless we're streaming.
9854
9855         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9856         leave the header washing to take place.
9857
9858 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9859
9860         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9861         regular expression match and replace in posting styles.
9862
9863 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9864
9865         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9866         an entire server.
9867         (nnir-get-active): New function.
9868         (nnir-run-imap): Use it.
9869         (nnir-run-gmane): Who knew, gmane search returns an article score!
9870
9871         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9872         server on the current line with nnir.
9873
9874 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875
9876         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9877         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9878         left edge.
9879         (gnus-article-foldable-buffer): Skip past the prefix when determining
9880         raggedness.
9881
9882         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9883         the raw article, and change `C-u g' to show the article without doing
9884         treatments.
9885
9886         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9887         on to `gnus-treat-article'.
9888         (gnus-inhibit-article-treatments): New variable.
9889
9890         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9891
9892         * gnus-art.el (gnus-treatment-function-alist): Have
9893         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9894         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9895         sections.
9896
9897         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9898         parameter.
9899         (gnus-article-fill-cited-long-lines): New function.
9900         (gnus-article-fill-cited-article): Allow filling only long sections.
9901
9902         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9903         and non-punctuation (like after the apostrophe in "'We").
9904
9905         * gnus-sum.el (gnus-summary-select-article): Make sure
9906         gnus-original-article-buffer is alive.
9907
9908         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9909         reflect the order they're in in the digest.
9910
9911         * gnus.el (gnus-group-startup-message): Move point to the start of the
9912         buffer.
9913
9914         * nnimap.el (nnimap-capability): New function.
9915         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9916         is set.
9917
9918 2010-10-31  David Engster  <dengste@eml.cc>
9919
9920         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9921         conform with changes to gnus-completing-read.
9922
9923 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9926
9927 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9928
9929         * nnir.el: Move defvar, defcustom around to keep file organized
9930         and keep byte-compiler quiet.
9931         (nnir-read-parms): Accept search-engine as arg.
9932         (nnir-run-query): Pass search-engine as arg.
9933         (nnir-search-engine): Remove.
9934
9935 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * shr.el (shr-generic): The text nodes should be text, not :text.
9938
9939         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9940         later in the file.
9941
9942 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9943
9944         * nnir.el: General clean up.  Allow searching with multiple engines.
9945         Allow separate extra-parameters for each engine.
9946         Batch queries when possible.
9947         (nnir-imap-default-search-key, nnir-method-default-engines):
9948         Add customize interface.
9949         (nnir-run-gmane): New engine.
9950         (nnir-engines): Use it.  Qualify all prompts with engine name.
9951         (nnir-search-engine): Remove global variable.
9952         (nnir-run-hyrex): Restore for now.
9953         (nnir-extra-parms, nnir-search-history): New variables.
9954         (gnus-group-make-nnir-group): Use them.
9955         (nnir-group-server): Remove in favor of gnus-group-server.
9956         (nnir-request-group): Avoid searching twice.
9957         (nnir-sort-groups-by-server): New function.
9958
9959 2010-10-30  Julien Danjou  <julien@danjou.info>
9960
9961         * gnus-group.el: Remove gnus-group-fetch-control.
9962
9963         * gnus-start.el (gnus-find-new-newsgroups):
9964         Remove gnus-check-first-time-used.
9965
9966         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9967
9968 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9969
9970         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9971         set on groups that don't have \* permanentflags.
9972
9973 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9976         control the background color.
9977         (shr-tag-img): Ignore very small web bug type images.
9978         (shr-put-image): Add help-echo alt texts to the images.
9979         (shr-tag-video): Show the video poster image.
9980
9981 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * shr.el (shr-table-depth): New variable.
9984         (shr-tag-table-1): Only insert the images after the top-level table.
9985
9986         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9987
9988         * gnus-util.el (gnus-list-memq-of-list): New function.
9989
9990         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9991         selected.
9992         (nnimap-unsplittable-articles): New slot.
9993         (nnimap-new-articles): Use it.
9994
9995 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9996
9997         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9998         move to the previous line on `M-g'.
9999
10000 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
10003         *-request-group, which seems unnecessary.
10004
10005         * nnimap.el (nnimap-quote-specials): Function copied over from
10006         imap.el.
10007         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
10008         they support that.  Suggested by Tom Regner.
10009
10010 2010-10-29  Julien Danjou  <julien@danjou.info>
10011
10012         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
10013         defalias.
10014         (gnus-summary-delete-marked-with): Remove obsolete defalias.
10015
10016         * gnus.el: Remove `gnus-nntp-service' variable.
10017         (gnus-secondary-servers): Make obsolete.
10018         (gnus-nntp-server): Make obsolete.
10019
10020         * gnus-start.el (gnus-1): Remove x-splash calls.
10021
10022         * gnus-ems.el (gnus-x-splash): Remove.
10023
10024         * gnus.el (gnus-group-startup-message): Simplify/update code.
10025
10026         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10027         definition.
10028
10029         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10030         capability before doing anything.
10031         (gnus-group-insert-group-line): Remove useless
10032         gnus-group-remove-excess-properties.
10033
10034 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10037
10038 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10041         config after reselecting.
10042
10043 2010-10-28  Julien Danjou  <julien@danjou.info>
10044
10045         * shr.el (shr-put-image): Use point even if only inserting text.
10046         (shr-put-image): Save excursion when inserting alt text on non-graphic
10047         display, so the behavior is the same when we are on a graphic display.
10048
10049         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10050
10051 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10054         (gnus-mime-copy-part): Check coding system, not charset.
10055         (gnus-mime-view-part-externally): Never remove part.
10056         (gnus-mime-view-part-internally): Don't remove part here.
10057         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10058         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10059         multipart/alternative.
10060
10061         * mm-decode.el (mm-display-part): Take optional arg `force'.
10062
10063 2010-10-26  Julien Danjou  <julien@danjou.info>
10064
10065         * gnus-group.el (gnus-group-default-list-level): Add this function to
10066         compute the default list level.
10067         (gnus-group-default-list-level): Add possibility to use a function.
10068
10069 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10072
10073         * gnus-group.el (gnus-group-completing-read)
10074         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10075         gnus-replace-in-string.
10076
10077 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * shr.el (shr-tag-div): Add.
10080
10081         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10082
10083 2010-10-25  Julien Danjou  <julien@danjou.info>
10084
10085         * gnus-util.el: Remove `gnus-with-local-quit'.
10086
10087         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10088
10089 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10092         the original article buffer.
10093
10094 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * nnimap.el (nnimap-request-head): New function.
10097         (nnimap-request-move-article): Try to be slightly faster by not
10098         requesting the entire message when moving.
10099         (nnimap-transform-headers): Don't bug out on bodiless articles.
10100         (nnimap-send-command): Have no outstanding messages if the IMAP server
10101         doesn't support streaming.
10102         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10103
10104 2010-10-24  Julien Danjou  <julien@danjou.info>
10105
10106         * message.el (message-default-headers): Fix type.
10107
10108 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10111         prefetching images.
10112
10113         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10114         backend for unknown groups.  This is mainly useful for nnimap groups.
10115
10116         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10117         group isn't covered by the agent.
10118
10119 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10120
10121         * nnir.el (nnir-method-default-engines): New variable.
10122         (nnir-run-query): Use it.
10123         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10124         (gnus-summary-nnir-goto-thread): Change group if needed.
10125
10126         * gnus-group.el (gnus-group-group-map): Add key binding for
10127         gnus-group-make-nnir-group.
10128
10129 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * shr.el (shr-tag-object): Add.
10132
10133         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10134         original article buffer live.
10135         (gnus-summary-select-article-buffer):
10136         Mention gnus-widen-article-buffer.
10137
10138 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * shr.el (shr-tag-strong): Add.
10141
10142 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10145         group names.  They mess up the group buffer badly.
10146
10147         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10148
10149         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10150         instead of the summary one.
10151
10152 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * mml.el (mml-preview): Work properly when editing article.
10155
10156         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10157         gnus-have-read-active-file if it's already been in.
10158
10159 2010-10-22  Tom Tromey  <tromey@redhat.com>
10160
10161         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10162         gnus-group-completing-read.
10163
10164 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * message.el (message-mode-map): Don't bind M-; to comment region, to
10167         allow the global comment-dwim to work.
10168
10169 2010-10-21  Julien Danjou  <julien@danjou.info>
10170
10171         * message.el (message-setup-1): Allow message-default-headers to be a
10172         function.
10173
10174 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * shr.el (shr-tag-table): Simplify.
10177
10178 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10181         to avoid trying to snarf invalid stuff.
10182
10183         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10184
10185         * gnus.el (gnus-message-archive-group): Quote value.
10186         (gnus-message-archive-group): Mark as changed.
10187
10188         * shr.el (shr-add-font): Don't put the font properties on the newline
10189         or the indentation.
10190
10191         * message.el (message-fix-before-sending): Change options when sending
10192         non-printable characters.
10193
10194         * gnus.el (gnus-message-archive-method): Change the default to
10195         monthly outgoing groups.
10196
10197         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10198         that have gotten new numbers.
10199
10200         * nnimap.el (nnimap-request-replace-article): New function.
10201
10202 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10205         (nnrss-request-article): Don't use special html washing code.
10206
10207 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * shr.el (shr-tag-table): Remove useless nconc.
10210
10211 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * gnus-art.el (article-wash-html): Simplify and remove the charset
10214         stuff.  Use the normal html rendering code instead of the special html
10215         washing code.
10216
10217         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10218         `gnus-w3m' symbols.
10219         (mm-text-html-washer-alist): Remove.
10220
10221         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10222         (mm-inline-media-tests): Remove use.
10223         (mm-text-html-renderer): Change default to the `shr' symbol.
10224
10225         * mm-view.el (mm-inline-text-html): Remove use.
10226
10227         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10228         `gnus-blocked-images' to be a function.
10229         (gnus-article-wash-function): Remove.
10230
10231 2010-10-20  Julien Danjou  <julien@danjou.info>
10232
10233         * spam.el (spam-list-of-processors): Mark as obsolete.
10234
10235         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10236         (nnimap-insert-partial-structure): Fix boundary detection.
10237
10238 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10239
10240         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10241         run file-truename on remote files.  This can be expensive and even
10242         prevent one from editing drafts if some unrelated buffer has a stale
10243         connection.
10244
10245 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10248         kinsoku-eol regardless of shr-kinsoku-shorten.
10249         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10250         (shr-tag-table): Support caption, thead, and tfoot.
10251
10252 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10255         lines.
10256         (shr-save-contents): New command and keystroke.
10257
10258         * nndoc.el (nndoc-type-alist): Add git support.
10259         (nndoc-git-type-p): New function.
10260         (nndoc-transform-git-article): Ditto.
10261         (nndoc-transform-git-headers): Ditto.
10262         (nndoc-transform-git-headers): Generate Subject headers.
10263
10264         * shr.el (shr-parse-style): New function.
10265         (shr-tag-span): Ditto.
10266
10267         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10268         to `G G' to avoid collisions.
10269
10270 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * shr.el: Load kinsoku if necessary.
10273         (shr-kinsoku-shorten): New internal variable.
10274         (shr-find-fill-point): Make kinsoku shorten text line if
10275         shr-kinsoku-shorten is bound to non-nil.
10276         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10277         shr-indentation too when testing if table is wider than frame width.
10278         (shr-insert-table): Use `string-width' instead of `length' to measure
10279         text width.
10280         (shr-insert-table-ruler): Make sure indentation is done at bol.
10281
10282 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10283
10284         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10285         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10286         undecoded network data.
10287
10288 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10291         name in the mode line spec so that the mode line menu works
10292         (bug#2431).
10293
10294         * message.el (message-get-reply-headers): If we're fed `to-address',
10295         then always use that.
10296
10297         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10298         aren't so wide as to need to switch off the edit menu.
10299
10300         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10301         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10302
10303         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10304         `M-g'.
10305         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10306         the permanent marks.
10307
10308 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10309
10310         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10311         Splitting according to references/in-reply-to obeys the ignore-groups
10312         variable, while splitting by sender and subject do not.
10313
10314 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10315
10316         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10317         alist, so that we can look for non-Unicode chars.
10318         (article-translate-strings): Allow both character and string maps.
10319
10320 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * shr.el (shr-insert): Don't insert space behind a wide character
10323         categorized as kinsoku-bol, or between characters both categorized as
10324         nospace.
10325
10326 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10327
10328         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10329         headers to gnus-newsgroup-headers.
10330
10331 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * shr.el (shr-tag-img): Don't align images -- since we're not
10334         rescaling, this often leads to ugly displays.
10335
10336 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10337
10338         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10339         duplicates.
10340
10341 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10342
10343         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10344         call.
10345
10346 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * gnus.el: Autoload gnus-html-show-images.
10349
10350         * nnimap.el: Use nnheader-message throughout.
10351
10352         * shr.el (shr-tag-img): Ignore images with no data.
10353
10354 2010-10-15  Julien Danjou  <julien@danjou.info>
10355
10356         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10357         a possibility to disable format=flow encoding when using hard newlines.
10358
10359 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * shr.el (shr-insert): Remove space inserted before or after a
10362         breakable character or at the beginning or the end of a line.
10363         (shr-find-fill-point): Do kinsoku; find the second best point or give
10364         it up if there's no breakable point.
10365
10366 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * nnimap.el (nnimap-open-connection): Message when opening connection
10369         for debugging purposes.
10370
10371         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10372         on every setup buffer call to allow this to change from article to
10373         article.
10374
10375         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10376         buffers where we have a wide table.
10377
10378 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10379
10380         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10381         uses *-request-thread.
10382
10383 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10386         incantation, which is no longer valid.
10387
10388 2010-10-14  Julien Danjou  <julien@danjou.info>
10389
10390         * shr.el: Fix defcustom type (char -> character).
10391
10392 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10395         programs.
10396
10397 2010-10-14  Julien Danjou  <julien@danjou.info>
10398
10399         * shr.el (shr-tag-a): Use url-link as widget type.
10400
10401         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10402         `gnus-group-get-icon'.
10403
10404 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405
10406         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10407         This should make server editing work better.
10408
10409         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10410
10411         * tls.el (tls-program): Remove spurious %s from openssl.
10412
10413         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10414         (nnimap-parse-flags): Fix regexp.
10415
10416         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10417         probably work for CJVK text, too.
10418
10419         * nnimap.el (nnimap-extend-tls-programs): Remove.
10420         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10421
10422         * tls.el (tls-starttls-switches): Remove starttls hack.
10423         (open-tls-stream): Ditto.
10424         (tls-find-starttls-argument): Ditto.
10425
10426 2010-10-13  Julien Danjou  <julien@danjou.info>
10427
10428         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10429         responses.
10430
10431 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10432
10433         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10434
10435         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10436         anything in Emacs.
10437
10438         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10439
10440 2010-10-13  Julien Danjou  <julien@danjou.info>
10441
10442         * shr.el (shr-width): Make shr-width a defcustom with default to
10443         fill-column.
10444         (shr-tag-img): Use shr-width rather than fill-column.
10445
10446 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * dgnushack.el (byte-optimize-apply):
10449         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10450
10451         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10452         position when (X-)Faces exist.
10453         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10454         avatars when called interactively.
10455
10456 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10459         gnus-article-x-face-too-ugly is bound.
10460
10461 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10464
10465         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10466         mailbox that doesn't exist.
10467
10468 2010-10-12  Julien Danjou  <julien@danjou.info>
10469
10470         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10471         (shr-get-image-data): Encode URL properly when fetching from cache.
10472         (shr-tag-img): Use aligned-to spaces to align correctly images.
10473
10474         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10475         before inserting the Gravatar.
10476
10477         * shr.el (shr-tag-img): Add align attribute support for <img>.
10478
10479 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * gnus-gravatar.el (gnus-art): Require.
10482
10483         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10484         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10485         Remove long obsoleted functions.
10486
10487 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10490
10491         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10492
10493         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10494         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10495         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10496         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10497         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10498         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10499         * sieve-manage.el, smime.el, spam.el:
10500         Fix comment for declare-function.
10501
10502 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * nnimap.el (nnimap-request-rename-group): Select group read-only
10505         before renaming it.
10506
10507         * shr.el (shr-insert): Fix up the white space only regexp.
10508
10509         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10510         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10511
10512         * shr.el (shr-current-column): New function.
10513         (shr-find-fill-point): New function.
10514
10515 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10516
10517         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10518         numbers.
10519
10520 2010-10-11  Julien Danjou  <julien@danjou.info>
10521
10522         * shr.el (shr-hr-line): Add.
10523         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10524         display hr lines.
10525         (shr-max-columns): Do not change state to nil if we just inserting
10526         spaces.
10527
10528 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10531         select the last group.
10532
10533 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10534
10535         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10536
10537 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10538
10539         * dig.el (dig-mode-map): Declare and define in one step.
10540
10541 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10544         for Gnus.
10545         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10546         (nnimap-update-qresync-info): Mark \Seen articles as read.
10547
10548         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10549         non-variable, too.
10550
10551         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10552         available.
10553         (nnimap-update-info): Rely more on the current active than the param
10554         active to avoid marking articles as read too much.
10555
10556         * auth-source.el (auth-source-create): Use (user-login-name) for the
10557         user name default.
10558
10559         * nnimap.el (nnimap-update-info): If the server doesn't return any
10560         useful info, just use the previous info.
10561         (nnimap-update-info): Prefer old info over start-article.
10562         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10563
10564 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10565
10566         * nnir.el (autoload): Clean up autoloads.
10567         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10568         Use key rather than value.
10569         (nnir-imap-search-other): New variable.
10570         (nnir-read-parm): Use it.
10571         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10572         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10573
10574 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10575
10576         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10577         the process, too.
10578
10579 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * spam.el (gnus-summary-mode-map): Bind to "$".
10582         Suggested by Russ Allbery.
10583
10584         * shr.el: Rework the way things are indented by <li> slightly.
10585
10586         * gnus.el (gnus-group-set-parameter): Fix typo.
10587
10588         * nnimap.el: Start implementing QRESYNC support.
10589
10590 2010-10-09  Julien Danjou  <julien@danjou.info>
10591
10592         * nnir.el (nnir-engines): Fix too many arguments.
10593
10594 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10595
10596         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10597         group is the "last", so that the backends like nnfolder actually save
10598         their folders.
10599
10600         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10601         try to use that for the tls stream.
10602         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10603         UIDVALIDITY and find out which groups are read-only and not.
10604         (nnimap-get-flags): Use the same marks parsing code as the rest of
10605         nnimap.
10606
10607 2010-10-09  Julien Danjou  <julien@danjou.info>
10608
10609         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10610
10611         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10612         retrieving gravatars.
10613
10614         * shr.el (shr-table-corner): Add.
10615         (shr-table-line): Add.
10616         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10617
10618 2010-10-08  Julien Danjou  <julien@danjou.info>
10619
10620         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10621
10622 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10623
10624         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10625
10626         * gnus-sum.el (gnus-mark-article-as-unread)
10627         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10628         (gnus-summary-set-bookmark): Use it.
10629
10630         * gnus-msg.el (gnus-setup-message): Use it.
10631
10632         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10633
10634         * gnus.el (gnus-group-remove-parameter): Use it.
10635
10636         * gnus-group.el (gnus-group-make-web-group): Use it.
10637
10638         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10639
10640         * nnregistry.el: Update docs to mention manual.
10641
10642         * gnus-registry.el: Update docs to mention nnregistry.el.
10643         (gnus-registry-initialize): Don't install nnregistry refer method
10644         automatically.
10645         (gnus-registry-install-nnregistry): Remove it.
10646
10647 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * shr.el (shr-insert): Don't insert double spaces.
10650
10651 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus-gravatar.el (gnus-treat-from-gravatar)
10654         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10655         called interactively.
10656
10657         * gnus-art.el (gnus-mime-view-part-externally)
10658         (gnus-mime-view-part-internally): Make predicate function passed to
10659         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10660         of a mime type.
10661
10662         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10663
10664 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * shr.el (require): Require cl when compiling.
10667         (shr-tag-hr): New function.
10668
10669         * nnimap.el (nnimap-update-info): Remove double setting of high.
10670         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10671         This makes nnimap work properly on Courier again.
10672
10673         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10674         the variable for backwards compatibility.
10675
10676         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10677         the file name before using to avoid setting mm-default-directory to
10678         nil.
10679
10680         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10681         bidning gnus-agent variables.
10682
10683         * shr.el (shr-render-td): Use a cache for the table rendering function
10684         to avoid getting an exponential rendering behavior in nested tables.
10685         (shr-insert): Rework the line-breaking algorithm.
10686         (shr-insert): Don't leave trailing spaces.
10687         (shr-insert-table): Also insert empty TDs.
10688         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10689
10690 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10691
10692         * gnus-sum.el (gnus-number): Rename from `number'.
10693         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10694         (gnus-summary-limit-children): Update uses correspondingly.
10695
10696 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10699         (gnus-gravatar-transform-address): Don't show avatars of people of
10700         which mail addresses match gnus-gravatar-too-ugly.
10701
10702 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703
10704         * shr.el (shr-table-widths): Expand TD elements to fill available
10705         space.
10706
10707 2010-10-07  Julien Danjou  <julien@danjou.info>
10708
10709         * nnimap.el (nnimap-request-rename-group): Add this method.
10710
10711 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10714         name from XEmacs' function-arglist.
10715
10716         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10717         gravatar under XEmacs.
10718
10719 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10720
10721         * auth-source.el: Update docs with TODO items.
10722
10723         * gnus-sync.el: Update docs to explain state and plans.
10724
10725         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10726         Hooks for mark updates.
10727         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10728
10729         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10730         hooks with arguments, which is needed for mark update hooks.
10731
10732 2010-10-06  Julien Danjou  <julien@danjou.info>
10733
10734         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10735         was matched.
10736
10737         * sieve-manage.el: Update example in `Commentary'.
10738
10739         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10740
10741         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10742         not 2000.
10743         (sieve-manage-authenticate): Re-add function.
10744
10745 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * shr.el (shr-insert): Get 'space transition right.
10748         (shr-render-td): Only delete space at the end of the TD.
10749
10750         * nnimap.el (nnimap-open-connection): Prepare to support
10751         open-gnutls-stream.
10752
10753         * shr.el: Rearrange function order to be more logical.
10754
10755 2010-10-06  Julien Danjou  <julien@danjou.info>
10756
10757         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10758         (nnrss-discover-feed): Remove 404 URL in docstring.
10759
10760         * nnir.el: Fix Swish-E URL.
10761         Fix Namazu URL.
10762
10763         * message.el (message-change-subject): Remove 404 URL in a comment.
10764
10765 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10768         called interactively.
10769
10770         * gnus-util.el (gnus-remove-if): Allow hash table.
10771         (gnus-remove-if-not): New function.
10772
10773         * gnus-art.el (gnus-mime-view-part-as-type):
10774         * gnus-score.el (gnus-summary-score-effect):
10775         * gnus-sum.el (gnus-read-move-group-name):
10776         Replace remove-if-not with gnus-remove-if-not.
10777
10778         * gnus-group.el (gnus-group-completing-read):
10779         Regard collection as a hash table if it is not a list.
10780
10781 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10784
10785         * shr.el: Document the table-rendering algorithm.
10786
10787 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10790         for Emacsen having no `libxml-parse-html-region' support.
10791
10792 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10795         invalid URLs.
10796
10797         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10798         line-broken.
10799         (shr-tag-img): Ignore image fetching errors.
10800         (shr-overlays-in-region): Compute overlay positions correctly.
10801
10802         * mm-decode.el (mm-shr): Require shr.
10803
10804         * gnus-art.el (gnus-blocked-images): Move variable here.
10805
10806         * shr.el (shr-insert-table): Bind free variable.
10807
10808         * mm-decode.el (mm-shr): Bind shr-content-function.
10809
10810         * shr.el (shr-content-function): New variable.
10811
10812         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10813         added for symmetry.
10814
10815         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10816
10817         * gnus-group.el (gnus-group-make-group): Doc fix.
10818
10819         * nnimap.el (nnimap-request-newgroups): Return success.
10820
10821         * shr.el (shr-find-elements): New function.
10822         (shr-tag-table): Put all the images after the table.
10823         (shr-tag-table): Really inhibit images inside the table.
10824         (shr-collect-overlays): Copy over overlays from the TD elements to the
10825         main document.
10826
10827         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10828         gnus-blocked-images.
10829
10830 2010-10-05  Julien Danjou  <julien@danjou.info>
10831
10832         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10833
10834         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10835         (gnus-html-maximum-image-size): Add this function.
10836         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10837
10838         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10839         server-value of the capability is nil.
10840
10841 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * shr.el (shr-tag-em): Add <EM> tag.
10844
10845 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10846
10847         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10848         customizable.
10849
10850         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10851         handing broken links to browse-url.
10852
10853 2010-10-05  Julien Danjou  <julien@danjou.info>
10854
10855         * gnus-util.el (gnus-emacs-completing-read)
10856         (gnus-iswitchb-completing-read): Use autoload rather than require.
10857
10858 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10861         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10862         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10863         iswitchb-temp-buflist for XEmacs.
10864
10865         * gnus-util.el (gnus-completing-read-function): Exclude
10866         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10867         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10868         XEmacs.
10869
10870         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10871         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10872
10873         * gnus-html.el: Don't require help-fns under XEmacs.
10874         (gnus-html-schedule-image-fetching): Work for XEmacs.
10875
10876         * mm-decode.el (mm-shr): Decode contents by charset.
10877
10878 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10881         unknown.
10882
10883         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10884         (shr-get-image-data): Ensure against the cache file missing.
10885
10886         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10887         for data.
10888
10889         * spam-report.el (spam-report-url-ping-plain): Don't query about
10890         killing the process.
10891
10892         * shr.el (shr-render-td): Protect against too-wide text.
10893
10894 2010-10-04  Julien Danjou  <julien@danjou.info>
10895
10896         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10897         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10898
10899         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10900         retrieved.
10901
10902 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * shr.el (browse-url): Require.
10905         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10906         lines.
10907         (shr-show-alt-text, shr-browse-image): New commands.
10908         (shr-browse-url, shr-copy-url): New commands.
10909
10910         * gnus-sum.el (gnus-widen-article-window): New variable.
10911         (gnus-summary-select-article-buffer): Use it.
10912
10913         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10914         without @ signs.
10915
10916 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10917
10918         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10919
10920 2010-10-04  Julien Danjou  <julien@danjou.info>
10921
10922         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10923         for XEmacs.
10924
10925 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10928
10929         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10930         (nnimap-close-server): Implement.
10931
10932         * dgnushack.el (iswitchb): Require to shut up the compiler.
10933
10934         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10935         (shr-insert): Tweak line breaking.
10936         (shr-insert): Handle <pre> better.
10937         (shr-tag-li): Get <li> indentation right.
10938         (shr-tag-li): Get <li> indentation even righter.
10939         (shr-tag-blockquote): Ensure paragraph start.
10940         (shr-make-table): Tweak table generation.
10941         (shr-make-table): Fix typo.
10942
10943         * shr.el: Implement table rendering.
10944
10945 2010-10-04  Julien Danjou  <julien@danjou.info>
10946
10947         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10948
10949 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * shr.el (shr-insert): Use string anchors instead of line anchors.
10952
10953 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * shr.el: Add headings.
10956         (shr-ensure-paragraph): Actually work.
10957         (shr-tag-li): Make <ul> prettier.
10958         (shr-insert): Get white space at the beginning/end of elements right.
10959         (shr-tag-p): Collapse subsequent <p>s.
10960         (shr-ensure-paragraph): Don't insert double line feeds after blank
10961         lines.
10962         (shr-insert): \t is also space.
10963         (shr-tag-s): Fix "s" tag name function.
10964         (shr-tag-s): Fix face prop name.
10965
10966 2010-10-03  Julien Danjou  <julien@danjou.info>
10967
10968         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10969
10970         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10971         gnus-window-inside-pixel-edges.
10972
10973         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10974         gnus-ems.
10975
10976         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10977
10978         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10979         function.
10980
10981         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10982         resize choice.
10983
10984 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10987         beginning of the buffer.
10988
10989         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10990         article buffer again.
10991
10992         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10993
10994         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10995         when it's at the start of the buffer.
10996
10997         * shr.el (shr-tag-blockquote): Convert name.
10998         (shr-rescale-image): Use the right image-size variant.
10999
11000         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
11001         buffer isn't shown, then select the current article first instead of
11002         bugging out.
11003         (gnus-summary-select-article-buffer): Show both the article and summary
11004         buffers again.
11005
11006         * shr.el (shr-fontize-cont): Protect against regions with no text.
11007         Rename tag functions to shr-tag-* for enhanced security.
11008         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
11009
11010 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
11011
11012         * shr.el (shr-insert):
11013         * pop3.el (pop3-movemail):
11014         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
11015         loaded.
11016
11017 2010-10-03  Glenn Morris  <rgm@gnu.org>
11018
11019         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
11020
11021         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11022
11023         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11024
11025         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11026
11027         * gnus-util.el (gnus-make-local-hook): Simplify.
11028
11029 2010-10-02  Julien Danjou  <julien@danjou.info>
11030
11031         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11032         (gnus-ido-completing-read): New function.
11033         (gnus-emacs-completing-read): New function.
11034         (gnus-completing-read): Use gnus-completing-read-function.
11035         Add gnus-completing-read-function.
11036
11037 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * shr.el (shr-insert-document): Autoload.
11040         (shr-img): Be silent.
11041         (shr-insert): Add a newline after every picture before text.
11042         (shr-add-font): Use overlays for combining faces.
11043         (shr-insert): Pass upwards the text start point.
11044
11045         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11046         possible.
11047         (mm-shr): New function.
11048
11049 2010-10-02  Julien Danjou  <julien@danjou.info>
11050
11051         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11052         should go backward.
11053
11054 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11055
11056         * shr.el (shr): Fix typo in provide call.
11057
11058 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * shr.el: New file.
11061
11062         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11063
11064         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11065         completing read.
11066
11067 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11070         we're being queried about.  Suggested by Dan Jacobson.
11071
11072         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11073         Suggested by Jason Eisner.
11074
11075         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11076         table, too.  Suggested by Stefan Wiens.
11077         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11078         the table unnecessary.  Suggested by Stefan Wiens.
11079
11080         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11081         longer needed, and probably doesn't work either, as pointed out by
11082         Stefan Wiens.
11083         (gnus-summary-exit): Remove call to the clearing function.
11084         (gnus-summary-exit-no-update): Ditto.
11085
11086         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11087         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11088         Reported by Stefan Monnier.
11089         (gnus-summary-save-in-rmail): Ditto.
11090
11091         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11092         article buffer, instead of both the article buffer and the summary
11093         buffer.  Sort of suggested by Dan Jacobson.
11094
11095         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11096
11097         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11098         Suggested by Dan Jacobson.
11099
11100         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11101         documentation clearer.
11102
11103         * message.el (message-shorten-references): Comment on the number "21".
11104         Suggested by Stefan Monnier.
11105
11106         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11107         Suggested by Dan Jacobson.
11108
11109         * gnus.el (gnus-large-newsgroup):
11110         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11111
11112         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11113         externalize attachments.  Bug reported by Steve Wen.
11114
11115         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11116         really message anything to the user.
11117
11118         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11119         directly.
11120
11121         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11122         messages in empty groups.
11123
11124 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11125
11126         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11127         non-UIDNEXT group.
11128
11129 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11132         not the value from the collection.
11133
11134         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11135         values.  This sometimes happens on some groups that have no info.
11136         (nnimap-request-newgroups): New function.
11137
11138 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11139
11140         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11141         check into `gnus-registry-initialize'.
11142         (gnus-registry-initialize): Ditto.
11143         Fix and extend header docs.
11144
11145 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11148         regexp backtrace overflows.
11149
11150         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11151         for starttls that tls.el implements; i.e. openssl.
11152
11153         * tls.el (tls-starttls-switches): Give up on using starttls with
11154         gnutls-cli.
11155         (tls-program): Add --insecure to be consistent with the defaults from
11156         openssl s_client.  Now all three commands are insecure.
11157
11158 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * lpath.el: Bind completion-styles-alist for XEmacs.
11161
11162         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11163         (gravatar-create-image): New function that's an alias to
11164         gnus-xmas-create-image, gnus-create-image, or create-image.
11165         (gravatar-data->image): Use it.
11166
11167 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11168
11169         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11170         install the nnregistry refer method.
11171         (gnus-registry-install-hooks): Use it.
11172         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11173         unfollowed groups.
11174
11175 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11176
11177         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11178         expanding threads.
11179
11180 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * nnir.el: Use the server names without suffixes (bug#7009).
11183
11184         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11185         unencrypted to STARTTLS, if possible.
11186
11187 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11188
11189         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11190         headers before superseding.
11191
11192 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * nnrss.el (nnrss-use-local): Add documentation.
11195
11196         * nnimap.el (nnimap-extend-tls-programs): New function.
11197         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11198         (nnimap-wait-for-connection): Accept the greeting from the stupid
11199         output from openssl s_client -starttls, too.
11200
11201         * tls.el (tls-starttls-switches): New variable.
11202         (tls-find-starttls-argument): Use it.
11203         (open-tls-stream): Ditto.
11204
11205         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11206         (netrc-machine): Ditto.
11207
11208         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11209         article number.
11210         (nnimap-split-fancy): New variable.
11211         (nnimap-split-incoming-mail): Use it.
11212
11213         * nntp.el (nntp-server-list-active-group): Document.
11214
11215         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11216         SELECT to get the message-id.
11217
11218         * mail-source.el (mail-sources): Remove webmail support.
11219         (defvar): Ditto.
11220         (mail-source-fetcher-alist): Ditto.
11221         (mail-source-fetch-webmail): Remove.
11222
11223         * webmail.el: Remove -- doesn't seem relevant any more.
11224
11225         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11226
11227         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11228         the \r.
11229
11230 2010-09-30  Julien Danjou  <julien@danjou.info>
11231
11232         * gnus-agent.el (gnus-agent-add-group): Fix call to
11233         gnus-completing-read.
11234
11235 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * nndoc.el (nndoc-retrieve-groups): New function.
11238
11239         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11240         `default', use nnmail-split-methods.
11241         (nnimap-request-article): Downcase the NILs so that they are nil.
11242
11243         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11244         symbol.
11245
11246         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11247         code, since if the user has requested network, that's what they ought
11248         to get.
11249         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11250         (nnimap-split-rule): Mark as obsolete.
11251
11252         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11253         New variable.
11254
11255         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11256         correct slot, too.
11257
11258 2010-09-29  Julien Danjou  <julien@danjou.info>
11259
11260         * gnus.el (gnus-local-domain): Declare variable obsolete.
11261
11262         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11263         Fix history computing.
11264         (gnus-ido-completing-read): Require ido.
11265
11266 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11269         build Gnus.
11270
11271         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11272         when interpreting the structures.
11273         (nnimap-request-accept-article): Add \r\n to the lines to make this
11274         work with Cyrus.
11275
11276         * nndraft.el (nndraft-request-expire-articles): Use the group name
11277         instead if "nndraft".  Fix found by Nils Ackermann.
11278
11279 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11280
11281         * nnregistry.el: Add.
11282
11283 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11284
11285         * nnmail.el (group, group-art-list, group-art):
11286         Remove unneeded directives.
11287
11288 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11291         (mm-mime-charset):
11292         * rfc2047.el (rfc2047-syntax-table):
11293         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11294
11295         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11296         rather than `insert-file-contents' and `eval-region'.
11297
11298         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11299         construction.
11300
11301         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11302
11303         * time-date.el: No need to require cl for Emacs 21.
11304
11305 2010-09-29  Julien Danjou  <julien@danjou.info>
11306
11307         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11308         replacement of `gnus-gravatar-relief' to mimic
11309         `gnus-faces-properties-alist'.
11310         Add :version property.
11311
11312 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * mail-source.el (mail-source-report-new-mail):
11315         * message.el (message-default-mail-headers):
11316         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11317
11318         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11319
11320 2010-09-28  Julien Danjou  <julien@danjou.info>
11321
11322         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11323         mail-address contains the same string as real-name.
11324
11325         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11326         non-blank in header, otherwise it'll get stripped.
11327
11328         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11329         real-name, and then for mail address rather than doing : or , search.
11330
11331 2010-09-27  Julien Danjou  <julien@danjou.info>
11332
11333         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11334         right completing-read function.
11335         (gnus-use-ido): New variable
11336         (gnus-completing-read-with-default): Remove.
11337         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11338         (gnus-agent-add-group):
11339         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11340         * mm-view.el (mm-view-pkcs7-decrypt):
11341         * mm-util.el (mm-codepage-setup):
11342         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11343         * mml-smime.el (mml-smime-openssl-sign-query):
11344         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11345         (mml-insert-multipart):
11346         * gnus-msg.el (gnus-summary-yank-message):
11347         * gnus-int.el (gnus-start-news-server):
11348         * mm-decode.el (mm-interactively-view-part):
11349         * gnus-dired.el (gnus-dired-attach):
11350         * gnus.el (gnus-read-method):
11351         * gnus-bookmark.el (gnus-bookmark-jump):
11352         * gnus-art.el (gnus-mime-view-part-as-type)
11353         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11354         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11355         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11356         * nnmairix.el (nnmairix-create-server-and-default-group)
11357         (nnmairix-update-groups, nnmairix-get-server)
11358         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11359         (nnmairix-get-group-from-file-path):
11360         * nnrss.el (nnrss-find-rss-via-syndic8):
11361         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11362         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11363         (gnus-group-browse-foreign-server):
11364         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11365         (gnus-summary-execute-command, gnus-summary-respool-article)
11366         (gnus-read-move-group-name):
11367         * gnus-score.el (gnus-summary-increase-score)
11368         (gnus-summary-score-effect):
11369         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11370
11371 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11374         x-focus-frame.
11375
11376         * nnimap.el (auth-source-forget-user-or-password)
11377         (auth-source-user-or-password): Autoload.
11378
11379         * message.el (message-from-style, message-interactive)
11380         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11381         (message-yank-prefix, message-indentation-spaces, message-signature)
11382         (message-signature-file): Add comment.
11383
11384 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11387         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11388         new articles.
11389
11390         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11391         parts.
11392         (nnimap-request-article): Work with the t setting, too.
11393
11394         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11395         that you don't get flashes of other buffers.
11396         (gnus-summary-show-complete-article): Intern before setting.
11397
11398 2010-09-27  David Engster  <dengste@eml.cc>
11399
11400         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11401         well as HEADERS.
11402         (nnmairix-retrieve-headers): Provide new argument for the above.
11403
11404 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * gnus-sum.el (gnus-summary-move-article): Don't alter
11407         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11408         group.
11409
11410         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11411
11412         * message.el (message-cite-prefix-regexp): Revert my last edit.
11413
11414         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11415         variable instead of the Gnus variable.
11416
11417         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11418
11419         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11420
11421         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11422         since some servers don't like it.
11423         (nnimap-open-connection): Forget credentials if the server says the
11424         password was wrong.
11425         (nnimap-parse-line): Protect against invalid data.
11426
11427         * gnus-sum.el (gnus-summary-move-article): Add comment.
11428         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11429         nothing alters it while scanning for new messages.
11430
11431         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11432         which may or may not help.
11433         (nnimap-open-connection): If we're doing a stream connection, and then
11434         discover we're on a STARTTLS-capable server, then open a STARTTLS
11435         connection instead.
11436
11437 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11438
11439         * nnimap.el (utf7): Require.
11440
11441         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11442         prefix.
11443
11444 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11445
11446         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11447
11448 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * nnimap.el (nnimap-request-accept-article): Message the error on
11451         error.
11452
11453 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11456
11457 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * nndoc.el (nndoc-request-list): Return success always.
11460
11461         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11462         `fetch-old' -- we only want to fetch the articles we've requested.
11463         The rest are in the agent, probably.
11464         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11465         disappeared server" to something low.  It's not important.
11466
11467         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11468         arrived before the FETCH data.
11469
11470         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11471         target here, because we don't know the Gnus name of the group.
11472
11473         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11474         for the correct group.
11475
11476         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11477
11478         * gnus.el (gnus): Give a final warning after startup.
11479
11480         * gnus-util.el (gnus-action-message-log): New variable.
11481         (gnus-message): Use it.
11482         (gnus-final-warning): New function.
11483
11484         * nnimap.el (nnimap-open-connection): Record the greeting.
11485         (nnimap): Add greeting.
11486
11487 2010-09-26  Julien Danjou  <julien@danjou.info>
11488
11489         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11490         arguments.
11491         (gnus-html-wash-images): Fix spec computing to include start/end.
11492
11493         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11494
11495 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11498         deletion.
11499         (nnimap-retrieve-headers): Don't select the group, because that's
11500         already done by nnimap-possibly-change-group.
11501
11502         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11503         (gnus-picon-transform-address): Use it.
11504
11505         * mail-source.el (mail-source-value): Revert previous patch.
11506
11507         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11508         on failure.
11509         (nnimap-open-connection): Look up both virtual and physical server name
11510         credentials.
11511
11512         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11513
11514 2009-02-07  Dave Love  <fx@gnu.org>
11515
11516         * tls.el (open-tls-stream): Don't query killing process.
11517
11518 2009-02-08  Dave Love  <fx@gnu.org>
11519
11520         * gnus-win.el (gnus-window-to-buffer-helper)
11521         (gnus-all-windows-visible-p): Function needn't be a symbol.
11522
11523         * mail-source.el (mail-source-value): Function needn't be a symbol.
11524
11525 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11526
11527         * message.el (message-cite-prefix-regexp): Remove } from the cite
11528         prefix.
11529
11530         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11531         highlight again, so that the highlight is correct.
11532
11533         * gnus-picon.el (gnus-picon): Remove again.
11534         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11535
11536         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11537         doing the header highlightling, so that the background color of the
11538         picon is correct.
11539
11540         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11541         (gnus-picon): Ditto.
11542         (gnus-picon): Reinstate.  The background color for picons is white.
11543         (gnus-picon-insert-glyph): Make the background white.
11544
11545         * nnml.el (nnml-open-nov): Don't return dead buffers.
11546
11547         * auth-source.el (auth-source-create): Query the user for whether to
11548         store the credentials.
11549
11550         * netrc.el (netrc-store-data): New function.
11551
11552         * auth-source.el (auth-source-user-or-password): Use the existing auth
11553         sources, if any, for creation.
11554
11555         * gnus.el (gnus-group-fast-parameter): Return the last matching
11556         parameter instead of the first matching parameter.
11557
11558 2010-09-26  Julien Danjou  <julien@danjou.info>
11559
11560         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11561
11562 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * mml2015.el (mml2015-use): Remove gpg support.
11565
11566         * mml1991.el (mml1991-function-alist): Remove gpg function.
11567         (mml1991-gpg-sign): Remove.
11568
11569 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11570
11571         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11572         (gnus-browse-unsubscribe-current-group): Document it.
11573         (gnus-browse-unsubscribe-group): Use it.
11574
11575 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11578         address to the To list for easier response.
11579
11580         * gnus.el (gnus-play-startup-jingle): Remove.
11581         (gnus-splash): Don't play jingle.
11582         (gnus): Silence gnus-load message.
11583
11584         * gnus-art.el (gnus-treat-play-sounds): Remove.
11585
11586         * gnus.el (gnus-play-jingle): Remove audio support.
11587
11588         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11589
11590         * earcon.el: Remove -- no users.
11591
11592         * gnus-audio.el: Remove -- no users of this package.
11593
11594         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11595
11596         * gnus-start.el (gnus-setup-news): Remove nocem support.
11597
11598         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11599
11600         * gnus.el (gnus-use-nocem): Remove.
11601
11602         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11603         Remove.
11604
11605         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11606         uses NoCeM any more.
11607
11608         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11609         (gnus-button-ctan-handler): Ditto.
11610         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11611         (gnus-button-ctan-directory-regexp): Ditto.
11612         (gnus-button-handle-ctan): Ditto.
11613         (gnus-button-tex-level): Ditto.
11614         (gnus-button-alist): Remove CTAN stuff.
11615
11616 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11617
11618         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11619         nnimap-streaming test.
11620
11621         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11622         servers twice.
11623
11624         * nnimap.el (nnimap-open-connection): Add more error reporting when
11625         nnimap fails early.
11626
11627         * nnheader.el (nnheader-get-report-string): New function.
11628         (nnheader-get-report): Use it.
11629
11630         * gnus-int.el (gnus-check-server): Say what the error was when opening
11631         failed.
11632
11633         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11634         using streaming.
11635
11636 2010-09-25  Julien Danjou  <julien@danjou.info>
11637
11638         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11639         gnus-window-inside-pixel-edges.
11640
11641 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11644
11645         * mm-decode.el (mm-save-part): Allow saving to other directories the
11646         normal Emacs way.
11647
11648         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11649         Suggested by Jay Berkenbilt.
11650
11651         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11652         there isn't a single byte.
11653
11654         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11655         just do it.  It doesn't really seem to matter what the user responds
11656         here, I think, so it's just a confusing question.
11657
11658         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11659         non-streaming case.
11660
11661         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11662         (gnus-article-encrypt-body): Use it.
11663
11664         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11665         keystroke.
11666
11667         * nnimap.el (nnimap-find-wanted-parts-1):
11668         Use gnus-fetch-partial-articles.
11669
11670         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11671
11672         * nnimap.el (nnimap-insert-partial-structure): New function.
11673         (nnimap-get-partial-article): New function.
11674         (nnimap-request-article): Use it.
11675         (nnimap-wait-for-response): Return whether the wait was successful.
11676         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11677         retrieval wasn't successful.
11678         (nnimap-retrieve-group-data-early): Allow throttling servers.
11679         (nnimap-streaming): New variable.
11680         (nnimap-fetch-partial-articles): Remove.
11681
11682         * mm-decode.el (mm-with-part): Protect against killed buffers.
11683
11684         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11685         for prettier summary display.
11686
11687 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11688
11689         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11690
11691 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11694         apparently third-party libraries depend on it.
11695
11696         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11697         before starting negotiation.
11698
11699         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11700         privacy reasons.
11701         (gnus-treat-mail-gravatar): Ditto.
11702
11703         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11704         buffer when inserting images.  Inserting text into the headers, for
11705         instance, can make them invalid.
11706
11707 2010-09-25  Julien Danjou  <julien@danjou.info>
11708
11709         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11710         variables.
11711
11712         * nnheader.el: Remove useless variables news-reply-yank-from and
11713         news-reply-yank-message-id.
11714
11715         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11716         variables.
11717
11718         * mml1991.el: Remove useless mml1991-verbose.
11719
11720         * gnus.el: Remove useless variable gnus-use-generic-from.
11721         Remove obsolete variable gnus-topic-indentation.
11722
11723         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11724
11725         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11726
11727         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11728
11729         * gnus-group.el: Remove useless gnus-group-icon-cache.
11730         Remove useless gnus-ephemeral-group-server.
11731
11732         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11733
11734         * mml2015.el: Remove useless mml2015-verbose.
11735
11736         * mml-smime.el: Remove useless mml-smime-verbose.
11737
11738         * gnus.el: Remove useless gnus-local-domain.
11739
11740         * gnus-gravatar.el (gnus-gravatar-transform-address):
11741         Use gnus-gravatar-size.
11742
11743         * gnus-art.el: Remove useless gnus-treat-translate.
11744
11745 2010-09-24  Julien Danjou  <julien@danjou.info>
11746
11747         * gnus-sum.el: Add support for Gravatars.
11748
11749         * gnus-art.el: Add support for Gravatars.
11750
11751         * gnus-gravatar.el: Add this file.
11752
11753         * gravatar.el: Add this file.
11754
11755 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11756
11757         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11758
11759         * gnus-group.el (gnus-group-fetch-faq): Remove.
11760
11761         * gnus.el (gnus-group-faq-directory): Remove.
11762
11763         * gnus-group.el (gnus-group-fetch-charter): Remove.
11764
11765         * gnus.el (gnus-group-charter-alist): Remove.
11766
11767         * gnus-group.el (gnus-group-archive-directory): Remove.
11768         (gnus-group-recent-archive-directory): Ditto.
11769         (gnus-group-make-archive-group): Remove.
11770
11771         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11772
11773         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11774         use the same article number for all the cached articles.
11775
11776         * nnimap.el (nnimap-command): Register the last command time so
11777         that we can use it for idling NOOPs.
11778         (nnimap-open-connection): Start the keeplive timer.
11779         (nnimap-make-process-buffer): Store all the process buffers.
11780         (nnimap-keepalive): New function.
11781
11782         * starttls.el (starttls-open-stream): Add autoload cookie.
11783
11784 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11785
11786         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11787         handling.
11788
11789 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11790
11791         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11792         its data structures.
11793
11794         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11795         instead of the cl.el copy-list.
11796         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11797         equalp.
11798
11799 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11802         and tool-bar-local-item-from-menu.
11803
11804         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11805         mode-line-highlight face for Emacs.
11806
11807         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11808         loading gnus-sum.elc; fix comment for canlock-verify.
11809         (gnus-article-jump-to-part): Use read-number.
11810         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11811         Remove Emacs pre-21 compatible code for help-echo.
11812         (gnus-article-next-page-1): No need to adjust the number of lines.
11813         (gnus-article-describe-bindings): Always use help-buffer.
11814
11815         * gnus-audio.el (gnus-audio-inline-sound):
11816         * gnus-cus.el (gnus-custom-mode):
11817         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11818
11819         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11820
11821         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11822         compatible code.
11823
11824 2010-09-24  Glenn Morris  <rgm@gnu.org>
11825
11826         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11827         visiting the fcc file in rmail-mode.
11828
11829         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11830
11831 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * nnir.el: Silence the byte compiler.
11834
11835         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11836         alias to browse-url-url-encode-chars if any.
11837         (gnus-html-encode-url): Use it.
11838
11839 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840
11841         * gnus-start.el (gnus-use-backend-marks): New variable.
11842         (gnus-get-unread-articles-in-group): Use it.
11843
11844         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11845         makeover.
11846
11847 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11848
11849         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11850
11851 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11854         Remove.
11855         (gnus-setup-news-hook):
11856         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11857
11858         * gnus-int.el (gnus-request-update-info): Protect against backends not
11859         having the function.
11860
11861         * nnimap.el (nnimap-stream): Mention starttls.
11862         (nnimap-open-connection): Add starttls support.
11863
11864 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11865
11866         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11867
11868 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11871         BODYSTRUCTUREs.
11872         (nnimap-transform-headers): Unfold quoted {42} headers.
11873
11874         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11875         the info.
11876         (gnus-get-unread-articles): Only call updatep on backends that support
11877         it.
11878
11879         * nnweb.el (nnweb-request-update-info): NOOP.
11880
11881         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11882
11883         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11884         since it only deals with marks.
11885
11886         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11887         gnus-request-marks, and make a new gnus-request-update-info.
11888
11889         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11890         the active instead of the high number, which is usually too low.
11891
11892 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11893
11894         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11895         * encrypt.el: Remove.
11896
11897 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11900         server in symbolic form.
11901
11902         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11903
11904 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11905
11906         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11907         (nnimap-update-info): Fix up code slightly.
11908
11909         * gnus-int.el (gnus-open-server): Add tracing for performance
11910         debugging.
11911
11912         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11913         (gnus-group-insert-group-line): Pass the real group name so that it
11914         gets the right data.
11915
11916         * gnus-start.el (gnus-get-unread-articles): Don't have
11917         `gnus-get-unread-articles-in-group' update info, since that can be
11918         really slow and doesn't seem to be needed?
11919
11920 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11921
11922         * time-date.el (date-to-time): Try using parse-time-string first before
11923         using the slower timezone-make-date-arpa-standard.
11924
11925 2010-09-22  Julien Danjou  <julien@danjou.info>
11926
11927         * gnus-group.el (gnus-group-insert-group-line):
11928         Call gnus-group-highlight-line.
11929         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11930         default hook list.
11931         (gnus-group-update-eval-form): Add new function.
11932         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11933         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11934
11935 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11938         immediate, then expire all articles.
11939         (nnimap-update-info): Fix off-by-one errors.
11940         (nnimap-flags-to-marks): Would return no marks lists for group with no
11941         flags.  Instead return the other data.
11942
11943 2010-09-22  Julien Danjou  <julien@danjou.info>
11944
11945         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11946         Only return an icon.
11947         (gnus-group-insert-group-line): Compute icon to return.
11948
11949         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11950         (gnus-html-image-fetched): Only cache if
11951         gnus-html-image-automatic-caching is set.
11952         (gnus-html-image-fetched): Check for errors.
11953
11954 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11955
11956         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11957         once per method on `g'.  This ensures that backends like nnfolder don't
11958         open all their folders.
11959
11960         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11961         (nnimap-request-list): Nix out group in the correct buffer.
11962         (nnimap-parse-flags): Implement by using `read' instead of
11963         hand-parsing.
11964         (nnimap-flags-to-marks): Pass on permanent-flags.
11965         (nnimap-make-process-buffer): Record the server name.
11966         (nnimap-parse-flags): Fix typo.
11967         (nnimap-request-scan): Run split on the server in general, not just a
11968         single group.
11969
11970         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11971         parameter, and propagate this downwards.
11972
11973         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11974         since EXAMINE changes it on the server.
11975
11976         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11977         this command might take a while.
11978
11979 2010-09-22  Julien Danjou  <julien@danjou.info>
11980
11981         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11982         harmful if you have 2 images side-by-side, they can't be properly
11983         update on text deletion.  Using text-property is safer here.
11984         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11985         data.
11986
11987 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11988
11989         * nnimap.el (nnimap-expunge-inbox): Remove.
11990         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11991         (nnimap-expunge): Flip default to t.
11992
11993         * gnus.el (gnus-method-to-server): Don't push things to the cache
11994         unless it's unique.
11995         (gnus-server-to-method): Ditto.
11996
11997 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
12000
12001 2010-09-22  Julien Danjou  <julien@danjou.info>
12002
12003         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
12004         get the start of data.
12005         (gnus-html-encode-url): Add this function to encode special chars in
12006         URL.
12007         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
12008         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
12009
12010         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
12011         default.
12012         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
12013
12014         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
12015         images alt-text.
12016         (gnus-html-put-image): Put alt-text as help-echo.
12017
12018 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
12021         * mm-util.el (mm-decompress-buffer):
12022         * nnir.el (nnir-run-find-grep):
12023         * pop3.el (pop3-list): Use 3rd arg of split-string.
12024
12025         * time-date.el (format-seconds): Comment fix.
12026
12027         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12028         and byte-optimize-form-code-walker.
12029         (dgnushack-make-auto-load): Don't advise make-autoload.
12030
12031         * lpath.el: Remove Emacs 21 stuff.
12032
12033 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12036         outside the active range.  Suggested by Dan Christensen.
12037
12038         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12039         slightly later to avoid double-getting it.
12040
12041         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12042         previous patch.
12043
12044         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12045
12046 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12047
12048         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12049
12050 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051
12052         * gnus-int.el (gnus-open-server): Give a better error message in the
12053         "go offline" case.
12054
12055         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12056         marks for nnimap, which is seldom the right thing to do.
12057
12058         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12059         (gnus-same-method-different-name): New function.
12060
12061         * nnimap.el (parse-time): Require.
12062
12063         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12064         method in the presence of many similar methods.
12065
12066         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12067
12068         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12069         nnml-inhibit-expiry.
12070
12071         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12072         find out whether methods are equal.
12073
12074         * nnimap.el (nnimap-find-expired-articles): New function.
12075         (nnimap-process-expiry-targets): New function.
12076         (nnimap-request-move-article): Request the article before looking at
12077         what the Message-ID is.  Fix found by Andrew Cohen.
12078         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12079
12080         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12081         for oldness in addition to being a predicate.
12082
12083         * nnimap.el (nnimap-request-group): When we have zero articles, return
12084         the right data to Gnus.
12085         (nnimap-request-expire-articles): Only delete articles immediately if
12086         the target is 'delete.
12087
12088         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12089         method, this would bug out.
12090
12091         * gnus-group.el (gnus-group-expunge-group): Rename from
12092         gnus-group-nnimap-expunge, and implemented as a normal interface
12093         function.
12094
12095         * gnus-int.el (gnus-request-expunge-group): New function.
12096
12097         * nnimap.el (nnimap-request-create-group): Implement.
12098         (nnimap-request-expunge-group): New function.
12099
12100 2010-09-21  Julien Danjou  <julien@danjou.info>
12101
12102         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12103         (gnus-html-cache-expired): Add new function.
12104         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12105         wethever we should display image for fetch it.
12106         Compute alt-text earlier to pass it to the fetching function too.
12107         (gnus-html-schedule-image-fetching): Change function argument to only
12108         get one image at a time, not a list.
12109         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12110         cache.
12111         (gnus-html-get-image-data): New function to retrieve image data from
12112         cache.
12113         (gnus-html-put-image): Change buffer argument to use image data rather
12114         than file, and place image above region rather than inserting a new
12115         one.  Do not take alt-text as argument, since it's useless now: we place
12116         the image above alt-text.
12117         (gnus-html-prune-cache): Remove.
12118         (gnus-html-show-images): Start to fetch image when we find one, do not
12119         push into a temporary list.
12120         (gnus-html-prefetch-images): Only fetch image if they have expired.
12121         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12122         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12123
12124 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12127
12128 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129
12130         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12131         spec inser "*" if the group isn't active instead of 0.
12132
12133         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12134         opening the server.
12135         (nnimap-request-delete-group): Implement group deletion.
12136         (nnimap-transform-headers): Return the size of the entire message in
12137         the Bytes header, not just the size of the first part.
12138         (nnimap-request-move-article): When moving an article from nnimap,
12139         request the article first so the accepting form has an article to
12140         accept.  Reported by Dan Christensen.
12141         (nnimap-command): Make sure that the error message doesn't error out.
12142
12143 2010-09-20  David Edmondson  <dme@dme.org>
12144
12145         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12146         we haven't requested anything.
12147
12148 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12149
12150         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12151         "".  Fix found by Andrew Cohen.
12152
12153         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12154         instead of -encode-string.
12155
12156 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12159
12160         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12161         by mm-subst-char-in-string.
12162
12163 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12166         waiting for the connection string.
12167
12168         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12169         arriving.
12170
12171         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12172         bogus characters.  This allows selecting certain Gmail groups.
12173
12174         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12175         (nnimap-fetch-partial-articles): New variable.
12176         (nnimap-open-connection): When looking for credentials, also use the
12177         nnimap-server-port.
12178         (nnimap-request-article): Return the group/article number, so that Gnus
12179         `^' works as expected.
12180         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12181
12182         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12183         comments.
12184         (gnus-methods-sloppily-equal): New function.
12185         (gnus): When using the development version of Gnus, load the gnus-load
12186         file.
12187
12188         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12189         `gnus-open-server' on each method before trying to scan them etc.
12190         This ensures that all the backend parameters are set correctly.
12191
12192         * nnimap.el (nnimap-authenticator): New variable.
12193         (nnimap-open-connection): Allow anonymous login.
12194         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12195         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12196
12197         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12198         patch, found by Knut Anders Hatlen.
12199
12200 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12201
12202         * gnus-agent.el (gnus-agent-batch-confirmation)
12203         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12204         to gnus-message.
12205         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12206         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12207         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12208         * gnus-int.el (gnus-open-server): Likewise.
12209         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12210         (gnus-score-check-syntax): Likewise.
12211         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12212         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12213         Likewise.
12214         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12215
12216 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12219         calling conventions so that prefetch doesn't bug out.
12220
12221 2010-09-19  Julien Danjou  <julien@danjou.info>
12222
12223         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12224         rather than `subst-char-in-region' in order to be able to replace ASCII
12225         char by UTF-8 ones.
12226
12227         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12228         than curl.
12229         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12230         the right URL and ALT text on images.
12231         (gnus-html-wash-tags): Fix tag case.
12232         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12233         (gnus-article-html): Add -o display_ins_del=2 option.
12234         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12235
12236 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12237
12238         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12239         the extra mail headers, which sometimes seem to happen for unknown
12240         reasons.
12241
12242         * mail-parse.el (mail-header-encode-parameter): Define as
12243         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12244         (or most, perhaps?) mail readers don't understand the latter, but do
12245         understand the former.
12246
12247         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12248         to nil, so that no methods are automatically agentized.  I think this
12249         is probably what most users want.
12250
12251         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12252         from url-retrieve, for instance about invalid URLs.
12253
12254         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12255         groups that have no articles.
12256         (nnimap-request-article): Check that we really got an article when we
12257         requested one.
12258
12259         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12260         doesn't exist.
12261
12262         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12263         nntp buffer so the agent can save it.
12264         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12265         that CRLF doesn't get translated to \n.
12266         (nnimap-open-connection): Don't make 'shell commands only send \n.
12267
12268 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12271         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12272         Update var name.
12273         (nnml-generate-nov-file): Use dolist.
12274         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12275         Use with-current-buffer.
12276
12277 2010-09-18  Julien Danjou  <julien@danjou.info>
12278
12279         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12280         parallel.
12281
12282 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12283
12284         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12285         the range update right.
12286         (nnimap-request-group): Don't make `M-g' bug out on group with no
12287         marks.
12288         (nnoo): Require, so that other packages can require nnimap.
12289         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12290         command we're looking for.  This helps when the server sends more
12291         responses after we've gotten everything we expected.
12292         (nnimap): Add a `newlinep' field to keep track of end-of-line
12293         conventions.
12294         Don't send CRLF to things that don't want it.
12295         (nnimap-request-accept-article): Ditto.
12296
12297 2010-09-18  Julien Danjou  <julien@danjou.info>
12298
12299         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12300         than curl to retrieve images.
12301
12302 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12303
12304         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12305         the marks.
12306         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12307         (nnimap-wait-for-connection): New function.
12308         (nnimap-open-connection): If we have PREAUTH, don't query for login
12309         credentials.
12310         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12311         when doing a partial update.
12312
12313 2010-09-18  Julien Danjou  <julien@danjou.info>
12314
12315         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12316         tags.
12317
12318 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319
12320         * nnimap.el (nnimap-credentials): New function.
12321         (nnimap-open-connection): Use the new function to look for credentials
12322         also on the numeric equivalents of "imap" and "imaps".
12323
12324         * gnus-start.el (gnus-activate-group): Send the info to
12325         gnus-request-group.
12326
12327         * nnimap.el (nnimap-request-group): Have the "check" version of the
12328         function parse flags and update the info, so that a `M-g' get a total
12329         resync of all flags from the group.
12330
12331         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12332         to allow backends to alter the info on group selection.  Also alter all
12333         the backend -request-group functions to take the parameter.
12334
12335         * nnimap.el (nnimap-store-info): New function.
12336         (nnimap-update-info): Store the info for later usage.
12337         (nnimap-request-group): Use the stored info for the dont-check case, so
12338         that we don't retrieve all marks when we enter a group.
12339
12340         * nnimap.el: Use deffoo instead of defun for interface functions.
12341
12342         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12343         update the group info.  This makes the nndraft groups, for instance, go
12344         back to their old behavior.
12345
12346         * gnus-sum.el (gnus-select-newsgroup): Indent.
12347
12348         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12349         in.
12350         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12351         nothing.
12352
12353         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12354         from methods that are denied.
12355
12356         * gnus-int.el (gnus-method-denied-p): New function.
12357
12358         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12359         store the password instead of netrc.
12360         (nnimap-open-connection): Don't error out when we can't make a
12361         connections.
12362
12363         * auth-source.el (auth-source-create): In the password prompt, say what
12364         we're querying for.  Also prompt for user name if that hasn't been
12365         given.
12366
12367         * nnimap.el (nnimap-with-process-buffer): Remove.
12368
12369 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12372         method when we're reading from the agent.
12373
12374         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12375
12376         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12377         that's probably most useful for users.
12378
12379         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12380         "failed" all the time.
12381
12382         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12383         ...)) with (with-current-buffer ... ).
12384
12385         * nntp.el (nntp-open-server): Return whether the open was successful or
12386         not.
12387
12388         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12389         select an unread unseen article first.
12390
12391         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12392         /etc/services, supply some sensible port defaults.
12393
12394         * dgnushack.el: Define netrc-credentials.
12395
12396 2010-09-17  Julien Danjou  <julien@danjou.info>
12397
12398         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12399
12400 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12401
12402         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12403         doesn't have any parameters.
12404
12405 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406
12407         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12408         only upcased checks.
12409
12410         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12411
12412         * nnimap.el (nnimap-open-shell-stream): New function.
12413         (nnimap-open-connection): Use it.
12414         (nnimap-transform-headers): Get the number of lines in each message.
12415         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12416         number of lines.
12417         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12418         problem.
12419
12420         * utf7.el (utf7-encode): Autoload.
12421
12422         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12423         to allow the mail splitting to not return a default group.  This is
12424         useful for nnimap, which will leave unmatched mail in the inbox.
12425
12426         * nnimap.el: Rewritten.
12427
12428         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12429         nnimap usage.
12430
12431         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12432         if the move is internal, so that nnimap can do fast internal moves.
12433
12434         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12435         data.
12436         (gnus-read-active-for-groups): Support finishing the early retrieval of
12437         data.
12438
12439         * gnus-range.el (gnus-range-nconcat): New function.
12440
12441         * gnus-int.el (gnus-finish-retrieve-group-infos)
12442         (gnus-retrieve-group-data-early): New functions.
12443
12444 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12445
12446         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12447         (nnrss-retrieve-groups):
12448         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12449         (pop3-quit): Use with-current-buffer.
12450
12451 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12454         instead of nnheader-accept-process-output.
12455
12456         * dgnushack.el (dgnushack-compile): Add comment.
12457
12458         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12459
12460         * gnus-html.el (gnus-html-schedule-image-fetching)
12461         (gnus-html-prefetch-images): Replace process-kill-without-query by
12462         gnus-set-process-query-on-exit-flag.
12463
12464 2010-09-16  Romain Francoise  <romain@orebokech.com>
12465
12466         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12467
12468 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12469
12470         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12471         parameter to unintern is mandatory-ish in Emacs 24.
12472
12473         * gnus-html.el (gnus-html-schedule-image-fetching)
12474         (gnus-html-prefetch-images): Check for curl before using it.
12475
12476         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12477         depend on curl, which isn't essential.
12478
12479         * imap.el: Revert back to version
12480         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12481         seem problematic.
12482
12483 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12484
12485         * gnus-registry.el (gnus-registry-install-shortcuts):
12486         Explicitly pass `obarray' to `unintern' to avoid a warning.
12487
12488 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12491         change.
12492
12493         * nnrss.el (nnrss-request-list): Remove this function and related
12494         functions, including the moreover stuff.
12495
12496 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * nnrss.el (nnrss-retrieve-groups): New function.
12499
12500 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12501
12502         * .dir-locals.el: Add no-byte-compile cookie.
12503
12504 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * time-date.el (format-seconds): Comment fix.
12507
12508         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12509         for back end that doesn't support request-scan.
12510
12511 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12514         then do request scans from the backends.
12515
12516         * netrc.el (netrc-credentials): New conveniency function.
12517
12518         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12519         avoid running a hook per line, since this takes a lot of time,
12520         profiling shows.
12521         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12522         directly if gnus-visual-p is true.
12523
12524 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12527         groups; replace mapcar with dolist which is a bit faster; pass groups
12528         info to gnus-read-active-file-1.
12529         (gnus-read-active-file-1): Scan only specified groups if the new
12530         optional arg `infos' is given.
12531
12532 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12533
12534         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12535
12536         * pop3.el (pop3-movemail): Remove.
12537         (pop3-streaming-movemail): Rename to pop3-movemail.
12538
12539         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12540         don't restrict end-tag searches to the end of the line.
12541
12542 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12545         articles of every unchecked group to t, which means unknown since the
12546         server has never been opened.
12547
12548 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * gnus-html.el (gnus-html-show-alt-text): New command.
12551         (gnus-html-browse-image): Ditto.
12552         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12553         to browse the image directly.
12554         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12555         better.
12556
12557         * gnus-async.el (gnus-async-article-callback):
12558         Call `gnus-html-prefetch-images' unconditionally.
12559
12560         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12561         before feeding URLs to curl.
12562
12563 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12566         internal images as deletable by `W D D'.
12567
12568         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12569         (gnus-async-article-callback): Fix typo.
12570
12571 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12572
12573         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12574         current line to work around bugs in the output from w3m.
12575
12576         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12577         for groups that want that.
12578
12579         * nntp.el (nntp-wait-for-string): Supply a timeout for
12580         accept-process-output to ensure progress.
12581
12582         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12583         level to get unread articles from, then use that for foreign groups,
12584         too.
12585
12586         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12587         confuses the rest of the function.
12588
12589         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12590         for the methods that support -retrieve-groups, too.
12591
12592         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12593
12594 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12597         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12598
12599         * pop3.el: Require cl when compiling.
12600         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12601
12602 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12603
12604         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12605         that aren't going to be activated.
12606         (gnus-get-unread-articles): Fix up the last commit.
12607
12608         * gnus-html.el (gnus-article-html): Allow calling without specifying
12609         the handle.  In that case, dissect the buffer first.
12610
12611         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12612
12613         * nnimap.el (nnimap-open-connection): Revert the change that would look
12614         into authinfo for imaps instead of imap.
12615
12616         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12617         say that you don't want to call gnus-request-group with don-check, but
12618         do check the reponse.  This is for virtual groups only.
12619         (gnus-get-unread-articles): Count the archive groups as secondary, so
12620         that they're activated the same way as before.
12621
12622         * imap.el (imap-message-map): Removed optional buffer parameter, since
12623         no callers use it.
12624         (imap-message-get): Ditto.
12625         (imap-message-put): Ditto.
12626         (imap-mailbox-map): Ditto.
12627         (imap-mailbox-put): Ditto.
12628         (imap-mailbox-get): Ditto.
12629         (imap-mailbox-get): Revert last change for this function.
12630
12631         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12632         case-insensitively.
12633         (nnimap-debug): Remove.
12634
12635         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12636         callers to use `imap-fetch' instead.  According to the comments, this
12637         should be safe, since all other IMAP clients use the 1:* syntax.
12638         (imap-enable-exchange-bug-workaround): Remove.
12639         (imap-debug): Remove -- doesn't seem very useful.
12640
12641         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12642         mail from a file, and the file doesn't exist.
12643
12644         * imap.el (imap-log): New convenience function used throughout instead
12645         of repeating the same code all over the place.
12646
12647         * pop3.el (pop3-streaming-movemail): Return t for success.
12648
12649         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12650         .authinfo if we're using ssl connection.
12651
12652         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12653         already have if we're in a main Gnus `g' run.
12654
12655         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12656
12657 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12660
12661         * nnmh.el (nnmh-request-list-1): Bind `file'.
12662
12663         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12664         alias to set-process-query-on-exit-flag or process-kill-without-query.
12665         (pop3-open-server): Use it.
12666
12667 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668
12669         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12670         box to the Incoming file.  Fixes mistake in previous checkin.
12671
12672         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12673         request loop (for debugging purposes) removed.
12674
12675         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12676         culprit is more visible.
12677         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12678         (nnml-add-incremental-nov): New functions to do "incremental" nov
12679         updates, where we just append to the end of the existing nov files
12680         without reading/writing them in full.
12681
12682         * mail-source.el (mail-source-delete-crash-box): Really only check the
12683         incoming files once in a while.
12684
12685         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12686
12687         * mail-source.el (mail-source-delete-crash-box): Only check the
12688         incoming files for deletion once per day to save a lot of file
12689         accesses.
12690
12691         * pop3.el (pop3-logon): Fix up unbound variable typo.
12692
12693         * mail-source.el (pop3-streaming-movemail): Autoload.
12694
12695         * pop3.el (pop3-streaming-movemail):
12696         Respect pop3-leave-mail-on-server.
12697
12698         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12699         retrieval.
12700
12701         * pop3.el (pop3-process-filter): Remove unused function.
12702         (pop3-streaming-movemail, pop3-send-streaming-command)
12703         (pop3-wait-for-messages, pop3-write-to-file)
12704         (pop3-number-of-responses): New functions for streaming pop3
12705         retrieval.
12706
12707         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12708         come from no known methods.
12709         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12710         list.
12711
12712         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12713         message sizes.
12714         (pop3-movemail): Use erase-buffer instead of looping and deleting
12715         regions, which seems rather odd.
12716
12717         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12718         file once per `g' run.
12719
12720         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12721         directories.  This makes the draft queue directory work.
12722
12723         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12724         data from the backends, so that we only request the list of groups from
12725         each method once.  This should speed things up considerably.
12726
12727         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12728         detect that it's not implemented.
12729
12730         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12731         we actually do recurse down into the tree, but don't stat all leaf
12732         nodes.
12733
12734         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12735         then say so instead of bugging out.
12736
12737         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12738         files exist before trying to read them.
12739
12740         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12741         around <pre_int>.
12742
12743         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12744
12745         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12746
12747 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12748
12749         * mm-util.el (mm-image-load-path): Just return the image directories,
12750         not all directories in the path in addition to the image directories.
12751         (mm-image-load-path): Maintain a cache of the image directories so that
12752         the `g' command in Gnus doesn't have to stat dozens of directories each
12753         time.
12754
12755         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12756         (gnus-html-wash-tags): Add a new `i' command to insert images.
12757         (gnus-html-insert-image): New command and keystroke.
12758         (gnus-html-redisplay-with-images): New command and keystroke.
12759         (gnus-html-show-images): Rename command.
12760         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12761         spacers.
12762         (gnus-html-wash-tags): Decode entities at the end, so that entities
12763         inside the tags don't mess up the rest of the "parsing".
12764
12765         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12766         so that nnimap methods aren't agentized by default.  There's apparently
12767         many problems related to agent/imap behavior.
12768
12769         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12770
12771         * gnus-html.el: Doc fix.
12772
12773 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12776         specifier-spec-list for Emacs 21.
12777
12778         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12779         glyph-width and glyph-height instead of display-graphic-p and
12780         image-size; make avoidance of displaying small images work for XEmacs.
12781
12782         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12783         for XEmacs.
12784
12785         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12786         of symbol that holds plist data.
12787         (gnus-process-plist): Remove plist of process after getting it.
12788
12789 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790
12791         * message.el (message-generate-hashcash): Change default to
12792         'opportunistic if hashcash is installed.
12793
12794         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12795         (gnus-html-put-image): Only call image-size once, since it's somewhat
12796         time-consuming on remote X servers.
12797
12798 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12801         type on data, not a file name.
12802
12803         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12804         window-pixel-edges for Emacs 21.
12805
12806         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12807         decoded contents.
12808         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12809
12810 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12811
12812         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12813         group line format, since it isn't very interesting.
12814
12815         * gnus-agent.el (gnus-agent-short-article),
12816         (gnus-agent-long-article): Increase values for these two variables,
12817         since most people are likely to have more network connection and
12818         storage than before.
12819
12820         * gnus.el (gnus-refer-article-method): Change default to 'current.
12821         When referring an article, the common behavior is to refer it from the
12822         current select method, not the native select method.  The chances of
12823         the native select method having the message in question is rather slim
12824         these days.
12825
12826         * gnus-sum.el (gnus-auto-select-subject): Change default to
12827         `unseen-or-unread'.  I think it's likely that most people want to
12828         select an unseen article over a previously seen, but unread one.
12829
12830         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12831         means that in the article buffer none of the minor mode elements will
12832         be shown, usually, and this is not desirable in most cases.
12833
12834         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12835         that commands like `d' (and the like) go to the next line in the
12836         buffer, instead of the next unread article.  I think this is the
12837         behavior that is most natural for most users.
12838         (gnus-single-article-buffer): Change default to nil, so that people can
12839         have as many article buffers open as they have summary buffer.  I think
12840         this is the most natural way for the groups to behave.
12841
12842         * message.el (message-generate-new-buffers): Change default to
12843         `unsent', so that all new message buffers start their names with the
12844         string "*unsent", and it's easier to find the buffers if you move from
12845         them.
12846
12847 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12848
12849         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12850         small.  They're probably tracking images.
12851         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12852         (gnus-html-rescale-image): Yet another try at getting the image sizing
12853         right.
12854
12855         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12856         nntp-marks-file-name is nil.
12857
12858 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12859
12860         * gnus-html.el (gnus-html-wash-tags)
12861         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12862         Better logging.
12863
12864 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12865
12866         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12867
12868         * gnus-html.el (gnus-html-wash-tags): Check the value of
12869         gnus-blocked-images in the summary buffer.
12870
12871 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12872
12873         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12874
12875 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12876
12877         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12878         like "a", it seems like.
12879         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12880         since it needs to be picked from the correct buffer.
12881
12882         * nnwfm.el: Remove.
12883
12884         * nnlistserv.el: Remove.
12885
12886 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12887
12888         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12889         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12890
12891 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12892
12893         * nnkiboze.el: Remove.
12894
12895         * nndb.el: Remove.
12896
12897         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12898         alt text.
12899         (gnus-html-rescale-image): Try to get the rescaling logic right for
12900         images that are just wide and not tall.
12901
12902         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12903         overshadow variable bindings.
12904
12905 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12906
12907         * gnus-html.el (gnus-html-wash-tags)
12908         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12909         Add extra logging.
12910
12911 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12912
12913         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12914         (gnus-max-image-proportion): New variable.
12915         (gnus-html-rescale-image): New function.
12916         (gnus-html-put-image): Rescale images.
12917
12918 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12919
12920         Fix up some byte-compiler warnings.
12921         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12922         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12923         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12924         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12925         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12926         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12927         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12928
12929 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-html.el (gnus-article-html): Decode contents by charset.
12932
12933 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12936         (gnus-html-frame-width, gnus-blocked-images):
12937         * message.el (message-prune-recipient-rules): Add custom version.
12938         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12939
12940         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12941         functions.
12942
12943         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12944         gnus-process-get.
12945
12946 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12947
12948         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12949         instead of lsub directly.
12950
12951 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12952
12953         * nnwarchive.el: Remove.
12954
12955         * gnus-soup.el: Remove.
12956
12957         * nnsoup.el: Remove.
12958
12959         * nnultimate.el: Remove.
12960
12961         * gnus-html.el (gnus-blocked-images): New variable.
12962
12963         * message.el (message-prune-recipients): New function.
12964         (message-prune-recipient-rules): New variable.
12965
12966         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12967         guess whether a long line is natural text or not.
12968
12969         * gnus-html.el (gnus-html-schedule-image-fetching):
12970         Use gnus-process-plist and friends for compatibility.
12971
12972 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12973
12974         * gnus-html.el: Require packages that define macros used in this file.
12975         (gnus-article-mouse-face): Declare to silence byte-compiler.
12976         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12977         process-get.
12978         (gnus-html-put-image): Use plist-get to avoid getf.
12979         (gnus-html-prefetch-images): Use with-current-buffer.
12980
12981 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-ems.el: Provide compatibility functions for
12984         gnus-set-process-plist.
12985
12986         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12987         header-line-format for XEmacs 21.4.
12988
12989         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12990         * gnus.el (gnus-valid-select-methods):
12991         * message.el (message-send-mail-partially-limit):
12992         * mm-decode.el (mm-text-html-renderer):
12993         * mml.el (mml-insert-mime-headers-always):
12994         * smiley.el (smiley-regexp-alist): Bump custom version.
12995
12996 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12997
12998         * gnus-html.el: Require mm-url.
12999         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
13000         with the url to `url'.
13001         (gnus-html-wash-tags): Support cid: URLs/images.
13002
13003 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
13006         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
13007         bindings, as they aren't useful at all.  `w' is moved to `W w'.
13008
13009         * gnus-move.el: Remove file, since it doesn't really work.
13010
13011         * gnus-html.el (gnus-article-html): Tell w3m that the input is
13012         UTF-8.  This seems to fix problems with some German web feeds.
13013
13014         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
13015         at the top so that the proper colors are applied.
13016
13017         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
13018         don't have dots in their names.
13019
13020         * gnus-art.el (gnus-article-view-part): Doc fix.
13021
13022         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13023         XEmacs-compatible.
13024         (gnus-html-put-image): Don't do images on non-graphic displays.
13025
13026         * nnslashdot.el: Remove this unused backend.
13027
13028         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13029         actions.
13030         (gnus-undo-register-1): Revert last change.
13031
13032         * gnus-group.el (gnus-group-completing-read): Protect against not
13033         having completion-styles bound.
13034
13035         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13036         make broken recipients happier.
13037
13038         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13039
13040         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13041         point parameter.
13042
13043         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13044
13045         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13046         completion-styles for group selection.
13047
13048 2009-02-04  Andreas Schwab  <schwab@suse.de>
13049
13050         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13051         headers and regexp-quote the match if necessary.
13052
13053 2009-03-24  Miles Bader  <miles@gnu.org>
13054
13055         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13056         the blinking smiley.
13057
13058 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13059
13060         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13061         blink smiley.
13062
13063 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13066         where the dribbel file lives exists.
13067
13068         * message.el (message-send-mail-partially-limit): Change the default to
13069         nil, since most people don't want this.
13070
13071         * mm-url.el (mm-url-decode-entities): Also decode entities like
13072         &#x3212.
13073
13074 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13075
13076         * gnus-sum.el (gnus-summary-idna-message):
13077         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13078         Hyperlink urls in docstrings with URL `...'.
13079
13080 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13081
13082         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13083         functions.
13084
13085 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13086
13087         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13088         say what the mouseover text should be.
13089
13090         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13091         version of the mm-w3m-safe-url-regexp variable to only download images
13092         in the groups where we want that to happen.
13093
13094         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13095
13096         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13097         easier debugging.
13098         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13099         big pictures in the article buffer.
13100
13101         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13102         gnus-article-html.
13103         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13104         w3m.
13105
13106         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13107
13108 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13111         which doesn't exist.
13112
13113         * message.el (message-inhibit-ecomplete): New variable to allow some
13114         function to inhibit ecomplete address storage.
13115         (message-resend): Disable ecomplete message storage when resending
13116         messages.
13117
13118         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13119
13120 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13123         Save excursion while copying, moving, and deleting articles in order to
13124         prevent the cursor from jumping to unforeseen place.
13125
13126 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * lpath.el: No need to bind bookmark-current-buffer,
13129         bookmark-yank-point and bookmark-make-record-function.
13130
13131 2010-08-17  Glenn Morris  <rgm@gnu.org>
13132
13133         * gnus-sync.el: Require gnus components whose functions are used.
13134
13135         * gnus-art.el (bookmark-make-record-function):
13136         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13137         Declare for compiler.
13138
13139         * mm-url.el (mml-compute-boundary): Autoload.
13140
13141 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13144
13145 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13146
13147         Typo fix "hoo4a" -> "hook".
13148
13149         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13150
13151 2010-08-14  Glenn Morris  <rgm@gnu.org>
13152
13153         * gnus-sync.el (gnus-sync): Fix defgroup version.
13154
13155 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13156
13157         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13158
13159         * gnus-sync.el: Fix docs.
13160         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13161         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13162
13163 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13164
13165         Optimizations for gnus-sync.el.
13166
13167         * gnus-sync.el: Add docs about gnus-sync-backend
13168         possibilities.
13169         (gnus-sync-save): Remove unnecessary message.
13170         (gnus-sync-read): Optimize and show what groups were skipped.
13171
13172 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         Minor bug fixes for gnus-sync.el.
13175
13176         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13177         Don't read the sync on get-new-news.
13178
13179         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13180         quiet.
13181
13182         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13183         (fix typo).
13184
13185 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13186
13187         Make saving and restoring of hidden threads work with overlays.
13188         Patch applied by Ted Zlatanov.
13189
13190         * gnus-sum.el (gnus-hidden-threads-configuration)
13191         (gnus-restore-hidden-threads-configuration): Update to deal with text
13192         properties, rather than searching for a magic character.
13193
13194 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13195
13196         New gnus-sync.el library for synchronization of marks.
13197
13198         * gnus-sync.el: New library for synchronization of marks.
13199
13200         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13201         renamed from `gnus-registry-grep-in-list'.
13202
13203         * gnus-registry.el (gnus-registry-follow-group-p):
13204         Use `gnus-grep-in-list'.
13205
13206         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13207
13208 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13211         determining charset of text fails.
13212
13213 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * nnmail.el (nnmail-get-new-mail-1): Revert.
13216
13217         * nnml.el (nnml-active-number): Make sure names of newly created groups
13218         in nnml-group-alist are encoded.
13219
13220 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13223         containing non-ASCII characters in active file for nnml back end.
13224
13225 2010-07-24  David Engster  <dengste@eml.cc>
13226
13227         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13228         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13229
13230 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13231
13232         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13233         tag (Bug#6654).
13234
13235 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13238         the article buffer, not the summary buffer.
13239
13240 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13243         Emacs 23 as well.
13244
13245 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13248         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13249
13250 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13251
13252         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13253         Patch applied by Karl Fogel.
13254
13255         * gnus-sum.el (gnus-summary-bookmark-make-record):
13256         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13257
13258 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13259
13260         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13261         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13262         C-w still not working correctly from Article buffers; Thierry's
13263         patch to fix that will be applied after this.
13264
13265         * gnus-art.el (bookmark-make-record-function): New local variable.
13266
13267         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13268         article buffer.
13269         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13270
13271 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13272
13273         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13274         on changes in bookmark.el.
13275
13276 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13279         `no-log' instead of message not to log prompt string.
13280
13281 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13282
13283         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13284         the *other* type of HTML form submission.
13285
13286 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13287
13288         * auth-source.el (auth-source-pick): If choice does not contain a
13289         questioned keyword, set the check to t.
13290
13291 2010-06-12  Romain Francoise  <romain@orebokech.com>
13292
13293         * gnus-util.el (gnus-date-get-time): Move up before first use.
13294
13295 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13298         (gnus-article-edit-part): Bind it to make last part that is substituted
13299         or deleted visible.
13300         (gnus-mime-display-single): Buttonize part of which id equals to
13301         gnus-mime-buttonized-part-id.
13302
13303 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13304
13305         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13306         (gnus-dd-mmm): Use gnus-date-get-time.
13307         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13308         simplify logic.
13309         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13310         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13311
13312 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13313
13314         * auth-source.el (top): Autoload `secrets-list-collections',
13315         `secrets-create-item', `secrets-delete-item'.
13316         (auth-sources): Fix tag string.
13317         (auth-get-source, auth-source-retrieve, auth-source-create)
13318         (auth-source-delete): New defuns.
13319         (auth-source-pick): Rewrite in order to avoid 2 passes.
13320         (auth-source-forget-user-or-password): New parameter USERNAME.
13321         (auth-source-user-or-password): New parameters CREATE-MISSING and
13322         DELETE-EXISTING.  Retrieve password interactively, if needed.
13323
13324 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13325
13326         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13327         deleting unused directories when gnus-expert-user is t.
13328
13329 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13332         for each temp file when gnus-article-browse-delete-temp is ask.
13333
13334 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13335
13336         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13337         Replace Lisp calls to delete-backward-char by calls to delete-char.
13338
13339 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13340
13341         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13342
13343 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13344
13345         * password-cache.el (password-cache-remove): Fix docstring.
13346
13347 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13350         article unless decoding article to be saved.
13351
13352 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13355         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13356         generated within the mm-with-unibyte-current-buffer macro.
13357
13358 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13361         to nil when we're in a mml-preview buffer and no group is selected.
13362
13363 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13364
13365         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13366         when catching the `C-g'.  Reported by "Leo".
13367
13368 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * message.el (message-forward-make-body-plain)
13371         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13372         multibyte-string-p.
13373
13374         * lpath.el: Revert.
13375
13376 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * message.el (message-forward-make-body-mml): Assume original message
13379         is multibyte string; error on unibyte.
13380         (message-forward-make-body-plain): Ditto; don't add excessive newline
13381         in body end.
13382
13383         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13384
13385 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13386
13387         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13388         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13389
13390 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * mm-extern.el (mm-extern-url): Don't use
13393         mm-with-unibyte-current-buffer.
13394         (mm-extern-cache-contents): Use with-current-buffer instead of
13395         save-excursion + set-buffer.
13396
13397 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * mm-util.el (mm-emacs-mule): Remove.
13400
13401 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13402
13403         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13404         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13405         change.
13406
13407 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13410         bind the default value of enable-multibyte-characters to nil.
13411
13412 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * message.el (message-forward-make-body-plain)
13415         (message-forward-make-body-mml):
13416         Don't use mm-with-unibyte-current-buffer.
13417
13418 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13419
13420         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13421
13422 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13423
13424         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13425         (Bug#5592).
13426
13427 2010-05-07  Julien Danjou  <julien@danjou.info>
13428
13429         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13430         it to mm-pipe-part.
13431
13432         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13433         it is given.
13434
13435 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * binhex.el (binhex-decode-region-internal):
13438         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13439         (dns-query):
13440         * nnweb.el (nnweb-gmane-search):
13441         * pgg-parse.el (pgg-parse-armor):
13442         * pgg.el (pgg-verify-region):
13443         * sha1.el (sha1-string-external):
13444         * uudecode.el (uudecode-decode-region-internal):
13445         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13446         XEmacs.
13447
13448         * gnus-art.el (gnus-article-browse-html-parts):
13449         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13450         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13451         make-temp-file.
13452
13453         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13454         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13455         compiling.
13456
13457         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13458         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13459         XEmacs when compiling.
13460
13461         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13462         gnus-pick-mode-off-hook for XEmacs when compiling.
13463         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13464         gnus-binary-mode-off-hook for XEmacs when compiling.
13465
13466         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13467         Return nil if char-charset is not available.
13468
13469         * imap.el (imap-disable-multibyte)
13470         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13471         macros.
13472
13473         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13474         instead of encode-coding-string.
13475
13476         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13477         'xemacs) instead of mm-emacs-mule to switch function definitions.
13478         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13479
13480         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13481         bind temporary-file-directory for XEmacs;
13482         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13483         timer-set-function for XEmacs 21.4 and SXEmacs;
13484         bind timer-list for XEmacs 21.4 and SXEmacs;
13485         fbind char-charset and find-charset-region for non-Mule XEmacs;
13486         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13487         encode-coding-region and encode-coding-string for XEmacs having no
13488         file-coding feature.
13489
13490 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13491
13492         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13493
13494 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13497         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13498
13499 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13500
13501         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13502         alias `jka-compr-delete-temp-file' no longer exists.
13503
13504 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13505
13506         Use define-minor-mode in Gnus where applicable.
13507         * mml.el (mml-mode): Use define-minor-mode.
13508         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13509         (gnus-undo-mode): Use define-minor-mode.
13510         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13511         (gnus-dead-summary-mode): Use define-minor-mode.
13512         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13513         Initialize in declaration.
13514         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13515         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13516         (gnus-mailing-list-mode): Use define-minor-mode.
13517         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13518         (gnus-draft-mode): Use define-minor-mode.
13519         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13520         (gnus-dired-mode): Use define-minor-mode.
13521
13522 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13523
13524         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13525         handles on recursive mml-to-mime translation and check them for
13526         boundary delimiter collisions.  Reported by Greg Troxel.
13527
13528 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13531
13532 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13533
13534         * mm-util.el (mm-find-buffer-file-coding-system):
13535         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13536
13537 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13538
13539         * message.el (message-generate-headers): Record insertion of optional
13540         headers as well.  Otherwise the check to prevent repeated insertion of
13541         optional headers is a no-op.
13542
13543 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * smime.el: Don't mention CVS.
13546
13547         * nnrss.el (nnrss-fetch): Don't mention CVS.
13548
13549         * nnir.el: Don't mention CVS.
13550
13551 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         * gnus-sum.el (gnus-summary-bookmark-make-record):
13554         Add `location' field.
13555
13556 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * lpath.el: Fbind bookmark-default-handler,
13559         bookmark-get-bookmark-record, bookmark-make-record-default,
13560         bookmark-prop-get for Emacs <23 and XEmacs.
13561
13562 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13563
13564         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13565         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13566         Use with-current-buffer to silence the byte-compiler.
13567         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13568         bother to require `gnus'.
13569         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13570
13571 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13572
13573         * gnus-sum.el (gnus-summary-bookmark-make-record)
13574         (gnus-summary-bookmark-jump): New functions.
13575         (gnus-summary-mode): Setup bookmark support.
13576
13577 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13578
13579         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13580         if set.
13581
13582 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13585         gnus-article-browse-html-save-cid-image; make it work recursively for
13586         forwarded messages as well.
13587         (gnus-article-browse-html-parts): Work when prefix arg is given.
13588         (gnus-article-browse-html-article): Doc fix.
13589
13590 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13591
13592         * message.el (message-default-mail-headers)
13593         (message-default-headers): Carry the value mail-default-headers over
13594         into message-default-mail-headers, rather than message-default-headers.
13595
13596 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13597
13598         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13599         charset.
13600
13601         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13602         charset into the <meta> tag when the article is encoded to utf-8.
13603
13604 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-art.el (gnus-article-browse-delete-temp-files):
13607         Delete directories as well.
13608         (gnus-article-browse-html-parts): Work for images that do not specify
13609         file names; delete temp directory when quitting; insert header at the
13610         right place; use file: scheme for image files.
13611
13612 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13613
13614         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13615         (gnus-article-browse-html-parts): Use it to make temporary cid image
13616         files in addition to html file so that browser may display them.
13617
13618 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13621
13622 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13625
13626 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * auth-source.el (auth-sources): Change default to be simpler.
13629         Explain about Secret Service API sources.  Improve Customize options.
13630         (auth-source-pick): Change to accept any number of search parameters.
13631         Implement fallbacks iteratively, not recursively.  Add scoring on the
13632         second pass and sort by score.  Call Secret Service API when needed.
13633         (auth-source-user-or-password): Use it.  Call Secret Service API
13634         directly when needed to get the user name and the password.
13635
13636 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13637
13638         * message.el (message-interactive): Doc fix.
13639         (message-qmail-inject-args): Reflow.
13640         (message-kill-to-signature): Fix typo in docstring.
13641
13642         * smiley.el (smiley-buffer): Fix typo in docstring.
13643
13644 2010-03-24  Glenn Morris  <rgm@gnu.org>
13645
13646         * mail-source.el (gnus-message): Declare.
13647         (mail-source-delete-old-incoming): Require gnus-util.
13648
13649 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13652
13653         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13654
13655         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13656         password-cache's default if it is not bound.
13657         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13658         password-cache-expiry's default if it is not bound.
13659
13660         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13661         available in Emacs 21.
13662
13663         * lpath.el: Suppress compiler warnings for:
13664         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13665         XEmacs;
13666         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13667         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13668         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13669
13670 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13671
13672         * auth-source.el (auth-sources): Fix up definition so extra parameters
13673         are always inline.
13674
13675 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13676
13677         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13678         wasn't updated after mismatch.  Clear cached mailbox info correctly
13679         when uidvalidity changes.
13680         (nnimap-group-prefixed-name): New function to avoid some code
13681         duplication.
13682         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13683         (nnimap-request-group): Use it.
13684         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13685         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13686         with many imap folders.  This is done by caching the group status from
13687         the imap server persistently in a group parameter `imap-status'.  (This
13688         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13689         but not persistently, so every Gnus startup was still very slow.)
13690
13691 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13692
13693         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13694         delete the extra newline.  Otherwise editing of :string and :number
13695         types don't work.
13696
13697 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13700         secrets.el dependency.
13701         (auth-sources): Add optional user name.  Add secrets.el configuration
13702         choice (unused right now).
13703
13704 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13705
13706         * gnus-sum.el (gnus-summary-make-menu-bar):
13707         Let `gnus-registry-install-shortcuts' fill in the functions.
13708
13709         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13710         warnings.
13711         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13712         (gnus-registry-install-shortcuts): Populate and use it in a
13713         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13714
13715 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13716
13717         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13718         In-place substitutions for the group name encoding/decoding.
13719         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13720         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13721         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13722         (nnimap-update-unseen, nnimap-request-list)
13723         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13724         (nnimap-request-set-mark, nnimap-split-to-groups)
13725         (nnimap-split-articles, nnimap-request-newgroups)
13726         (nnimap-request-create-group, nnimap-request-accept-article)
13727         (nnimap-request-delete-group, nnimap-request-rename-group)
13728         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13729         `encoded-mbx' for consistency.
13730         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13731         variable `imap-current-mailbox'.
13732
13733         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13734         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13735
13736 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13737
13738         * pop3.el (pop3-display-message-size-flag): Display message size byte
13739         counts during POP3 download.
13740         (pop3-movemail): Use it.
13741         (pop3-list): Implement listing of available messages.
13742
13743 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13744
13745         * nnir.el (nnir-get-article-nov-override-function): New function to
13746         override the normal NOV retrieval.
13747         (nnir-retrieve-headers): Use it.
13748
13749 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13750
13751         * auth-source.el (netrc-machine-user-or-password): Autoload.
13752
13753 2010-03-19  Glenn Morris  <rgm@gnu.org>
13754
13755         Stop message.el from loading about 40 libraries it doesn't always need.
13756         The general approach is to autoload rather than require, and to
13757         require in the specific functions rather than the file.  (Bug#5642)
13758
13759         * gmm-utils.el: Don't require wid-edit.
13760         (widget-create-child-value, widget-convert, widget-default-get):
13761         Autoload.
13762
13763         * gnus-util.el: Don't require time-date, netrc.
13764         (message-fetch-field, gnus-group-name-decode): Declare rather than
13765         autoloading.
13766         (gnus-fetch-field): Require message.
13767         (gnus-decode-newsgroups): Require gnus-group.
13768
13769         * ietf-drums.el: Don't require time-date.
13770
13771         * message.el: Don't require hashcash, canlock, ecomplete.
13772         Do require mail-utils.  Require nnheader only when compiling.
13773         (smtpmail-default-smtp-server): Remove declaration.
13774         (message-send-mail-function): Check smtpmail-default-smtp-server
13775         is bound rather than requiring smtpmail.
13776         (message-auto-save-directory, message-insert-signature):
13777         Use expand-file-name rather than nnheader-concat.
13778         (nnheader-insert-file-contents): Autoload.
13779         (hashcash-wait-async): Declare.
13780         (message-send-mail): Only call gnus-setup-posting-charset if
13781         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13782         (message-send-mail-with-sendmail): Require sendmail.
13783         (canlock-password, canlock-password-for-verify): Declare.
13784         (message-canlock-password): Require canlock.
13785         (nnheader-get-report): Autoload.
13786         (gnus-setup-posting-charset): Declare.
13787         (message-send-news): Require gnus-msg.
13788         (message-make-references, message-make-in-reply-to): Use mail-header-id
13789         rather than the alias mail-header-message-id.
13790         (ecomplete-add-item, ecomplete-save): Declare.
13791         (message-put-addresses-in-ecomplete): Require ecomplete.
13792         (ecomplete-display-matches): Autoload.
13793
13794         * mm-decode.el: Don't require mailcap, gnus-util.
13795         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13796         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13797         Autoload.
13798         (mailcap-mime-extensions): Declare.
13799
13800         * mm-encode.el: Don't require mailcap.
13801         (mailcap-extension-to-mime): Autoload.
13802
13803         * mml-sec.el: Don't require password-cache.
13804
13805         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13806         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13807         (mml-minibuffer-read-type): Require mailcap.
13808         (mml-preview): Require gnus-msg.
13809
13810         * mml1991.el: Require password-cache.
13811         (password-cache-expiry): Remove declaration.
13812
13813         * mml2015.el: Require password-cache.
13814         (password-cache-expiry): Remove declaration.
13815
13816         * nneething.el (mailcap): Require mailcap.
13817
13818         * nnheader.el (declare-function): Add compatibility stub.
13819         (message-remove-header): Declare rather than autoload.
13820         (nnheader-replace-header): Require message.
13821
13822         * nnimap.el (declare-function): Add compatibility stub.
13823         (netrc-parse, netrc-machine-user-or-password): Declare.
13824         (nnimap-open-connection): Require netrc.
13825
13826         * nntp.el (declare-function): Add compatibility stub.
13827         (netrc-parse, netrc-machine, netrc-get): Declare.
13828         (nntp-send-authinfo): Require netrc.
13829
13830         * rfc2047.el: Don't require qp.
13831         (quoted-printable-encode-region, quoted-printable-decode-string):
13832         Autoload.
13833
13834         * sieve-mode.el: Don't require easymenu.
13835         (easy-menu-add-item): Autoload it.
13836
13837         * spam-stat.el (time-to-number-of-days): Autoload it.
13838
13839 2010-03-19  Glenn Morris  <rgm@gnu.org>
13840
13841         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13842
13843 2010-03-18  Glenn Morris  <rgm@gnu.org>
13844
13845         * hashcash.el (declare-function): Remove duplicate definition.
13846
13847 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13848
13849         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13850         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13851         value if any backslash escapes).
13852
13853 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13856         if it is available.  (bug#5647)
13857
13858         * lpath.el: Suppress compiler warning for coding-system-from-name for
13859         Emacs 21 and XEmacs.
13860
13861 2010-03-14  Juri Linkov  <juri@jurta.org>
13862
13863         * hmac-def.el:
13864         * hmac-md5.el:
13865         * netrc.el: Fix keywords.
13866
13867 2010-02-26  Glenn Morris  <rgm@gnu.org>
13868
13869         * message.el (message-send-mail-function): Change the default, so that
13870         it inherits from a customized send-mail-function.  (Bug#5643)
13871
13872 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13873
13874         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13875         shell-command-to-string signals an error (bug#5299).
13876
13877 2010-02-24  Glenn Morris  <rgm@gnu.org>
13878
13879         * message.el (message-smtpmail-send-it)
13880         (message-send-mail-with-mailclient): Doc fixes.
13881
13882 2010-02-16  Glenn Morris  <rgm@gnu.org>
13883
13884         * message.el (message-default-mail-headers): Change the default value
13885         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13886
13887 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13890         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13891
13892 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13893
13894         * time-date.el (date-to-time): Doc fix (Bug#5408).
13895
13896 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13897
13898         * message.el (message-mail): Just pass yank-action on to message-setup.
13899         (message-setup): Handle (FUN . ARGS) form of yank-action.
13900         (message-with-reply-buffer, message-widen-reply)
13901         (message-yank-original): Handle non-buffer values of
13902         message-reply-buffer (Bug#4080).
13903         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13904
13905 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13906
13907         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13908         Fix typo in docstring.
13909
13910 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13911
13912         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13913         response.
13914
13915 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13918
13919         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13920
13921         * message.el (message-check-news-header-syntax): Protect against a
13922         string that `rfc822-addresses' returns when parsing fails.
13923
13924 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13927         (gnus-previous-char-property-change): New functions.
13928
13929         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13930
13931 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13932
13933         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13934         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13935
13936 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13937
13938         * message.el (message-exchange-point-and-mark): Rework last change to
13939         avoid using optional arg of exchange-point-and-mark, for backward
13940         compatibility.
13941
13942 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13943
13944         * message.el (message-exchange-point-and-mark):
13945         Call exchange-point-and-mark with an argument rather than setting
13946         mark-active by hand (Bug#5175).
13947
13948 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * nntp.el (nntp-service-to-port): Work for service expressed with
13951         numeric string; replace [:digit:] with [0-9] for XEmacs.
13952
13953 2009-12-17  Glenn Morris  <rgm@gnu.org>
13954
13955         * gnus-group.el (gnus-bug-group-download-format-alist):
13956         Change emacs entry to debbugs.gnu.org.  Bump :version.
13957
13958 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13961
13962 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * message.el (message-info): Explain why we use `Info-goto-node'.
13965
13966 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13969
13970 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13971
13972         * message.el (message-completion-in-region): New compatibility function.
13973         (message-expand-group): Use it.
13974
13975 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13978         with no unread article should be listed if the 2nd arg `predicate' is
13979         given.
13980
13981 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13984
13985 2009-11-29  Juri Linkov  <juri@jurta.org>
13986
13987         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13988         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13989         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13990
13991 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13992
13993         * sha1.el (sha1-string-external): default-directory "/" in case
13994         otherwise non-existent.  process-connection-type pipe for touch of
13995         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13996
13997 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13998
13999         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
14000         it's comms related and sgml-mode.el has "comm" on that basis too.
14001
14002 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
14005         containing tspecial characters if they have been already quoted.
14006
14007 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14008
14009         * dns-mode.el (auto-mode-alist): Purecopy string.
14010
14011 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14012
14013         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
14014
14015 2009-10-24  Glenn Morris  <rgm@gnu.org>
14016
14017         * gnus-art.el (help-xref-stack-item): Define for compiler.
14018
14019 2009-10-21  Kevin Ryde  <user42@zip.com.au>
14020
14021         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14022
14023 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14026
14027 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14030         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14031
14032 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14035         (gnus-overlays-in): New alias to overlays-in.
14036
14037         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14038         gnus-overlay-get, and gnus-delete-overlay.
14039         (gnus-summary-show-thread): Make it work as well for systems in which
14040         next-single-char-property-change is not available.
14041         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14042
14043         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14044         (gnus-overlay-get): New alias to extent-property.
14045         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14046
14047         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14048         SXEmacs.
14049
14050         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14051         SXEmacs.
14052
14053 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14056
14057 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14058
14059         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14060         and XEmacs that don't have `remove-overlays'.
14061
14062 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14063
14064         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14065         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14066         selective display.  Use overlays instead.
14067
14068 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14069
14070         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14071
14072 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14073
14074         * spam-stat.el (spam-stat-load): Fix typo in message.
14075
14076 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14077
14078         * dig.el (dig-invoke): Fix typo in docstring.
14079         (query-dig): Reflow docstring.
14080
14081 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14082
14083         * gnus-art.el (gnus-article-encrypt-body):
14084         * message.el (message-check-recipients):
14085         * mm-util.el (mm-codepage-setup):
14086         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14087         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14088
14089 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14090
14091         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14092         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14093         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14094         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14095         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14096
14097 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14098
14099         * dig.el: Add "Keywords: comm", as per net-utils.el.
14100
14101 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14102
14103         * dig.el (dig-mode): Use define-derived-mode.
14104
14105 2009-09-19  Glenn Morris  <rgm@gnu.org>
14106
14107         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14108
14109 2009-09-18  Glenn Morris  <rgm@gnu.org>
14110
14111         * gnus-diary.el (gnus-diary-check-message):
14112         * message.el (message-insert-formatted-citation-line):
14113         * nnbabyl.el (top-level):
14114         * nndiary.el (nndiary-schedule):
14115         Fix typos in condition-case handlers.
14116
14117 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14120         configuration that provides the sole article window in a frame;
14121         position point correctly after deleting a part.
14122
14123 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14124
14125         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14126         (spam-resolve-registrations-routine): Use it to unregister articles
14127         that change status.
14128
14129 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14132         with XEmacs.
14133         (parse-time-string-chars): Use it.
14134
14135 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * imap.el (imap-interactive-login): Better messages.
14138         (imap-open): Fix bug with renamed buffer on reconnect.
14139         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14140         for easier debugging and cleaner code.  On successful (guessed based on
14141         server capabilities) secondary authentication, set imap-state
14142         correctly.
14143         (imap-last-authenticator): Define imap-last-authenticator as a variable
14144         to avoid warnings.
14145
14146 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * nnrss.el (nnrss-request-article): Remove binding of
14149         default-enable-multibyte-characters that has gotten needless by
14150         the 2007-07-13 change in rfc2047-encode-message-header.
14151
14152         * mml.el (mml-insert-multipart): Error on the message header.
14153         (mml-insert-part): Error on the message header; position point at
14154         the end of a MIME tag.
14155
14156 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * time-date.el (autoload): Expand define-obsolete-function-alias into
14159         defalias and make-obsolete for old Emacsen that Gnus supports.
14160         (with-no-warnings): Define it for old Emacsen.
14161         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14162         is available.
14163         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14164         float-time is available; suppress compile warning for time-to-seconds.
14165
14166         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14167         (gnus-float-time): Alias to float-time if it exists.
14168
14169         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14170         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14171         float-time is available; suppress compile warning for time-to-seconds.
14172
14173         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14174         XEmacs.
14175
14176 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * imap.el (imap-message-map): Docstring fix.
14179
14180 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14183         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14184         Add the optional argument `encoding' that overrides the default.
14185
14186         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14187         mm-encode-buffer.
14188
14189 2009-09-04  Glenn Morris  <rgm@gnu.org>
14190
14191         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14192         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14193         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14194         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14195         * mm-util.el (mm-with-unibyte-current-buffer)
14196         (mm-find-buffer-file-coding-system):
14197         * yenc.el (yenc-decode-region): Use default-value rather than
14198         default-enable-multibyte-characters.
14199
14200 2009-09-03  Glenn Morris  <rgm@gnu.org>
14201
14202         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14203         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14204         than default-enable-multibyte-characters.
14205
14206 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14207
14208         * gnus-art.el (gnus-article-read-summary-keys):
14209         Fix gnus-buffer-configuration's value temporarily used.
14210
14211 2009-09-02  Glenn Morris  <rgm@gnu.org>
14212
14213         * gnus-util.el (gnus-float-time): New function.
14214         * gnus-delay.el (gnus-delay-article):
14215         * gnus-sum.el (gnus-thread-latest-date):
14216         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14217         * nnspool.el (nnspool-request-newgroups):
14218         Use gnus-float-time rather than time-to-seconds.
14219         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14220
14221         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14222         (gnus-header-subject-face, gnus-header-newsgroups-face)
14223         (gnus-header-name-face, gnus-header-content-face):
14224         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14225         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14226         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14227         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14228         (gnus-cite-face-11):
14229         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14230         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14231         (gnus-server-closed-face, gnus-server-denied-face)
14232         (gnus-server-offline-face):
14233         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14234         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14235         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14236         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14237         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14238         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14239         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14240         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14241         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14242         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14243         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14244         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14245         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14246         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14247         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14248         (gnus-summary-high-undownloaded-face)
14249         (gnus-summary-low-undownloaded-face)
14250         (gnus-summary-normal-undownloaded-face)
14251         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14252         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14253         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14254         (gnus-splash-face):
14255         * message.el (message-header-to-face, message-header-cc-face)
14256         (message-header-subject-face, message-header-newsgroups-face)
14257         (message-header-other-face, message-header-name-face)
14258         (message-header-xheader-face, message-separator-face)
14259         (message-cited-text-face, message-mml-face):
14260         * sieve-mode.el (sieve-control-commands-face)
14261         (sieve-action-commands-face, sieve-test-commands-face)
14262         (sieve-tagged-arguments-face):
14263         * spam.el (spam-face):
14264         Mark face aliases with "-face" in the name as obsolete.
14265
14266 2009-09-01  Glenn Morris  <rgm@gnu.org>
14267
14268         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14269         than goto-line.
14270
14271 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14274         Don't move point if the command is invoked inside the message header.
14275
14276 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14277
14278         * imap.el (imap-send-command): Simplify.
14279         (imap-wait-for-tag): point-max -> buffer-size.
14280
14281 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14282
14283         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14284         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14285         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14286         * nnir.el (nnir-swish-e-index-file):
14287         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14288         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14289         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14290         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14291         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14292         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14293
14294 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14297         Don't save excursion.
14298
14299 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14300
14301         * nnheader.el (nnheader-find-file-noselect):
14302         * mm-util.el (mm-insert-file-contents):
14303         Use (default-value 'major-mode) instead of default-major-mode.
14304
14305 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14306
14307         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14308
14309 2009-08-26  Glenn Morris  <rgm@gnu.org>
14310
14311         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14312         than placing in files.el.
14313
14314 2009-08-25  Glenn Morris  <rgm@gnu.org>
14315
14316         * nnir.el (top-level): Don't require cl at run-time.
14317         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14318         Replace cl-function substitute with gnus-replace-in-string.
14319         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14320         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14321         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14322         simplified expansions.
14323
14324 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14325
14326         * dig.el (dig): Add autoload cookie.
14327
14328 2009-08-22  Glenn Morris  <rgm@gnu.org>
14329
14330         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14331         goto-line.
14332
14333 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14334
14335         * parse-time.el (parse-time-string-chars): Save match data.
14336
14337 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14338
14339         * parse-time.el (parse-time-string-chars): Compute using character
14340         classes, to handle non-ascii characters (Bug#3190).
14341
14342 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14345
14346         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14347         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14348         (gnus-mm-display-part, gnus-mime-display-single)
14349         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14350         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14351
14352         * gnus-sum.el
14353         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14354         (gnus-summary-move-article): Add expirable mark to articles copied or
14355         moved to group that has auto-expire turned on if the option is non-nil.
14356
14357 2009-07-24  Glenn Morris  <rgm@gnu.org>
14358
14359         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14360         Fix typo.  (Bug#3903)
14361
14362 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14365         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14366         that should not be used for draft articles.
14367         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14368         that has no concern in minor mode keys.
14369         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14370         Abolish.
14371
14372 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14375         article without making inquiry to a user for unknown encoding.
14376
14377         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14378         (nnmaildir--scan): Assume i-node and device number that file-attributes
14379         returns might be cons-cell.
14380
14381         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14382
14383         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14384
14385 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14386
14387         * auth-source.el: Remove docs now in auth.texi.  Don't use
14388         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14389         `auth-source-hide-passwords' and use them.
14390
14391 2009-07-15  Glenn Morris  <rgm@gnu.org>
14392
14393         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14394
14395 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14398         excessive whitespace from the default values of title and description.
14399
14400 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14403         mail-fetch-field to fetch Content-Description header in order to
14404         exclude newlines.
14405
14406 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14407
14408         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14409         format used by GnuPG 2.0.11.
14410
14411 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14414         to deleted part.
14415
14416 2009-05-30  David Engster  <dengste@eml.cc>
14417
14418         * nnmairix.el: Remove old documentation in the commentary block.
14419         (nnmairix-request-group): Do not update active file for nnml back ends.
14420         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14421         end so that overview files are ignored.
14422         (nnmairix-update-groups): Make updating the groups more robust by using
14423         marks.
14424         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14425         with dollar characters in message-id.
14426
14427 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14430         2008-12-25 in dns.el.
14431
14432 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14433
14434         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14435         could happen if the text is only composed of spaces and/or tabs.
14436
14437 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14438
14439         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14440         when sending a queued message to avoid extra mml tags.
14441
14442 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14445
14446 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14449         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14450         rmail-toggle-header for XEmacs;
14451         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14452
14453 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * gnus-dired.el: Remove autoload for gnus-setup-message.
14456         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14457         displaying Gnus logo; always use compose-mail.
14458
14459 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14462
14463 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14466         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14467         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14468         available.
14469         (gnus-nocem-epg-verify): New function.
14470
14471 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14474
14475 2009-02-15  Glenn Morris  <rgm@gnu.org>
14476
14477         * gnus-util.el (rmail-insert-rmail-file-header)
14478         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14479         autoloads.
14480         (rmail-default-rmail-file): Remove unnecessary declaration.
14481         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14482
14483 2009-02-14  Glenn Morris  <rgm@gnu.org>
14484
14485         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14486         variable (only used in gnus-util, which declares it anyway).
14487         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14488         which was only needed by gnus-art (changed to not use it any more).
14489         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14490         only used in gnus-util, which autoloads it itself.
14491         (rmail-update-summary): Fix autoload.
14492
14493         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14494         rather than rmail-output-to-rmail-file.
14495
14496 2009-02-07  Glenn Morris  <rgm@gnu.org>
14497
14498         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14499         autoload of function that no longer exists.
14500         (rmail-toggle-header): Declare.
14501         (message-forward-rmail-make-body): Handle mbox Rmail.
14502
14503 2009-01-31  Glenn Morris  <rgm@gnu.org>
14504
14505         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14506         2009-01-09 change.
14507
14508 2009-01-31  Dave Love  <fx@gnu.org>
14509
14510         * imap.el (imap-fetch-safe): Bind debug-on-error.
14511         (imap-debug): Add imap-fetch-safe.
14512
14513 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14514
14515         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14516         (auth-source-forget-all-cached): New convenience function.
14517         (auth-source-user-or-password): Accept list of modes or a single mode.
14518
14519         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14520         auth-source modes.
14521
14522         * netrc.el (netrc-machine-user-or-password): Use list of
14523         auth-source modes.
14524
14525         * nnimap.el (nnimap-open-connection): Use list of
14526         auth-source modes.
14527
14528         * nntp.el (nntp-send-authinfo): Use list of
14529         auth-source modes.
14530
14531 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14534         now.
14535
14536 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14539         coding system in XEmacs; add a workaround for XEmacs.
14540
14541         * lpath.el: Fbind coding-system-aliasee.
14542
14543 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14546         of current-language-environment.
14547
14548 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14551         available at runtime.
14552
14553 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14556
14557 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14558
14559         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14560         the greatest positive fixnum value doesn't work under an XEmacs with
14561         bignum support; use the most-positive-fixnum constant instead,
14562         available since Emacs 21.1 with cl and XEmacs 21.1.
14563
14564 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14567         XEmacs gets not to work.
14568
14569 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * mm-util.el (mm-coding-system-priorities): Allow the value like
14572         "Japanese (UTF-8)" of current-language-environment.
14573
14574 2009-01-09  Glenn Morris  <rgm@gnu.org>
14575
14576         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14577         with last-command-event.
14578
14579 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14582         in the doc string.
14583
14584         * message.el (message-fix-before-sending): Amend comment.
14585
14586 2009-01-08  Dave Love  <fx@gnu.org>
14587
14588         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14589
14590 2009-01-07  David Engster  <dengste@eml.cc>
14591
14592         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14593         simplified server definitions by converting it via
14594         gnus-server-to-method.
14595
14596 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14599         parameter's operands.
14600
14601 2009-01-06  David Engster  <dengste@eml.cc>
14602
14603         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14604         primary select method (for gnus-group-mark-article-as-read).
14605
14606 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14607
14608         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14609         `(gnus)Face', not `(gnus)X-Face'.
14610
14611 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * mm-util.el (mm-ucs-to-char): New function.
14614
14615         * mm-url.el (mm-url-decode-entities): Use it.
14616
14617         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14618         unicode-to-char.
14619
14620 2009-01-05  Dave Love  <fx@gnu.org>
14621
14622         * time-date.el: Require cl for `declare'.
14623
14624 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14627         Dave Love.
14628
14629 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * message.el (message-fix-before-sending): Add `eight-bit' to
14632         illegible-text check.
14633
14634 2009-01-03  Michael Olson  <mwolson@gnu.org>
14635
14636         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14637         `headers' is nil.  This can occur if the IMAP server does not have
14638         permissions to read messages from a folder, but can write new messages
14639         to the folder.
14640         (nnimap-request-article-part): Do not insert `data' if it is nil.
14641
14642         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14643         characters which will confuse `read', so skip past them.
14644
14645 2009-01-01  Dave Love  <fx@gnu.org>
14646
14647         * imap.el (imap-string-to-integer): Fix typo.
14648         (imap-fetch-safe): New function.
14649         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14650
14651         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14652
14653         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14654         (imap-parse-greeting): Fix doc strings.
14655         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14656         (imap-parse-flag-list): Make messages unique.
14657         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14658
14659         * nnimap.el: Fix author email.
14660         (nnimap-split-rule): Add FIXME comment.
14661         (nnimap-debug): Fix doc string.
14662
14663 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14666
14667 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14670         nslookup if resolv.conf isn't available.
14671         (dns-query): Rename from query-dns.
14672         (dns-query-cached): Rename from query-dns-cached.
14673
14674 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14677         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14678         to check if those variables exist (first appeared in Emacs 18.50).
14679
14680 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * mm-util.el (mm-line-number-at-pos): New function.
14683
14684         * spam-report.el (spam-report-process-queue): Use it.
14685
14686 2008-12-24  David Engster  <dengste@eml.cc>
14687
14688         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14689         parameters that haven't existed as variables as buffer-local variables.
14690
14691 2008-12-23  Dave Love  <fx@gnu.org>
14692
14693         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14694         cadar.
14695
14696         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14697         imap-starttls-p.
14698         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14699
14700 2008-12-22  Dave Love  <fx@gnu.org>
14701
14702         * imap.el: Fix author email.  Doc fixes.
14703         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14704         reply.
14705
14706 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14707
14708         * spam-report.el (spam-report-gmane-max-requests): New constant.
14709         (spam-report-gmane-wait): New variable.
14710         (spam-report-gmane-ham, spam-report-gmane-spam)
14711         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14712         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14713         the server.
14714
14715         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14716         Add explanations.
14717
14718         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14719         nnheader-accept-process-output and nnheader-read-timeout if available.
14720         (pop3-movemail): Use it.
14721
14722         * message.el (message-check-news-body-syntax): Fix signature check if
14723         there's an attachment.
14724
14725 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mm-util.el: Add comments to the mm- emulating functions.
14728
14729 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14732         Reported by Stephen Berman <stephen.berman@gmx.net>.
14733
14734 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * mm-util.el (mm-substring-no-properties): New function.
14737         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14738         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14739         (mm-string-to-multibyte): Doc fix.
14740
14741         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14742
14743 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14744
14745         * mml.el (mml-attach-file): Strip text properties from file name.
14746         (Bug#1574)
14747
14748 2008-12-16  Glenn Morris  <rgm@gnu.org>
14749
14750         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14751
14752 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14755         knows since the charset specified might be a bogus alias that
14756         mm-charset-synonym-alist provides.
14757
14758 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14761         "ISO_8859-1".
14762
14763         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14764
14765 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * mm-util.el (mm-charset-eval-alist):
14768         Define it before mm-charset-to-coding-system.
14769         (mm-charset-to-coding-system): Add optional argument `silent';
14770         define it before mm-charset-override-alist.
14771         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14772         default value if it can be used in Emacs currently running;
14773         silence mm-charset-to-coding-system.
14774
14775 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14778         `allow-override' which says whether to use `mm-charset-override-alist'.
14779         (rfc2047-decode-encoded-words): Use it.
14780
14781         * mm-util.el (mm-charset-override-alist): Fix custom type;
14782         add `(gb2312 . gbk)' to choices.
14783
14784 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14787         fast.
14788
14789         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14790
14791         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14792
14793 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14794
14795         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14796         on links.
14797
14798         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14799
14800 2008-12-03  Lute Kamstra  <lute@gnu.org>
14801
14802         * sha1.el: Remove leading * from docstrings of defcustoms,
14803         deffaces, defconsts and defuns.
14804
14805 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14808         users' addresses that don't have domain parts.
14809         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14810         rather than message-narrow-to-head since there will be the message
14811         header separator.
14812
14813 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14814
14815         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14816         since the result is inserted in a unibyte buffer anyway.
14817         (nnimap-demule-use-string-to-multibyte): Remove.
14818         (nnimap-demule): Alias it to mm-string-to-multibyte.
14819
14820 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14823         variable for debugging bug#464 and bug#1174.
14824         (nnimap-demule): Use it.
14825
14826 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14829         score calculation correctly.
14830
14831 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14832
14833         * message.el (message-send-mail): Just set the buffer to unibyte
14834         rather than use mm-with-unibyte-current-buffer which does a lot more.
14835         (message-send-mail-partially): Don't bother with
14836         mm-with-unibyte-current-buffer since it's already been made unibyte by
14837         message-send-mail.
14838
14839 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14840
14841         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14842
14843 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14844
14845         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14846
14847 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14850         require itself and to remove `with-no-warnings'.
14851
14852 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14853
14854         * starttls.el (starttls-any-program-available): Get the name of the
14855         available TLS layer program.
14856         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14857         well as the host name in the "opening" message.
14858
14859         * auth-source.el (auth-source-cache, auth-source-do-cache)
14860         (auth-source-user-or-password): Cache passwords and logins by default,
14861         allow override with `auth-source-do-cache'.
14862         (auth-source-forget-user-or-password): Allow users to remove cache
14863         entries if needed.
14864
14865 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14866
14867         * md4.el (md4-buffer): Fix typo in docstring.
14868         (md4, md4-64): Doc fixes.
14869         (md4-pack-int32): Reflow docstring.
14870
14871 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14872
14873         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14874         condition-case to only the forward-sexp call.
14875
14876 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14877
14878         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14879         quotes contained.  Make it more robust regardless by an extra
14880         condition-case wrapper.
14881
14882 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14885
14886 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * nnml.el (nnml-request-expire-articles): Check if the function set to
14889         `nnmail-expiry-target' returns the symbol `delete'.
14890
14891         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14892
14893         * nnmail.el (nnmail-expiry-target): Fix custom type.
14894
14895 2008-10-02  Glenn Morris  <rgm@gnu.org>
14896
14897         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14898         Silence compiler warning.
14899
14900 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14901
14902         * tls.el (open-tls-stream): Show the actual command being
14903         executed, instead of the format string.
14904
14905 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * lpath.el: Fbind codepage-setup for Emacs 23.
14908
14909 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14910
14911         * mml.el (mml-menu): Don't assume mml2015 is bound.
14912
14913 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14916         exists.
14917
14918 2008-09-27  Glenn Morris  <rgm@gnu.org>
14919
14920         * gnus-util.el (mail-header-remove-comments): Autoload it.
14921
14922 2008-09-27  Andreas Schwab  <schwab@suse.de>
14923
14924         * gnus-util.el (gnus-split-references): Strip comments.
14925         (gnus-parent-id): Likewise.
14926
14927 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * message.el (message-confirm-send): Fix version.
14930
14931 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * message.el (message-idna-to-ascii-rhs-1): Use
14934         mail-extract-address-components rather than mail-header-parse-addresses
14935         that is an alias by default to ietf-drums-parse-addresses that does not
14936         support non-ASCII names in headers' contents.
14937
14938 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * message.el (message-confirm-send): Fix variable documentation to
14941         avoid the "y/n" wording.
14942
14943 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14944
14945         * message.el (message-set-auto-save-file-name): Save to a different
14946         filename so multiple messages (especially drafts) can be recovered.
14947
14948 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * message.el (message-confirm-send): Add appropriate version.
14951
14952 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14955         defvar.
14956
14957 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14958
14959         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14960         (mm-pkcs7-enveloped-magic): Ditto.
14961
14962 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14963
14964         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14965         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14966
14967 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14970         default, it's better.
14971
14972 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14975         summary line gnus-number property and ignore them (with a warning
14976         message).
14977
14978 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14981         macro caddr in the interactive form since it won't be expanded.
14982
14983 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14986         `charset'; fix name of function called recursively.
14987         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14988
14989 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14992         (gnus-mime-set-charset-parameters): New function.
14993         (gnus-mime-view-part-as-charset): Use it to correctly display part
14994         specifying wrong charset.
14995
14996 2008-09-08  David Engster  <dengste@eml.cc>
14997
14998         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14999         in completing-read for back end server.
15000
15001 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
15002
15003         * message.el (message-confirm-send): New variable to confirm sending a
15004         message.
15005         (message-send): Use it.
15006
15007 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
15008
15009         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15010
15011 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
15014
15015 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
15018         prevent tracking too many groups.
15019         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
15020         Use it.
15021
15022 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15023
15024         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15025         moving point to the bottom of the window in order to avoid recentering.
15026
15027 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15030
15031         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15032         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15033         (gnus-article-beginning-of-window): Fix calculation.
15034
15035 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-msg.el (gnus-summary-supersede-article)
15038         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15039         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15040         message header.
15041
15042 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15043
15044         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15045         pending output coming after the status change.
15046
15047 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15048
15049         * message.el:
15050         * gnus-start.el:
15051         * gnus-registry.el: Remove VMS support.
15052
15053 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15056         macro.
15057         (rfc2104-hash): Use it.
15058
15059 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15062         (gnus-summary-sort-by-most-recent-date): New commands.
15063         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15064         and menu entries.
15065
15066 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15069         don't redisplay article for raw contents; remove plural articles stuff.
15070
15071         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15072         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15073         on gnus-summary-save-article; display results properly.
15074
15075 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * lpath.el: No need to fbind ns-focus-frame.
15078
15079 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15082
15083 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-art.el (gnus-summary-save-in-pipe):
15086         Consider gnus-save-all-headers.
15087
15088 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15089
15090         * gnus-util.el (ns-focus-frame): Remove declaration.
15091         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15092         like x.
15093
15094 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15095
15096         * rfc2104.el (rfc2104-zero): Delete defconst.
15097         (rfc2104-hex-alist): Likewise.
15098         (rfc2104-hex-to-int): Delete func.
15099         (rfc2104-hexstring-to-bitstring): Likewise.
15100         (rfc2104-nybbles): New defconst.
15101         (rfc2104-hash): Rewrite for speed.
15102
15103 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * tls.el (open-tls-stream): Make it work with the 2nd argument
15106         BUFFER that is a string but does not exist as a buffer object, as
15107         mentioned in the doc-string.
15108
15109 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15112         SXEmacs.
15113
15114 2008-07-16  Glenn Morris  <rgm@gnu.org>
15115
15116         * gnus-util.el (ns-focus-frame): Declare for compiler.
15117
15118 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15121         set as a group parameter.
15122         (gnus-summary-save-in-pipe): Work when it is called independently.
15123         (gnus-summary-pipe-to-muttprint): Don't modify
15124         gnus-summary-pipe-output-default-command.
15125
15126 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15127
15128         * message.el (message-send-mail-with-sendmail):
15129         Display the error message.
15130
15131 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-default-article-saver):
15134         Add gnus-summary-save-in-pipe to choices.
15135         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15136         gnus-summary-pipe-output-default-command as the default command.
15137         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15138         instead of gnus-last-shell-command.
15139
15140         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15141         New user option.
15142         (gnus-summary-muttprint-program): Mention the value will be changed.
15143         (gnus-summary-save-article): Force showing of all headers.
15144         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15145
15146 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15147
15148         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15149
15150 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15151
15152         * nnimap.el (nnimap-id):
15153         * sieve-manage.el (sieve-manage-open): Doc fixes.
15154
15155 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15156
15157         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15158         if available.
15159
15160 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15161
15162         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15163
15164         * nnkiboze.el (nnkiboze-generate-group):
15165         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15166
15167         * nnmairix.el: Require CL.
15168
15169 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * dgnushack.el: Autoload get-display-table and put-display-table for
15172         XEmacs 21.5.
15173
15174         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15175         21.4 and SXEmacs.
15176
15177 2008-06-15  David Engster  <dengste@eml.cc>
15178
15179         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15180
15181 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15182
15183         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15184         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15185         runtime choice under XEmacs.
15186
15187         * gnus-sum.el (gnus-summary-set-display-table):
15188         Use `gnus-put-display-table', `gnus-get-display-table',
15189         `gnus-set-display-table' for the display table, instead of `aset'.
15190
15191         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15192         Use `gnus-put-display-table', `gnus-get-display-table',
15193         `gnus-set-display-table' for the display table.
15194
15195 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * nnmairix.el: Add autoloads.
15198
15199 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * nnmairix.el (nnmairix-delete-recreate-group)
15202         (nnmairix-update-and-clear-marks): Fix error messages.
15203
15204 2008-06-14  David Engster  <dengste@eml.cc>
15205
15206         * nnmairix.el: Upgrade to version 0.6.
15207         (nnmairix-group-toggle-propmarks-this-group)
15208         (nnmairix-group-toggle-readmarks-this-group)
15209         (nnmairix-group-delete-recreate-this-group)
15210         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15211         (nnmairix-remove-tick-mark-original-article): New commands.
15212         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15213         (nnmairix-propagate-marks-to-nnmairix-groups)
15214         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15215         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15216         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15217         functions needed for marks propagation and manipulation of read marks.
15218         (nnmairix-update-groups): New function.
15219         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15220         (nnmairix-determine-original-group-from-registry)
15221         (nnmairix-determine-original-group-from-path)
15222         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15223         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15224         New helper functions.
15225         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15226         keystrokes for new commands.
15227         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15228         (nnmairix-request-group): Check allow-fast group parameter.
15229         (nnmairix-request-create-group): Set allow-fast group parameter if
15230         nnmairix-allowfast-default is set.
15231         (nnmairix-close-group): Propagate marks upon closing if needed.
15232         (nnmairix-group-toggle-threads-this-group): Use new.
15233         nnmairix-group-toggle-parameter helper function.
15234         (nnmairix-search): Better check for empty search result.
15235         (nnmairix-goto-original-article): Use new helper functions for
15236         determining original article.
15237         (nnmairix-show-original-article): Make sure message-id is in brackets.
15238         (nnmairix-call-mairix-binary): Change variable name.
15239         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15240         helper function.
15241         (nnmairix-widget-toggle-activate): Fix doc string.
15242
15243 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * nnir.el: Require edmacro when compiling with XEmacs.
15246         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15247         available in Emacs 21.
15248
15249 2008-06-11  Glenn Morris  <rgm@gnu.org>
15250
15251         * gnus-util.el (x-focus-frame):
15252         * gnus.el (image-size):
15253         * mm-decode.el (image-size): Declare.
15254
15255         * gnus-picon.el (declare-function): Add compat definition.
15256         (image-size): Declare.
15257
15258         * gnus-group.el (tool-bar-map):
15259         * gnus-sum.el (tool-bar-map): Define for compiler.
15260
15261         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15262
15263         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15264
15265         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15266         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15267         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15268         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15269         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15270         * sieve-manage.el, spam-report.el, spam.el:
15271         Remove unnecessary eval-and-compile of autoloads.
15272
15273 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15274
15275         * auth-source.el: Precise Tramp doc.
15276
15277 2008-06-07  Glenn Morris  <rgm@gnu.org>
15278
15279         * nnmairix.el: Remove unnecessary eval-when-compile.
15280
15281 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * lpath.el: Fbind propertize for XEmacs 21.4.
15284
15285 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * nnir.el: Move here from ../contrib.
15288
15289 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15290
15291         * gnus-util.el (gnus-read-shell-command): New function.
15292         * mm-decode.el (mm-pipe-part):
15293         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15294
15295 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15298
15299 2008-06-03  Glenn Morris  <rgm@gnu.org>
15300
15301         * pop3.el (nnheader-accept-process-output): Autoload it.
15302
15303 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15306         are not 2-digit hexadecimal characters that follow `%'s.
15307
15308 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * message.el (message-bogus-recipient-p): Fix type in doc string.
15311         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15312         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15313         Improve custom options.
15314         (message-bogus-recipient-p): Adjust accordingly.
15315
15316 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15317
15318         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15319         long-form month and day names.
15320
15321 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * dgnushack.el: Autoload debug, eudc-expand-inline and
15324         pgg-snarf-keys-region for XEmacs.
15325
15326         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15327
15328         * nnmairix.el: Require edmacro when compiling with XEmacs.
15329
15330 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15333         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15334
15335 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15336
15337         * auth-source.el: Add more docs.
15338
15339         * netrc.el (netrc-machine): Always match if the port is not given.
15340
15341 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15342
15343         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15344         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15345         retrieval faster in some cases, but might make CPU usage larger.
15346         If this has any bad side effects, we might revert this change.
15347
15348         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15349         seems to make mail retrieval much, much faster.
15350         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15351         unconditionally.
15352
15353         * gnus-draft.el (gnus-group-send-queue):
15354         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15355
15356 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15357
15358         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15359
15360         * message.el (message-bogus-address-regexp): Fix and improve custom
15361         type.
15362         (message-setup-hook): Add message-check-recipients as custom option.
15363
15364 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * message.el (message-cite-function): Remove bogus autoload which crept
15367         in during merge from v5-10.
15368
15369 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15370
15371         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15372
15373         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15374
15375         * auth-source.el: Preliminary Tramp docs.
15376         (auth-sources): Change the default auth-sources to use
15377         EPA .gpg files.
15378
15379 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15380
15381         * nntp.el: Autoload `auth-source-user-or-password'.
15382         (nntp-send-authinfo): Use it.
15383
15384         * nnimap.el: Autoload `auth-source-user-or-password'.
15385         (nnimap-open-connection): Use it.
15386
15387         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15388         for the gnus-message function.
15389         (auth-source-user-or-password): Use it.
15390
15391 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15392
15393         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15394         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15395         (rfc2104-hash): Use it.
15396
15397 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15398
15399         * gnus-art.el (gnus-article-toggle-truncate-lines):
15400         Don't use `iff' in docstring.
15401
15402 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15403
15404         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15405
15406         * gnus-util.el (gnus-extract-address-component-name)
15407         (gnus-extract-address-component-email): Convenience functions around
15408         `gnus-extract-address-components'.
15409
15410         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15411         Use `gnus-extract-address-component-email' to fix bug of comparing full
15412         sender name to `user-mail-address'.
15413
15414 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15417         catch/throw to optimize.
15418         (gnus-registry-find-keywords): Just use member to find a keyword.
15419
15420 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15421
15422         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15423         is current before calling gnus-server-prepare.
15424         (gnus-server-setup-buffer, gnus-server-update-server)
15425         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15426
15427 2008-05-04  Juri Linkov  <juri@jurta.org>
15428
15429         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15430         (mailcap-file-default-commands): Use mailcap-replace-in-string
15431         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15432         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15433
15434 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15435
15436         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15437
15438 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15439
15440         * gnus.el: Bump version to 0.11.
15441
15442 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15443
15444         * gnus.el: No Gnus v0.10 is released.
15445
15446 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15447
15448         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15449         hooks.
15450         (gnus-update-read-articles): Speed up non-marks-using users.
15451         (gnus-use-marks): Define gnus-use-marks.
15452         (gnus-propagate-marks): Rename variable to something more sensible.
15453
15454 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15455
15456         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15457         (gmm-image-load-path-for-library): Fix typos in docstrings.
15458         (gmm-message): Reflow docstring.
15459
15460 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * mail-source.el (mail-source-set-1, mail-source-bind):
15463         Move auth-source code out of the macro to clean it up and fix bugs.
15464
15465 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15466
15467         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15468         by sender if it's equal to user-mail-address, it's likely to be
15469         useless.
15470
15471         * mail-source.el (mail-source-bind): Don't use user or password if they
15472         are not bound.  Unintern them if they are nil.  Don't use server unless
15473         it's bound, and default it to empty string otherwise.
15474
15475 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15476
15477         * mail-source.el: Load auth-source.el.
15478         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15479         get user name or password, if auth-sources is set up.
15480
15481         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15482         strategy of splitting with parent.
15483         (gnus-registry-split-fancy-with-parent)
15484         (gnus-registry-post-process-groups): Use it and fix prior
15485         bug (returning a list as the split result).
15486
15487         * auth-source.el (auth-sources): Remove server parameter.
15488         (auth-source-pick, auth-source-user-or-password)
15489         (auth-source-user-or-password-imap)
15490         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15491         (auth-source-user-or-password-sftp)
15492         (auth-source-user-or-password-smtp): Remove server parameter.
15493
15494 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15495
15496         * smime.el (smime-sign-region, smime-encrypt-region)
15497         (smime-decrypt-region):
15498         Remove redundant calls to `generate-new-buffer-name'.
15499
15500 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15501
15502         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15503         Don't use QP for message/rfc822.
15504         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15505
15506 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15507
15508         * sieve-manage.el (sieve-string-bytes): Remove.
15509         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15510         correct byte-length only if the process's coding-system is the same as
15511         the one used internally by Emacs to represent strings.
15512
15513 2008-04-22  Juri Linkov  <juri@jurta.org>
15514
15515         * mailcap.el (mailcap-file-default-commands): New function.
15516
15517 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * message.el (message-signature-separator, message-cite-function):
15520         Change custom version.
15521
15522 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15523
15524         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15525         commands.
15526         (tls-checktrust): Ditto.
15527
15528 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * mm-decode.el (mm-display-external): Make temp file read-only.
15531
15532 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15535         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15536         `C-c C-f d'.
15537
15538 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15539
15540         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15541
15542 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * gnus.el: Bump version to 0.9.
15545
15546 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * gnus.el: No Gnus v0.8 is released.
15549
15550 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15551
15552         * mail-source.el (mail-source-value):
15553         Prefer fboundp to functionp so it works with macros as well.
15554
15555 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15556
15557         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15558         Fix last change in case the element is not even a symbol.
15559
15560 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15561
15562         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15563         Prefer fboundp to functionp so it works with macros as well.
15564
15565 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * auth-source.el: Add docs.
15568         (auth-sources): Modify format to support server.
15569         (auth-source-pick, auth-source-user-or-password)
15570         (auth-source-user-or-password-imap)
15571         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15572         (auth-source-user-or-password-sftp)
15573         (auth-source-user-or-password-smtp): Add server parameter.
15574
15575 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * gnus-registry.el: Initialize the registry when gnus-registry-install
15578         is t.
15579
15580 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * compface.el (uncompface): Make buffer unibyte.
15583
15584 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15585
15586         * mail-source.el (mail-source-value):
15587         Prefer fboundp to functionp so it works with macros as well.
15588
15589 2008-04-05  Glenn Morris  <rgm@gnu.org>
15590
15591         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15592
15593 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15594
15595         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15596         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15597
15598         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15599         multibyteness after rather than before erasing it.
15600
15601         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15602         mm-with-multibyte.
15603         (gnus-request-article-this-buffer): Make sure the proper decoding is
15604         used if gnus-original-article-buffer happens to be unibyte.
15605
15606         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15607         default-enable-multibyte-characters.
15608
15609         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15610         default-enable-multibyte-characters.
15611
15612         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15613
15614         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15615
15616 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15617
15618         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15619         Fix last change in case the element is not even a symbol.
15620
15621 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15622
15623         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15624         (imap-message-copyuid-1): Use it.
15625         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15626         J. Williams in
15627         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15628
15629         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15630         imap-enable-exchange-bug-workaround.
15631         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15632
15633 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15634
15635         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15636         a 100 byte status-checks into a 2-3MB transfer for each group.
15637         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15638         to enable bug workaround or not.
15639         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15640
15641 2008-03-31  Glenn Morris  <rgm@gnu.org>
15642
15643         * message.el (mml2015-use): Declare for compiler.
15644         (message-info): Require mml2015 when appropriate.
15645
15646 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15649         whitespace.
15650
15651 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15652
15653         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15654         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15655         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15656         (nntp-service-to-port): New function.
15657         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15658         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15659         (nntp-open-netcat-stream): New function.
15660         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15661
15662 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15663
15664         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15665
15666 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15667
15668         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15669
15670 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15671
15672         * dns.el (dns-write): Use set-buffer-multibyte.
15673
15674 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15675
15676         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15677
15678 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15679
15680         * message.el (message-signature-separator): Change default.
15681         Improve custom type.
15682         (message-cite-function): Change default to
15683         message-cite-original-without-signature.
15684
15685         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15686         toggle.
15687
15688         * message.el (message-check-news-body-syntax): Fix signature check.
15689         (message-setup-1): Mark buffer as unmodified _after_ running
15690         message-setup-hook and handling message-alternative-emails.
15691         (message-shorten-references): Be more strict when building list of
15692         valid references to comply with GNKSA.
15693
15694         * gnus-group.el (gnus-read-ephemeral-bug-group)
15695         (gnus-read-ephemeral-debian-bug-group)
15696         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15697
15698         * message.el (message-info): Don't use booleanp which isn't supported
15699         in Emacs 21 and XEmacs.
15700
15701 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15702
15703         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15704         gnus-group-gmane-group-download-format.
15705         (gnus-group-read-ephemeral-gmane-group): Rename from
15706         gnus-group-read-ephemeral-gmane-group.
15707         (gnus-read-ephemeral-gmane-group-url): Rename from
15708         gnus-group-read-ephemeral-gmane-group-url.
15709         (gnus-bug-group-download-format-alist): New variable.
15710         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15711         (gnus-read-ephemeral-emacs-bug-group): New commands.
15712
15713 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15716         (gnus-visible-headers): Improve custom type.
15717
15718 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * mml.el (mml-menu): Add workarounds for XEmacs.
15721
15722         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15723         X-Boundary header.
15724
15725         * message.el (message-simplify-recipients): Fix previous commit.
15726
15727 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15728
15729         * mm-util.el (mm-set-buffer-multibyte): New function.
15730         * mm-decode.el (mm-copy-to-buffer): Use it.
15731
15732         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15733         Prefer fboundp to functionp so it works with macros as well.
15734
15735 2008-03-19  Glenn Morris  <rgm@gnu.org>
15736
15737         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15738         Accidentally removed in the sync process with Emacs.
15739
15740 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15741
15742         * message.el (message-alter-recipients-discard-bogus-full-name):
15743         New function.
15744         (message-alter-recipients-function): New variable.
15745         (message-get-reply-headers): Use it.
15746         (message-replace-header): New helper function.
15747         (message-recipients-without-full-name): New variable.
15748         (message-simplify-recipients): New command.
15749
15750         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15751
15752         * message.el (message-info): Handle EasyPG manual.
15753
15754         * mml.el (mml-menu): Add entry for EasyPG.
15755
15756 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15757
15758         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15759         parameter.
15760
15761         * message.el (message-disassociate-draft): Specify drafts group name
15762         fully.
15763
15764 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15765
15766         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15767         Eliminate unnecessary duplicates from the match list.
15768
15769 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15772
15773         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15774
15775         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15776         args of `how-many' of which the XEmacs version doesn't take; declare
15777         Info-index-next as function.
15778
15779 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-score.el (gnus-score-headers): Fix handling of
15782         gnus-inhibit-slow-scoring.
15783
15784         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15785         string.
15786         (gnus-button-url-regexp): Improve handling of parenthesis.
15787         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15788         (gnus-button-handle-info-keystrokes): Handle index entries.
15789
15790 2008-03-15  Glenn Morris  <rgm@gnu.org>
15791
15792         * parse-time.el (parse-time-string): Simplify.
15793
15794 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15797         Incoming* files.
15798
15799 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15800
15801         * auth-source.el (auth-sources): Rename from auth-source-choices.
15802         (auth-source-pick): Use it.
15803
15804 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15805
15806         * binhex.el (binhex-decode-region-internal):
15807         * uudecode.el (uudecode-decode-region-internal):
15808         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15809         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15810         setting default-enable-multibyte-characters.
15811
15812 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15813
15814         * auth-source.el (auth-source-protocols)
15815         (auth-source-protocols-customize, auth-source-choices): Add and
15816         modified variable customizations and defaults.
15817         (auth-source-pick, auth-source-user-or-password)
15818         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15819         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15820         (auth-source-user-or-password-sftp)
15821         (auth-source-user-or-password-smtp): Use new variables and provide an
15822         interface to netrc.el.
15823
15824 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15827         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15828         Make sure the nntp port to specify is a string.
15829
15830 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15831
15832         * nntp.el: Use with-current-buffer.
15833         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15834         dubious mm-with-unibyte-current-buffer.
15835         (nntp-with-open-group-function): New function extracted from
15836         nntp-with-open-group macro.
15837         (nntp-with-open-group): Use the function, so it's easier to debug.
15838         Add indentation and debugging info.
15839         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15840         Recommend the use of the netcat alternatives.
15841
15842         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15843         Avoid mm-string-as-multibyte as well.
15844
15845         * nnweb.el (nnweb-insert-html):
15846         Remove use of nnheader-string-as-multibyte.
15847
15848         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15849         (nnheader-string-as-multibyte): Remove.
15850
15851         * mm-view.el: Use inhibit-read-only.
15852         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15853         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15854         or unibyte-string.
15855
15856         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15857         (mm-uu-yenc-extract): Use with-current-buffer.
15858
15859         * gnus-soup.el (gnus-soup-send-packet): Don't use
15860         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15861
15862         * nnmh.el: Use with-current-buffer.
15863         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15864         mm-string-as-multibyte on the output of mm-encode-coding-string.
15865
15866         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15867         (nnimap-request-move-article): Use with-current-buffer.
15868
15869         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15870         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15871         conversion uses string-make-unibyte rather than string-as-unibyte.
15872
15873         * gnus-msg.el: Use with-current-buffer.
15874
15875         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15876
15877 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15878
15879         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15880         string for caching if it is 'PIN.
15881
15882 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * lpath.el: Consider the case without Emacs/W3.
15885
15886 2008-03-08  Glenn Morris  <rgm@gnu.org>
15887
15888         * time-date.el (date-to-time, time-subtract, time-add)
15889         (safe-date-to-time): Doc fixes.
15890
15891 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * mail-source.el (mail-source-delete-old-incoming-confirm):
15894         Change default to nil.
15895         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15896
15897 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * lpath.el: Rearrange.
15900
15901         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15902         (gnus-article-goto-prev-page): Work for articles having ^L's.
15903
15904         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15905
15906         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15907
15908 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15909
15910         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15911         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15912         (gnus-bookmark-jump): Adjust some variable names.
15913
15914 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15915
15916         * auth-source.el: New package.
15917         (auth-source-choices): Add customization entry point variable.
15918
15919         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15920         bug.
15921
15922 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15925         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15926         (gnus-registry-install-shortcuts): Rename from
15927         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15928         the `gnus-registry-mark-map' keymap dynamically from
15929         `gnus-registry-marks'.  The generated functions update the summary line
15930         when a registry mark is added or deleted, and will call
15931         `gnus-registry-install-p' (see the comments in the code).
15932         (gnus-registry-user-format-function-M): Use concat intelligently.
15933
15934         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15935         the registry mark functions.
15936
15937 2008-03-05  Glenn Morris  <rgm@gnu.org>
15938
15939         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15940         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15941         gnus-art.
15942         (top-level): No need to load own source when compiling.
15943
15944 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15947         Suggested by <chris.anderton@zetnet.co.uk>.
15948
15949 2008-03-04  Glenn Morris  <rgm@gnu.org>
15950
15951         * gnus-sum.el (top-level): No need to require gnus when compiling,
15952         since unconditionally required near start of file.
15953         (gnus-summary-display-while-building): Move definition before use.
15954
15955 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15956
15957         * gnus-registry.el (gnus-registry-user-format-function-M):
15958         Add formatting function.
15959
15960 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15961
15962         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15963         with plists.
15964         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15965         Use new format.
15966
15967 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15970         `where-is-internal' that returns a range of key sequences.
15971
15972 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15973
15974         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15975
15976         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15977         (gnus-summary-jump-to-group): Consider windows on other displayed
15978         frames as well.  Similar changes might be needed elsewhere, but that's
15979         the one I've bumped into during my use.
15980
15981         * nndoc.el (nndoc-oe-dbx-type-p):
15982         * gnus-msg.el (gnus-debug):
15983         * gnus-group.el (gnus-update-group-mark-positions):
15984         Use mm-string-to-multibyte.
15985
15986 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15989         doesn't handle NotDashEscaped.
15990
15991         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15992         (mml-dnd-attach-options): Fix typo in custom choice.
15993
15994         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15995         Change nndoc-article-type to mbox.
15996         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15997
15998         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15999         to nil, instead of html2text.
16000
16001         * imap.el (imap-debug): Add `imap-ping-server'.
16002
16003         * gnus-bookmark.el: Add FIXMEs.
16004
16005         * message.el (message-form-letter-separator)
16006         (message-send-form-letter-delay): New variables.
16007         (message-send-form-letter): Use them.  New command to send form
16008         letters.  Requested by Uwe Siart.
16009         (message-send-mail-function): Doc fix.  Add "Other" custom option.
16010
16011 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * Update copyright years.
16014
16015 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         Sync from EMACS_22_BASE.
16018
16019         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
16020
16021 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16022
16023         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16024         empty author.
16025
16026 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16027
16028         * gnus-registry.el (gnus-registry-marks): Add variable for
16029         customization of marks and their appearance.
16030         (gnus-registry-read-mark): Use it.
16031         (gnus-registry-do-marks): Add utility function to loop through
16032         `gnus-registry-marks'.
16033         (gnus-registry-install-shortcuts-and-menus): Add function to install
16034         shortcuts and menus.
16035         (gnus-registry-initialize): Use it.
16036         (gnus-registry-default-mark): Clarify documentation.
16037
16038 2008-02-29  Glenn Morris  <rgm@gnu.org>
16039
16040         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16041         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16042         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16043         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16044         Change defcustom :version from 23.0 to 23.1.
16045
16046 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16047
16048         * gnus-registry.el (gnus-registry-follow-group-p)
16049         (gnus-registry-post-process-groups): Add functions to aid registry
16050         splitting and improve logging.  Clarify behavior in function
16051         documentation.
16052         (gnus-registry-split-fancy-with-parent): Use them.
16053
16054 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16055
16056         * gnus-art.el: Use with-current-buffer.
16057
16058 2008-02-27  David Engster  <dengste@eml.cc>
16059
16060         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16061         Express real group name in the response.
16062
16063 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16066         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16067         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16068         autoload gnus-registry-fetch-group when compiling.
16069         (nnmairix-request-group-with-article-number-correction):
16070         Remove unreferenced argument passed to nnmairix-call-backend.
16071
16072 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16075         (mm-uu-extract): Improve face for low color ttys.
16076         Reported by Sascha Wilde.
16077
16078 2008-02-27  Glenn Morris  <rgm@gnu.org>
16079
16080         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16081         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16082         variables to defconsts.  Convert comments to doc-strings.
16083         (nnmairix-last-server, nnmairix-current-server): Convert from free
16084         variables to defvars.  Convert comments to doc-strings.
16085         (gnus-registry-fetch-group): Autoload.
16086         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16087         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16088         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16089         caddr.
16090         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16091         nnmairix-request-group-with-article-number-correction call.
16092         (nnmairix-fast, nnmairix-group): New, less general names, for free
16093         variables passed from nnmairix-request-group to
16094         nnmairix-request-group-with-article-number-correction.  Declare.
16095         (nnmairix-request-group-with-article-number-correction):
16096         Use nnmairix-fast, nnmairix-group rather than fast, group.
16097
16098 2008-02-26  David Engster  <dengste@eml.cc>
16099
16100         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16101         version 0.5.
16102
16103 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16104
16105         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16106         instead of making an extra function call.  Don't add the current group
16107         to articles only when they have the group.  Use
16108         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16109         Reported by David <de_bb@arcor.de>.
16110
16111 2008-02-24  Miles Bader  <miles@gnu.org>
16112
16113         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16114         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16115         (mm-find-mime-charset-region):
16116         * mm-bodies.el (mm-encode-body):
16117         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16118
16119 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16122         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16123
16124 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16125
16126         * mail-source.el (mail-source-delete-incoming): Change default.
16127         Supplement doc string.
16128
16129         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16130
16131 2008-02-14  Glenn Morris  <rgm@gnu.org>
16132
16133         * time-date.el (format-seconds): New function.
16134
16135 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * nnmail.el (nnmail-message-id-cache-file): Derive from
16138         `gnus-home-directory'.
16139
16140 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16143         Document negative prefix.
16144
16145         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16146
16147 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16148
16149         * message.el (message-unsent-separator): Add the Exim bounce
16150         separator.
16151
16152 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16153
16154         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16155         list.
16156         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16157         recipient/signer list.
16158
16159 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * Makefile.in (datarootdir): Define.
16162         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16163         name that might contain whitespace.
16164
16165 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16168         fbound (Emacs 23 unicode), signal an error.
16169
16170 2008-02-08  Glenn Morris  <rgm@gnu.org>
16171
16172         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16173
16174 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16175
16176         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16177         ports to the calls to `netrc-machine-user-or-password' in addition to
16178         "imap" and "imaps".
16179
16180 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16181
16182         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16183
16184         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16185
16186 2008-02-01  Kenichi Handa  <handa@m17n.org>
16187
16188         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16189         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16190         (rfc2104-hash): Convert the result of concat to unibyte string.
16191
16192 2008-02-01  Dave Love  <fx@gnu.org>
16193
16194         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16195         coding-system-for-read.
16196         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16197
16198 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16201         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16202         <hanche@math.ntnu.no>.
16203
16204 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16207
16208         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16209
16210 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16211
16212         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16213         * message.el (message-beginning-of-line): Use featurep instead of bound
16214         tests in order to resolve conditionals at compile time.
16215
16216 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16217
16218         * mail-source.el (mail-sources): Add `group' choice.
16219
16220         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16221         parameter `in-group' to control into which group the articles go.
16222         Add treatment of `group' mail-source.
16223
16224 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16227
16228         * mm-decode.el (mm-dissect-buffer): Decode description.
16229
16230         * mml.el (mml-to-mime): Encode message header first.
16231
16232 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16235         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16236
16237         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16238         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16239
16240 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16243
16244 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16247         prefix keys.
16248         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16249         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16250         gnus-xmas.el.
16251
16252         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16253         (gnus-xmas-article-describe-bindings): New function.
16254         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16255         gnus-xmas-article-describe-bindings.
16256
16257         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16258
16259 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16260
16261         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16262         Add new variables for article mark management.
16263         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16264         list of extra data entries which, when present, will indicate that the
16265         article ID should not be trimmed from the registry.
16266         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16267         functions.
16268         (gnus-registry-read-mark): New function to read a mark name from the
16269         user.
16270         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16271         (gnus-registry-set-article-mark-internal): New functions to add and
16272         remove marks.
16273         (gnus-registry-get-article-marks): New function to show the marks for
16274         an article, or retrieve them for further use.
16275
16276 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16279         keys when no argument is given.
16280
16281 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * imap.el (imap-ping-server): New variable.
16284         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16285         (imap-ping-server): Minor doc string fixes.
16286
16287 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16288
16289         * imap.el (imap-ping-server): New function.
16290         (imap-opened): Call imap-ping-server.
16291
16292 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16293
16294         * gnus-sum.el (gnus-article-sort-by-random)
16295         (gnus-thread-sort-by-random): Fix doc strings.
16296         Reported by jidanni@jidanni.org.
16297
16298 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * gnus-art.el (gnus-article-describe-bindings): New function.
16301         (gnus-article-read-summary-keys): Use it.
16302         (gnus-article-mode-map): Bind `C-h b' to it.
16303
16304 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16307         XEmacs.
16308         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16309         Protect against non-character events.
16310
16311         * lpath.el: Fbind map-keymap for Emacs 21.
16312
16313 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16316         New command.
16317         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16318         instead of END.  Change name of the temp file.
16319         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16320         customizable.
16321
16322 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16325         bind `S W' to gnus-article-wide-reply-with-original; set default
16326         binding to gnus-article-read-summary-send-keys.
16327         (gnus-article-read-summary-keys): Fix the order of keys; display
16328         continuation keys correctly in the echo area; describe bindings
16329         correctly when keys end with `C-h'.
16330         (gnus-article-read-summary-send-keys): New function.
16331         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16332         Work for gnus-article-read-summary-send-keys; display continuation keys
16333         correctly in the echo area.
16334         (gnus-article-reply-with-original): Ignore prefix argument.
16335         (gnus-article-wide-reply-with-original): New function.
16336
16337         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16338         Emacs 21.
16339
16340 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16343         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16344
16345 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16346
16347         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16348         (gnus-group-read-ephemeral-gmane-group): New command.
16349
16350 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16351
16352         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16353
16354 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * message.el (message-send-mail-function): Increase custom version.
16357
16358         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16359         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16360
16361 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16362
16363         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16364         for the cases where imap-authenticate is called with a nil buffer
16365         parameter.
16366
16367 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16370         html parts correctly; support forwarded messages.
16371         (gnus-article-browse-html-article): Remove work buffers.
16372
16373         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16374         compiling.
16375         (netrc-bound-and-true-p): New macro.
16376         (netrc-parse): Use it instead of bound-and-true-p that is not available
16377         in XEmacs 21.4.
16378
16379 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16380
16381         * gnus-registry.el (gnus-registry-mark-article)
16382         (gnus-registry-article-marks): Add functionality to mark articles
16383         through the Gnus registry.
16384
16385         * encrypt.el: Clarify documentation for the new pgg method.
16386         (encrypt-file-alist): Add PGG option.
16387         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16388         functionality.  Abstract password key and messaging to external
16389         functions.
16390         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16391         (encrypt-message-method-and-cipher): Add new convenience external
16392         functions.
16393         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16394         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16395
16396         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16397         (netrc-parse): Use encrypt-file-alist to determine if
16398         encrypt-find-model or encrypt-insert-file-contents should be used.
16399
16400         * encrypt.el: Clarify documentation.  Load password-cache or
16401         password, whichever one is found first, instead of autoloading.
16402
16403 2007-12-19  Glenn Morris  <rgm@gnu.org>
16404
16405         * mml.el (message-options-set, message-narrow-to-head)
16406         (message-in-body-p, message-mail-p, message-encode-message-body):
16407         Autoload.
16408         (message-remove-header, message-narrow-to-headers-or-head)
16409         (message-subscribed-p, message-make-mail-followup-to)
16410         (message-position-on-field, message-news-p)
16411         (message-options-set-recipient, message-generate-headers)
16412         (message-sort-headers): Declare as functions.
16413
16414 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16417         convention in doc string.
16418
16419 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16422         title to html parts.
16423         (gnus-article-browse-html-article): Pass message header to it.
16424
16425         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16426
16427 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16428
16429         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16430         or password compatible with XEmacs.
16431
16432 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16435         format document.
16436         (gnus-mime-delete-part): Don't write description line if empty.
16437         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16438
16439 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16440
16441         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16442         (gnus-summary-mark-read-and-unread-as-read)
16443         (gnus-summary-mark-current-read-and-unread-as-read)
16444         (gnus-summary-mark-unread-as-ticked): Doc fix.
16445         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16446
16447 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16450         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16451
16452 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16453
16454         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16455         yes-or-no-p.
16456
16457 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * mm-decode.el (mm-add-meta-html-tag): New function.
16460         (mm-save-part-to-file, mm-pipe-part): Use it.
16461
16462         * gnus-art.el (gnus-article-browse-delete-temp-files):
16463         Use gnus-y-or-n-p instead of y-or-n-p.
16464         (gnus-article-browse-html-parts): Work with message/external-body; use
16465         mm-add-meta-html-tag.
16466
16467 2007-12-11  Glenn Morris  <rgm@gnu.org>
16468
16469         * gnus-cache.el: Require gnus-sum not just when compiling.
16470
16471         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16472
16473         * gnus-int.el (gnus-server-opened, gnus-status-message):
16474         Move definitions before use.
16475
16476         * mm-decode.el: Require gnus-util.
16477         (mm-remove-part): Only call delete-annotation on XEmacs.
16478
16479         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16480
16481         * nnmail.el: Require gnus-int.
16482
16483         * spam.el: Move `require's before `eval-when-compile's.
16484
16485         * gnus-ems.el (gnus-alive-p):
16486         * gnus-fun.el (message-goto-eoh):
16487         * gnus-util.el (gnus-group-name-decode):
16488         * mail-source.el (gnus-compress-sequence):
16489         * message.el (Info-goto-node, format-spec):
16490         * mm-bodies.el (message-options-get):
16491         * mm-decode.el (mm-view-pkcs7):
16492         * mm-util.el (gmm-write-region):
16493         * mml-smime.el (mml-compute-boundary)
16494         (gnus-completing-read-with-default):
16495         * mml.el (widget-button-press, gnus-make-hashtable):
16496         * mml1991.el (mm-decode-content-transfer-encoding)
16497         (mm-encode-content-transfer-encoding)
16498         (message-options-get, message-options-set):
16499         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16500         * nnfolder.el (gnus-request-group):
16501         * nnheader.el (ietf-drums-unfold-fws):
16502         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16503         * smime.el (gnus-run-mode-hooks):
16504         * spam-stat.el (gnus-message): Autoload.
16505
16506         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16507         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16508         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16509         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16510         Add declare-function compatibility definition.
16511
16512         * gnus-cache.el (nnvirtual-find-group-art):
16513         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16514         (gnus-add-image, gnus-add-wash-type):
16515         * gnus-group.el (nnkiboze-score-file):
16516         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16517         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16518         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16519         (message-tokenize-header, gnus-get-buffer-create)
16520         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16521         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16522         * gnus.el (gnus-group-decoded-name):
16523         * mail-source.el (imap-capability):
16524         * mm-bodies.el (message-options-set):
16525         * mm-decode.el (gnus-configure-windows):
16526         * mm-extern.el (message-goto-body):
16527         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16528         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16529         (epg-sub-key-validity, message-options-set):
16530         * mml.el (widget-event-point, gnus-configure-windows):
16531         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16532         * mml2015.el (epg-check-configuration, epg-configuration)
16533         (message-options-set):
16534         * nndb.el (nndb-request-article):
16535         * nnfolder.el (gnus-request-create-group):
16536         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16537         * nnmaildir.el (gnus-group-mark-article-read):
16538         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16539         * rfc1843.el (message-fetch-field):
16540         * spam.el (gnus-extract-address-components):
16541         Declare as functions.
16542
16543 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16546
16547         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16548
16549         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16550         bind show-trailing-whitespace for XEmacs.
16551
16552 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16555         new no-op macro for backward compatibility.
16556
16557         * imap.el (imap-string-to-integer): New function.
16558
16559 2007-12-09  Glenn Morris  <rgm@gnu.org>
16560
16561         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16562
16563         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16564         * message.el, mm-view.el, sieve-manage.el, smime.el:
16565         Add declare-function compatibility definition.
16566
16567         * gnus-art.el (w3-region, w3m-region, Info-menu):
16568         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16569         * gnus-sum.el (gnus-get-predicate):
16570         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16571         * message.el (mail-abbrev-in-expansion-header-p):
16572         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16573         (w3m-detect-meta-charset, w3m-region):
16574         * sieve-manage.el (password-read, password-cache-add)
16575         (password-cache-remove):
16576         * smime.el (password-read-and-add): Declare as functions.
16577
16578 2007-12-08  David Kastrup  <dak@gnu.org>
16579
16580         * gnus-sum.el (gnus-summary-simplify-subject-query):
16581         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16582         `message'.
16583
16584 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16587         it to bind idna-program, installation-directory, defined-colors, and
16588         face-attribute for XEmacs of the version that compiles defcustom forms.
16589
16590 2007-12-07  Glenn Morris  <rgm@gnu.org>
16591
16592         * gnus-art.el (article-make-date-line): Revert previous change.
16593
16594 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16597
16598 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16599
16600         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16601         Call gnus-add-to-range ranges only once with a prepared article-list.
16602
16603 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16604
16605         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16606         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16607         group names with backslashes.
16608         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16609
16610 2007-12-06  Deepak Goel  <deego3@gmail.com>
16611
16612         * gnus-art.el (article-make-date-line):
16613         * gnus-start.el (gnus-load):
16614         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16615
16616 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-art.el (gnus-use-idna):
16619         * gnus-start.el (gnus-site-init-file):
16620         * message.el (message-use-idna):
16621         * mm-uu.el (mm-uu-hide-markers):
16622         * smiley.el (smiley-style): Revert changes that suppress warnings.
16623
16624 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16627         specify charset to html source.
16628         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16629
16630 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16633         idna-program in order to suppress byte compile warning issued by XEmacs
16634         that came to byte compile the default value section of defcustom forms
16635         recently.
16636
16637         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16638         value of installation-directory.
16639
16640         * message.el (message-use-idna): Don't directly refer to the value of
16641         idna-program.
16642
16643         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16644
16645         * smiley.el (smiley-style): Don't directly call face-attribute.
16646
16647 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16648
16649         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16650
16651         * gnus-dired.el: Reduce Gnus dependencies.
16652         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16653         Don't require.  Use autoloads instead.
16654         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16655         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16656         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16657         (gnus-dired-mode): Adjust doc string.
16658         (gnus-dired-mail-mode): New variable.
16659         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16660         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16661         (gnus-dired-mail-buffers): New function.  Return mail or message
16662         composition buffers.
16663         (gnus-dired-attach): Use it.
16664         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16665         NO-DECODE.
16666         (gnus-dired-print): Use `gnus-print-buffer' depending on
16667         `gnus-dired-mail-mode'.
16668
16669 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * rfc2047.el (rfc2047-encoded-word-regexp)
16672         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16673         explaining what regexp patterns are for.
16674
16675 2007-12-04  Glenn Morris  <rgm@gnu.org>
16676
16677         * password.el: Move to password-cache.el.
16678
16679         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16680         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16681         * mml-smime.el (password-read, password-cache-add)
16682         (password-cache-remove):
16683         No need to autoload, since mml-sec requires password.
16684
16685         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16686         * message.el (gnus-extract-address-components):
16687         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16688
16689         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16690         password.
16691
16692 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * mailcap.el: Reduce dependencies.
16695         (mail-header-parse-content-type): Autoload.
16696         (mailcap-delete-duplicates): New alias.
16697         (mailcap-mime-info): Add optional argument NO-DECODE.
16698         (mailcap-mime-types): Use mailcap-delete-duplicates.
16699
16700         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16701
16702 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16703
16704         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16705         (imap-parse-status): Upcase status-att for servers that sends them
16706         lower-case (e.g., MS Exchange 2007).
16707
16708 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16709
16710         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16711         function.
16712
16713         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16714         (gnus-uu-yenc-article): New function.
16715
16716         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16717
16718         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16719
16720 2007-12-02  Glenn Morris  <rgm@gnu.org>
16721
16722         * binhex.el (binhex): New custom group.
16723         (binhex-decoder-program, binhex-decoder-switches)
16724         (binhex-use-external): Move to the binhex custom group.
16725
16726         * uudecode.el (uudecode): New custom group.
16727         (uudecode-decoder-program, uudecode-decoder-switches)
16728         (uudecode-use-external): Move to the uudecode custom group.
16729
16730         * netrc.el (top-level): Don't load `encrypt' features.
16731         (netrc-parse): Don't use encrypt.
16732         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16733
16734         * encrypt.el: Remove file.
16735
16736 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16737
16738         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16739         matches on patches.
16740
16741         * gnus-art.el (gnus-article-browse-html-article):
16742         Mention `mm-text-html-renderer' in the doc string.
16743
16744         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16745         string.  Add comments.
16746
16747         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16748         if rhs is ASCII.
16749
16750 2007-12-01  Glenn Morris  <rgm@gnu.org>
16751
16752         * mail-source.el (top-level): Require format-spec before
16753         eval-when-compile.
16754
16755 2007-11-30  Glenn Morris  <rgm@gnu.org>
16756
16757         * encrypt.el: Require password, rather than autoloading password-read.
16758
16759 2007-11-29  Glenn Morris  <rgm@gnu.org>
16760
16761         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16762         (sasl-make-client, sasl-next-step, sasl-step-data)
16763         (sasl-step-set-data): Declare as functions.
16764
16765 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16766
16767         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16768
16769 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16770
16771         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16772         certs should be verified and what is to be done in the event of a
16773         verification failure.
16774
16775         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16776         caller can indicate whether the cache should be disregarded for this
16777         call.  This way the result of the call is reproducible at all times and
16778         can be considered a canonical server name for the supplied method.
16779         (gnus-agent-method-p): Canonicalize server names by pushing their
16780         method through `gnus-method-to-server' using the no-cache argument.
16781
16782         * gnus-srvr.el (gnus-server-insert-server-line):
16783         Call `gnus-method-to-server' with `no-cache' argument.
16784
16785         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16786         gnus-agent-possibly-synchronize-flags as this should be called when the
16787         server is actually being opened.
16788         (gnus-agent-possibly-synchronize-flags)
16789         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16790         flags file of an agentized server to the latter function.
16791
16792         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16793         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16794         after a connection has been established successfully.
16795
16796 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-art.el (article-display-face): Force to display face if called
16799         interactively; check if gnus-article-x-face-too-ugly matches author.
16800         (article-display-x-face): Display face even if From header is missing
16801         as article-display-face does.
16802
16803 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16804
16805         * hashcash.el (message-narrow-to-headers-or-head)
16806         (message-fetch-field, message-goto-eoh)
16807         (message-narrow-to-headers): Declare as functions.
16808
16809 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * mail-source.el (mail-sources): Default to fetch from file for
16812         compatibility with default of nnmail-spool-file.
16813
16814 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16817         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16818         to look for encoded word that should be encoded again.
16819         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16820         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16821         encoding pattern.
16822         (rfc2047-decode-region): Switch strict regexp and loose one according
16823         to rfc2047-allow-irregular-q-encoded-words.
16824
16825 2007-11-25  Romain Francoise  <romain@orebokech.com>
16826
16827         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16828
16829 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * tls.el (tls-program): Provide more custom choices from
16832         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16833         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16834
16835 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16836
16837         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16838         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16839
16840         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16841         `nnmail-spool-file'.
16842
16843         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16844         `nnmail-spool-file'.
16845
16846         * gnus-move.el (gnus-change-server): Ditto.
16847
16848         * gnus-kill.el (gnus-batch-score): Ditto.
16849
16850         * gnus-cache.el (gnus-jog-cache): Ditto.
16851
16852         * gnus-msg.el (gnus-summary-reply):
16853         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16854
16855 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16856
16857         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16858         version.  Minor improvement to doc strings.
16859         (tls-program): Add comment.
16860
16861 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16862
16863         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16864         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16865         mismatch between the hostname provided in the certificate and the name
16866         of the host connnecting to.
16867         (open-tls-stream): Use them.  Check certificates against trusted root
16868         certificates.
16869
16870 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-cache.el (gnus-cache-generate-nov-databases):
16873         Use nnml-generate-nov-databases-directory instead of
16874         nnml-generate-nov-databases-1.
16875
16876 2007-11-24  Glenn Morris  <rgm@gnu.org>
16877
16878         * message.el (message-tool-bar-retro): Update for rename
16879         mail_send.xpm->mail-send.xpm.
16880
16881 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16882
16883         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16884         `smime-ldap-search' for Emacs 22 and up.
16885
16886 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16887
16888         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16889
16890         * message.el (message-send-mail-function): Fix error convention.
16891         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16892         (message-widen-reply, message-send-mail, message-talkative-question)
16893         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16894         (message-clone-locals, message-send-news): Use with-current-buffer.
16895         (message-insert-or-toggle-importance): Remove unused var `valid'.
16896         (message-make-references): Remove unused var `new-references'.
16897         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16898
16899 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16900
16901         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16902         (spam-split-symbolic-return-positive): Reflow docstring.
16903         (spam-backends, spam-summary-exit-behavior)
16904         (spam-mark-ham-unread-before-move-from-spam-group)
16905         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16906         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16907         (spam-clear-cache, spam-backend-check, spam-install-backend)
16908         (spam-install-statistical-backend, spam-list-of-processors)
16909         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16910         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16911         (spam-check-crm114, spam-initialize, spam-unload-hook):
16912         Fix typos in docstrings.
16913
16914 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16917         been checked if they have never been read and those group levels are
16918         higher than the one that a user specified.
16919
16920 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16923         foreign groups unless a group level is specified by a user.
16924         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16925
16926 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16927
16928         * message.el (message-send-mail-function): Require sendmail.
16929
16930 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16931
16932         * message.el (message-send-mail-function): Check for smtpmail too.
16933
16934         * utf7.el (utf7-encode, utf7-decode): Use coding system
16935         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16936
16937         * message.el (message-send-mail-function): New function.
16938         (message-send-mail-function): Set default using
16939         message-send-mail-function.  Adjust doc string.
16940         (message-send-mail-with-mailclient): New function.
16941
16942 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16943
16944         * smime.el (from):
16945         * rfc2047.el (message-posting-charset):
16946         * qp.el (mm-use-ultra-safe-encoding):
16947         * pop3.el (parse-time-months):
16948         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16949         * nnml.el (files):
16950         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16951         (jka-compr-compression-info-list, ange-ftp-path-format)
16952         (efs-path-regexp):
16953         * nndiary.el (files):
16954         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16955         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16956         (epg-digest-algorithm-alist, inhibit-redisplay)
16957         (password-cache-expiry):
16958         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16959         (pgg-output-buffer, password-cache-expiry):
16960         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16961         (efs-path-regexp):
16962         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16963         (inhibit-redisplay):
16964         * mm-uu.el (file-name, start-point, end-point, entry)
16965         (gnus-newsgroup-name, gnus-newsgroup-charset):
16966         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16967         (latin-unity-ucs-list):
16968         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16969         (mm-uu-binhex-decode-function):
16970         * message.el (gnus-message-group-art, gnus-list-identifiers)
16971         (rmail-enable-mime-composing, gnus-local-organization)
16972         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16973         (gnus-read-active-file, facemenu-add-face-function)
16974         (facemenu-remove-face-function, gnus-article-decoded-p)
16975         (tool-bar-mode):
16976         * mail-source.el (display-time-mail-function):
16977         * gnus-util.el (nnmail-pathname-coding-system)
16978         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16979         (gnus-original-article-buffer, gnus-user-agent)
16980         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16981         (xemacs-codename, sxemacs-codename, emacs-program-version):
16982         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16983         * gnus-start.el (gnus-agent-covered-methods)
16984         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16985         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16986         (gnus-newsgroup-headers, gnus-group-list-mode)
16987         (gnus-group-mark-positions, gnus-newsgroup-data)
16988         (gnus-newsgroup-unreads, nnoo-state-alist)
16989         (gnus-current-select-method, mail-sources)
16990         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16991         (nnmail-spool-file, gnus-cache-active-hashtb):
16992         * gnus-mh.el (mh-lib-progs):
16993         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16994         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16995         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16996         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16997         (gnus-group-buffer):
16998         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16999         (font-lock-set-defaults):
17000         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
17001         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
17002         (gnus-summary-post-menu, total-parts, type, condition, length):
17003         * gnus-agent.el (gnus-agent-read-agentview):
17004         * flow-fill.el (show-trailing-whitespace):
17005         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
17006         eval-and-compile wrappers for byte compiler pacifiers.
17007
17008         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
17009         (mm-display-inline-fontify): Check for featurep 'xemacs not
17010         extent-list.
17011
17012         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
17013         itimer-list.
17014         (mm-create-image-xemacs): Only do something for XEmacs.
17015         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
17016
17017         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
17018
17019         * gnus-registry.el (gnus-adaptive-word-syntax-table):
17020         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
17021
17022 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17023
17024         * nnimap.el (nnimap-split-download-body):
17025         * gnus-demon.el (gnus-demon):
17026         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17027
17028 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17031         New macros.
17032         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17033         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17034         copy data from unibyte buffer to multibyte current buffer.
17035         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17036         to copy data from unibyte current buffer to multibyte buffer.
17037         (nntp-make-process-buffer): Make process buffer unibyte.
17038
17039         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17040
17041 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17042
17043         * pop3.el (pop3-open-server): Accept and process data more robustly at
17044         connection start to avoid spurious "POP SSL connection failed" errors.
17045
17046 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17049         read group names.
17050
17051 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17054
17055 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17058         (nnmail-save-active): Use a unibyte buffer when saving active file,
17059         which may contain non-ASCII group names.
17060
17061         * nnml.el (nnml-request-group): Decode group names in messages.
17062
17063 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17064
17065         * message.el (message-citation-line-function)
17066         (message-insert-formatted-citation-line): Fix spelling of
17067         `message-insert-formated-citation-line'.
17068
17069 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17070
17071         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17072
17073 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17076         nnmail-pathname-coding-system.
17077
17078         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17079         that a user enters; decode group names in messages.
17080
17081         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17082
17083 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17084
17085         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17086
17087         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17088
17089         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17090         risky local variable.
17091
17092         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17093
17094 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17095
17096         * encrypt.el: Improve documentation to fix function name typo.
17097         Reported by Daiki Ueno <ueno@unixuser.org>.
17098
17099 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17102         even if the point is not in the last page of an article.
17103         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17104         back to the previous page.
17105
17106 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17109
17110 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17113
17114 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17115
17116         * message.el (message-check-news-body-syntax):
17117         Avoid mm-string-as-multibyte.
17118         (message-hide-headers): Don't assume (point-min)==1.
17119
17120 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * message.el (message-remove-blank-cited-lines): Fix if remove is
17123         given.
17124         (message-bogus-address-regexp): New variable.
17125         (message-bogus-recipient-p): New function.
17126         (message-check-recipients): New command.
17127         (message-syntax-checks): Add `bogus-recipient'.
17128         (message-fix-before-sending): Add `bogus-recipient'.
17129
17130         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17131         (gnus-treat-body-boundary): Don't test window-system.
17132
17133 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17134
17135         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17136
17137 2007-10-28  Miles Bader  <miles@gnu.org>
17138
17139         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17140         at compile-time too.
17141
17142 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * gnus-msg.el (gnus-message-setup-hook):
17145         Add `message-remove-blank-cited-lines' to options.
17146
17147 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * message.el (message-remove-blank-cited-lines): New function.
17150         Suggested by Karl Plästerer.
17151
17152 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17153
17154         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17155         mapc.
17156
17157         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17158         (top-level): Use mapc to set functions to be traced for debugging.
17159
17160         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17161         called for effect with while loop.
17162
17163         * message.el (message-talkative-question): Replace mapcar called for
17164         effect with mapc.
17165
17166         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17167         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17168         called for effect with dolist.
17169
17170         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17171
17172         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17173         gnus-extra-headers and nnmail-extra-headers.
17174
17175         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17176         called for effect with dolist.
17177         (top-level): Use mapc to set functions to be traced for debugging.
17178
17179         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17180         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17181         dolist.
17182
17183         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17184         Replace mapcar called for effect with mapc.
17185         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17186         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17187         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17188         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17189
17190         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17191         remove-if that's a cl function.
17192
17193         * webmail.el (webmail-debug): Replace mapcar called for effect with
17194         dolist.
17195
17196         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17197         with mapc.
17198
17199 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17202         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17203         with while loop.
17204
17205         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17206         functions from article-* functions.
17207         (gnus-multi-decode-header): Replace mapcar called for effect with
17208         dolist.
17209
17210         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17211         (gnus-bookmark-show-details): Replace mapcar called for effect with
17212         while loop.
17213
17214         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17215         called for effect with while loop.
17216
17217         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17218         with dolist.
17219
17220         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17221         Replace mapcar called for effect with dolist.
17222
17223         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17224
17225         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17226         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17227         Replace mapcar called for effect with dolist.
17228         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17229         mapc.
17230
17231         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17232         Replace mapcar called for effect with dolist.
17233         (gnus-topic-list): Replace mapcar called for effect with mapc.
17234
17235         * gnus.el: Use mapc instead of mapcar to add autoloads.
17236
17237 2007-10-23  Richard Stallman  <rms@gnu.org>
17238
17239         * gnus-group.el (gnus-group-highlight): Mark as risky.
17240
17241 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus.el (gnus-server-to-method): Return method found first in
17244         gnus-newsrc-alist.
17245
17246         * gnus-art.el (gnus-article-highlight-signature)
17247         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17248         button overlay without the front stickiness.
17249
17250 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17251
17252         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17253         overview buffer needed a catch to receive its throw.
17254         (gnus-agent-flush-cache): Declare as interactive to make this function
17255         easier to use.
17256
17257 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17258
17259         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17260         `next-line'.
17261
17262 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17265         exclude address matching message-dont-reply-to-names.
17266
17267 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-util.el (gnus-string<): New function.
17270
17271         * gnus-sum.el (gnus-article-sort-by-author)
17272         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17273
17274 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17277         the frame-focus tag is set in gnus-buffer-configuration.
17278
17279 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17282         the front stickiness.
17283
17284 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17287         url pattern; remove duplicate one.
17288         (gnus-article-extend-url-button): New function.
17289         (gnus-article-add-buttons): Use it.
17290         (gnus-button-push): Use concatenated url that it makes.
17291
17292 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17293
17294         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17295
17296 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17297
17298         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17299         Don't hardcode point-min==1.
17300
17301 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17302
17303         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17304         Fix comment about "iso8859-1".
17305
17306 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17307
17308         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17309         ones returned from the verify-function.
17310
17311         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17312         Call mml2015-extract-cleartext-signature if extraction failed.
17313
17314 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17315
17316         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17317         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17318         failed.
17319
17320 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17323
17324 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17325
17326         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17327         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17328         recommends to use EasyPG instead of PGG.
17329
17330         * pgg.el: Revert to revision 6.23.2.16.
17331
17332         * pgg-def.el: Revert to revision 6.6.2.14.
17333
17334         * pgg-gpg.el: Revert to revision 6.23.2.34.
17335
17336 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17337
17338         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17339         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17340         thread for both the null and zero (kill/expire thread) universal prefix
17341         cases.
17342         (gnus-summary-expire-thread): Add new function to expire a thread,
17343         using gnus-summary-kill-thread.
17344         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17345         shortcuts for gnus-summary-expire-thread.
17346         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17347         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17348
17349 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17350
17351         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17352         extras value, so an extras entry can be deleted.
17353         (gnus-registry-delete-extra-entry): Use it.
17354         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17355         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17356         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17357         storage through the gnus-registry, and provide an appropriate API for
17358         it.
17359
17360 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17363         Suggested by Leo <sdl.web@gmail.com>.
17364
17365         * gnus.el: Do.
17366
17367 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17370         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17371
17372         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17373
17374         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17375         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17376
17377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17380         newline.
17381         (nnmbox-request-accept-article): Don't change article in source buffer;
17382         narrow to header to use message-fetch-field rather than
17383         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17384         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17385         as delimiters; make sure article ends with newline.
17386         (nnmbox-delete-mail): Correct last position of article to be deleted;
17387         ignore X-Gnus-Newsgroup header in article body.
17388         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17389         positions; make sure article ends with newline.
17390
17391         * message.el (message-display-abbrev): Don't infloop when a user
17392         inserts SPC in the beginning of header.
17393
17394         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17395         coding-system-for-read and coding-system-for-write for XEmacs having no
17396         file-coding feature.
17397
17398         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17399
17400 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17401
17402         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17403         list of groups not followed by default.  Fix type to be regexp.
17404         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17405
17406 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17407
17408         * hmac-def.el (define-hmac-function): Switch from old-style to
17409         new-style backquotes.
17410
17411         * md4.el (md4-make-step): Likewise.
17412
17413 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17416         raw-text coding system when saving .newsrc file, which may contain
17417         non-ASCII group names.
17418
17419 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-cus.el (gnus-score-extra): New widget.
17422         (gnus-score-extra-convert): New function.
17423         (gnus-score-customize): Use it for Extra.
17424
17425 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17426
17427         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17428         (mml2015-mailcrypt-clear-verify): Use it.
17429         (mml2015-gpg-clear-verify): Use it.
17430         (mml2015-pgg-clear-verify): Use it.
17431         (mml2015-epg-clear-verify): Replace the current part with the output
17432         from GnuPG; don't extract the plaintext by itself.
17433
17434         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17435         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17436         mml2015-clear-verify-function; don't touch the armor headers or
17437         dash-escaped text here.
17438
17439 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17442         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17443         parts, or application/octet-stream as a last resort.
17444         (gnus-mime-view-part-as-type): Don't toggle display.
17445         (gnus-mime-view-part-as-charset): Don't turn off display before
17446         querying charset.
17447
17448         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17449         stuff to undisplayer function in Emacs.
17450         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17451
17452         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17453         text/calendar parts.
17454
17455 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17458         decoding text/calendar parts.
17459
17460         * message.el (message-forward-make-body-mime): Always mark body as
17461         having no illegible text; remove signed-or-encrypted argument.
17462         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17463
17464         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17465         (mml-generate-mime-1): Don't encode body if it is specified to be in
17466         raw form; don't make buffer be unibyte when inserting multibyte string.
17467
17468 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17469
17470         * sha1.el: Fix up comment style.
17471         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17472         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17473
17474         * hex-util.el: Fix up comment style.
17475         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17476
17477         * gnus-salt.el: Use with-current-buffer.
17478         (gnus-pick-setup-message): Fix long-standing typo.
17479
17480 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * imap.el (imap-logout-timeout): New variable.
17483         (imap-logout, imap-logout-wait): New functions.
17484         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17485
17486         * nnimap.el (nnimap-logout-timeout): New server variable.
17487         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17488         nnimap-logout-timeout.
17489
17490         * gnus-art.el (gnus-article-summary-command-nosave)
17491         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17492
17493 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * gnus.el (gnus-maximum-newsgroup): New variable.
17496
17497         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17498         according to gnus-maximum-newsgroup.
17499
17500         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17501         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17502         Limit the range of articles according to gnus-maximum-newsgroup.
17503
17504 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17505
17506         * gnus-art.el (gnus-sticky-article): Fix problems described in
17507         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17508         Don't perform gnus-configure-windows here; reuse existing sticky
17509         article buffer.
17510
17511         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17512         it doesn't exist in gnus-article-mode.
17513
17514 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17517         (gnus-agent-decoded-group-name): New function.
17518         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17519         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17520
17521 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17522
17523         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17524         Add binding for gnus-sticky-article.
17525         (gnus-summary-exit): Don't kill sticky article buffers.
17526
17527         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17528         article buffer.
17529         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17530         (gnus-kill-sticky-article-buffers): New commands.
17531
17532 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * nntp.el (nntp-xref-number-is-evil): New server variable.
17535         (nntp-find-group-and-number): If it is non-nil, don't trust article
17536         numbers in the Xref header.
17537
17538 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-agent.el (gnus-agent-read-group): New function.
17541         (gnus-agent-flush-group, gnus-agent-expire-group)
17542         (gnus-agent-regenerate-group): Use it.
17543         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17544         nnmail-pathname-coding-system.
17545
17546 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17549
17550         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17551         that are unread as unread, and also as selected so that information of
17552         marks having been changed by a user may be updated when exiting group.
17553
17554 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17557
17558 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17561         calculated ignoring signature parts to gnus-treat-article.
17562
17563 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17566         a point here in order to keep the window start.
17567         (gnus-insert-mime-security-button): Make a button overlay without the
17568         front stickiness.
17569         (gnus-mime-display-security): Goto the end of a button.
17570
17571         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17572
17573 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17576         group-name-at-point.
17577         (gnus-group-completing-read): New function that offers decoded
17578         non-ASCII group names for completion.
17579         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17580         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17581         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17582         (gnus-group-fetch-control): Use it.
17583         (gnus-fetch-group): Use group-name-at-point for the initial value
17584         rather than the default value; use gnus-alive-p.
17585
17586         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17587         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17588         (gnus-summary-post-news): Use gnus-group-completing-read.
17589
17590         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17591         (gnus-read-move-group-name): Decode group name for completion.
17592
17593 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17594
17595         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17596         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17597         Yamaoka slightly modified the code).
17598
17599 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17602         (nnmail-split-incoming): Bind it.
17603
17604         * nnml.el (nnml-group-name-charset): New function.
17605         (nnml-decoded-group-name): Use it; don't decode group name if
17606         nnmail-group-names-not-encoded-p is non-nil.
17607         (nnml-encoded-group-name): New function.
17608         (nnml-group-pathname): Inline nnml-decoded-group-name.
17609         (nnml-request-expire-articles): Decode group name in message.
17610         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17611         nnmail-pathname-coding-system.
17612         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17613         not decoded ones according to nnmail-group-names-not-encoded-p.
17614         (nnml-generate-active-info): Use nnml-encoded-group-name.
17615
17616 2007-08-08  Glenn Morris  <rgm@gnu.org>
17617
17618         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17619         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17620         doc-strings and comments.
17621
17622 2007-07-25  Glenn Morris  <rgm@gnu.org>
17623
17624         * Relicense all FSF files to GPLv3 or later.
17625
17626 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-sum.el (gnus-summary-move-article):
17629         Make gnus-summary-respool-article work.
17630
17631 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17634         string.
17635
17636 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17637
17638         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17639         that should be ignored when comparing distant RSS articles with local
17640         ones.
17641         (nnrss-make-hash-index): New function.  Create a hash index according
17642         to the ignored fields.
17643         (nnrss-check-group): Use it.
17644
17645 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17648
17649         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17650
17651         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17652         the new optional argument ENCODED is non-nil.
17653         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17654         coding system for encoding group name.
17655         (gnus-group-make-rss-group): Pass un-encoded group name to
17656         gnus-group-make-group.
17657         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17658         encoded.
17659
17660         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17661         Encode group name to which articles are moved or copied.
17662         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17663         coding system for encoding Newsgroup, Followup-To and Xref headers.
17664
17665         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17666         marks; use nnheader-file-coding-system to write a file.
17667         (nnagent-retrieve-headers): Bind file-name-coding-system to
17668         nnmail-pathname-coding-system.
17669
17670         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17671
17672         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17673         (nnml-request-article, nnml-request-create-group)
17674         (nnml-request-rename-group, nnml-find-id)
17675         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17676         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17677         (nnml-save-marks): Use nnml-group-pathname instead of
17678         nnmail-group-pathname.
17679
17680         (nnml-request-create-group, nnml-request-expire-articles)
17681         (nnml-request-move-article, nnml-request-delete-group)
17682         (nnml-deletable-article-p, nnml-possibly-create-directory)
17683         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17684         (nnml-open-marks): Bind file-name-coding-system to
17685         nnmail-pathname-coding-system.
17686
17687         (nnml-request-article): Pass server argument to nnml-find-group-number.
17688         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17689         Pass server argument to nnml-possibly-create-directory.
17690         (nnml-request-accept-article): Pass server argument to
17691         nnml-active-number and nnml-save-mail.
17692         (nnml-find-group-number): Pass server argument to nnml-find-id.
17693         (nnml-request-update-info): Pass server argument to
17694         nnml-marks-changed-p.
17695
17696         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17697         (nnml-save-mail, nnml-active-number): Add server argument.
17698
17699         (nnml-request-delete-group): Warn if group is missing.
17700         (nnml-get-nov-buffer): Decode group name.
17701         (nnml-generate-active-info): Encode group name.
17702         (nnml-open-marks): Decode group name in messages.
17703
17704 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17707         if it is not specified.
17708         (gnus-article-pipe-part, gnus-article-save-part)
17709         (gnus-article-interactively-view-part, gnus-article-copy-part)
17710         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17711         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17712         (gnus-article-replace-part, gnus-article-delete-part)
17713         (gnus-article-view-part-as-type): Pass raw prefix argument to
17714         gnus-article-part-wrapper.
17715
17716 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gnus-agent.el (gnus-agent-save-active):
17719         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17720
17721         * gnus-cache.el (gnus-cache-save-buffers)
17722         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17723         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17724         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17725         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17726         (gnus-cache-generate-active, gnus-cache-rename-group)
17727         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17728         (gnus-cache-update-overview-total-fetched-for):
17729         Bind file-name-coding-system to nnmail-pathname-coding-system.
17730         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17731         New variables.
17732         (gnus-cache-decoded-group-name): New function.
17733         (gnus-cache-file-name): Use it.
17734         (gnus-cache-generate-active): Use non-decoded group name for active.
17735
17736         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17737         right place.
17738         (gnus-write-active-file): Don't break non-ASCII group names.
17739
17740         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17741         nnmail-pathname-coding-system.
17742
17743         * lpath.el: Bind default-file-name-coding-system,
17744         file-name-coding-system and language-info-alist for XEmacs.
17745
17746         * gnus-uu.el (gnus-uu-decode-save): Typo.
17747
17748 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17751
17752 2007-07-14  David Kastrup  <dak@gnu.org>
17753
17754         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17755         finishing actions if we did not edit the article.
17756
17757 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17760         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17761         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17762         (gnus-agent-flush-group, gnus-agent-flush-cache)
17763         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17764         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17765         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17766         (gnus-agent-regenerate-group)
17767         (gnus-agent-update-files-total-fetched-for)
17768         (gnus-agent-update-view-total-fetched-for):
17769         Bind file-name-coding-system to nnmail-pathname-coding-system.
17770         (gnus-agent-group-pathname): Don't encode file names by
17771         nnmail-pathname-coding-system.
17772         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17773         coding-system-for-write instead of buffer-file-coding-system to
17774         gnus-agent-file-coding-system.
17775
17776         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17777         Decode group name.
17778
17779         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17780
17781         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17782         (gnus-read-newsrc-el-file): Make group names unibyte.
17783
17784         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17785         nnmail-pathname-coding-system.
17786
17787         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17788         (nnrss-request-delete-group): Bind file-name-coding-system to
17789         nnmail-pathname-coding-system.
17790         (nnrss-read-server-data, nnrss-read-group-data):
17791         Bind file-name-coding-system correctly.
17792         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17793
17794         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17795         (nntp-server-to-method-cache): New variable.
17796         (nntp-group-pathname): New function that decodes non-ASCII group names.
17797         (nntp-possibly-create-directory, nntp-marks-changed-p)
17798         (nntp-save-marks, nntp-open-marks): Use it.
17799         (nntp-possibly-create-directory, nntp-open-marks):
17800         Bind file-name-coding-system to nnmail-pathname-coding-system.
17801         (nntp-open-marks): Decode group names when bootstrapping marks.
17802
17803         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17804         Newsgroups and Followup-To headers.
17805
17806 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17809         (gnus-server-closed-face, gnus-server-denied-face)
17810         (gnus-server-offline-face): Remove variable.
17811         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17812
17813         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17814         of modifying message-stack directly for XEmacs.
17815
17816         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17817         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17818         if the coding-system argument is nil for XEmacs.
17819
17820         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17821         mm-charset-override-alist.
17822
17823         * rfc2047.el: Don't require base64; require rfc2045 for the function
17824         rfc2045-encode-string.
17825         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17826         to quote the parameter value.
17827
17828 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17831         form in gnus-group-name-charset-method-alist.
17832
17833         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17834         overrides the default layout edit-form.
17835
17836         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17837
17838         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17839
17840 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17843         as unfetched articles.
17844
17845 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17846
17847         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17848
17849 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17852         original back end that keeps marks in the local system.
17853
17854 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17857         arg of pop-to-buffer for XEmacs.
17858         (gnus-article-read-summary-keys): Ditto; don't restore window
17859         configuration if summary command ends up with neither article buffer
17860         nor summary buffer; describe bindings if summary keys end with C-h.
17861
17862 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * message.el (message-fix-before-sending): Skip raw message part to be
17865         forwarded while checking illegible text.
17866         (message-forward-make-body-mime, message-forward-make-body):
17867         Mark signed or encrypted raw message as having no illegible text.
17868
17869 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17872         (gnus-message-with-timestamp-1): New macro.
17873         (gnus-message-with-timestamp): New function.
17874         (gnus-message): Use them.
17875
17876         * nnheader.el (nnheader-message): Use them.
17877
17878 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17881         .newsrc.eld file.
17882
17883 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-agent.el (gnus-agent-fetch-headers)
17886         (gnus-agent-retrieve-headers):
17887         Bind gnus-decode-encoded-address-function to identity.
17888
17889         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17890         available also when the server returns simply a dot.
17891
17892         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17893
17894 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17897
17898 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gnus-ems.el (gnus-x-splash): Make it work.
17901
17902         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17903         from being used.
17904
17905         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17906
17907 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17910         4th and the 5th arguments.
17911
17912         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17913         the front stickiness.
17914         (gnus-article-summary-command-nosave): Correct the order of the
17915         arguments passed to pop-to-buffer.
17916         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17917         summary command ends up with the article buffer.
17918
17919         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17920         the same faces.
17921
17922 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17923
17924         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17925
17926 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17927
17928         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17929         * gnus-sum.el (gnus-summary-highlight):
17930         * pgg.el (pgg-sign-region, pgg-sign):
17931         * mail-source.el (mail-source-delete-old-incoming-confirm):
17932         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17933
17934 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-art.el (gnus-mime-view-part-externally)
17937         (gnus-mime-view-part-internally): Fix predicate function passed to
17938         completing-read.
17939
17940         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17941
17942         * gnus.el (gnus-update-message-archive-method): Add :version.
17943
17944 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * gnus.el (gnus-update-message-archive-method): New variable.
17947
17948         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17949         according to gnus-message-archive-method if
17950         gnus-update-message-archive-method is non-nil.
17951
17952 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17955         Suggested by Loic Dachary <loic@dachary.org>.
17956         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17957
17958 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * message.el (message-pop-to-buffer): Add switch-function argument.
17961         (message-mail): Pass switch-function argument to it.
17962
17963 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17964
17965         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17966         Improve doc string.
17967
17968 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17971         (gnus-header-content):
17972         * gnus-cite.el (gnus-cite-10):
17973         * gnus-srvr.el (gnus-server-closed):
17974         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17975         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17976         (gnus-group-mail-3-empty, gnus-group-mail-low)
17977         (gnus-group-mail-low-empty, gnus-splash):
17978         * message.el (message-header-to, message-header-cc)
17979         (message-header-subject, message-header-other, message-header-name)
17980         (message-header-xheader, message-separator, message-cited-text)
17981         (message-mml): Lighten colors of faces used for dark background.
17982
17983 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17984
17985         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17986         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17987
17988 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * message.el (message-narrow-to-headers-or-head):
17991         Ignore mail-header-separator in the body.
17992
17993 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17996         same as window size.
17997
17998 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17999
18000         * message.el (message-font-lock-keywords): Use message-header-xheader
18001         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
18002         ahead of the anything pattern, to get it recognized.
18003
18004 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
18007         spam.el loads uses it in the compiled defadvice form.
18008
18009 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
18010
18011         * gnus-sum.el (gnus-articles-to-read)
18012         (gnus-summary-insert-old-articles): Don't truncate group name for
18013         `read-string'.
18014
18015         * gnus-util.el (gnus-limit-string): Delete this function.
18016
18017         * gnus-sum.el (gnus-simplify-subject-fully):
18018         Use `truncate-string-to-width' instead.
18019
18020 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
18021
18022         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18023         Tell if, on summary exit, the next group has to be selected.
18024         (gnus-summary-exit): Use it.
18025
18026 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18027
18028         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18029         non-break space.
18030
18031 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18034         Check if group is not a directory.
18035         (nnfolder-request-expire-articles): Don't delete articles if the target
18036         group is not available.
18037
18038         * nnml.el (nnml-request-create-group): Properly check if group is not a
18039         file.
18040         (nnml-request-expire-articles): Don't delete articles if the target
18041         group is not available.
18042
18043         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18044         Don't quote characters that are within parentheses.
18045
18046 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18049         (gnus-handle-ephemeral-exit): Select article according to it.
18050
18051 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * message.el (message-insert-formated-citation-line): Remove newline.
18054         (message-citation-line-format): Add final \n here so that the user can
18055         avoid a blank line.
18056
18057 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18058
18059         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18060         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18061         Update lanl/arXiv support.
18062
18063 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * gnus.el: Bump version number.
18066
18067 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068
18069         * gnus.el (gnus-version-number): Bump version.
18070
18071 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18072
18073         * gnus.el: No Gnus v0.6 is released.
18074
18075 2007-04-27  Didier Verna  <didier@xemacs.org>
18076
18077         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18078         * gmm-utils.el (gmm-regexp-concat): ... here.
18079         * message.el: Don't require 'gnus-util.
18080         (message-dont-reply-to-names): Handle name change above.
18081         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18082
18083 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18086         since the initial value varies according to the system.
18087
18088 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18091
18092 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18093
18094         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18095
18096 2007-04-24  Didier Verna  <didier@xemacs.org>
18097
18098         Improve the type of gnus-ignored-from-addresses.
18099         * gnus-util.el (gnus-orify-regexp): New function.
18100         * message.el (gnus-util): Require it.
18101         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18102         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18104
18105 2007-04-24  Didier Verna  <didier@xemacs.org>
18106
18107         * gnus-sum.el:
18108         * gnus-utils.el: Fix some trailing whitespaces.
18109
18110 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18113         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18114         article's Message-ID; refer parent article in summary buffer.
18115
18116         * message.el (message-bounce): Call mime-to-mml.
18117
18118         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18119         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18120         optimize and/or forms properly.
18121
18122 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18125         URL.
18126
18127 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18130
18131 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18134         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18135         displayed of multipart/alternative part if it is invoked from summary
18136         buffer.
18137
18138         * mm-view.el (mm-inline-text-html-render-with-w3m)
18139         (mm-inline-text-html-render-with-w3m-standalone)
18140         (mm-inline-render-with-function): Use mail-parse-charset by default.
18141
18142 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18143
18144         * parse-time.el (parse-time-string-chars): Check if CHAR
18145         is less than the length of parse-time-syntax.
18146
18147 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18150         from gnus-newsgroup-processable.
18151
18152 2007-04-16  Didier Verna  <didier@xemacs.org>
18153
18154         * gnus-msg.el (gnus-configure-posting-styles):
18155         Handle message-signature-directory properly with :file syntax.
18156         Reported by "Leo".
18157
18158 2007-04-11  Didier Verna  <didier@xemacs.org>
18159
18160         New user option: message-signature-directory.
18161         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18162         * message.el (message-insert-signature): Ditto.
18163         * message.el (message-signature-file): Doc update.
18164         * message.el (message-signature-directory): New.
18165
18166 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * gnus-msg.el (gnus-inews-yank-articles):
18169         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18170
18171 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * message.el (message-yank-original): Make sure cited text ends with
18174         newline; don't exchange point and mark.
18175
18176 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18177
18178         * tls.el (open-tls-stream): Properly handle case where there
18179         is no associated buffer.
18180
18181 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18182
18183         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18184         message-yank-original, make sure (< mark TEXT point).
18185
18186 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18187
18188         * message.el (message-fill-column): New variable.
18189         (message-mode): Use it.  Add comment on a possible new hook.
18190
18191         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18192         (nnmail-get-new-mail): Reformat.
18193
18194         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18195
18196         * gmm-utils.el: Fix Commentary.
18197         (gmm-tool-bar-from-list): Fix typo in doc string.
18198
18199 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18200
18201         * message.el (message-yank-original): Don't switch point and mark
18202         unnecessarily to put point and mark as documented.
18203
18204 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18205
18206         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18207         from the message heads.
18208
18209 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18210
18211         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18212         article buffer does not have a window.  This may not be the best
18213         solution but is certainly better than setting the start of the null,
18214         that is the current, window.
18215
18216 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18217
18218         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18219         (gnus-draft-setup): Run it.
18220
18221         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18222         gnus-score-fast-scoring.  Allow regexp.
18223         (gnus-score-headers): Use it.
18224
18225         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18226         XEmacs.
18227
18228         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18229         string.
18230         (gnus-button-alist): Also catch `<f1> k ...'.
18231         (gnus-treat-display-x-face): Fix doc string.
18232
18233 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18234
18235         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18236         evaluation of gnus-extended-version to ensure correct generation of the
18237         User-Agent header when message-generate-headers-first is used.
18238
18239 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18240
18241         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18242         hashcash-path is nil.  Don't call callback with incorrect number of
18243         parameters if val is 0.
18244
18245 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18246
18247         * message.el (message-required-news-headers):
18248         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18249
18250 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18251
18252         * tls.el (open-tls-stream): In handshake-waiting loop,
18253         don't wait more if there is output available to process.
18254
18255 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18256
18257         * tls.el (tls-program): Doc fix.
18258
18259 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * message.el (message-generate-new-buffers): Change the meaning of the
18262         nil value; add `standard' to the choices; treat t as `unique'; improve
18263         doc string.
18264         (gnus-select-frame-set-input-focus): Autoload.
18265         (message-buffer-name): Search for the existing message buffer if
18266         message-generate-new-buffers is nil or `standard'; treat the value t of
18267         message-generate-new-buffers as `unique'.
18268         (message-pop-to-buffer): Raise the frame already displaying the message
18269         buffer; clear the echo area after querying.
18270         (message-setup): Pass the `continue' argument to compose-mail.
18271         (message-mail): Prefer `switch-function' if it is given; search for the
18272         existing message buffer if the `continue' argument is non-nil; pass
18273         continue and switch-function arguments to compose-mail by way of
18274         message-setup.
18275         (message-mail-other-window): Adjust argument of message-setup.
18276         (message-mail-other-frame): Ditto.
18277
18278 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18281         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18282         to turn font-lock on when turning gnus-message-citation-mode on.
18283
18284 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18285
18286         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18287         (mml-smime-function-alist): New variable; add epg as the backend.
18288         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18289         mml-smime- functions instead.
18290         * mm-view.el: Require smime.
18291
18292 2007-03-05  Didier Verna  <didier@xemacs.org>
18293
18294         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18295         instead of just inheritance for posting styles.
18296         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18297
18298 2007-02-24  Chris Moore  <dooglus@gmail.com>
18299
18300         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18301         * pgg-pgp.el (pgg-pgp-encrypt-region):
18302         * pgg-gpg.el (pgg-gpg-encrypt-region):
18303         Check pgg-encrypt-for-me if no other recipients.
18304
18305 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18306
18307         * tls.el (tls-certtool-program): Fix custom type.
18308
18309 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18312         and point-at-eol instead of line-(beginning|end)-position.
18313
18314         * assistant.el (assistant-parse-buffer): Ditto.
18315
18316         * netrc.el (netrc-parse-services): Ditto.
18317
18318 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18319
18320         * mml2015.el (mml2015-epg-find-usable-key): New function.
18321         (mml2015-epg-sign): Use it.
18322         (mml2015-epg-encrypt): Use it.
18323
18324 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * message.el (message-make-in-reply-to): Quote name containing
18327         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18328         if there are special characters.  Reported by NAKAJI Hiroyuki
18329         <nakaji@jp.freebsd.org>.
18330
18331 2007-02-27  Didier Verna  <didier@xemacs.org>
18332
18333         Include the group parameters as well as the topic ones in the
18334         inheritance filter process.
18335         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18336         argument GROUP-PARAMS-LIST.
18337         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18338
18339 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * nntp.el (nntp-never-echoes-commands)
18342         (nntp-open-connection-functions-never-echo-commands): New variables.
18343         (nntp-send-command): Use them.
18344
18345 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18346
18347         * mml2015.el (mml2015-epg-verify): Simplify.
18348
18349 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * mml.el (mml-content-disposition-alist): New user option.
18352         (mml-content-disposition): New function.
18353         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18354         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18355
18356 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18357
18358         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18359         verification.
18360
18361 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18362
18363         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18364         articles posted in the last 24 hours.
18365
18366 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18367
18368         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18369
18370 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18371
18372         * nntp.el (nntp-send-command): Don't wait for echoes when
18373         nntp-open-ssl-stream is used.
18374
18375 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18378         (gnus-message-add-citation-keywords)
18379         (gnus-message-remove-citation-keywords): Remove.
18380         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18381         directly, make the variables in font-lock-defaults buffer-local, add
18382         gnus-message-citation-keywords to them and then update the value of
18383         font-lock-keywords.
18384
18385 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * message.el (message-cite-original-1): Don't call
18388         gnus-article-highlight-citation.
18389
18390         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18391         citations; fix line count.
18392
18393 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18396         (gnus-message-add-citation-keywords)
18397         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18398         versions of font-lock-add-keywords and font-lock-remove-keywords to
18399         work with XEmacs correctly.
18400
18401 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * gnus-cite.el (gnus-cite-face-list): Set the values of
18404         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18405         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18406         (gnus-message-cite-prefix-regexp): New variable.
18407         (gnus-message-search-citation-line): Use it; protect against long
18408         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18409         the 0th match data for Emacs.
18410         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18411         (gnus-message-add-citation-keywords): Append keywords rather than
18412         prepending; emulate font-lock-add-keywords if it is not available.
18413         (gnus-message-remove-citation-keywords):
18414         Emulate font-lock-remove-keywords if it is not available.
18415
18416         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18417
18418         * message.el (message-cite-prefix-regexp): Set the value of
18419         gnus-message-cite-prefix-regexp.
18420
18421 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18422
18423         * nnweb.el (nnweb-google-parse-1): Update parser.
18424
18425 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18426
18427         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18428
18429 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18430
18431         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18432         regexp.
18433
18434 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18437         string-to-multibyte.
18438         (uudecode-decode-region-internal): Use it.
18439
18440         * lpath.el: Fbind string-as-multibyte for XEmacs.
18441
18442 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18443
18444         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18445         Fix custom choice.
18446
18447         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18448
18449 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18450
18451         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18452
18453         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18454         `write-region' to respect `mm-inhibit-file-name-handlers'.
18455
18456 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18457
18458         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18459         Use gnus-home-directory instead of "~/" or "$HOME".
18460
18461 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18462
18463         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18464         to mention filename.
18465         Add comments at beginning regarding usage.
18466         (encrypt-write-file-contents): Change interactive so a string is
18467         acceptable.  If the file has no associated model, show an error instead
18468         of a nonsense prompt.
18469
18470 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18471
18472         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18473         Thanks to Yoshihiko Yamada for kind notification of this typo.
18474
18475 2007-01-12  Kenichi Handa  <handa@m17n.org>
18476
18477         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18478         multibyte buffer.
18479
18480 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * gnus-score.el (gnus-score-fast-scoring): New variable.
18483         (gnus-score-headers): Use it.
18484
18485         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18486
18487         * message.el (message-cite-original-1):
18488         Call gnus-article-highlight-citation if requested.
18489         (message-make-from): Allow name and address as optional arguments.
18490
18491         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18492
18493         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18494         bugs to doc string.
18495         (gnus-button-alist): Add mid\\|message-id.
18496         (gnus-button-fetch-group): Extend for use in
18497         `browse-url-browser-function'.
18498         (gnus-button-url-regexp): Try to catch paired parentheses like in
18499         Wikipedia URLs.
18500
18501         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18502         Suggested by Simon Krahnke <overlord@gmx.li>.
18503
18504 2007-01-13  Romain Francoise  <romain@orebokech.com>
18505
18506         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18507         Update copyright.
18508
18509 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18510
18511         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18512
18513 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18514
18515         * gnus-registry.el (gnus-registry-unfollowed-groups)
18516         (gnus-registry-split-fancy-with-parent): Fix documentation.
18517
18518 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18519
18520         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18521         from nnweb groups.
18522
18523 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18524
18525         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18526         Xref urls.  Erase buffer before requesting head.
18527
18528         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18529
18530 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18531
18532         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18533         customizable.
18534
18535 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18536
18537         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18538         no signing key is found.
18539         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18540         no encrypting and/or signing key is found.
18541
18542 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18543
18544         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18545
18546 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18547
18548         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18549         headers read from disk with the ones newly found in the current search.
18550         This should no longer cause problems, because the article numbers in
18551         Gmane's `nov.php' output are ignored since the previous change.
18552
18553 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18554
18555         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18556
18557 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18560         replace-regexp-in-string; bind url-version; fbind display-images-p and
18561         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18562         find-face and set-itimer-function for Emacs; bind itimer-list for
18563         Emacs.
18564
18565         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18566
18567 2007-01-01  Romain Francoise  <romain@orebokech.com>
18568
18569         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18570
18571 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18572
18573         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18574         `define-minor-mode' macro definition expanded properly.
18575         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18576         exclude it there.
18577
18578         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18579         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18580         `fboundp' test.
18581         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18582         This is OK to autoload in (S)XEmacs now.
18583
18584 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18585
18586         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18587         keystroke.
18588         (gnus-summary-limit-to-singletons): Fix typo.
18589
18590         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18591         else fails.
18592
18593 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18594
18595         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18596         docstring.
18597
18598         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18599         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18600         (gnus-summary-insert-dormant-articles): Fix typo in message.
18601
18602 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18603
18604         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18605         nil for XEmacs.
18606         (gnus-message-citation-mode): Don't autoload in XEmacs.
18607
18608         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18609
18610 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18611
18612         * nnimap.el (nnimap-expunge-search-string):
18613         Mention nnimap-search-uids-not-since-is-evil in docstring.
18614
18615 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * spam.el: Revert to make-obsolete-variable because
18618         define-obsolete-variable-alias is not supported in Emacs 21.
18619
18620         * spam.el (spam-ifile-path, spam-ifile-database-path)
18621         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18622         make-obsolete-variable.
18623         (spam-bsfilter-path, spam-bsfilter-program)
18624         (spam-spamassassin-path, spam-spamassassin-program)
18625         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18626         Don't use "path" inappropriately.
18627         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18628         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18629         variable names.
18630
18631 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18632
18633         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18634         summary buffer.
18635
18636         * password.el (password-cache-remove): Use clear-string to burn
18637         password, if available.
18638
18639 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18640
18641         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18642
18643         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18644
18645         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18646         (gnus-message-highlight-citation): Move defcustom here from
18647         gnus-cite.el.
18648         (gnus-message-citation-mode): Autoload.
18649
18650         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18651         checks to make it compile with XEmacs.
18652         (gnus-message-citation-mode): New minor mode.
18653         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18654         (gnus-message-highlight-citation): New variables.
18655         (gnus-message-search-citation-line)
18656         (gnus-message-add-citation-keywords)
18657         (gnus-message-remove-citation-keywords)
18658         (turn-on-gnus-message-citation-mode)
18659         (turn-off-gnus-message-citation-mode): New functions.
18660
18661 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18662
18663         * gnus-cite.el: Enable highlighting of different citation levels in
18664         message-mode.
18665
18666 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18667
18668         * message.el (message-make-fqdn): Fix comment.
18669         (message-bogus-system-names): Add ".local".
18670
18671         * spam.el (spam-ifile-path, spam-ifile-program)
18672         (spam-ifile-database-path, spam-ifile-database)
18673         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18674         Don't use "path" inappropriately.
18675         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18676         strings.
18677         (spam-check-ifile, spam-ifile-register-with-ifile)
18678         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18679         Use new variable names.
18680
18681         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18682         (gnus-treat-display-smileys): Simplify using
18683         gnus-image-type-available-p.
18684
18685         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18686         available.
18687
18688         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18689         Use `display-images-p' if available.
18690
18691 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18694         one after turning on the buffer's multibyteness instead of decoding
18695         them directly in the unibyte buffer that causes unexpected conversion
18696         in Emacs 23 (unicode).
18697
18698 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18699
18700         * message.el (message-generate-hashcash): Fix custom type.
18701
18702 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18703
18704         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18705
18706 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18709         disconnect icons.  Add help text.
18710
18711 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18712
18713         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18714         negated to be consistent with the others we handle.
18715
18716 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18717
18718         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18719         version of gnus-summary-buffer to something, so that we can use two
18720         article buffers at the same time.
18721
18722 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18723
18724         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18725         trigger all the extra headers.
18726         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18727         sorting.
18728
18729 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18730
18731         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18732         solid groups.
18733
18734 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18735
18736         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18737
18738 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * legacy-gnus-agent.el: Add Copyright notice.
18741
18742 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18743
18744         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18745
18746 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18747
18748         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18749
18750         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18751         to make it work reliably in CVS Emacs.
18752         (gnus-summary-limit-strange-charsets-predicate)
18753         (gnus-summary-limit-to-predicate): New functions.
18754
18755 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18756
18757         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18758         specifying array size.
18759         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18760         array if it is too small.
18761         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18762         (gnus-sort-threads-loop): New function.
18763
18764 2006-12-06  Chris Moore  <dooglus@gmail.com>
18765
18766         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18767         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18768
18769 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18770
18771         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18772         options.
18773
18774 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18775
18776         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18777         DOS-ing the recipient.
18778
18779         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18780         the headers when creating the mapping to avoid mismappings.
18781         (nnweb-gmane-create-mapping): Always nix out old mapping.
18782
18783 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18786         and mm-verify-option to never.
18787
18788 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * message.el (message-signed-or-encrypted-p): New function.
18791         (message-forward-make-body): Use it.
18792
18793         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18794         Replace encode-coding-string with mm-encode-coding-string.
18795
18796 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * nneething.el (nneething-decode-file-name):
18799         Replace decode-coding-string with mm-decode-coding-string.
18800
18801         * gnus-int.el (gnus-open-server): Say failed server's name.
18802
18803 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18804
18805         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18806         strings to a single string.  Quote `errors-file-name'.
18807         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18808         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18809         Adjust calls.  Use `shell-quote-argument'.
18810
18811 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18812
18813         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18814         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18815
18816         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18817         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18818         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18819         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18820         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18821         (gnus-subscribe-newsgroup, gnus-1):
18822         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18823         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18824         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18825         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18826
18827 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18828
18829         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18830         keystroke.
18831         (gnus-summary-limit-to-bodies): Implement headersp.
18832
18833 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18834
18835         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18836
18837 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18840
18841 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18842
18843         * message.el (message-generate-hashcash): Expand range of values to
18844         include `opportunistic'.
18845         (message-send-mail): Use it.
18846
18847 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18848
18849         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18850         and comment it.
18851
18852         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18853
18854 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * gnus-util.el (gnus-extract-address-components): Improve comment.
18857
18858 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * gnus-util.el (gnus-extract-address-components): Work with address in
18861         which the name portion contains @.
18862
18863         * lpath.el: Fbind custom-autoload.
18864
18865 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * gnus.el (gnus-start): Move custom group up.
18868         (gnus-select-method): Don't autoload, but make it available for
18869         `customize-variable'.
18870         (gnus-getenv-nntpserver): Don't autoload.
18871
18872 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18873
18874         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18875
18876 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * message.el (message-sendmail-extra-arguments): New variable.
18879         (message-send-mail-with-sendmail): Use it.
18880
18881 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18884         mm-with-unibyte-current-buffer to make string unibyte.
18885
18886         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18887         mm-string-as-multibyte.
18888
18889 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18890
18891         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18892         Reported by Werner Koch <wk@gnupg.org>.
18893
18894 2006-11-14  Daiki Ueno  <ueno@p360>
18895
18896         * mml2015.el: Autoload epa-select-keys when compiling.
18897
18898 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18899
18900         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18901         message-options.
18902         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18903
18904 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18905
18906         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18907         EasyPG (< 0.0.6).
18908         (mml2015-always-trust): New user option.
18909         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18910         prompt.
18911
18912 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * nntp.el (nntp-authinfo-force): New variable.
18915         (nntp-send-authinfo): Use it.
18916
18917 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18918
18919         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18920         decode encoded words.  Improve prompt.  Add comment about forwarding.
18921         (message-replacement-char): Move up.
18922
18923 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18924
18925         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18926         instead of gnus-intersection because arguments of gnus-sorted-nunion
18927         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18928
18929 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18932         (message-simplify-subject-functions):
18933         Enable message-strip-subject-encoded-words by default.
18934
18935 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * message.el (message-strip-subject-encoded-words): New function.
18938         (message-simplify-subject-functions): New variable.
18939         (message-simplify-subject): Use it.  Fix typo in doc string.
18940         Support message-strip-subject-encoded-words.
18941
18942 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18943
18944         * gnus-diary.el (gnus-diary-delay-format-function):
18945         * nndiary.el (nndiary-reminders):
18946         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18947
18948 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18949
18950         * gnus-art.el (article-hide-boring-headers): Fetch date from
18951         gnus-original-article-buffer to avoid problems with localized date
18952         strings.
18953
18954 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18957
18958 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18959
18960         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18961         New variables.
18962         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18963         (mm-charset-synonym-alist): Move some entries to
18964         mm-codepage-iso-8859-list.
18965         (mm-charset-synonym-alist, mm-charset-override-alist):
18966         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18967
18968 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18971
18972 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18975         with Emacs 21 and XEmacs.
18976
18977 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18978
18979         * spam.el (spam-parse-address): New function for better parsing,
18980         catching errors, etc.
18981         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18982
18983 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * mm-view.el: Add interactive arg to html2text autoload.
18986
18987 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18990
18991 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18992
18993         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18994         New variables.
18995         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18996         (mm-charset-synonym-alist): Move some entries to
18997         mm-codepage-iso-8859-list.
18998
18999         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
19000
19001 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
19002
19003         * message.el (message-citation-line-format)
19004         (message-insert-formated-citation-line): Fix implementation of %E, %N
19005         and %n according to the doc string.
19006
19007 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
19008
19009         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19010         Use car-safe to avoid bad parses.
19011
19012 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
19015         names.
19016
19017         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
19018
19019 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19022         header.
19023
19024         * message.el (message-draft-headers): Add Date.
19025         (message-headers-to-generate): Fix typo in docstring.
19026
19027         * nndraft.el (nndraft-required-headers): New variable.
19028         (nndraft-generate-headers): Use it.
19029
19030         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19031
19032 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19033
19034         * gnus-registry.el (gnus-registry-wash-for-keywords)
19035         (gnus-registry-find-keywords): New functions to allow easy searching of
19036         articles that are in the registry.
19037
19038 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19039
19040         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19041         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19042         Reported by Damien Elmes <damien@repose.cx>.
19043
19044 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19045
19046         * gnus.el (gnus-mime): Remove unused custom group.
19047
19048 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19049
19050         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19051         "blank line" when searching for end of armor headers.
19052
19053 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * gmm-utils.el (gmm-write-region): Fix variable name.
19056
19057 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19058
19059         * gmm-utils.el (gmm-write-region): New function based on compatibility
19060         code from `mm-make-temp-file'.
19061
19062         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19063
19064         * nnmaildir.el (nnmaildir--update-nov)
19065         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19066         Use `gmm-write-region'.
19067
19068 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19071         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19072
19073         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19074
19075         * message.el (message-replacement-char): New variable.
19076         (message-fix-before-sending): Use it.
19077         (message-simplify-subject): New function to remove duplicate code.
19078         (message-reply, message-followup): Use it.
19079
19080         * gnus-sum.el (gnus-summary-make-menu-bar):
19081         Clarify gnus-summary-limit-to-articles.
19082
19083 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * gnus-util.el (gnus-with-local-quit): New macro.
19086
19087         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19088
19089 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19092         ignore non-string data.
19093
19094 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19095
19096         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19097         non-string data (needs to be done in the registry too).
19098
19099 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19100
19101         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19102         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19103         (gnus-registry-split-fancy-with-parent)
19104         (gnus-registry-fetch-simplified-message-subject-fast)
19105         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19106         Remove text properties on ingress into the registry and when it's saved.
19107         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19108         registry from entries with no groups.
19109
19110 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19111
19112         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19113         function to remove string properties.
19114
19115 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * gmm-utils.el (gmm): Adjust custom version.
19118
19119         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19120         Adjust custom version.
19121
19122         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19123
19124 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * gnus-art.el (gnus-insert-prev-page-button)
19127         (gnus-insert-next-page-button): Simplify.  Reformat.
19128
19129 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19130
19131         * gnus-art.el (gnus-insert-prev-page-button)
19132         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19133
19134 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19135
19136         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19137
19138 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19139
19140         * gnus-art.el (gnus-insert-mime-button)
19141         (gnus-insert-mime-security-button):
19142         Apply gnus-article-button-face to MIME and security buttons.
19143
19144 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19145
19146         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19147         readable.
19148
19149 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19152
19153 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19154
19155         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19156         `browse-url-of-file' instead of `browse-url'.
19157
19158 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19159
19160         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19161         regexp.  Articles containing quotation were cut prematurely.
19162
19163 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19164
19165         * message.el (message-cite-original-1): Use nobody by default for the
19166         value of From header.
19167         (message-reply): Ditto.
19168
19169 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19170
19171         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19172         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19173         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19174
19175 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19176
19177         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19178         mails in the doc string.  Add some URLs in comment.
19179         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19180
19181 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19184         backslashes handling and the way to find boundaries of quoted strings.
19185
19186 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19187
19188         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19189         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19190         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19191         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19192
19193 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19196         doc string.
19197         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19198
19199 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * lpath.el: Fbind epg-check-configuration.
19202
19203 2006-09-06  Simon Josefsson  <jas@extundo.com>
19204
19205         * mml2015.el (mml2015-use): Doc fix, mention epg.
19206
19207 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19208
19209         * mml2015.el (mml2015-use): Default to epg, if available.
19210
19211 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19212
19213         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19214         message-sender.
19215         (mml1991-epg-encrypt): Ditto.
19216         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19217         message-sender.
19218         (mml2015-epg-encrypt): Ditto.
19219
19220 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19221
19222         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19223         several common directories.
19224
19225 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19226
19227         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19228         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19229
19230 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gnus-art.el (article-decode-encoded-words): Make it fast.
19233
19234 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19237
19238         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19239         in quoted string into `\'.
19240
19241 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19244         Use standard-syntax-table.
19245
19246 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * gnus-art.el (gnus-decode-address-function): New variable.
19249         (article-decode-encoded-words): Use it to decode headers which are
19250         assumed to contain addresses.
19251         (gnus-mime-delete-part): Remove useless `or'.
19252
19253         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19254         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19255         (gnus-nov-parse-line): Use it to decode From header.
19256         (gnus-get-newsgroup-headers): Ditto.
19257         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19258
19259         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19260         (mail-decode-encoded-address-string): New alias.
19261
19262         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19263         New function.
19264         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19265         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19266         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19267         (rfc2047-decode-string): Ditto.
19268         (rfc2047-decode-address-region): New function.
19269         (rfc2047-decode-address-string): New function.
19270
19271 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19272
19273         * message.el (message-caesar-buffer-body): Allow rotating headers.
19274
19275         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19276
19277         * message.el (message-insert-formated-citation-line): Fix %f.
19278         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19279
19280 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19283         (gnus-bookmark-mouse-available-p): New macro.
19284         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19285         (gnus-bookmark-bmenu-show-infos): Use it.
19286         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19287         (gnus-bookmark-bmenu-hide-infos): Ditto.
19288         (gnus-bookmark-remove-properties): New function.
19289         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19290         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19291         (gnus-bookmark-write-file): Bind coding-system-for-write.
19292         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19293         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19294         group before selecting it.
19295         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19296         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19297         quit-window if it is not available; use gnus-mouse-2 and bind it to
19298         gnus-bookmark-bmenu-select-by-mouse.
19299         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19300         (gnus-bookmark-bmenu-select-by-mouse): New function.
19301
19302 2006-08-13  Romain Francoise  <romain@orebokech.com>
19303
19304         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19305         space.
19306
19307 2006-08-10  Romain Francoise  <romain@orebokech.com>
19308
19309         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19310         (dns-mode-soa-auto-increment-serial): New user option.
19311         (dns-mode-soa-maybe-increment-serial): New function.
19312         (dns-mode): Add the latter to `write-contents-functions'.
19313
19314 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * compface.el (uncompface): Use binary rather than raw-text-unix.
19317
19318 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * compface.el (uncompface): Make sure the eol conversion doesn't take
19321         place when communicating with the external programs.
19322         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19323
19324 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19327
19328 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19329
19330         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19331         Make it more robust by parsing author and date independently.
19332
19333 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19336
19337 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19338
19339         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19340         first matching secret key.
19341         (mml2015-epg-encrypt): Ditto.
19342
19343         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19344         first matching secret key.
19345         (mml1991-epg-encrypt): Ditto.
19346
19347         * mml2015.el (mml2015-encrypt-to-self): New user option.
19348         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19349         mml2015-epg-encrypt-to-self is set.
19350
19351         * mml1991.el (mml1991-encrypt-to-self): New variable.
19352         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19353         mml1991-epg-encrypt-to-self is set.
19354
19355         * mml2015.el (mml2015-signers): New user option.
19356         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19357         (mml2015-epg-encrypt): Allow to select signing keys.
19358
19359         * mml1991.el (mml1991-signers): New variable.
19360         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19361         (mml1991-epg-encrypt): Allow to select signing keys.
19362
19363 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * nnheader.el (nnheader-insert-head): Make it work even if the file
19366         uses CRLF for the line-break code.
19367
19368 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19369
19370         * mml2015.el: Require mml-sec instead of password.
19371         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19372         (mml2015-cache-passphrase): Inherit the default value from
19373         mml-secure-cache-passphrase.
19374         (mml2015-passphrase-cache-expiry): Inherit the default value from
19375         mml-secure-passphrase-cache-expiry.
19376
19377         * mml1991.el: Require mml-sec instead of password.
19378         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19379         (mml1991-cache-passphrase): Inherit the default value from
19380         mml-secure-cache-passphrase.
19381         (mml1991-passphrase-cache-expiry): Inherit the default value from
19382         mml-secure-passphrase-cache-expiry.
19383
19384         * mml-sec.el: Require password.
19385         (mml-secure-verbose): New user option.
19386         (mml-secure-cache-passphrase): New user option.
19387         (mml-secure-passphrase-cache-expiry): New user option.
19388
19389 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19390             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19391
19392         * pgg-def.el (pgg-truncate-key-identifier):
19393         Truncate the key ID to 8 letters from the end.
19394
19395 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19396
19397         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19398         workaround for the url package included with Emacs.
19399
19400         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19401
19402 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19405         correctly.  This fixes a bug caused by the 2006-05-12 change.
19406
19407 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19408
19409         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19410         some information about the error when saying that the `bogus' mail
19411         group will be used.
19412
19413 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19414
19415         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19416         string.
19417
19418 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19419
19420         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19421
19422 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19423
19424         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19425
19426 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19427
19428         * mml1991.el (mml1991-function-alist): Add epg.
19429         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19430         (mml1991-epg-encrypt): New functions.
19431
19432 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19433
19434         * mml2015.el (mml2015-verbose): New variable.
19435         (mml2015-cache-passphrase): Ditto.
19436         (mml2015-passphrase-cache-expiry): Ditto.
19437         (mml2015-function-alist): Add epg.
19438         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19439         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19440         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19441         New functions.
19442
19443 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19444
19445         * message.el (message-cite-original-1): Preserve region when removing
19446         quoted text due to X-No-Archive in order to avoid bogus attribution
19447         when citing multiple messages.
19448
19449 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19450
19451         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19452         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19453
19454 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19455
19456         * gnus-diary.el (gnus-user-format-function-d)
19457         (gnus-user-format-function-D): Autoload.
19458
19459         * imap.el (Commentary): Fix typo.
19460
19461         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19462         2006-04-22 contribution.
19463
19464 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19465
19466         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19467         It didn't really fix the bogosity I'm seeing with solid web groups.
19468
19469 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19470
19471         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19472         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19473         created using server names.  If we use the feature without declaring
19474         it, Gnus does not properly manage server and group state.
19475
19476         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19477         bound.
19478
19479 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19480
19481         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19482         looking up the method using GROUP's prefix before inventing a new one.
19483         It is used on killed/unknown groups in various places where returning
19484         an all-new method isn't expected by the caller.
19485
19486         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19487         and match semantics of gnus-group-real-prefix.
19488
19489 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19490
19491         * nnmail.el (nnmail-broken-references-mailers): New variable.
19492         (nnmail-ignore-broken-references): New function generalizing
19493         nnmail-fix-eudora-headers.
19494         (nnmail-fix-eudora-headers): Now obsolete.
19495
19496         * gnus-art.el (gnus-button-handle-custom):
19497         Support `customize-apropos*'.
19498
19499 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19500
19501         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19502
19503         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19504         articles.
19505
19506 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19507
19508         * message.el (message-cite-reply-above): New variable.
19509         (message-yank-original): Use it.
19510
19511 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19514
19515 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19516
19517         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19518         as read.
19519
19520         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19521
19522 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19523
19524         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19525         (gnus-bookmark-default-file): Use gnus-directory.
19526         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19527         Remove "*" in doc string.
19528         (gnus-bookmark-write-file): Simplify.
19529         (gnus-bookmark-maybe-sort-alist): Use `when'.
19530         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19531         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19532         Add FIXME about Emacs 21 and XEmacs compatibility.
19533         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19534         compatibility.
19535         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19536         compatibility.
19537         (gnus-bookmark-menu-heading): Fix version.
19538
19539 2006-06-19  Bastien Guerry  <bzg@altern.org>
19540
19541         * gnus-bookmark.el: New file.
19542
19543 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19544
19545         * message.el (message-syntax-checks): Doc fix.
19546
19547 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19548
19549         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19550         unsubscribed groups as if they were killed ones.  It causes duplicate
19551         entries in gnus-newsrc-alist.
19552
19553 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19554
19555         * message.el (message-syntax-checks): Doc fix.
19556         (message-send-mail): Add check for continuation headers.
19557         (message-check-news-header-syntax): Fix regexp used to check for
19558         continuation headers.
19559
19560 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19561
19562         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19563
19564 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19565
19566         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19567
19568 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19571         default-truncate-lines.
19572
19573 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19576         to fill the utf-8 entry.
19577
19578         * lpath.el: Fbind unicode-precedence-list.
19579
19580 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19581
19582         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19583
19584 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19585
19586         * gnus-agent.el (directory-files-and-attributes): Move all the way
19587         forward (the third and final move).
19588         (gnus-agent-read-agentview): Trap reconstruction errors due to
19589         nonexistent directory.  Handle by returning nil.
19590
19591 2006-05-30  Didier Verna  <didier@xemacs.org>
19592
19593         * message.el (message-dont-reply-to-names): Update the custom type.
19594         * message.el (message-dont-reply-to-names): New defsubst: potentially
19595         convert a list of regexps into a single one.
19596         * message.el (message-get-reply-headers): Use it.
19597         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19598
19599 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * gnus-agent.el (directory-files-and-attributes): Move forward.
19602
19603 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19604
19605         * gnus-ml.el (gnus-mailing-list-subscribe)
19606         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19607         (gnus-mailing-list-message): Fix doc strings.
19608
19609 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19610
19611         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19612         of doing it manually.
19613
19614 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19615
19616         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19617         comment.
19618
19619 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19620
19621         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19622         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19623         (gnus-agent-read-local): All symbols allocated in my-obarray.
19624         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19625         (gnus-agent-regenerate-group): Check numeric names to see if they are
19626         messages or groups.
19627         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19628         better way of do this...)
19629
19630         * gnus-cache.el (gnus-agent-total-fetched-for):
19631         Ignore 'dummy.group' (there should be a better way of do this...)
19632
19633 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19636         (gnus-saved-headers): Ditto.
19637         (gnus-default-article-saver): Mention functions may have properties.
19638         (gnus-article-save): Override gnus-save-all-headers and
19639         gnus-saved-headers by :headers property which saver function may have.
19640         (gnus-summary-save-in-file): Add :headers property.
19641         (gnus-summary-write-to-file): Ditto.
19642
19643         * gnus-sum.el (gnus-summary-save-article): Bind
19644         gnus-prompt-before-saving to t when saving many articles in a file;
19645         always show all headers.
19646
19647         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19648
19649 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19650
19651         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19652         marks.
19653
19654         * message.el (message-indent-citation): Add optional arguments to allow
19655         using it outside of message buffers.
19656
19657         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19658         (gnus-article-treat-unfold-headers): Use it.
19659         (gnus-article-truncate-lines): New variable.
19660         (gnus-article-mode): Use it.
19661         (gnus-article-toggle-truncate-lines): New function.
19662
19663         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19664         Add gnus-article-toggle-truncate-lines.
19665
19666         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19667         coding system in XEmacs, use binary.
19668
19669 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19672         after-load-alist.
19673
19674         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19675         this function should save decoded articles.
19676         (gnus-summary-write-to-file): Use property to specify this function
19677         should save decoded articles and specify gnus-summary-save-in-file
19678         should be used to save articles other than the first one when saving
19679         many articles.
19680         (gnus-summary-save-body-in-file): Use property to specify this
19681         function should save decoded articles.
19682         (gnus-summary-write-body-to-file): Use property to specify this
19683         function should save decoded articles and specify
19684         gnus-summary-save-body-in-file should be used to save articles other
19685         than the first one when saving many articles.
19686
19687         * gnus-sum.el (gnus-summary-save-article): Simplify.
19688
19689 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * gnus-art.el (gnus-default-article-saver):
19692         Add gnus-summary-write-body-to-file.
19693         (gnus-article-save-coding-system): Don't use coding system object
19694         in XEmacs.
19695         (gnus-read-save-file-name): Add optional `dir-var' argument which
19696         specifies directory in which files are saved; work even if optional
19697         `variable' argument is not specified.
19698         (gnus-summary-write-to-file): Read file name.
19699         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19700         (gnus-summary-write-body-to-file): New function.
19701
19702         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19703         (gnus-summary-local-variables): Add it.
19704         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19705         (gnus-summary-save-article): Remove optional `decode' argument;
19706         determine whether to decode articles by the value of
19707         gnus-default-article-saver; when saving many files using
19708         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19709         it first and use gnus-summary-save-in-file or
19710         gnus-summary-save-body-in-file thereafter unless
19711         gnus-prompt-before-saving is always; move point to article which
19712         will be saved.
19713         (gnus-summary-save-article-file): Revert.
19714         (gnus-summary-write-article-file): Revert.
19715         (gnus-summary-save-article-body-file): Revert.
19716         (gnus-summary-write-article-body-file): New function.
19717
19718 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * gnus-art.el (gnus-default-article-saver): Doc fix.
19721         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19722         from gnus-summary-save-article-coding-system, and default to a
19723         certain coding system.
19724         (gnus-output-to-file): Add coding cookie and encode text according
19725         to gnus-article-save-coding-system; don't use mm-append-to-file.
19726
19727         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19728         gnus-art.el and rename to gnus-article-save-coding-system.
19729         (gnus-summary-save-article): Require gnus-art; don't show all
19730         headers if it decodes articles; don't add coding cookie here;
19731         don't bind mm-text-coding-system-for-write.
19732         (gnus-summary-save-article-file): Save decoded articles.
19733         (gnus-summary-write-article-file): When saving many files, use
19734         gnus-summary-write-to-file first and gnus-summary-save-in-file
19735         thereafter unless gnus-prompt-before-saving is always.
19736         (gnus-summary-save-article-body-file): Save decoded articles.
19737
19738         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19739
19740 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * nnrss.el (nnrss-check-group): Bind hash-index.
19743
19744 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19745
19746         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19747         its hash index.  Store this hash in `nnrss-group-data'.
19748         (nnrss-read-group-data): Update accordingly.
19749
19750 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19751
19752         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19753         entry.
19754
19755         * gnus-sum.el (gnus-summary-make-menu-bar):
19756         Add gnus-article-browse-html-article.
19757
19758 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19759
19760         * gnus-sum.el (gnus-summary-mime-map):
19761         Add gnus-article-browse-html-article.
19762
19763         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19764
19765 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19766
19767         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19768         suitable coding systems in customize.
19769
19770 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * mail-source.el (mail-sources): Fix custom type.
19773
19774 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19777         (gnus-summary-expire-articles-now): Shorten prompt.
19778
19779         * gmm-utils.el (wid-edit): Require.
19780         (defun-gmm): Rename from `gmm-defun-compat'.
19781         (gmm-image-search-load-path): Use it.
19782         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19783
19784 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19785
19786         * gnus-sum.el (gnus-summary-save-article-coding-system):
19787         New variable.
19788         (gnus-summary-save-article): Add optional `decode' argument.
19789         If it is set and gnus-summary-save-article-coding-system is non-nil,
19790         save decoded article.
19791         (gnus-summary-write-article-file): Save decoded article if
19792         gnus-summary-save-article-coding-system is non-nil.
19793
19794         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19795         type.
19796
19797 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19798
19799         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19800
19801 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19802
19803         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19804         first to test gnus-single-article-buffer which may be buffer-local.
19805
19806         * gnus-sum.el (gnus-summary-setup-buffer):
19807         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19808         group; make gnus-article-buffer, gnus-article-current, and
19809         gnus-original-article-buffer always buffer-local.
19810         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19811         group.
19812         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19813
19814 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19815
19816         * nnml.el (nnml-request-compact-group): Compressed files might not
19817         have .gz extension.
19818
19819 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19820
19821         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19822         (mm-copy-to-buffer): Use with-current-buffer.
19823         (mm-display-part): Simplify.
19824         (mm-inlinable-p): Add optional arg `type'.
19825
19826 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19827
19828         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19829         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19830         Try harder to show the attachment internally or externally using
19831         gnus-mime-view-part-as-type.
19832
19833 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19834
19835         * message.el (message-from-style, message-signature-separator)
19836         (message-user-organization-file, message-send-mail-function)
19837         (message-citation-line-function, message-yank-prefix)
19838         (message-indent-citation-function, message-signature)
19839         (message-signature-file, message-signature-insert-empty-line):
19840         Remove autoloads.
19841
19842         * gnus-art.el (gnus-buttonized-mime-types):
19843         Remove "multipart/signed".  Revert 2006-04-26 change.
19844
19845 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19846
19847         * gnus.el (gnus-version-number): Bump version.
19848
19849 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19850
19851         * gnus.el: No Gnus v0.5 is released.
19852
19853 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19854
19855         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19856         fetching articles by message-id.
19857
19858 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19859
19860         * message.el (hashcash): Require hashcash as normal.
19861
19862         * ecomplete.el (ecomplete-highlight-match-line):
19863         Use point-at-eol.
19864         (ecomplete-highlight-match-line): Use `highlight', because that
19865         face exists in both Emacs and XEmacs.
19866
19867         * message.el (message-display-abbrev): Use point-at-bol.
19868
19869         * mail-source.el: Don't require timer/timer-funcs.
19870
19871         * gnus-async.el: Ditto.
19872
19873         * password.el: Ditto.
19874
19875         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19876
19877         * mm-url.el: Ditto.
19878
19879         * gnus-xmas.el: Don't require timer-funcs.
19880
19881         * mm-util.el: Require timer/timer-funcs.
19882
19883 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19884
19885         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19886         Close.
19887
19888 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19891         unibyte after clear-decrypt function runs.
19892
19893         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19894         returns as a unibyte string.
19895
19896 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * lpath.el: Revert.
19899
19900         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19901         (pgg-gpg-process-sentinel): Revert.
19902
19903         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19904         (pgg-pgp-lookup-key): Revert.
19905
19906         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19907         (pgg-pgp5-lookup-key): Revert.
19908
19909         * pgg.el (pgg-fetch-key): Revert.
19910
19911 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * lpath.el: Fbind string-as-multibyte for XEmacs.
19914
19915         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19916         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19917         (mml1991-pgg-encrypt): Ditto.
19918
19919         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19920         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19921         a multibyte buffer.
19922
19923         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19924         (pgg-pgp-lookup-key): Ditto.
19925
19926         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19927         (pgg-pgp5-lookup-key): Ditto.
19928
19929         * pgg.el (pgg-fetch-key): Ditto.
19930
19931 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19932
19933         * message.el (message-user-organization-file): Check several
19934         locations of the organization file.
19935
19936         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19937         Add gnus-article-view-part-as-type.
19938
19939         * gnus-art.el (gnus-article-view-part-as-type): New function.
19940
19941         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19942         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19943
19944         * mml.el: Simplify autoload.
19945         (mml-mode): defvar dnd-protocol-alist instead of using
19946         symbol-value.
19947         (mml-default-directory): New variable.
19948         (mml-minibuffer-read-file): Use it.
19949         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19950
19951         * message.el (message-citation-line-format): New variable.
19952         (message-insert-formated-citation-line): New function.
19953         (message-citation-line-function):
19954         Add `message-insert-formated-citation-line' to custom type.
19955
19956         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19957         to doc string.
19958
19959         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19960         depending on mm-verify-option.
19961
19962 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19965         binding pgg-* variables; reimplement the section which prevents
19966         MIME header from being signed.
19967         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19968         pgg-text-mode; remove a blank line at the top of body.
19969
19970         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19971         lines at the top of body; use gnus-newsgroup-charset if there's no
19972         Charset header.
19973
19974 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * message.el (message-self-insert-commands): Doc fix.
19977
19978         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19979         (mm-uu-pgp-encrypted-test): Ditto.
19980         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19981         between header and body; return application/pgp-encrypted handle
19982         if decryption failed; decode decrypted body by charset.
19983
19984         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19985         element match to application/pgp-*.
19986
19987 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19988
19989         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19990         HTML.
19991
19992 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19993
19994         * mail-source.el (mail-source-call-script): Message the error
19995         string.
19996
19997 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19998
19999         * gnus-util.el (gnus-byte-compile): Use it.
20000
20001 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
20002
20003         * gnus-util.el (kill-empty-logs): New function.
20004
20005 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20006
20007         * message.el (message-mail-alias-type): Doc fix.
20008         (message-mail-alias-type-p): New function.
20009         (message-send): Use it.
20010         (message-mode): Ditto.
20011         (message-strip-forbidden-properties): Ditto.
20012
20013         * ecomplete.el (ecomplete-database-file-coding-system):
20014         New variable.
20015         (ecomplete-save): Use it.
20016         (ecomplete-setup): Use it.
20017
20018 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20019
20020         * message.el (message-self-insert-commands): New variable.
20021         (message-strip-forbidden-properties): Use it.
20022
20023 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20024
20025         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20026         that doesn't make XEmacs choke.
20027
20028 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20029
20030         * gnus-util.el (gnus-replace-in-string):
20031         Prefer replace-regexp-in-string over of replace-in-string.
20032
20033 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * gnus-util.el (gnus-select-frame-set-input-focus):
20036         Use select-frame-set-input-focus if it is available in XEmacs; use
20037         definition defined in Emacs 22 for old Emacsen.
20038
20039         * dgnushack.el: Autoload unmorse-region for XEmacs.
20040
20041         * lpath.el: Bind cursor-in-non-selected-windows and
20042         select-frame-set-input-focus for XEmacs.
20043
20044 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20047
20048 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20049
20050         * gnus-registry.el (gnus-registry-cache-save): Remove text
20051         properties when saving via the temp buffer.
20052
20053 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * message.el (message-generate-hashcash): Honor custom type.
20056
20057 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058
20059         * message.el (message-generate-hashcash): Default to non-nil when
20060         hashcash is found.
20061
20062         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20063         (gnus-refer-thread-limit): Increase default to 500.
20064
20065         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20066
20067         * flow-fill.el (fill-flowed): Allow delete-space.
20068
20069 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20072         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20073         Remove autoloads.
20074
20075 2006-04-18  Simon Josefsson  <jas@extundo.com>
20076
20077         * message.el (message-generate-hashcash): Default to.
20078
20079 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20080
20081         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20082         concatenating segments rather than before concatenating them.
20083
20084 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20085
20086         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20087
20088 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20089
20090         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20091
20092         * message.el (message-forward-make-body-plain):
20093         Allow message-forward-ignored-headers to be a list.
20094         (message-remove-ignored-headers): Factor out into function.
20095         (message-forward-make-body-mml): Use it.
20096
20097         * imap.el (imap-quote-specials): New function.
20098         (imap-login-auth): Quote specials.
20099
20100         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20101         (rfc2231-parse-string): Allow concatanation of parameters that
20102         aren't contiguous.  The test case is
20103           (mail-header-parse-content-type "message/external-body;
20104             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20105             access-type=LOCAL-FILE;
20106             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20107
20108 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20109
20110         * nntp.el (nntp-accept-process-output): Return the value of
20111         `nnheader-accept-process-output'.
20112
20113 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20114
20115         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20116         (gnus-button-alist): Recognize more diff formats.
20117         (gnus-button-patch): Strip directory.
20118
20119 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20120
20121         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20122         Emacs 22 when setting focus.
20123
20124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20125
20126         * gnus-art.el (gnus-article-treat-types): Do treatment of
20127         text/x-verbatim parts.
20128         (gnus-button-patch): New command.
20129
20130         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20131         addresses that contain invalid characters.
20132
20133 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20134
20135         * message.el (message-put-addresses-in-ecomplete):
20136         Use gnus-replace-in-string.
20137         (message-is-yours-p): Use the more correct
20138         mail-header-parse-address instead of
20139         mail-extract-address-components.
20140         (message-put-addresses-in-ecomplete): Fix typo.
20141
20142         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20143         keystroke.
20144
20145         * gnus-art.el (gnus-treatment-function-alist): Change order of
20146         newsgroups/generic header folding to avoid double-folding.
20147
20148         * message.el (message-hidden-headers): Add X-Draft-From.
20149
20150         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20151         New command.
20152         (gnus-summary-repeat-search-article-backward): New command.
20153
20154         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20155         groups in the parent topic.
20156
20157 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20158
20159         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20160         (spam-extra-header-to-number): Return the CRM114 number as a
20161         number instead of a string.
20162
20163 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20164
20165         * gnus-art.el (gnus-face-properties-alist): Move here from
20166         gnus-fun.
20167
20168         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20169
20170 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20171
20172         * message.el (message-strip-forbidden-properties): Only display on
20173         self-insert-command.
20174
20175         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20176         reindent.
20177         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20178
20179 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20180
20181         * smiley.el (smiley-style): Fix typo.
20182
20183 2006-03-23  Kenichi Handa  <handa@m17n.org>
20184
20185         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20186         instead of set-buffer-multibyte.
20187
20188 2006-03-23  Kenichi Handa  <handa@m17n.org>
20189
20190         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20191         buffer and then decode the buffer text if necessary.
20192         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20193         first, and after mm-encode-body, change the buffer to unibyte.
20194
20195 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20196
20197         * hashcash.el (hashcash-insert-payment-async-2):
20198         Use message-goto-eoh instead of doing it manually.
20199         (mail-add-payment): Use message-narrow-to-header instead of trying
20200         to do the same itself.
20201
20202         * message.el (message-hidden-headers): Add Face.
20203
20204         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20205         reparenting code.
20206         (gnus-summary-reparent-children): Refactored out code.
20207         (gnus-summary-thread-map): New keystroke.
20208         (gnus-summary-reparent-children): Make into command.
20209
20210         * smiley.el (smiley-style): Default to `medium' if using a large
20211         font.
20212
20213         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20214         does it itself.
20215
20216         * message.el (message-point-in-header-p): Simplify definition.
20217
20218 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20219
20220         * nnagent.el (nnagent-request-set-mark): Silence log file
20221         writing.
20222         (nnagent-request-set-mark): Use write-region instead of
20223         append-to-file.
20224
20225         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20226         strange select method.
20227
20228         * ecomplete.el (ecomplete-display-matches): Get highlightling
20229         right.
20230         (ecomplete-display-matches): Use literals.
20231         (ecomplete-display-matches): Disable message logging.
20232
20233         * message.el (message-display-abbrev): Small optimization.
20234
20235         * ecomplete.el (ecomplete-display-matches): Allow automatic
20236         display.
20237
20238         * message.el (message-strip-forbidden-properties):
20239         Display abbrevs.
20240         (message-display-abbrev): Get automatic display right.
20241
20242         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20243         keystrokes.
20244
20245 2006-04-13  Romain Francoise  <romain@orebokech.com>
20246
20247         TODO: Backport to v5-10!
20248
20249         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20250         Move here (and rename) from gnus-registry.el.
20251
20252         * gnus-registry.el: Require gnus-util.
20253         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20254
20255 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20256
20257         * gnus-group.el (gnus-group-catchup-current):
20258         Change if-then-else-if-then-else into cond.
20259         (gnus-group-catchup): Indent.
20260         (group-name-at-point): New function.
20261         (gnus-fetch-group): Provide default from thing at point.
20262
20263 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20264
20265         * message.el (message-display-abbrev): Fix regexp.
20266
20267         * ecomplete.el (ecomplete-highlight-match-line):
20268         Reimplement choosing.
20269         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20270         dead variables.
20271
20272         * message.el (message-newline-and-indent): Remove debugging.
20273         (message-display-abbrev): Use new implementation.
20274
20275 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20276
20277         * gnus-art.el (gnus-article-mode):
20278         Set cursor-in-non-selected-windows to nil.
20279
20280         * smiley.el: Revert previous change.
20281         (smiley-data-directory): defvar it before using it in the
20282         defcustom of `smiley-style'.
20283
20284 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20285
20286         * message.el (message-newline-and-indent): New function.
20287
20288         * ecomplete.el: Implement more bits.
20289
20290         * message.el (message-put-addresses-in-ecomplete): Clean up the
20291         string.
20292
20293         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20294
20295         * gnus-sum.el (gnus-summary-save-parts):
20296         Bind gnus-summary-save-parts-counter and use it to make unique file
20297         names.
20298
20299         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20300
20301         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20302         parameter to say whether to actually parse the individual
20303         addresses.
20304
20305         * message.el (message-put-addresses-in-ecomplete): New function.
20306         (ecomplete): Require.
20307         (message-mail-alias-type): Add ecomplete as an option.
20308
20309 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20310
20311         * flow-fill.el (fill-flowed): Remove trailing space from blank
20312         quoted lines.
20313
20314 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20315
20316         * smiley.el (smiley-style): Move definition later to avoid a
20317         compilation warning.
20318
20319 2006-04-12  Kenichi Handa  <handa@m17n.org>
20320
20321         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20322         buffer and then decode the buffer text if necessary.
20323         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20324         first, and after mm-encode-body, change the buffer to unibyte.
20325         Use mm-disable-multibyte instead of set-buffer-multibyte.
20326
20327 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20330         Content-Type header instead of Content-Disposition header.
20331         (gnus-mime-inline-part): Ditto.
20332         (gnus-mime-view-part-as-charset): Ignore charset that the part
20333         specifies.
20334
20335         * mm-decode.el (mm-display-part): Work with external parts and
20336         usual parts similarly.
20337
20338         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20339         instead of gnus-display-mime.
20340
20341         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20342         instead of with-temp-buffer.
20343
20344         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20345         tag to summarized topics part in order to encode non-ASCII text.
20346
20347 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20348
20349         * smiley.el (smiley-style): New variable.
20350         (smiley-directory): New function.
20351         (smiley-data-directory): Derive from `smiley-style' using
20352         `smiley-directory'.
20353         (smiley-regexp-alist): Add new entries.
20354
20355         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20356         (gnus-article-browse-delete-temp): Add :version.
20357
20358 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20359
20360         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20361         the sieve region.
20362
20363 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20364
20365         * gnus.el (gnus-version-number): Bump version.
20366
20367 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * gnus.el: No Gnus v0.4 is released.
20370
20371 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20372
20373         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20374         layout.
20375
20376         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20377         unknown charset.
20378
20379         * message.el (message-header-synonyms): Add Original-To to the
20380         default.
20381
20382         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20383         optional parameter.
20384
20385 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20386
20387         * gnus-fun.el (gnus): Require it for gnus-directory.
20388
20389 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20390
20391         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20392
20393 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20394
20395         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20396
20397 2006-04-05  Simon Josefsson  <jas@extundo.com>
20398
20399         * password.el (password-reset): New function.
20400
20401 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20402
20403         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20404         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20405
20406 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20407
20408         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20409         Some whitespace was matched into the url, which broke browsing hits
20410         > 100 when mm-url-use-external was nil.
20411
20412 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20413
20414         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20415         Check gnus-extra-headers for 'Newsgroups.
20416
20417         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20418         bound.
20419
20420 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20421
20422         * pgg-gpg.el: Clean up process buffers every time gpg processes
20423         complete.
20424
20425 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20426
20427         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20428         doc string.
20429
20430 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20431
20432         * pgg-gpg.el (pgg-gpg-process-filter)
20433         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20434
20435         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20436         lines, temporary fix.
20437
20438 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20439
20440         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20441
20442 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20443
20444         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20445         default-enable-multibyte-characters.  This reverts the change from
20446         revision 6.17 which is no longer necessary because the passphrase
20447         is sent separately now.  GnuPG messages are unreadable under
20448         multibyte locales with default-enable-multibyte-characters set to
20449         nil.
20450
20451 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20452
20453         * message.el (message-tool-bar-gnome): Move "spell".
20454
20455 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20456
20457         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20458         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20459         instead.
20460
20461 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20462
20463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20464         Improve newsgroups handling for NNTP overviews which don't include
20465         Newsgroups.
20466
20467 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20468
20469         * message.el (message-resend): Bind message-generate-hashcash to nil.
20470
20471 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20472
20473         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20474         when searching for already-paid recipients.
20475
20476 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20477
20478         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20479         passphrases when it is not needed.
20480         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20481         passphrase stuff from gpg, should only be necessary when you use
20482         gpg with a smartcard.
20483
20484 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * mml.el (mml-insert-mime): Ignore cached contents of
20487         message/external-body part.
20488
20489         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20490         (mm-insert-part): Ditto.
20491
20492 2006-03-23  Simon Josefsson  <jas@extundo.com>
20493
20494         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20495         Reiner.
20496         (pgg-gpg-use-agent-p): Use it again.
20497
20498 2006-03-23  Simon Josefsson  <jas@extundo.com>
20499
20500         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20501         older emacsen.
20502         (pgg-gpg-use-agent-p): Don't use it.
20503
20504 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20505
20506         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20507         if we can.
20508
20509 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20510
20511         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20512         (pgg-gpg-update-agent): New function.
20513         (pgg-gpg-use-agent-p): New function.
20514         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20515         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20516         (pgg-gpg-sign-region): Use it.
20517
20518 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20521         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20522
20523 2006-03-21  Simon Josefsson  <jas@extundo.com>
20524
20525         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20526         <wilde@sha-bang.de>.
20527         (pgg-gpg-use-agent): New variable.
20528         (pgg-gpg-process-region): Use it.
20529         (pgg-gpg-encrypt-region): Likewise.
20530         (pgg-gpg-encrypt-symmetric-region): Likewise.
20531         (pgg-gpg-decrypt-region): Likewise.
20532         (pgg-gpg-sign-region): Likewise.
20533         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20534
20535 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20536
20537         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20538
20539         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20540         Add comment on version.
20541
20542 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20543
20544         * smiley.el: Add missing test smiley.
20545
20546 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20547
20548         * mm-decode.el (mm-with-part): New macro.
20549         (mm-get-part): Use it; work with message/external-body as well.
20550         (mm-save-part): Treat name and filename equally.
20551
20552         * mm-extern.el (mm-extern-cache-contents): New function.
20553         (mm-inline-external-body): Use it; force the part to be displayed;
20554         move undisplayer added to the cached handle to the parent.
20555
20556         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20557         (gnus-mime-view-part-as-type): Work with message/external-body.
20558
20559         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20560
20561 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20562
20563         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20564         images in image-load-path.  [Sync with image.el, revision 1.60, in
20565         Emacs.]
20566
20567 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20570         path rather than symbol.  Always return list of directories.
20571         Guarantee that image directory comes first.  [Sync with image.el,
20572         revision 1.59, in Emacs.]
20573
20574         * message.el (message-make-tool-bar): Adjust to new API of
20575         `gmm-image-load-path-for-library'.
20576
20577         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20578
20579         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20580
20581 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20582
20583         * gnus-art.el (gnus-article-only-boring-p):
20584         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20585         intangible text.
20586         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20587
20588 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20589
20590         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20591         Use `defun' instead of `gmm-defun-compat'.
20592
20593 2006-03-14  Simon Josefsson  <jas@extundo.com>
20594
20595         * message.el (message-unique-id): Don't use message-number-base36
20596         if (user-uid) is a float.
20597         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20598
20599 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20600
20601         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20602
20603         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20604         empty line between a part and a message part.
20605
20606 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20607
20608         * smiley.el: Add more test smileys.
20609         (smiley-data-directory, smiley-regexp-alist)
20610         (gnus-smiley-file-types): Fix doc strings.
20611         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20612         adding new elements.
20613         (smiley-mouse-map): Unused code.  Make it a comment.
20614
20615 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20618         scan latest NoCeM messages instead of old ones.
20619         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20620         delimiters that are recently used.
20621         (gnus-nocem-load-cache): Add autoload cookie.
20622
20623         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20624
20625         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20626         level which is larger than gnus-use-nocem is specified.
20627
20628         * gnus-group.el (gnus-group-get-new-news): Ditto.
20629
20630 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20631
20632         * gnus-util.el (gnus-tool-bar-update): New function.
20633
20634         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20635         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20636
20637         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20638
20639         * gnus-group.el (gnus-group-redraw-when-idle)
20640         (gnus-group-redraw-check): Remove.
20641         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20642
20643 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20646         if optional last element is specified in splits (FIELD VALUE...).
20647
20648 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20649
20650         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20651         to gmm-image-load-path-for-library.  Call with no-error argument.
20652         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20653
20654         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20655
20656         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20657
20658         * gmm-utils.el (gmm-image-load-path): Remove alias.
20659
20660 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20661
20662         * gmm-utils.el (gmm-image-load-path): Add alias.
20663
20664         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20665         nnml-generate-nov-databases-1.
20666         (nnml-generate-nov-databases): Use it.
20667         (nnml-generate-nov-databases-directory): Document no-active
20668         argument.
20669
20670         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20671         directory if path is t.  Add no-error.
20672
20673         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20674         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20675
20676         * gnus-art.el (gnus-article-browse-delete-temp-files):
20677         Simplify resetting gnus-article-browse-html-temp-list.
20678
20679         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20680         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20681         Add example to docstring.  Rename local variables.  Move error
20682         checks to default case in cond and simplify.
20683
20684 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20687         handle is multipart when calling it recursively.
20688         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20689
20690 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20691
20692         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20693         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20694
20695 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20698         is loaded.
20699
20700         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20701         loaded.
20702
20703 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20706         to "Emacs 23 (unicode)" in doc string.
20707
20708         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20709         "Emacs 23 (unicode)" in comment.
20710
20711 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20712
20713         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20714
20715         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20716         characters 160 through 255 in Emacs 23.
20717
20718 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20719
20720         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20721         gnus-article-browse-html-temp.
20722         (gnus-article-browse-delete-temp): Make it customizable.
20723         Add `file'.  Adjust doc string.
20724         (gnus-article-browse-delete-temp-files): Add argument.
20725         Allow query for each file.  Adjust doc string.
20726         (gnus-article-browse-html-parts):
20727         Add `gnus-article-browse-delete-temp-files' to
20728         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20729
20730 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20731
20732         * gnus-art.el (gnus-article-browse-html-temp)
20733         (gnus-article-browse-delete-temp): New variables.
20734         (gnus-article-browse-delete-temp-files): New function.
20735         (gnus-article-browse-html-parts): Use it.
20736
20737 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20738
20739         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20740
20741         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20742         string.
20743
20744         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20745         gnus-summary-insert-new-articles when unplugged.
20746         Remove gnus-summary-search-article-forward.
20747
20748         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20749         display-visual-class instead of display-color-cells.
20750
20751 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * dgnushack.el: Autoload customize-group for XEmacs.
20754
20755         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20756         message/* containing non-ASCII text properly.
20757
20758 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20759
20760         * message.el: Require gmm-utils, remove autoloads.
20761         (message-tool-bar): Set default based on
20762         gmm-tool-bar-style.
20763         (message-tool-bar-gnome): Add gmm-customize-mode.
20764
20765         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20766         gmm-tool-bar-style.
20767         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20768
20769         * gnus-group.el (gnus-group-tool-bar): Set default based on
20770         gmm-tool-bar-style.
20771         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20772
20773         * gmm-utils.el (gmm-image-directory): Rename variable from
20774         gmm-image-load-path.
20775         (gmm-image-load-path): Use gmm-image-directory.
20776         (gmm-customize-mode): New function.
20777         (gmm-tool-bar-style): New variable.
20778
20779         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20780         gnus-group-redraw-line-number.
20781         (gnus-group-redraw-check): Simplify.
20782         (gnus-group-tool-bar-update): Remove redraw check.
20783         (gnus-group-make-tool-bar): Add redraw check.
20784
20785 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20786
20787         * gnus-art.el (gnus-button): Add missing parentheses.
20788
20789 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20790
20791         * lpath.el: Fbind line-number-at-pos.
20792
20793 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20796
20797 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20798
20799         * gnus-art.el (gnus-button): New face.
20800         (gnus-article-button-face): Use it.
20801
20802         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20803         Add gnus-summary-next-page.  Re-order.
20804
20805         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20806         next-node are now included.
20807         (gnus-group-redraw-line-number): New internal variable.
20808         (gnus-group-redraw-check): Helper function for updating the tool
20809         bar.
20810         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20811
20812         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20813
20814         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20815         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20816         Use it to match format of Spamassassin 3.0 and later.
20817         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20818         (spam-check-bogofilter)
20819         (spam-bogofilter-register-with-bogofilter): Fix args of
20820         `gnus-error' calls.
20821
20822 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20823
20824         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20825         unnecessary interaction when sending queued mails.
20826         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20827
20828 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20829
20830         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20831         first or last are nil.
20832
20833 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20834
20835         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20836
20837 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20838
20839         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20840
20841 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20842
20843         * dns.el (query-dns): Protect more against buggy tcp output.
20844
20845 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20846
20847         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20848         nov.php.
20849
20850 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20851
20852         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20853         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20854         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20855         output on the server side.
20856         (nnweb-google-create-mapping): Update regexps and add some
20857         progress indication.
20858
20859 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * gnus-group.el (gnus-group-tool-bar-gnome):
20862         Fix gnus-agent-toggle-plugged.  Re-order icons.
20863         (gnus-group-tool-bar-gnome):
20864         Add gnus-group-{prev,next}-unread-group.
20865         (gnus-group-tool-bar-gnome): Re-order icons.
20866
20867         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20868         Move gnus-summary-insert-new-articles.
20869
20870         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20871         Fix comments.
20872
20873         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20874         also available in Emacs 21.3.
20875
20876         * message.el (message-fix-before-sending): Change "Emacs 22" to
20877         "Emacs 23 (unicode)" in comment.
20878
20879         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20880         "Emacs 23 (unicode)" in comment.
20881
20882         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20883         comment.
20884         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20885
20886         * mm-view.el (mm-fill-flowed): Add :version.
20887
20888 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20891         and load-path.
20892
20893 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20894
20895         * message.el: Autoload gmm-image-load-path.
20896         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20897         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20898         consitency.
20899
20900         * gmm-utils.el (gmm-image-load-path): Also search in
20901         "../etc/images".  Don't set gmm-image-load-path if we don't find
20902         the image.
20903
20904 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * gmm-utils.el (gmm-image-load-path): Don't make
20907         `gmm-image-load-path' include subdirectories which the second arg
20908         `image' might specify.
20909
20910         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20911         subdirectory to icon file names.
20912
20913         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20914
20915 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20916
20917         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20918         gmm-image-load-path calls.
20919
20920         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20921
20922         * message.el (message-make-tool-bar): Ditto.
20923
20924         * mml.el (mml-preview): Add comment concerning tool bar icons.
20925
20926         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20927         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20928
20929         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20930         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20931
20932         * message.el (message-tool-bar-gnome): Use new icon names.
20933         (message-make-tool-bar): Use `gmm-image-load-path'.
20934
20935         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20936         New functions from MH-E.
20937         (gmm-image-load-path): New variable from MH-E.
20938         (gmm-image-load-path): New function from MH-E.  Add arguments
20939         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20940         *-image-load-path-called-flag.
20941
20942 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20943
20944         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20945
20946 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20947
20948         * nnimap.el (nnimap-request-move-article): Change folder back to
20949         source group before deleting.
20950
20951 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20952
20953         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20954
20955         * gnus-art.el (mm-url-insert-file-contents-external):
20956         Autoload mm-url.
20957
20958         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20959
20960 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20961
20962         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20963         coding system which mm-charset-to-coding-system returns for a
20964         given charset is valid.
20965
20966 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20967
20968         * html2text.el (html2text-remove-tag-list):
20969         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20970
20971 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20972
20973         * gnus-cus.el: Revert 2005-10-17 change.
20974
20975 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * gnus-art.el (article-strip-banner):
20978         Call article-really-strip-banner only when the regexp match is made.
20979
20980 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * gnus-art.el (article-strip-banner):
20983         Use gnus-extract-address-components instead of
20984         mail-header-parse-addresses to make it work with non-ASCII text;
20985         remove mail-encode-encoded-word-string.
20986
20987         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20988         values which are surrounded with \"...\"; make it never cause a
20989         Lisp error; give up parsing of parameters if it failed in
20990         extracting type.
20991
20992 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20993
20994         * smime.el (smime-cert-by-ldap-1): Fix bug where
20995         `smime-ldap-search' returns results without userCertificates.
20996
20997 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
21000
21001 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21002
21003         * spam.el (spam-check-spamassassin-headers): Adapt format for
21004         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
21005         <ari@mbf.ocn.ne.jp>.
21006         (spam-list-of-processors): Add spam-use-gmane.
21007
21008 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
21011         make-temp-file; make it work with XEmacs as well.
21012
21013         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
21014         mm-make-temp-file.
21015
21016         * mm-decode.el (mm-display-external): Use the 3rd arg of
21017         mm-make-temp-file.
21018         (mm-create-image-xemacs): Ditto.
21019
21020 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21021
21022         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21023         with message-narrow-to-headers.
21024         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21025         (gnus-draft-check-draft-articles): New function.
21026         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21027
21028 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21029
21030         * gnus-art.el (gnus-article-browse-html-parts):
21031         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21032         Don't use suffix argument for mm-make-temp-file for Emacs 21
21033         compatibility.  Remove useless `format'.
21034
21035 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21036
21037         * nnweb.el (nnweb-google-wash-article): Update regexps.
21038         (nnweb-group-alist): Use defvoo instead of defvar.
21039
21040 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21041
21042         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21043         re-loading nn* modules.
21044
21045 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21046
21047         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21048         for `tool-bar-mode' and don't check it's default-value.
21049
21050         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21051
21052         * message.el (message-make-tool-bar): Ditto.
21053
21054         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21055         `substring'.  Shorten tmp-file name.
21056
21057         * gnus.el: Remove bogus comment.
21058
21059 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21060
21061         * gnus-art.el (gnus-article-browse-html-parts): New function.
21062         (gnus-article-browse-html-article): New function for viewing html
21063         articles with a browser.
21064
21065 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21066
21067         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21068         in elisp.
21069         (pgg-gpg-encrypt-symmetric-region): Ditto.
21070         (pgg-gpg-sign-region): Ditto.
21071
21072         * pgg-def.el (pgg-text-mode): New variable.
21073
21074         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21075         (mml2015-pgg-encrypt): Ditto.
21076
21077         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21078         (mml1991-pgg-encrypt): Ditto.
21079
21080 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21081
21082         * nnfolder.el (nnfolder-insert-newsgroup-line):
21083         Use message-make-date instead of current-time-string.
21084
21085         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21086         to gnus-decoded which mm-uu might set.
21087
21088 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21091         don't decode quoted parameters; remove misimported Emacs code.
21092         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21093         (rfc2231-decode-encoded-string): Don't use split-string which
21094         behaves differently according to Emacs version; use
21095         mm-decode-coding-region to convert charset to coding-system.
21096         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21097         (rfc2231-encode-string): Remove misimported Emacs code.
21098
21099 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21102         when calling mail-header-parse-content-type.
21103         (article-de-quoted-unreadable): Ditto.
21104         (article-de-base64-unreadable): Ditto.
21105         (article-wash-html): Ditto.
21106
21107         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21108         calling mail-header-parse-content-type and
21109         mail-header-parse-content-disposition.
21110         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21111         mail-header-parse-content-type.
21112
21113         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21114         insert charset and format parameters; encode description after
21115         inserting it to buffer.
21116         (mml-insert-parameter): Fold lines properly even if a parameter is
21117         segmented into two or more lines; change the max column to 76.
21118
21119         * rfc1843.el (rfc1843-decode-article-body): Don't use
21120         ignore-errors when calling mail-header-parse-content-type.
21121
21122         * rfc2231.el (rfc2231-parse-string): Return at least type if
21123         possible; don't cause an error even if it fails in parsing of
21124         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21125         (rfc2231-encode-string): Don't break lines at the beginning, leave
21126         it to mml-insert-parameter.
21127
21128         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21129         calling mail-header-parse-content-type.
21130
21131 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21132
21133         * spam-report.el (spam-report-gmane-use-article-number):
21134         Improve doc string.
21135         (spam-report-gmane-internal): Check if a suitable header was found
21136         in the article.
21137
21138 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21141         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21142
21143 2006-02-05  Romain Francoise  <romain@orebokech.com>
21144
21145         Update copyright notices of all files in the gnus directory.
21146
21147 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21148
21149         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21150
21151 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21154         segmented lines of parameter value to cope with Thunderbird 1.5
21155         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21156         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21157         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21158
21159 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21160
21161         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21162         parts.
21163
21164 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21165
21166         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21167         there's only one active file for all servers.
21168         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21169         solid groups.  Gnus might have used a FAST request to select the group.
21170         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21171         and nnweb-search redundantly in the active file.
21172         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21173         (nnweb-request-create-group): Don't use ARGS.
21174         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21175         initializations.  Let nnoo do the work.
21176
21177 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21178
21179         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21180         Say the part has been decoded.
21181
21182         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21183
21184 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21185
21186         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21187         mailcap-viewer-test-cache when there's no 'test clause, since that
21188         will invert the meaning of a "nil" test previously determined by
21189         mailcap-mailcap-entry-passes-test.
21190
21191 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21192
21193         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21194         compiling.
21195
21196         * gnus-sum.el: Ditto.
21197
21198         * message.el: Don't bind tool-bar-map when compiling.
21199
21200 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21201
21202         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21203
21204 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21205
21206         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21207         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21208         current Google Groups.
21209
21210 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21211
21212         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21213         and tool-bar-mode.
21214
21215         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21216         and tool-bar-mode.
21217
21218         * message.el (message-tool-bar-update): Simplify.
21219         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21220
21221         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21222         gnus-summary-buffer.
21223         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21224         gnus-summary-reply.
21225
21226         * gmm-utils.el (gmm): Add :version.
21227
21228 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21229
21230         * Makefile.in (clean): New rule.
21231         (distclean): Use it.
21232
21233 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21234
21235         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21236         Don't autoload.
21237
21238 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21239
21240         * gmm-utils.el (gmm-verbose): Add :group.
21241
21242 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21243
21244         * message.el: Change some comments WRT tool-bars.
21245
21246         * gnus-sum.el (gnus-summary-tool-bar)
21247         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21248         (gnus-summary-tool-bar-zap-list): New variables.
21249         (gnus-summary-make-tool-bar): Complete rewrite using
21250         `gmm-tool-bar-from-list'.
21251
21252         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21253         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21254         New variables.
21255         (gnus-group-make-tool-bar): Complete rewrite using
21256         `gmm-tool-bar-from-list'.
21257         (gnus-group-tool-bar-update): New function.
21258
21259         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21260
21261 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21262
21263         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21264         is dissected into a single part of which the type is the same as
21265         the given one; decode charset.
21266
21267 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21268
21269         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21270         into alists as symbol not string, since that's what
21271         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21272         look for.
21273
21274 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21275
21276         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21277         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21278
21279         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21280
21281 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21284         (gnus-xmas-mime-security-button-menu): New function.
21285
21286         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21287         (gnus-mime-security-button-menu): New definition.
21288         (gnus-mime-security-button-map): Use them.
21289         (gnus-mime-security-button-menu): New function.
21290         (gnus-insert-mime-security-button): Addition to help echo.
21291         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21292         (gnus-mime-security-pipe-part): New functions.
21293
21294         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21295         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21296
21297         * mm-decode.el (mm-handle-set-disposition): Remove.
21298         (mm-handle-set-description): Remove.
21299
21300 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21303         (mm-w3m-standalone-supports-m17n-p): New function.
21304         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21305         w3m usage.
21306
21307         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21308         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21309
21310 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21311
21312         * message.el (message-tool-bar-zap-list):
21313         Use gmm-tool-bar-zap-list as custom type.
21314         (message-tool-bar-update): New function.
21315         (message-tool-bar, message-tool-bar-gnome)
21316         (message-tool-bar-retro): Add message-tool-bar-update.
21317         (message-tool-bar-gnome): Add flyspell-buffer.
21318
21319         * gnus-util.el (gnus-error): Describe `args'.
21320
21321         * gmm-utils.el (gmm-error): Describe `args'.
21322         (gmm-tool-bar-zap-list): New widget.
21323         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21324
21325 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21326
21327         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21328         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21329         the number of recursive calls.
21330
21331         * mm-decode.el (mm-handle-set-disposition): New macro.
21332         (mm-handle-set-description): New macro.
21333
21334 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21337         encoding.
21338
21339 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21340
21341         * message.el (message-tool-bar-zap-list, message-tool-bar)
21342         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21343         (message-tool-bar-local-item-from-menu): Remove.
21344         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21345         (message-make-tool-bar): New function.
21346         (message-mode): Use `message-make-tool-bar'.
21347
21348         * gmm-utils.el: New file.
21349         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21350         (gmm-lazy): New widget copied from `nnmail.el'.
21351         (gmm-tool-bar-from-list): New function for creating customizable
21352         tool bars.
21353         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21354         output.
21355         (gmm): Add :prefix to defgroup.
21356
21357 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21358
21359         * gmm-utils.el (gmm-widget-p): New function.
21360
21361 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21362
21363         * mml.el (mml-attach-file): Describe `description' in doc string.
21364         (mml-menu): Add Emacs MIME manual and PGG manual.
21365
21366 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21367
21368         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21369
21370 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21371
21372         * nntp.el (nntp-end-of-line): Doc fix.
21373
21374 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21375
21376         * imap.el (imap-open): Handle case where buffer is a buffer
21377         object.
21378
21379 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21380
21381         * gnus-delay.el (gnus-delay): Don't autoload.
21382         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21383         to be re-loaded when customizing the `gnus-delay' group.
21384
21385 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21386
21387         * message.el (message-insert-citation-line): Use newlines.
21388
21389 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21390
21391         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21392         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21393         these routines, so the passphrase can be managed externally and
21394         passed in to the system.
21395         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21396         pgg-add-passphrase-to-cache function.
21397
21398         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21399         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21400         these routines, so the passphrase can be managed externally and
21401         passed in to the system.
21402         (pgg-pgp5-sign-region): Use new name of
21403         pgg-add-passphrase-to-cache function.
21404
21405 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21406
21407         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21408         part of the decoded armor to find the key-identifier.
21409         (pgg-gpg-lookup-key-owner): New function to return the
21410         human-readable identifier of a key owner.
21411         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21412         itself.
21413         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21414         the key value) if we have a key and can match it against a secret
21415         key.  Also, added a note pointing out fact that the prompt only
21416         indicates the first matching key.
21417
21418         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21419         pgg-decrypt-region.
21420         (pgg-add-passphrase-to-cache): Rename from
21421         `pgg-add-passphrase-cache' to reduce confusion (all callers
21422         changed).
21423         (pgg-remove-passphrase-from-cache): Rename from
21424         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21425         changed).
21426         (pgg-read-passphrase, pgg-add-passphrase-cache)
21427         (pgg-remove-passphrase-cache): Add informative docstrings.
21428         (pgg-decrypt): Convey provided passphrase in subordinate call to
21429         pgg-decrypt-region.
21430
21431 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21432
21433         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21434         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21435         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21436         'passphrase' argument, so the passphrase can be managed externally
21437         and then passed in to the system.
21438
21439         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21440         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21441         so the passphrase cache can be used reliably with identifiers
21442         besides a pgp packet's key id.
21443
21444         * pgg-gpg.el (pgg-gpg-encrypt-region)
21445         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21446         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21447         these routines, so the passphrase can be managed externally and
21448         passed in to the system.
21449
21450         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21451         'notruncate' argument, so the passphrase cache can be used
21452         reliably with identifiers besides a pgp packet's key id.
21453
21454 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21455
21456         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21457         symmetric encryption.
21458         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21459         encrypted session key.
21460         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21461         message ask for the passphrase in a proper way.
21462
21463         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21464         New user commands for symmetric encryption.
21465
21466 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21467
21468         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21469
21470         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21471
21472 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21473
21474         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21475
21476 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * mm-decode.el (mm-inlined-types): Add application/pgp.
21479         (mm-automatic-display): Ditto.
21480
21481         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21482         part as text.
21483
21484 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21485
21486         * nnrss.el: Update copyright.
21487         (nnrss-opml-import): Query whether to subscribe to each entry.
21488
21489         * gnus-art.el:
21490         * gnus-sum.el:
21491         * gnus-xmas.el:
21492         * messagexmas.el:
21493         * mm-uu.el:
21494         * mm-view.el: Update copyright.
21495
21496 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21497
21498         * message.el (message-info): New function.
21499         (message-mode-menu): Add it.
21500         Update copyright.
21501
21502         * ChangeLog: Fix and update copyright.
21503
21504 2006-01-13  Romain Francoise  <romain@orebokech.com>
21505
21506         * message.el (message-forward-subject-name-subject): Prefer the
21507         address to 'nowhere' if the sender has no name.
21508         Fix typo.  Update copyright year.
21509
21510 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21511
21512         * gnus-art.el (article-wash-html):
21513         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21514         (gnus-article-wash-html-with-w3m-standalone): New function.
21515
21516         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21517         mm-inline-text-html-render-with-w3m-standalone.
21518         (mm-text-html-washer-alist): Map w3m-standalone to
21519         gnus-article-wash-html-with-w3m-standalone.
21520         (mm-inline-text-html-render-with-w3m-standalone): New function.
21521
21522 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21523
21524         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21525         Improve LaTeX.
21526
21527 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21530         (nnrss-request-article): Render text/plain parts as HTML.
21531
21532         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21533         the buffer.
21534
21535 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21536
21537         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21538         custom definition of `gnus-posting-styles'.
21539
21540         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21541         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21542
21543 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21544
21545         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21546         Use nntp for bug archive.
21547
21548 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21549
21550         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21551         parts.
21552         (nnrss-normalize-date): New function converts ISO 8601 date into
21553         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21554         (nnrss-check-group): Use it.
21555
21556 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21557
21558         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21559
21560         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21561         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21562         (nnrss-insert-w3): Ditto.
21563
21564 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21565
21566         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21567         the articles to be forwarded including the case where neither a
21568         number of articles nor a region is specified.
21569
21570 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * nnrss.el (nnrss-request-article): Fix last change; fill
21573         text/plain parts.
21574
21575 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21576
21577         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21578         in text/plain part.
21579         (nnrss-check-group): Don't add excessive newline to dc:subject.
21580
21581 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21582
21583         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21584         article.
21585
21586 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21587
21588         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21589         (nnml-use-compressed-files, nnml-save-mail): Support other
21590         comression programs such as bzip2.
21591
21592 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21593
21594         * dns.el (query-dns): Make sure we check the buffer size before
21595         removing tcp headers.
21596
21597 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21598
21599         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21600         remove MIME buttons associated with multipart/alternative parts.
21601         (gnus-mime-display-alternative): Tag buttons using `article-type'
21602         text property.
21603
21604         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21605         associated with multipart/alternative parts.
21606
21607         * gnus-art.el (gnus-signature-separator): Fix custom type.
21608
21609         * mm-decode.el (mm-inlined-types): Fix custom type.
21610         (mm-keep-viewer-alive-types): Ditto.
21611         (mm-automatic-display): Ditto.
21612         (mm-attachment-override-types): Ditto.
21613         (mm-inline-override-types): Ditto.
21614         (mm-automatic-external-display): Ditto.
21615
21616 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21617
21618         * spam-report.el (spam-report-user-mail-address)
21619         (spam-report-user-agent): New variables.
21620         (spam-report-url-ping-plain): Use spam-report-user-agent.
21621
21622 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21623
21624         * gnus-art.el (gnus-button-handle-custom): Do not just use
21625         `customize-apropos' for any "M-x customize-*" button but the
21626         function called for.  Accept both the function name and its
21627         argument in order to achieve this.
21628         (gnus-button-alist): Remove support for "custom:" URL's.
21629         Pass function name to `gnus-button-handle-custom' in case of "M-x
21630         customize-*" buttons.
21631
21632 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21633
21634         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21635         multipart/alternative and add xref to mm-discouraged-alternatives
21636         in doc string.
21637
21638         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21639         gnus-buttonized-mime-types in doc string.
21640
21641 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21642
21643         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21644         Suggest image/.* in the doc string.
21645
21646 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21647
21648         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21649         message-marks (Debian bug#342521).
21650
21651 2005-12-12  Simon Josefsson  <jas@extundo.com>
21652
21653         * password.el (password-read-from-cache): Add.
21654         (password-read): Use it.
21655
21656 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21657
21658         * rfc2047.el (rfc2047-charset-to-coding-system):
21659         Recognize us-ascii as a MIME charset.
21660
21661         * mm-bodies.el (mm-decode-content-transfer-encoding):
21662         Protect against the case where the 2nd arg TYPE is nil.
21663
21664 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21665
21666         * pop3.el (pop3-stream-type): Fix custom version.
21667
21668         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21669
21670 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21671
21672         * mm-decode.el (mm-display-external): Add missing cdr.
21673
21674 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21675
21676         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21677         RFC1524) if it is in mailcap or add a suffix according to
21678         mailcap-mime-extensions when generating a temp filename; postpone
21679         deleting a temp file for 2 seconds for some wrappers, shell
21680         scripts, and so on, which might exit right after having started a
21681         viewer command as a background job.
21682
21683 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21684
21685         * nntp.el (nntp-marks-directory): Fix custom group.
21686
21687         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21688         steps when < 10.
21689
21690         * gnus-start.el (gnus-no-server-1):
21691         Mention `gnus-level-default-subscribed' in doc string.
21692
21693 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21694
21695         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21696         parens.
21697
21698 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * gnus-xmas.el (gnus-use-toolbar): Revert.
21701         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21702         gnus-use-toolbar is default.
21703
21704         * messagexmas.el (message-use-toolbar): Revert.
21705         (message-setup-toolbar): Use global default-toolbar if
21706         message-use-toolbar is default.
21707
21708 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21709
21710         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21711         according to default-toolbar-visible-p.
21712
21713         * messagexmas.el (message-use-toolbar): Ditto.
21714
21715 2005-11-26  Dave Love  <fx@gnu.org>
21716
21717         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21718         (tls-program, tls-success): Provide openssl alternative.
21719
21720         * starttls.el: Doc fixes.
21721         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21722         SERVICE to PORT.
21723
21724         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21725         port null or service name.
21726         (starttls-negotiate): Autoload.
21727
21728 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * message.el (message-kill-to-signature): Fix interactive spec.
21731
21732 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * pop3.el (pop3-open-server): Recognize a string as a service name.
21735
21736 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21737
21738         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21739
21740 2005-11-23  Dave Love  <fx@gnu.org>
21741
21742         Add pop3s, pop3/starttls.
21743
21744         * pop3.el (pop3-authentication-scheme): Clarify doc.
21745         (open-tls-stream, starttls-open-stream): Autoload.
21746         (pop3-stream-type): New.
21747         (pop3-open-server): Use it.
21748
21749         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21750         for POP.
21751         (mail-source-keyword-map): Add :stream for POP.
21752         (mail-source-fetch-pop): Use pop3-stream-type.
21753
21754 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21755
21756         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21757         of current-time-string.
21758
21759 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21760
21761         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21762         date header.
21763
21764 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21765
21766         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21767         it can seriously impact performance as it bypasses the agent's
21768         local caches.
21769
21770 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21771
21772         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21773         must be explicitly online rather than "not explicitly offline" for
21774         its flags to be synchronized.
21775
21776         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21777         that gnus-uu-unmark-thread will function correctly.
21778
21779         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21780         1024K is instead displayed as 1M.
21781
21782 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21783
21784         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21785
21786 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21787
21788         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21789
21790 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21791
21792         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21793         error message to display actual error condition.
21794         (gnus-agent-save-local): Avoid saving symbols that are bound to
21795         nil as they simply result in a warning message in
21796         gnus-agent-read-local.
21797
21798 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21799
21800         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21801         rather than make-variable-buffer-local for file-precious-flag.
21802
21803 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21804
21805         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21806         for duplicates which are removed.  The invalid sort check then
21807         triggers a rescan after the sort as sorting may have moved
21808         duplicate entries such that they can be cheaply detected.
21809
21810 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21813
21814 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21815
21816         * gnus-agent.el (gnus-agent-article-alist-save-format):
21817         Change internal variable to a custom variable.  Change default value
21818         from compressed(2) to uncompressed(1).
21819         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21820         support for uncompressed agentview files.  Taken together, reading
21821         the agentview file should now be 6-7 times faster.
21822
21823 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21824
21825         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21826         as a buffer-local variable.  This avoids creating truncated
21827         dribble files as a result of a hang up, eg.
21828
21829 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21830
21831         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21832         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21833         XEmacs.
21834
21835 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21836
21837         * gnus-start.el (gnus-start-draft-setup):
21838         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21839
21840         * gnus.el (gnus-splash): Change custom group.
21841         (gnus-group-get-parameter, gnus-group-parameter-value):
21842         Describe allow-list argument.
21843
21844         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21845         string.
21846
21847 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21848
21849         * gnus-art.el (gnus-default-article-saver): Add user-defined
21850         `function' to custom type.
21851
21852 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21853
21854         * imap.el (imap-open): Handle case where buffer is a buffer
21855         object.
21856
21857 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21858
21859         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21860         long lines.
21861         (gnus-cache-delete-group): Wrap doc strings.
21862
21863         * gnus-agent.el (gnus-agent-rename-group)
21864         (gnus-agent-delete-group): Wrap doc strings.
21865
21866 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21867
21868         * messagexmas.el (message-use-toolbar): Change the valid values
21869         into default, top, bottom, left, and right.
21870         (message-toolbar-thickness): New variable.
21871         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21872         well.
21873         (message-setup-toolbar): Make it work.
21874
21875         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21876         (gnus-use-toolbar): Change the valid values into default, top,
21877         bottom, left, and right.
21878         (gnus-toolbar-thickness): New variable.
21879         (gnus-xmas-setup-toolbar): New function.
21880         (gnus-xmas-setup-group-toolbar): Use it.
21881         (gnus-xmas-setup-summary-toolbar): Use it.
21882
21883 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21884
21885         * gnus-start.el (gnus-1): Add "native" to
21886         gnus-predefined-server-alist.
21887
21888         * gnus.el (gnus-method-to-server): Don't add "native" to the
21889         lists here, because that leads to problems when
21890         gnus-select-method is bound.
21891
21892 2005-11-09  Simon Josefsson  <jas@extundo.com>
21893
21894         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21895         use (not sort-by-date) instead.
21896
21897 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21898
21899         * gnus-delay.el (gnus-delay-group): Don't autoload.
21900         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21901         to be re-loaded when customizing the `gnus-delay' group.
21902
21903 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21904
21905         * message.el: Revert last changes.
21906         (message-insert-citation-line): Use newlines.
21907
21908 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21909
21910         * message.el (message-courtesy-message)
21911         (message-mark-insert-begin, message-mark-insert-end)
21912         (message-elide-ellipsis, message-cancel-message)
21913         (message-add-header, message-change-subject)
21914         (message-cross-post-followup-to-header)
21915         (message-cross-post-insert-note, message-reduce-to-to-cc)
21916         (message-widen-reply, message-delete-not-region)
21917         (message-kill-to-signature, message-insert-signature)
21918         (message-insert-importance-high, message-insert-importance-low)
21919         (message-insert-or-toggle-importance)
21920         (message-insert-disposition-notification-to)
21921         (message-indent-citation, message-yank-original)
21922         (message-cite-original-without-signature, message-cite-original)
21923         (message-insert-citation-line, message-position-on-field)
21924         (message-fix-before-sending, message-send-mail-partially)
21925         (message-send-mail, message-send-mail-with-sendmail)
21926         (message-send-mail-with-qmail, message-send-news)
21927         (message-check-news-header-syntax, message-generate-headers)
21928         (message-insert-courtesy-copy, message-fill-address)
21929         (message-fill-header, message-shorten-references)
21930         (message-setup-1, message-cancel-news)
21931         (message-forward-make-body-plain, message-forward-make-body-mime)
21932         (message-forward-make-body-mml, message-encode-message-body)
21933         (message-forward-make-body-digest-plain)
21934         (message-forward-make-body-digest-mime)
21935         (message-use-alternative-email-as-from): Insert `hard-newline'
21936         instead of ordinary newlines.
21937
21938 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * message.el (message-generate-headers): Downcase the argument
21941         given to message-check-element.
21942
21943 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21944
21945         * nntp.el (nntp-authinfo-rejected): New error condition.
21946         (nntp-wait-for): Use new error condition to signal authentication
21947         error.
21948         (nntp-retrieve-data): Rethrow new error condition to break out of
21949         recursive call to nntp-send-authinfo.
21950
21951 2005-11-08  Romain Francoise  <romain@orebokech.com>
21952
21953         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21954         (gnus-summary-exit-map): Bind to `Z p'.
21955         (gnus-summary-make-menu-bar): Add menu item.
21956
21957 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21958
21959         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21960         (gnus-treat-*): Add `first' in all doc strings.
21961
21962         * gnus-group.el (gnus-group-compact-group): Fix typo.
21963
21964 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21965
21966         * gnus.el (gnus-parameters-case-fold-search): New variable.
21967         (gnus-parameters-get-parameter): Use it.
21968
21969         * gnus-score.el (gnus-home-score-file): Doc fix.
21970
21971 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21972
21973         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21974
21975 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * mm-util.el (mm-special-display-p): New function.
21978
21979         * mml.el (mml-preview): Use it; doc fix.
21980
21981 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21982
21983         * imap.el (imap-open): Handle case where buffer is a buffer object.
21984
21985 2005-10-29  Romain Francoise  <romain@orebokech.com>
21986
21987         * message.el (message-fix-before-sending): Fix comment.
21988
21989 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21990
21991         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21992
21993 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21994
21995         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21996         Used in gnus-score.el.
21997
21998 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21999
22000         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
22001
22002 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
22003
22004         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
22005         whitespace removed in revision 7.8.  Use concatenated string to
22006         protect trailing whitespace.
22007
22008 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
22009
22010         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
22011         (nnimap-request-expire-articles): Use it to avoid sending 'UID
22012         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
22013         Courier IMAP ("some version from 2004").  Mostly based on similar
22014         code in the same function.
22015
22016 2005-10-26  Didier Verna  <didier@xemacs.org>
22017
22018         * gnus-group.el (gnus-group-compact-group): Invalidate original
22019         article buffer.
22020         * gnus-srvr.el (gnus-server-compact-server): Ditto.
22021         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22022         NOV database and in article itself.
22023         Invalidate article backlog.
22024
22025 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22026
22027         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22028
22029 2005-10-26  Simon Josefsson  <jas@extundo.com>
22030
22031         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22032         part of 2004-07-25 change.
22033
22034 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * message.el (message-display-completion-list): New function.
22037         (message-expand-group): Use it; make sure the Completions buffer
22038         is modifiable.
22039 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22040
22041         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22042         user-mail-name is an empty string.
22043
22044 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22047         depending on gnus-score-decay-constant.
22048
22049         * encrypt.el (encrypt-insert-file-contents)
22050         (encrypt-write-file-contents): Don't use `gnus-message'.
22051
22052         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22053         arguments.
22054         (mm-uu-type-alist): Add message-marks and insert-marks.
22055         Pass arguments to mm-uu-verbatim-marks-extract.
22056         (mm-uu-hide-markers): New variable.
22057         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22058
22059         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22060         (gnus-convert-image-to-face-command): Use "convert" by default to
22061         allow other input image formats.
22062         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22063         accordingly.
22064
22065 2005-10-23  Simon Josefsson  <jas@extundo.com>
22066
22067         * imap.el (imap-gssapi-program): Align command line parameters
22068         with latest GNU SASL.
22069         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22070
22071 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22072
22073         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22074         HTML.
22075         (nnslashdot-request-article): Ditto.
22076
22077         * lpath.el (featurep): Add nobreak-char-display.
22078
22079 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22080
22081         * mail-source.el (mail-source-fetch-pop): Require pop3.
22082         (mail-source-check-pop): Ditto.
22083
22084 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22087         errors.
22088
22089 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22090
22091         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22092         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22093
22094         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22095
22096         * mm-bodies.el (mm-decode-string):
22097         Call `mm-charset-to-coding-system' with allow-override argument.
22098
22099 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22102         (rfc2047-charset-to-coding-system): New function.
22103         (rfc2047-decode-encoded-words): New function.
22104         (rfc2047-decode-region): Use them.
22105         (rfc2047-decode-cte): Remove.
22106         (rfc2047-parse-and-decode): Remove.
22107         (rfc2047-decode): Remove.
22108
22109 2005-10-15  Kenichi Handa  <handa@m17n.org>
22110
22111         * rfc2047.el (rfc2047-decode-cte): New function.
22112         (rfc2047-decode-region): Change the way to decode successive
22113         encoded-words: decode B- or Q-encoding in each encoded-word,
22114         concatenate them, and decode it as charset.
22115
22116 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * lpath.el: Fbind codepage-setup for XEmacs.
22119
22120 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22121
22122         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22123         widget-move-and-invoke.
22124         (gnus-custom-mode): Use gnus-custom-map.
22125
22126 2005-10-15  Bill Wohler  <wohler@newt.com>
22127
22128         * message.el (message-tool-bar-map): Rename image file from
22129         mail_send to mail/send.
22130
22131 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22132
22133         * message.el (message-expand-group): Pass the common
22134         prefix substring of completion to `display-completion-list'.
22135
22136 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22137
22138         * mml-sec.el (mml-secure-method): New internal variable.
22139         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22140         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22141         New functions using mml-secure-method.
22142
22143         * mml.el (mml-mode-map): Add key bindings for those functions.
22144         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22145         Harder <harder@myrealbox.com>.
22146         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22147         Goto end of message if point is the headers of the message.
22148
22149         * message.el (message-in-body-p): New function.
22150
22151         * assistant.el: Autoload gnus-util and netrc.
22152
22153         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22154         Use `mm-charset-override-alist' only when decoding.
22155
22156         * mm-bodies.el (mm-decode-body):
22157         Call `mm-charset-to-coding-system' with allow-override argument.
22158
22159         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22160         `filename' from Content-Disposition if Content-Type doesn't
22161         provide `name'.
22162         (gnus-mime-view-part-as-type): Set default instead of
22163         initial-input.
22164
22165 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22166
22167         * format-spec.el (format-spec): Propagate text properties of % spec.
22168
22169 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22170
22171         * gnus-art.el (gnus-treat-predicate): Add `first'.
22172
22173 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22174
22175         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22176         (mm-charset-override-alist): New variable.
22177         (mm-charset-to-coding-system): Use it.
22178         (mm-codepage-setup): New helper function.
22179         (mm-charset-eval-alist): New variable.
22180         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22181         Warn about unknown charsets.
22182
22183         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22184
22185 2005-10-04  David Hansen  <david.hansen@gmx.net>
22186
22187         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22188         (nnrss-check-group): Ditto.
22189
22190 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22191
22192         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22193         Rename x-gnus-verbatim to x-verbatim.
22194         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22195
22196         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22197         x-verbatim.
22198
22199         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22200
22201         * gnus-util.el (gnus-remove-duplicates): Remove.
22202
22203         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22204         instead of gnus-remove-duplicates.
22205
22206         * message.el (message-remove-duplicates): Remove.
22207         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22208         message-remove-duplicates.
22209
22210         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22211         available, else use implementation from `delete-dups'.
22212
22213         * message.el (message-insert-expires): New function.
22214         (message-mode-map): Add key binding.
22215         (message-mode-field-menu): Add menu entry.
22216         (message-mode): Document it.
22217         (message-make-expires-date): Use `message-make-date'.
22218
22219 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22220
22221         * message.el (message-make-expires-date): New function.
22222
22223 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * Makefile.in (list-installed-shadows): New entry.
22226         (install): Use it.
22227         (remove-installed-shadows): New entry.
22228
22229         * dgnushack.el (dgnushack-default-load-path): New variable.
22230         (dgnushack-find-lisp-shadows): New function.
22231         (dgnushack-remove-lisp-shadows): New function.
22232
22233 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * Makefile.in (install-el-elc): New entry.
22236         (install): Use it so that .el files are necessarily installed.
22237
22238 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22239
22240         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22241
22242 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22243
22244         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22245         function rather than the diff-mode.el package.
22246         (mm-display-external): Use with-current-buffer.
22247         (mm-viewer-completion-map, mm-viewer-completion-map):
22248         Move initialization inside declaration.
22249
22250 2005-09-29  Simon Josefsson  <jas@extundo.com>
22251
22252         * spam.el: Load hashcash when compiling, to avoid warnings.
22253         Don't autoload mail-check-payment.
22254         (spam-check-hashcash): Define unconditionally, since hashcash.el
22255         is part of Gnus now.  Ignore errors from payment checking.
22256
22257 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22258
22259         * message.el (message-bold-region, message-unbold-region):
22260         Rename from `bold-region' and `unbold-region'.
22261
22262         * message.el: Remove useless autoloads.
22263
22264 2005-09-28  Simon Josefsson  <jas@extundo.com>
22265
22266         * message.el (message-use-idna): Default to t.
22267         (message-use-idna): Test whether encoding works too.  Doc fix.
22268
22269 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22270
22271         * nntp.el (nntp-warn-about-losing-connection): Remove.
22272
22273 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22274
22275         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22276         customizable.  Change default value.
22277         (mm-uu-diff-groups-regexp): Change default value.
22278         (mm-uu-type-alist): Add doc string.
22279         (mm-uu-configure): Add doc string.  Make it interactive.
22280         (mm-uu-tex-groups-regexp): New variable.
22281         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22282         (mm-uu-type-alist): Add LaTeX documents.
22283         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22284         of "text/verbatim".
22285         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22286
22287         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22288         instead of "text/verbatim".
22289
22290         * message.el (message-mark-inserted-region)
22291         (message-mark-insert-file): Use slrn style marks when called with
22292         prefix argument.
22293
22294 2005-09-27  Simon Josefsson  <jas@extundo.com>
22295
22296         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22297
22298 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22299
22300         * message.el (message-remove-duplicates): New function.
22301         Implementation borrowed from `gnus-remove-duplicates'.
22302         (message-idna-to-ascii-rhs): Also encode idna addresses in
22303         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22304         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22305         only ask about the same idna domain once per header and also tell
22306         in what header to replace the idna domain.
22307
22308         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22309         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22310         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22311         a header is decoded and not just the last one.
22312
22313 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22314
22315         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22316         has been decoded.
22317
22318         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22319         (mm-insert-part): Don't modify text if it has been decoded.
22320
22321         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22322         decoded.
22323
22324         * mm-view.el (mm-inline-text): Don't strip text props unless
22325         decoding enriched or richtext parts.
22326
22327 2005-09-25  Romain Francoise  <romain@orebokech.com>
22328
22329         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22330         * gnus-start.el (gnus-subscribe-interactively):
22331         * gnus-uu.el (gnus-uu-grab-articles):
22332         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22333         space.
22334
22335 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22336
22337         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22338         * mm-view.el (mm-view-pkcs7-decrypt):
22339         * gnus-sum.el (gnus-summary-limit-to-extra)
22340         (gnus-summary-respool-article, gnus-read-move-group-name):
22341         * gnus-score.el (gnus-summary-increase-score):
22342         * gnus-util.el (gnus-completing-read-with-default):
22343         * gnus-art.el (gnus-read-save-file-name)
22344         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22345         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22346         * message.el (message-check-news-header-syntax):
22347         Follow convention for reading with the minibuffer.
22348
22349 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22350
22351         * spam-report.el (spam-report-url-ping-plain):
22352         Use gnus-extended-version as User-Agent.
22353
22354         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22355         default value is nil.
22356
22357         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22358         (mm-uu-verbatim-marks-extract): New function.
22359         (mm-uu-extract): New face.
22360         (mm-uu-copy-to-buffer): Use it.
22361
22362         * spam-report.el (spam-report-gmane-ham): Rename from
22363         `spam-report-gmane-unspam'.
22364         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22365         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22366
22367         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22368         Autoload.
22369         (spam-report-gmane-unregister-routine):
22370         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22371
22372 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22373
22374         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22375         (spam-report-gmane-unregister-routine): Add support for gmane
22376         unregistration.
22377
22378         * spam-report.el (spam-report-gmane-unspam)
22379         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22380         (spam-report-gmane): Change to take a single article and do unspam
22381         registration.
22382
22383 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22384
22385         * mm-url.el (mm-url-decode-entities): Fix regexp.
22386
22387 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22388
22389         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22390         default to nil, to be able to use Gnus at all.  If the default
22391         switches to something else, then the function should be fixed not
22392         be exceedingly slow.
22393
22394 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22395
22396         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22397         fail hard.
22398
22399         * spam-report.el: Add better Keywords line.
22400
22401         * spam.el: Add Maintainer and better Keywords line.
22402
22403 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22404
22405         * gnus-art.el (gnus-article-replace-part)
22406         (gnus-mime-replace-part): New functions.
22407         (gnus-mime-action-alist, gnus-mime-button-commands)
22408         (gnus-mime-save-part-and-strip): Add file argument.
22409         (gnus-article-part-wrapper): Add interactive argument.
22410
22411         * gnus-sum.el (gnus-summary-mime-map):
22412         Add `gnus-article-replace-part'.
22413
22414 2005-09-19  Didier Verna  <didier@xemacs.org>
22415
22416         The nnml compaction feature:
22417         * nnml.el (nnml-request-compact-group): New function.
22418         * nnml.el (nnml-request-compact): New function.
22419         * gnus-int.el (gnus-request-compact-group): New function.
22420         * gnus-int.el (gnus-request-compact): New function.
22421         * gnus-group.el (gnus-group-compact-group): New function.
22422         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22423         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22424         * gnus-srvr.el (gnus-server-compact-server): New function.
22425         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22426         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22427
22428 2005-09-18  Deepak Goel  <deego@gnufans.org>
22429
22430         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22431         format spec.
22432
22433 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22434
22435         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22436
22437 2005-09-15  Romain Francoise  <romain@orebokech.com>
22438
22439         * message.el (message-fill-paragraph): Clarify docstring.
22440
22441 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22442
22443         * gnus-art.el (gnus-mime-display-part): Protect against broken
22444         MIME messages.
22445
22446 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22447
22448         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22449         before parsing header.
22450
22451 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22452
22453         * html2text.el (html2text-replace-list): Add new entities.
22454
22455 2005-09-11  Romain Francoise  <romain@orebokech.com>
22456
22457         * message.el (message-alternative-emails): Improve docstring.
22458         (message-setup-1): Call `message-use-alternative-email-as-from'
22459         after `message-setup-hook' to give it precedence over posting
22460         styles, etc.
22461         (message-use-alternative-email-as-from): Add docstring.
22462         Remove the original From header if present.
22463
22464         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22465         (nnml-save-mail): Use it.
22466
22467         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22468         articles.  Add new argument `silent'.
22469         (gnus-uu-mark-all): Report the total number of marked articles.
22470
22471 2005-09-10  Romain Francoise  <romain@orebokech.com>
22472
22473         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22474         (gnus-uu-mark-series): Likewise.
22475
22476 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22477
22478         * spam-report.el (spam-report-gmane): Fix generation of spam
22479         report URL.
22480
22481 2005-09-10  Simon Josefsson  <jas@extundo.com>
22482
22483         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22484         t, based on discussion on the ding list with Robert Epprecht
22485         <epprecht@solnet.ch>.
22486
22487 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22488
22489         * spam-report.el (spam-report-gmane): Make it work without
22490         X-Report-Spam header.  Gmane now only provides Archived-At.
22491         This is only used if `spam-report-gmane-use-article-number' is nil.
22492         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22493
22494         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22495         make `gnus-summary-sort-by-recipient' work with threading.
22496
22497         * nnweb.el (nnweb-google-wash-article): Print a message if article
22498         is not available.
22499
22500 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22501
22502         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22503         change.  Decode text/* parts content before displaying.
22504
22505 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22506
22507         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22508
22509 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22510
22511         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22512
22513         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22514         url-package-name, url-package-version,
22515         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22516         w3m-display-inline-images, and w3m-minor-mode-map.
22517
22518 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22519
22520         * message.el (message-tab-body-function): Fix mismatched custom type.
22521
22522         * gnus.el (gnus-group-change-level-function): Ditto.
22523
22524         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22525
22526         * gnus-art.el (gnus-signature-limit)
22527         (gnus-article-mime-part-function): Ditto.
22528
22529 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22530
22531         * mml.el (mml-mode): Silence the byte compiler.
22532
22533         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22534         using `(sit-for 0)' before moving the point to the specified part;
22535         skip unbuttonized parts.
22536         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22537         return to the summary window if gnus-auto-select-part is non-nil.
22538
22539 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22540
22541         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22542         New variables.
22543         (mml-dnd-attach-file, mml-mode): Use them.
22544
22545         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22546         Make fetching article by MID work again for Google Groups.
22547         Add FIXME concerning gnus-group-make-web-group.
22548
22549         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22550         Don't depend on Gnus by using mail-extract-address-components if
22551         gnus-extract-address-components is not bound.
22552
22553 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22554
22555         * gnus-art.el (gnus-mime-display-security): Don't display the
22556         signature, but only the signed part.
22557
22558 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22559
22560         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22561
22562         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22563         list, not listp.
22564
22565 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22566
22567         * mm-encode.el (mm-encode-content-transfer-encoding):
22568         Likewise when encoding.
22569
22570         * mm-bodies.el (mm-decode-content-transfer-encoding):
22571         De-canonicalize CRLF for all text content types, not just
22572         text/plain.
22573
22574 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22575
22576         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22577         valid article; point arrow and cursor at the MIME button.
22578
22579 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22580
22581         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22582         Suggested by Dan Christensen <jdc@uwo.ca>.
22583
22584         * mm-decode.el (mm-save-part): Enable change of prompt.
22585
22586 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22587
22588         * gnus-msg.el (gnus-inews-add-send-actions):
22589         Make `message-post-method' lambda parameter ARG `&optional'.
22590
22591 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22592
22593         * gnus-sum.el (gnus-summary-mime-map):
22594         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22595         gnus-article-jump-to-part.
22596
22597         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22598         (gnus-article-edit-part): Use it.
22599         (gnus-article-part-wrapper): Add no-handle argument.
22600         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22601         New functions.
22602
22603 2005-08-29  Romain Francoise  <romain@orebokech.com>
22604
22605         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22606         docstring.
22607         (gnus-face-from-file): Likewise.
22608
22609 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22610
22611         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22612         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22613         non-nil.
22614         (gnus-auto-select-part): New variable.
22615         (gnus-article-jump-to-part): New function.
22616         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22617         (gnus-mime-delete-part): Allow selecting specified part after
22618         deleting or stripping parts.
22619         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22620         part if argument is bogus.
22621
22622 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22623
22624         * gnus-art.el (w3m-minor-mode-map):
22625         * gnus-spec.el (gnus-newsrc-file-version):
22626         * gnus-util.el (nnmail-active-file-coding-system)
22627         (gnus-original-article-buffer, gnus-user-agent):
22628         * gnus.el (gnus-ham-process-destinations)
22629         (gnus-parameter-ham-marks-alist)
22630         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22631         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22632         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22633         * mm-decode.el (gnus-current-window-configuration):
22634         * mm-extern.el (gnus-article-mime-handles):
22635         * mm-url.el (url-current-object, url-package-name)
22636         (url-package-version):
22637         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22638         (smime-keys, w3m-cid-retrieve-function-alist)
22639         (w3m-current-buffer, w3m-display-inline-images)
22640         (w3m-minor-mode-map):
22641         * mml-smime.el (gnus-extract-address-components):
22642         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22643         (gnus-newsrc-hashtb, message-default-charset)
22644         (message-deletable-headers, message-options)
22645         (message-posting-charset, message-required-mail-headers)
22646         (message-required-news-headers):
22647         * mml1991.el (mc-pgp-always-sign):
22648         * mml2015.el (mc-pgp-always-sign):
22649         * nnheader.el (nnmail-extra-headers):
22650         * rfc1843.el (gnus-decode-encoded-word-function)
22651         (gnus-decode-header-function, gnus-newsgroup-name):
22652         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22653
22654 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22655
22656         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22657         the end of the date treatments.
22658
22659 2005-08-15  Simon Josefsson  <jas@extundo.com>
22660
22661         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22662         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22663         Capello and Romain Francoise.
22664         (pgg-fetch-key-function): Remove, not used?
22665         (pgg-insert-url-with-w3): Require url, to get
22666         url-insert-file-contents regardless of where it is defined.
22667
22668 2005-08-13  Romain Francoise  <romain@orebokech.com>
22669
22670         * message.el (message-cite-original-1): New function.
22671         (message-cite-original): Use it.
22672         (message-cite-original-without-signature): Ditto.
22673
22674 2005-08-08  Romain Francoise  <romain@orebokech.com>
22675
22676         * message.el (message-yank-empty-prefix): New variable.
22677         (message-indent-citation): Use it.
22678         (message-cite-original-without-signature): Respect X-No-Archive.
22679
22680 2005-08-08  Simon Josefsson  <jas@extundo.com>
22681
22682         * pgg.el: Autoload url-insert-file-contents instead of loading
22683         w3/url.
22684         (pgg-insert-url-with-w3): Don't load url here.
22685
22686 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22687
22688         * message.el (message-kill-to-signature): Don't insert newline at
22689         bol.
22690         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22691
22692 2005-08-06  Romain Francoise  <romain@orebokech.com>
22693
22694         * message.el (message-user-fqdn): Fix typo in docstring.
22695
22696 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22697
22698         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22699
22700         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22701
22702 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22703
22704         * mm-bodies.el (mm-encode-body): Use coding system rather than
22705         charset to encode text.
22706
22707         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22708         number of charsets if utf-8 is available (XEmacs).
22709
22710 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22711
22712         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22713         taken from `gnus-button-mid-or-mail-regexp'.
22714         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22715         (gnus-button-alist): Improve regexp for domain part of the MIDs
22716         for news:localpart@domain buttons.
22717         (gnus-button-ctan-directory-regexp): Update.
22718
22719 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22720
22721         * sieve-manage.el (sieve-manage-interactive-login):
22722         Use make-local-variable rather than make-variable-buffer-local.
22723         (sieve-manage-open): Ditto.
22724         (sieve-manage-authenticate): Ditto.
22725
22726         * mml.el (mml-generate-mime-1): Make the content type default to
22727         text/plain if the filename is not specified.
22728
22729 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22730
22731         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22732         instead of insert-buffer.
22733
22734         * message.el (message-yank-original): Ditto; set the mark at the
22735         end of the yanked message.
22736
22737 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22738
22739         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22740         lines to scroll rather than to stop it.
22741
22742         * mml.el (mml-generate-default-type): Add doc string.
22743         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22744         default to application/octet-stream when determining the content
22745         type if it is not specified for the part or the mml contents; add
22746         a comment about mml-generate-default-type.
22747
22748 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22749
22750         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22751         make it default to application/octet-stream when determining the
22752         content type if it is not specified for the external contents.
22753
22754 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22755
22756         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22757         segmented parameter but also other parameters might be there.
22758
22759 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * mm-decode.el (mm-display-external): Delete temp file, directory
22762         and buffer immediately if the external process is exited.
22763
22764 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22765
22766         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22767         fewer lines than that of scroll-margin.
22768         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22769
22770 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * gnus-art.el (gnus-article-next-page): Revert.
22773         (gnus-article-beginning-of-window): New macro.
22774         (gnus-article-next-page-1): Use it.
22775         (gnus-article-prev-page): Ditto.
22776         (gnus-article-edit-part): Use insert-buffer-substring instead of
22777         insert-buffer.
22778         (gnus-article-edit-exit): Ditto.
22779
22780         * gnus-util.el (gnus-beginning-of-window): Remove.
22781         (gnus-end-of-window): Remove.
22782
22783         * lpath.el: Don't bind header-line-format and scroll-margin.
22784
22785 2005-07-25  Simon Josefsson  <jas@extundo.com>
22786
22787         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22788         to have the url package without w3.  Reported by Daiki Ueno
22789         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22790
22791 2005-07-20  Didier Verna  <didier@xemacs.org>
22792
22793         * gnus-diary.el: Remove the description comment (nndiary is now
22794         properly documented in the Gnus manual).
22795         Fix the spelling of "Back End".
22796         * nndiary.el: Ditto.
22797         Fix the copyright notice.
22798
22799 2005-07-18  Romain Francoise  <romain@orebokech.com>
22800
22801         * gnus-sum.el (gnus-summary-to-prefix)
22802         (gnus-summary-newsgroup-prefix): New variables.
22803         (gnus-summary-from-or-to-or-newsgroups): Use them.
22804
22805 2005-07-17  Romain Francoise  <romain@orebokech.com>
22806
22807         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22808         space as it's generally not especially interesting to the user.
22809
22810 2005-07-16  Romain Francoise  <romain@orebokech.com>
22811
22812         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22813         nil to avoid prompting and file modification if one of the
22814         messages at the top of the nnfolder file contains a copyright
22815         notice.
22816         Update copyright notice.
22817
22818         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22819         instead of `current-time-string' as the latter creates a time
22820         string that is not RFC 2822 compliant (it lacks the zone).
22821         Update copyright notice.
22822
22823 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22824
22825         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22826         for text/rtf.  Display default in prompt.  Pass default for M-n.
22827
22828         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22829
22830 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22831
22832         * gnus-msg.el (gnus-button-mailto):
22833         Remove save-selected-window-window hackery because it relies on
22834         save-selected-window internals.
22835
22836 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22837
22838         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22839         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22840         (gnus-article-prev-page): Ditto.
22841
22842         * gnus-util.el (gnus-beginning-of-window): New function.
22843         (gnus-end-of-window): New function.
22844
22845         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22846
22847 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22848
22849         * gnus-score.el (gnus-score-edit-all-score):
22850         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22851         gnus-message.
22852
22853 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22854
22855         * gnus-msg.el (gnus-button-mailto):
22856         Remove save-selected-window-window hackery because it relies on
22857         save-selected-window internals.
22858
22859 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22862         add-minor-mode.
22863         (gnus-binary-mode): Ditto.
22864
22865         * gnus-topic.el (gnus-topic-mode): Ditto.
22866
22867 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22868
22869         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22870         (gnus-article-prev-page): Take scroll-margin into consideration.
22871
22872 2005-07-04  Lute Kamstra  <lute@gnu.org>
22873
22874         Update FSF's address in GPL notices.
22875
22876 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22877
22878         * gnus.el (gnus-exit):
22879         * gnus-group.el (gnus-group-icons):
22880         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22881
22882         * gnus-nocem.el (gnus-nocem):
22883         * message.el (message-various, message-buffers, message-sending)
22884         (message-interface, message-forwarding, message-insertion)
22885         (message-headers, message-news, message-mail):
22886         * pgg-gpg.el (pgg-gpg):
22887         * pgg-parse.el (pgg-parse):
22888         * pgg-pgp.el (pgg-pgp):
22889         * pgg-pgp5.el (pgg-pgp5):
22890         * pop3.el (pop3): Finish `defgroup' description with period.
22891
22892 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22893
22894         * gnus-art.el (article-display-face): Improve the efficiency.
22895         (article-display-x-face): Ditto; remove gray x-face stuff.
22896
22897 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * gnus-art.el (article-display-face): Correct the position in
22900         which Faces are inserted.
22901
22902 2005-06-29  Didier Verna  <didier@xemacs.org>
22903
22904         * gnus-art.el (article-display-face): Display faces in correct
22905         order.
22906
22907 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22908
22909         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22910         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22911         (gnus-nocem-check-article): Fetch the Type header.
22912         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22913         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22914         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22915         make sure gnus-nocem-hashtb is initialized.
22916         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22917         (gnus-nocem-unwanted-article-p): Ditto.
22918
22919         * pgg.el (pgg-verify): Return the verification result.
22920
22921 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22922
22923         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22924         is ascii.
22925
22926 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22927
22928         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22929         `show-nonbreak-escape'.
22930
22931 2005-06-23  Lute Kamstra  <lute@gnu.org>
22932
22933         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22934
22935         * dig.el (dig-mode):
22936         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22937
22938 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22939
22940         * nnimap.el (nnimap-split-download-body): Fix spellings.
22941
22942 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22943
22944         * gnus-art.el (gnus-article-encrypt-body):
22945         * gnus-cus.el (gnus-score-customize):
22946         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22947         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22948
22949 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22950
22951         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22952         header by looking for magic "MII" at the beginning.
22953
22954 2005-06-16  Miles Bader  <miles@gnu.org>
22955
22956         * gnus-xmas.el (gnus-xmas-group-startup-message):
22957         Use renamed gnus-splash face.
22958
22959         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22960         (assistant-field-face): New backward-compatibility alias for renamed
22961         face.
22962         (assistant-render-text): Use renamed assistant-field face.
22963
22964         * spam.el (spam): Remove "-face" suffix from face name.
22965         (spam-face): New backward-compatibility alias for renamed face.
22966         (spam-face, spam-initialize): Use renamed spam face.
22967
22968         * message.el (message-header-to, message-header-cc)
22969         (message-header-subject, message-header-newsgroups)
22970         (message-header-other, message-header-name)
22971         (message-header-xheader, message-separator, message-cited-text)
22972         (message-mml): Remove "-face" suffix from face names.
22973         (message-header-to-face, message-header-cc-face)
22974         (message-header-subject-face, message-header-newsgroups-face)
22975         (message-header-other-face, message-header-name-face)
22976         (message-header-xheader-face, message-separator-face)
22977         (message-cited-text-face, message-mml-face):
22978         New backward-compatibility aliases for renamed faces.
22979         (message-font-lock-keywords): Use renamed message faces.
22980
22981         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22982         (sieve-test-commands, sieve-tagged-arguments):
22983         Remove "-face" suffix from face names.
22984         (sieve-control-commands-face, sieve-action-commands-face)
22985         (sieve-test-commands-face, sieve-tagged-arguments-face):
22986         New backward-compatibility aliases for renamed faces.
22987         (sieve-control-commands-face, sieve-action-commands-face)
22988         (sieve-test-commands-face, sieve-tagged-arguments-face):
22989         Use renamed sieve faces.
22990
22991         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22992         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22993         (gnus-group-news-3-empty, gnus-group-news-4)
22994         (gnus-group-news-4-empty, gnus-group-news-5)
22995         (gnus-group-news-5-empty, gnus-group-news-6)
22996         (gnus-group-news-6-empty, gnus-group-news-low)
22997         (gnus-group-news-low-empty, gnus-group-mail-1)
22998         (gnus-group-mail-1-empty, gnus-group-mail-2)
22999         (gnus-group-mail-2-empty, gnus-group-mail-3)
23000         (gnus-group-mail-3-empty, gnus-group-mail-low)
23001         (gnus-group-mail-low-empty, gnus-summary-selected)
23002         (gnus-summary-cancelled, gnus-summary-high-ticked)
23003         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
23004         (gnus-summary-high-ancient, gnus-summary-low-ancient)
23005         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
23006         (gnus-summary-low-undownloaded)
23007         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
23008         (gnus-summary-low-unread, gnus-summary-normal-unread)
23009         (gnus-summary-high-read, gnus-summary-low-read)
23010         (gnus-summary-normal-read, gnus-splash):
23011         Remove "-face" suffix from face names.
23012         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
23013         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
23014         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
23015         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
23016         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
23017         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
23018         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
23019         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
23020         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
23021         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23022         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23023         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23024         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23025         (gnus-summary-normal-ticked-face)
23026         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23027         (gnus-summary-normal-ancient-face)
23028         (gnus-summary-high-undownloaded-face)
23029         (gnus-summary-low-undownloaded-face)
23030         (gnus-summary-normal-undownloaded-face)
23031         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23032         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23033         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23034         (gnus-splash-face):
23035         New backward-compatibility aliases for renamed faces.
23036         (gnus-group-startup-message): Use renamed gnus faces.
23037
23038         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23039         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23040         (gnus-server-agent): Remove "-face" suffix from face names.
23041         (gnus-server-agent-face, gnus-server-opened-face)
23042         (gnus-server-closed-face, gnus-server-denied-face)
23043         (gnus-server-offline-face):
23044         New backward-compatibility aliases for renamed faces.
23045         (gnus-server-agent-face, gnus-server-opened-face)
23046         (gnus-server-closed-face, gnus-server-denied-face)
23047         (gnus-server-offline-face): Use renamed gnus faces.
23048
23049         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23050         Remove "-face" suffix from face names.
23051         (gnus-picon-xbm-face, gnus-picon-face):
23052         New backward-compatibility aliases for renamed faces.
23053
23054         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23055         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23056         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23057         (gnus-cite-11): Remove "-face" suffix from face names.
23058         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23059         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23060         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23061         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23062         New backward-compatibility aliases for renamed faces.
23063         (gnus-cite-attribution-face, gnus-cite-face-list)
23064         (gnus-article-boring-faces): Use renamed gnus faces.
23065
23066         * gnus-art.el (gnus-signature, gnus-header-from)
23067         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23068         (gnus-header-content): Remove "-face" suffix from face names.
23069         (gnus-signature-face, gnus-header-from-face)
23070         (gnus-header-subject-face, gnus-header-newsgroups-face)
23071         (gnus-header-name-face, gnus-header-content-face):
23072         New backward-compatibility aliases for renamed faces.
23073         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23074
23075         * gnus-sum.el (gnus-summary-selected-face)
23076         (gnus-summary-highlight): Use renamed gnus faces.
23077         * gnus-group.el (gnus-group-highlight): Likewise.
23078
23079 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23080
23081         * gnus-sieve.el (gnus-sieve-article-add-rule):
23082         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23083         * spam-stat.el (spam-stat-buffer-change-to-spam)
23084         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23085
23086         * message.el (message-is-yours-p):
23087         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23088
23089 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23090
23091         * mm-view.el (mm-inline-text): Withdraw the last change.
23092
23093 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23094
23095         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23096         executing enriched-decode.
23097
23098 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23099
23100         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23101         charset of tar files.
23102
23103 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23104
23105         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23106
23107 2005-06-04  Lute Kamstra  <lute@gnu.org>
23108
23109         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23110         information is never recorded.
23111
23112 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23113
23114         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23115
23116 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23117
23118         * pop3.el (pop3-apop): Run md5 in the binary mode.
23119
23120         * starttls.el (starttls-set-process-query-on-exit-flag):
23121         Use eval-and-compile.
23122
23123 2005-05-31  Simon Josefsson  <jas@extundo.com>
23124
23125         * smime.el (smime-replace-in-string): Define.
23126         (smime-cert-by-ldap-1): Use it.
23127
23128 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23129
23130         * gnus-art.el (article-display-x-face): Replace
23131         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23132
23133         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23134         set-process-query-on-exit-flag or process-kill-without-query.
23135
23136         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23137         loop instead of replace-regexp.
23138
23139         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23140         instead of process-kill-without-query if it is available.
23141
23142         * lpath.el: Fbind ldap-search-entries.
23143
23144         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23145         instead of find-file-hooks if it is available.
23146
23147         * mml1991.el: Bind pgg-default-user-id when compiling.
23148
23149         * mml2015.el: Bind pgg-default-user-id when compiling.
23150
23151         * nndraft.el (nndraft-request-associate-buffer):
23152         Use write-contents-functions instead of write-contents-hooks if it is
23153         available.
23154
23155         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23156         instead of find-file-hooks if it is available.
23157
23158         * nntp.el (nntp-open-connection): Replace
23159         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23160         (nntp-open-ssl-stream): Ditto.
23161         (nntp-open-tls-stream): Ditto.
23162
23163         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23164         set-process-query-on-exit-flag or process-kill-without-query.
23165         (starttls-open-stream-gnutls): Use it instead of
23166         process-kill-without-query.
23167         (starttls-open-stream): Ditto.
23168
23169 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23170
23171         * smime.el (smime-cert-by-ldap-1): Don't use
23172         replace-regexp-in-string.
23173
23174 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23175
23176         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23177
23178         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23179         in PEM format.  Adjust to the XEmacs compatibility.
23180
23181 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23182
23183         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23184         by `string-to-number'.
23185         * gnus-agent.el (gnus-agent-regenerate-group)
23186         (gnus-agent-fetch-articles): Ditto.
23187         * gnus-art.el (gnus-button-fetch-group): Ditto.
23188         * gnus-cache.el (gnus-cache-generate-active)
23189         (gnus-cache-articles-in-group): Ditto.
23190         * gnus-group.el (gnus-group-set-current-level)
23191         (gnus-group-insert-group-line): Ditto.
23192         * gnus-score.el (gnus-score-set-expunge-below)
23193         (gnus-score-set-mark-below, gnus-summary-score-effect)
23194         (gnus-summary-score-entry): Ditto.
23195         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23196         (gnus-soup-pack): Ditto.
23197         * gnus-spec.el (gnus-xmas-format): Ditto.
23198         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23199         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23200         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23201         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23202         * nndb.el (nndb-get-remote-expire-response): Ditto.
23203         * nndiary.el (nndiary-parse-schedule-value)
23204         (nndiary-string-to-number, nndiary-request-replace-article)
23205         (nndiary-request-article): Ditto.
23206         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23207         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23208         * nneething.el (nneething-make-head): Ditto.
23209         * nnfolder.el (nnfolder-request-article)
23210         (nnfolder-retrieve-headers): Ditto.
23211         * nnheader.el (nnheader-file-to-number): Ditto.
23212         * nnkiboze.el (nnkiboze-request-article): Ditto.
23213         * nnmail.el (nnmail-process-unix-mail-format)
23214         (nnmail-process-babyl-mail-format): Ditto.
23215         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23216         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23217         (nnmh-request-create-group, nnmh-request-list-1)
23218         (nnmh-request-group, nnmh-request-article): Ditto.
23219         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23220         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23221         * nnsoup.el (nnsoup-make-active): Ditto.
23222         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23223         * nntp.el (nntp-find-group-and-number)
23224         (nntp-retrieve-headers-with-xover): Ditto.
23225         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23226         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23227         (pgg-format-key-identifier): Ditto.
23228         * pop3.el (pop3-last, pop3-stat): Ditto.
23229         * qp.el (quoted-printable-decode-region): Ditto.
23230
23231         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23232         of concat.
23233
23234 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23235
23236         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23237
23238         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23239
23240         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23241
23242         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23243
23244         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23245
23246         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23247
23248         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23249         (gnus-carpal-mode): Ditto.
23250
23251         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23252         (gnus-browse-mode): Ditto.
23253
23254         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23255
23256         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23257
23258 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23259
23260         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23261
23262 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23263
23264         * gnus-util.el (gnus-run-mode-hooks): New function.
23265
23266         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23267
23268         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23269         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23270
23271 2005-05-27  Lute Kamstra  <lute@gnu.org>
23272
23273         * dns-mode.el (dns-mode): Specify customization group.
23274
23275 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23276
23277         * gnus-agent.el (gnus-agent-make-mode-line-string):
23278         Use mode-line-highlight as mouse-face.
23279
23280 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23281
23282         * canlock.el (canlock): Change the parent group to news.
23283
23284         * deuglify.el (gnus-outlook-deuglify): Add :group.
23285
23286         * dig.el (dig): Add :group.
23287
23288         * dns-mode.el (dns-mode): Add :group.
23289
23290         * encrypt.el (encrypt): Add :group.
23291
23292         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23293         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23294         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23295         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23296         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23297
23298         * gnus-diary.el (gnus-diary): Add :group.
23299
23300         * gnus.el (gnus-group-news-1-face): Add :group.
23301         (gnus-group-news-1-empty-face): Ditto.
23302         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23303         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23304         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23305         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23306         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23307         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23308         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23309         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23310         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23311         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23312         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23313         (gnus-summary-high-ticked-face): Ditto.
23314         (gnus-summary-low-ticked-face): Ditto.
23315         (gnus-summary-normal-ticked-face): Ditto.
23316         (gnus-summary-high-ancient-face): Ditto.
23317         (gnus-summary-low-ancient-face): Ditto.
23318         (gnus-summary-normal-ancient-face): Ditto.
23319         (gnus-summary-high-undownloaded-face): Ditto.
23320         (gnus-summary-low-undownloaded-face): Ditto.
23321         (gnus-summary-normal-undownloaded-face): Ditto.
23322         (gnus-summary-high-unread-face): Ditto.
23323         (gnus-summary-low-unread-face): Ditto.
23324         (gnus-summary-normal-unread-face): Ditto.
23325         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23326         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23327
23328         * hashcash.el (hashcash): New custom group.
23329         (hashcash-default-payment): Add :group.
23330         (hashcash-payment-alist): Ditto.
23331         (hashcash-default-accept-payment): Ditto.
23332         (hashcash-accept-resources): Ditto.
23333         (hashcash-path): Ditto.
23334         (hashcash-extra-generate-parameters): Ditto.
23335         (hashcash-double-spend-database): Ditto.
23336         (hashcash-in-news): Ditto.
23337
23338         * message.el (message-minibuffer-local-map): Add :group.
23339
23340         * netrc.el (netrc): Add :group.
23341
23342         * sieve-manage.el (sieve-manage-log): Add :group.
23343         (sieve-manage-default-user): Diito.
23344         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23345         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23346         (sieve-manage-authenticators): Ditto.
23347         (sieve-manage-authenticator-alist): Ditto.
23348         (sieve-manage-default-port): Ditto.
23349
23350         * sieve-mode.el (sieve-control-commands-face): Add :group.
23351         (sieve-action-commands-face): Ditto.
23352         (sieve-test-commands-face): Ditto.
23353         (sieve-tagged-arguments-face): Ditto.
23354
23355         * smime.el (smime): Add :group.
23356
23357         * spam-report.el (spam-report): Add :group.
23358
23359         * spam.el (spam, spam-face): Add :group.
23360
23361 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23362
23363         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23364         return \n.\n.\n at the end of articles.  Protect against that.
23365         (nntp-with-open-group): Allow debugging.
23366
23367         * nnheader.el (mail-header-set-extra): Make into a function
23368         because I just could't understand how to quote the list properly.
23369
23370         * dns.el (query-dns-cached): New function.
23371
23372 2005-05-26  Lute Kamstra  <lute@gnu.org>
23373
23374         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23375
23376 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23377
23378         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23379
23380         * gnus-art.el: Don't autoload mail-extract-address-components.
23381
23382         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23383         eval-and-compile to evaluate it.
23384
23385         * hashcash.el: Don't autoload executable-find.
23386
23387         * nndb.el: Don't declare the nndb back end two or more times; don't
23388         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23389
23390         * nntp.el: Autoload format-spec instead of format; use
23391         eval-and-compile to evaluate autoload forms.
23392
23393 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23394
23395         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23396
23397 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23398
23399         * gnus.el (gnus-version-number): Bump version.
23400
23401 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23402
23403         * gnus.el: No Gnus v0.3 is released.
23404
23405 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23406
23407         * lpath.el (featurep): Bind show-nonbreak-escape.
23408
23409 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * gnus-art.el (gnus-article-edit-part): Disable undo.
23412
23413 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23414
23415         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23416         gnus-article-date-lapsed-new-header is t if date timer is active;
23417         skip headers in which the original date value is empty.
23418         (gnus-article-save-original-date): Redefine it as a macro.
23419         (gnus-display-mime): Use it.
23420
23421 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23422
23423         * gnus-art.el (article-date-ut): Support converting date in
23424         forwarded parts as well.
23425         (gnus-article-save-original-date): New function.
23426         (gnus-display-mime): Use it.
23427
23428 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23429
23430         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23431         enclosure element of <item>.
23432
23433 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23434
23435         * message.el (message-kill-buffer-query): Rename from
23436         `message-kill-buffer-query-if-modified'.  Add :version.
23437
23438 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23439
23440         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23441         window layout.
23442
23443 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23444
23445         * mml.el: Autoload dnd when compiling.
23446
23447 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23448
23449         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23450         x-dnd-*.
23451
23452 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23453
23454         * qp.el (quoted-printable-encode-region): Save excursion.
23455
23456 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23457
23458         * message.el (message-kill-buffer-query-if-modified): Add new variable
23459         so the user can kill a modified message buffer quickly.
23460         (message-kill-buffer): Use it.
23461
23462 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23463
23464         * lpath.el: Fbind display-time-event-handler; don't fbind
23465         string-to-multibyte.
23466
23467         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23468
23469 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23470
23471         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23472         contained in text because xml.el decodes entities) with LFs.
23473
23474 2005-04-11  Lute Kamstra  <lute@gnu.org>
23475
23476         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23477         differently.
23478
23479 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23480
23481         * mm-util.el (mm-detect-coding-region): Typo.
23482
23483 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23484
23485         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23486
23487 2005-04-06  Deepak Goel  <deego@gnufans.org>
23488
23489         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23490         user-function allow user modifications of the scores.
23491         (spam-stat-score-buffer-user): New function, to allow
23492         user-computed modifications to the score.
23493         (spam-stat-score-buffer-user-functions): List of additional
23494         scoring functions.
23495         (spam-stat-error-holder): Global temporary error holder.
23496         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23497         variable.
23498
23499 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23500
23501         * gnus-registry.el (gnus-registry-clean-empty-function)
23502         (gnus-registry-trim, gnus-registry-fetch-groups)
23503         (gnus-registry-delete-group): Groups that match
23504         `gnus-registry-ignored-groups' are removed from the registry
23505         entries, not just ignored for splitting.  This helps clean up the
23506         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23507         to get all the groups a message ID is in.
23508
23509         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23510         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23511         (spam-stat-score-buffer-user-functions): Add :number custom type.
23512
23513 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23514
23515         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23516         argument in XEmacs.
23517
23518         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23519         (nnrss-request-group): Decode group name first.
23520         (nnrss-request-article): Make a text/plain article if mml-to-mime
23521         failed.
23522         (nnrss-get-encoding): Return a compatible encoding according to
23523         nnrss-compatible-encoding-alist.
23524         (nnrss-find-el): Use consp instead of listp.
23525         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23526
23527 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23530         which Emacs 20 doesn't support.
23531         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23532
23533 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23534
23535         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23536         silence the byte compiler inside the defun.
23537
23538         * gnus-demon.el (parse-time-string): Add autoload.
23539
23540         * gnus-delay.el (parse-time-string): Add autoload.
23541
23542         * gnus-art.el (parse-time-string): Add autoload.
23543
23544         * nnultimate.el (parse-time): Require for `parse-time-string'.
23545
23546 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23547
23548         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23549
23550         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23551
23552         * smime.el (smime-ldap-host-list): Add :version.
23553
23554 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23555
23556         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23557         pass it to `gnus-browse-read-group'.
23558         (gnus-browse-read-group): Add NUMBER argument and pass it to
23559         `gnus-group-read-ephemeral-group'.
23560
23561         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23562         argument and pass it to `gnus-group-read-group'.
23563
23564 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23565
23566         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23567         mm-xemacs-find-mime-charset-1 if we have the mule feature
23568         available at runtime.
23569
23570 2005-03-25  Werner Lemberg  <wl@gnu.org>
23571
23572         * nnmaildir.el: Replace `illegal' with `invalid'.
23573
23574 2005-03-23  Lute Kamstra  <lute@gnu.org>
23575
23576         * time-date.el: Add comment on time value formats.
23577         Don't require parse-time.
23578         (with-decoded-time-value): New macro.
23579         (encode-time-value): New function.
23580         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23581         (days-to-time): Return a valid time value when arg is huge.
23582         (time-since): Use time-subtract.
23583         (time-to-number-of-days): Use time-to-seconds.
23584
23585 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23586
23587         * gnus-start.el (gnus-display-time-event-handler):
23588         Check display-time-timer at runtime rather than only at load time
23589         in case display-time-mode is turned off in the mean time.
23590
23591 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23592
23593         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23594         used.
23595
23596         * nneething.el (nneething-map-file-directory): Derive from
23597         `gnus-directory'.
23598
23599         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23600         the To/Cc button.
23601
23602 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23603
23604         * nnmaildir.el (nnmaildir-request-accept-article):
23605         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23606
23607 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23608
23609         * gnus-async.el: Require timer-funcs at compile time when in
23610         XEmacs for `run-with-idle-timer'.
23611
23612 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23613
23614         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23615         autoloaded function.
23616
23617 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23618
23619         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23620
23621 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23622
23623         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23624
23625 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23626
23627         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23628         Add gnus-expert-user to default.
23629
23630 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23631
23632         * nnimap.el (nnimap-open-server): Ditto.
23633
23634         * imap.el (imap-authenticate): Fix typo.
23635
23636 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23637
23638         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23639         buffer (since IMAP server might return FETCH response out of
23640         order, and the nntp buffer must be sorted).
23641
23642 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23643
23644         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23645         comparison on string.
23646
23647         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23648         (gnus-agent-score): Rename category keywords to match gnus-cus.
23649         (gnus-agent-summary-fetch-series): Modify to protect against
23650         gnus-agent-summary-fetch-group clearing processable flags.
23651         (gnus-agent-synchronize-group-flags): Update live group buffer as
23652         synchronization may occur due to the user toggle the plugged
23653         status.
23654         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23655         successfully downloaded.
23656         (gnus-agent-expire-group-1): Avoid using markers when the overview
23657         is in ascending order; greatly improves performance.
23658         (gnus-agent-regenerate-group):
23659         Use gnus-agent-synchronize-group-flags to reset read status in both
23660         gnus and server.
23661         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23662
23663 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23664
23665         * message.el: Don't autoload former message-utils variables.
23666         (message-strip-subject-trailing-was): Change doc string.
23667
23668         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23669         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23670         (nnweb-google-search): Add "hl=en" here.
23671         (nnweb-google-parse-1, nnweb-google-create-mapping):
23672         Don't hardcode URL.
23673
23674 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23675
23676         * message.el (message-get-reply-headers, message-followup):
23677         Mention related variables `message-use-followup-to' and
23678         `message-use-mail-followup-to', in the information buffer.
23679
23680         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23681         of broken groups(-beta).google.com.
23682
23683 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23684
23685         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23686         parameter to invoked gnus-request-move-article; remove the
23687         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23688         all at once instead of once per article.
23689         (gnus-summary-remove-process-mark): Accept a list of articles as
23690         well as a single article for processing.
23691
23692         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23693         parameter.
23694
23695         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23696
23697         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23698
23699         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23700         parameter.
23701
23702         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23703         parameter.
23704
23705         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23706         parameter and remove the gnus-sum-hint-move-is-internal variable.
23707
23708         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23709         parameter.
23710
23711         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23712         parameter.
23713
23714         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23715         parameter.
23716
23717         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23718
23719         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23720         parameter.
23721
23722         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23723         parameter.
23724
23725 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23726
23727         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23728         a more conservative way.
23729
23730 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23731
23732         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23733         buffer, so it moves the window's cursor.
23734
23735 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23736
23737         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23738         `mm-dissect-multipart' and receive the from field as an (optional)
23739         argument from `mm-dissect-multipart'.
23740         (mm-dissect-multipart): Receive the from field as an argument and
23741         pass it on when we call `mm-dissect-buffer' on MIME parts.
23742         Fixes verification/decryption of signed/encrypted MIME parts.
23743
23744 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23745
23746         * gnus-sum.el (gnus-summary-move-article):
23747         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23748         whatever it calls (right now, only nnimap-request-move article
23749         respects it).
23750
23751         * nnimap.el (nnimap-request-move-article):
23752         When gnus-sum-hint-move-is-internal is set, don't do the extra
23753         nnimap-request-article.
23754
23755 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23756
23757         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23758
23759         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23760         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23761
23762         * gnus-sum.el (gnus-summary-caesar-message):
23763         Apply `gnus-treat-article' after rotation.
23764
23765         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23766         doc string.
23767
23768 2005-02-22  Simon Josefsson  <jas@extundo.com>
23769
23770         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23771         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23772         <arne@arnested.dk>.
23773         (encrypt): Add password-cache and password-cache-expiry as group
23774         members.
23775
23776 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23777
23778         * smime.el (smime-ldap-host-list): Doc fix.
23779         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23780         cache) password.
23781         (smime-sign-region): Use it.
23782         (smime-decrypt-region): Use it.
23783         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23784         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23785         fails.
23786         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23787         certificate from DER to PEM format rather than calling openssl.
23788
23789         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23790
23791         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23792         for signing/encryption.
23793
23794         * mml.el (mml-parse-1): Use them.
23795
23796 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23797
23798         * nnrss.el (nnrss-verbose): Remove.
23799         (nnrss-request-group): Use `nnheader-message' instead.
23800
23801 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23802
23803         * nnrss.el (nnrss-verbose): New variable.
23804         (nnrss-request-group): Make it say nnrss is requesting a group.
23805
23806 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23807
23808         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23809         Handle news URL with given port correctly.
23810
23811 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23812
23813         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23814         containing special characters.
23815
23816         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23817
23818         * mml.el (mime-to-mml): Ditto.
23819
23820         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23821         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23822         (rfc2047-decode-region): Quote decoded words containing special
23823         characters when rfc2047-quote-decoded-words-containing-tspecials
23824         is non-nil.
23825
23826 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23827
23828         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23829
23830         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23831
23832 2005-02-15  Simon Josefsson  <jas@extundo.com>
23833
23834         * nnimap.el (nnimap-debug): Doc fix.
23835
23836         * imap.el (imap-debug): Doc fix.
23837
23838 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23839
23840         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23841
23842 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23843
23844         * gnus.el (spam-contents): Improve docs for spam-contents
23845         parameter in its variable incarnation.
23846
23847 2005-02-14  Simon Josefsson  <jas@extundo.com>
23848
23849         * smime-ldap.el: Use require instead of load-library for ldap.
23850         (smime-ldap-search): Indent.
23851         (smime-ldap-search-internal): Shorten line.
23852
23853         * smime.el (smime-cert-by-dns): Add doc-string.
23854         (smime-cert-by-ldap-1): Indent.
23855
23856         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23857         mml-smime-get-dns-ldap.
23858         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23859
23860 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23861
23862         * smime.el: Require smime-ldap.
23863         (smime-ldap-host-list): New variable.
23864         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23865
23866         * mml-smime.el (mml-smime-encrypt-query): New function.
23867         (mml-smime-encrypt-query): Use it.
23868
23869         * smime-ldap.el: New file.
23870
23871 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23872
23873         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23874
23875 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23876
23877         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23878         argument in doc string.  Make query for type more clear.
23879
23880 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23881
23882         * gnus.el (gnus-group-startup-message): Search for gnus images in
23883         etc/images/gnus.
23884         * mm-util.el (mm-image-load-path): Likewise.
23885         * smiley.el (smiley-data-directory): Search for smilies in
23886         etc/images/smilies.
23887
23888 2005-02-09  Kim F. Storm  <storm@cua.dk>
23889
23890         Change Emacs release version from 21.4 to 22.1 throughout.
23891         Change Emacs development version from 21.3.50 to 22.0.50.
23892
23893 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23894
23895         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23896
23897         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23898         non-Mule XEmacs as well.
23899         (mm-decompress-buffer): Signal an error intentionally if it does
23900         not decompress compressed data because auto-compression-mode is
23901         disabled.
23902
23903 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23904
23905         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23906         an ID in the registry even if it has no groups.
23907
23908 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23909
23910         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23911         merge it into mm-decompress-buffer.
23912         (gnus-mime-copy-part): Use the MIME part charset, the value which
23913         a user specified or gnus-newsgroup-charset for decoding, like
23914         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23915         save-buffer what was used.  Suggested by Kevin Ryde
23916         <user42@zip.com.au>.
23917         (gnus-mime-inline-part): Allow the name parameter as well as the
23918         filename parameter; force decompressing of compressed data; always
23919         display contents being not decoded as unibyte.
23920
23921         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23922         as well as the filename parameter.
23923
23924         * mm-util.el (mm-decompress-buffer):
23925         Merge gnus-mime-jka-compr-maybe-uncompress.
23926         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23927         of compressed data.
23928
23929 2005-02-08  Simon Josefsson  <jas@extundo.com>
23930
23931         * imap.el (imap-log): Doc fix.
23932
23933 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23934
23935         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23936         the coding cookies; decompress compressed parts.
23937
23938         * mml.el (mml-generate-mime-1): Add the charset parameter according
23939         to the value which a user specified manually or the coding cookie.
23940
23941         * mm-util.el (mm-string-to-multibyte): New function.
23942         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23943         (mm-coding-system-to-mime-charset): New function.
23944         (mm-decompress-buffer): New function.
23945         (mm-find-buffer-file-coding-system): New function.
23946
23947         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23948         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23949         parts.
23950
23951 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23952
23953         * mm-view.el (mm-display-inline-fontify): Decode a part according
23954         to the charset parameter.
23955
23956 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23957
23958         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23959         prefix arg is neither nil nor a number, as info specifies.
23960
23961 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23962
23963         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23964         timestamps.
23965
23966 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23967
23968         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23969         groups error checking and notify user.
23970
23971 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23972
23973         * message.el (message-send-mail-function): Check existence of
23974         sendmail-program first before using default value
23975         `message-send-mail-with-sendmail'.  Otherwise use more generic
23976         `smtpmail-send-it'.
23977
23978 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * nntp.el (nntp-request-update-info): Always return nil.
23981
23982 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23983
23984         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23985
23986 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23987
23988         * message.el (message-beginning-of-line): Change the behavior when
23989         invoked between BOL and : so that it first moves backward.
23990
23991 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23992
23993         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23994         article buffer when editing of the article is discarded.
23995         (gnus-article-prepare): Revert.
23996
23997 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23998
23999         * gnus-art.el (gnus-article-prepare):
24000         Remove message-strip-forbidden-properties from the local hook.
24001
24002 2005-01-27  Simon Josefsson  <jas@extundo.com>
24003
24004         * password.el (password-cache-add): Only start one timer per key.
24005         Reported by Derek Atkins <warlord@MIT.EDU>.
24006
24007 2005-01-26  Steve Youngs  <steve@sxemacs.org>
24008
24009         * run-at-time.el: Remove.  It is no longer needed as
24010         timer-funcs.el in the xemacs-base package has a working version of
24011         `run-at-time'.
24012
24013         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
24014
24015         * password.el: Require timer-funcs instead of run-at-time in
24016         XEmacs.
24017         Remove `password-run-at-time' macro.
24018         (password-cache-add): Use `run-at-time' instead of
24019         `password-run-at-time'.
24020
24021         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24022         Remove `nnheader-cancel-function-timers' alias,
24023         `cancel-function-timers' exists in XEmacs in timer-funcs.
24024
24025         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24026         for `run-with-idle-timer'.
24027
24028         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24029         for `run-at-time'.
24030
24031         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24032         for `with-timeout'.
24033
24034         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24035         the same as for XEmacs 21.4.
24036         No need to ignore `run-with-idle-timer', this function exists in
24037         XEmacs now in timer-funcs.el in the xemacs-base package.
24038         (dgnushack-compile): No need to delete
24039         run-at-time.el from the list of files to compile because it
24040         doesn't exist anymore.
24041
24042 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24043
24044         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24045         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24046
24047 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24048
24049         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24050         sensitively.
24051
24052 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24053
24054         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24055
24056 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24057
24058         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24059         which will be inserted according to the multibyteness of a buffer
24060         rather than the type of contents.  Suggested by ARISAWA Akihiro
24061         <ari@mbf.ocn.ne.jp>.
24062
24063         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24064         of string which old xml.el may return rather than a string.
24065
24066 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24067
24068         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24069
24070 2005-01-16  Simon Josefsson  <jas@extundo.com>
24071
24072         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24073         idn/idna.el isn't available.
24074         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24075         <michael@waxrat.com>.
24076
24077         * hashcash.el: Remove non-FSF copyright header.
24078
24079         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24080         (hashcash-generate-payment): Use it.
24081         (hashcash-generate-payment-async): Use it.
24082
24083 2005-01-15  Simon Josefsson  <jas@extundo.com>
24084
24085         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24086         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24087
24088         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24089         gnus-summary-idna-message.
24090         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24091         (gnus-summary-idna-message): New function.
24092
24093 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24094
24095         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24096         gnus-novice-user.
24097
24098 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24099
24100         * nnrss.el (nnrss-request-delete-group): Delete entries in
24101         nnrss-group-alist as well.
24102         (nnrss-save-server-data): Insert newline.
24103
24104 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24105
24106         * gnus.el (gnus-user-agent): Use list of symbols instead of
24107         symbols.  Display full version number for (S)XEmacs.
24108         Optionally display (S)XEmacs codename.
24109
24110         * gnus-util.el (gnus-emacs-version): Update for new
24111         `gnus-user-agent'.
24112
24113         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24114         Gnus version.
24115
24116 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24117
24118         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24119         which is unreadable in some setups.
24120
24121 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24122
24123         * gnus-spec.el (gnus-update-format-specifications): Flush the
24124         group format spec cache if it doesn't support decoded group names.
24125
24126 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24127
24128         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24129         Allow to apply decay on score files matching a regexp.
24130
24131 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24132
24133         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24134         compatibility in %g and %c.
24135
24136 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24139         name for only %g and %c.
24140         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24141         of gnus-tmp-group to decoded group name.
24142         (gnus-group-make-rss-group): Exclude `/'s from group names.
24143
24144 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24145
24146         * nnrss.el (nnrss-get-encoding): Fix regexp.
24147
24148 2004-12-27  Simon Josefsson  <jas@extundo.com>
24149
24150         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24151         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24152         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24153
24154 2004-12-17  Kim F. Storm  <storm@cua.dk>
24155
24156         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24157
24158         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24159
24160 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24161
24162         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24163
24164 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24165
24166         * nnrss.el: Require rfc2047 and mml.
24167         (nnrss-file-coding-system): New variable.
24168         (nnrss-format-string): Redefine it as an inline function.
24169         (nnrss-decode-group-name): New function.
24170         (nnrss-string-as-multibyte): Remove.
24171         (nnrss-retrieve-headers): Decode group name; don't use
24172         nnrss-format-string.
24173         (nnrss-request-group): Decode group name.
24174         (nnrss-request-article): Decode group name; allow a Message-ID as
24175         well as an article number; don't use nnrss-format-string; encode a
24176         Message-ID string which may contain non-ASCII characters; use
24177         mml-to-mime to compose a MIME article.
24178         (nnrss-request-expire-articles): Decode group name.
24179         (nnrss-request-delete-group): Decode group name.
24180         (nnrss-fetch): Clarify error message.
24181         (nnrss-read-server-data): Use insert-file-contents instead of load;
24182         bind file-name-coding-system; use multibyte buffer.
24183         (nnrss-save-server-data): Bind coding-system-for-write to the
24184         value of nnrss-file-coding-system; bind file-name-coding-system;
24185         add coding cookie.
24186         (nnrss-read-group-data): Use insert-file-contents instead of load;
24187         bind file-name-coding-system; use multibyte buffer.
24188         (nnrss-save-group-data): Bind coding-system-for-write to the
24189         value of nnrss-file-coding-system; bind file-name-coding-system.
24190         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24191         make it work with non-ASCII text.
24192         (nnrss-find-el): Make it work with old xml.el as well.
24193
24194 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24195
24196         * nnrss.el (nnrss-get-encoding): New function.
24197         (nnrss-fetch): Use unibyte buffer initially; bind
24198         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24199         decode contents according to the encoding attribute.
24200         (nnrss-save-group-data): Add coding cookie.
24201         (nnrss-mime-encode-string): New function.
24202         (nnrss-check-group): Use it to encode subject and author.
24203
24204 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24205
24206         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24207         imaginary variable.
24208
24209 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24210
24211         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24212         correctly even if there are wide characters.
24213
24214 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24215
24216         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24217         downcased symbol names; make a new cache instead of reusing
24218         bbdb-hashtable.
24219
24220 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24223         concatenating segments rather than before concatenating them.
24224         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24225
24226         * message.el (message-get-reply-headers): Bind `extra'.
24227
24228 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24229
24230         * message.el (message-extra-wide-headers): New variable.
24231         (message-get-reply-headers): Use it.
24232
24233 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24234
24235         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24236         (gnus-agent-group-pathname): Ditto.
24237
24238         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24239
24240         * gnus-group.el (gnus-group-make-group): Decode group name.
24241         (gnus-group-make-rss-group): Register the group data after opening
24242         the nnrss group.
24243
24244 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24245
24246         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24247         by expiry now get marked as read.
24248
24249 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24250
24251         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24252
24253 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24254
24255         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24256         unify Latin characters in XEmacs.
24257         (mm-find-mime-charset-region): Use it.
24258
24259 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24260
24261         * gnus-util.el (gnus-delete-directory): New function.
24262
24263         * gnus-agent.el (gnus-agent-delete-group): Use it.
24264
24265         * gnus-cache.el (gnus-cache-delete-group): Use it.
24266
24267 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24270         names.
24271
24272 2004-12-16  Simon Josefsson  <jas@extundo.com>
24273
24274         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24275
24276 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24279
24280         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24281         (gnus-group-set-current-level): Decode group name.
24282
24283 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24284
24285         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24286         failed.
24287
24288 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24289
24290         * gnus-group.el (gnus-group-delete-group): Decode group name.
24291         (gnus-group-make-rss-group): Encode group name.
24292         (gnus-group-catchup-current): Decode group name.
24293         (gnus-group-kill-group): Decode group name.
24294
24295 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24296
24297         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24298
24299 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24300
24301         * gnus-group.el (gnus-group-make-rss-group):
24302         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24303
24304         * gnus-start.el (gnus-setup-news): Honor user's setting to
24305         gnus-message-archive-method.  Suggested by Lute Kamstra
24306         <lute@gnu.org>.
24307
24308 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24309
24310         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24311         global counterparts of the buffer-local variables.
24312
24313 2004-11-16  Romain Francoise  <romain@orebokech.com>
24314
24315         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24316         counterparts of the buffer-local variables.
24317
24318 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24319
24320         * message.el (message-forbidden-properties): Fix typo in doc
24321         string.
24322
24323 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24324
24325         * gnus-util.el (gnus-replace-in-string): Add doc string.
24326
24327         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24328         to avoid problems when splitting mails with many recipients.
24329
24330 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24331
24332         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24333         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24334
24335 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24336
24337         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24338         if there is no hashtable in memory or file modification time is
24339         newer than cached timestamp.
24340
24341 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24342
24343         * gnus-sum.el (gnus-summary-limit-to-recipient):
24344         Implement not-matching option.
24345
24346 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24347
24348         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24349         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24350         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24351         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24352         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24353         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24354
24355 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24356
24357         * message.el (message-forward-make-body-mml): Remove headers
24358         according to message-forward-ignored-headers if a message is decoded.
24359
24360 2004-12-02  Romain Francoise  <romain@orebokech.com>
24361
24362         * message.el (message-forward-make-body-plain): Always remove
24363         headers according to message-forward-ignored-headers.
24364
24365 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24366
24367         * spam.el (spam-summary-prepare-exit): Remove the
24368         gnus-summary-limit pop for now, it has problems with ham marks for
24369         me.
24370
24371 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24372
24373         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24374         correctly.
24375
24376 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24377
24378         * format-spec.el (format-spec): Message the char.
24379
24380 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24381
24382         * gnus-art.el (gnus-split-methods): Reformat comments.
24383
24384         * spam.el (spam-summary-prepare-exit): Remove article limits
24385         before exiting the summary buffer.
24386
24387 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24390         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24391
24392         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24393         order to silence the byte compiler.
24394
24395         * spam.el: Fix the way to silence the byte compiler, which
24396         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24397         bbdb-search-simple, spam-BBDB-register-routine,
24398         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24399         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24400         spam-stat-buffer-is-spam, spam-stat-load,
24401         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24402         spam-stat-save and spam-stat-split-fancy.
24403
24404 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24405
24406         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24407         which may confuse users.
24408         (canlock-password-for-verify): Ditto.
24409
24410         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24411
24412         * gnus-art.el (gnus-emphasis-alist): Ditto.
24413
24414         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24415
24416         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24417
24418         * gnus-start.el (gnus-save-killed-list): Ditto.
24419
24420         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24421         (gnus-sum-thread-tree-root): Ditto.
24422         (gnus-sum-thread-tree-false-root): Ditto.
24423         (gnus-sum-thread-tree-single-indent): Ditto.
24424
24425         * message.el (message-courtesy-message): Ditto.
24426         (message-archive-note): Ditto.
24427         (message-subscribed-address-file): Ditto.
24428         (message-user-fqdn): Ditto.
24429
24430         * spam-report.el (spam-report-gmane-regex): Ditto.
24431
24432         * spam.el (spam-blackhole-good-server-regex): Ditto.
24433
24434 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * mml.el (mml-preview): Widen the message buffer before copying
24437         the contents to the preview buffer; sort headers before previewing.
24438
24439         * message.el (message-hidden-headers): Fix the way to avoid a bug
24440         in the `repeat' widget in Emacs 21.3 or earlier.
24441
24442 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24443
24444         * message.el (message-hidden-headers): Default to "^References:".
24445         Improve customization type.  Suggested by Reiner Steib
24446         <Reiner.Steib@gmx.de>.
24447
24448 2004-11-25  Romain Francoise  <romain@orebokech.com>
24449
24450         * message.el (message-strip-forbidden-properties): Remove check for
24451         obsolete `message-hidden' text property, hidden headers are not
24452         accessible in the buffer anymore.
24453
24454 2004-11-22  Romain Francoise  <romain@orebokech.com>
24455
24456         * message.el (message-header-format-alist): Add `From' in list
24457         so that it can be sorted.
24458         (message-fix-before-sending): Widen and sort headers before
24459         sending.
24460         (message-hide-headers): Use narrowing to hide headers by moving
24461         them to the top of the buffer and narrowing to the region
24462         underneath.
24463
24464 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24465
24466         * message.el (message-strip-forbidden-properties):
24467         Bind buffer-read-only (etc) to nil.
24468
24469 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24470
24471         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24472         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24473
24474 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24475
24476         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24477
24478 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24479
24480         * dns.el (query-dns): Use sit-for to time instead of
24481         accept-process-output, since that doesn't seem to work on udp
24482         sockets.
24483
24484 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24485
24486         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24487
24488 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24489
24490         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24491         doc string.  Improve doc string.
24492
24493 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24494
24495         * nntp.el (nntp-request-update-info): Return nil if
24496         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24497         may not call gnus-activate-group which uselessly issues the GROUP
24498         commands for all nntp groups and wastes time.  Reported by Romain
24499         Francoise <romain@orebokech.com>.
24500
24501         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24502
24503 2004-11-15  Simon Josefsson  <jas@extundo.com>
24504
24505         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24506         headers separately.
24507         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24508         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24509
24510 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24511
24512         * gnus-start.el (gnus-convert-old-newsrc):
24513         Assign legacy-gnus-agent to 5.10.7.
24514
24515 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24516
24517         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24518         start of the lines.
24519
24520 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24521
24522         * hashcash.el (hashcash-default-payment): Change default to 20.
24523         (hashcash-default-accept-payment): Change default to 20.
24524         (hashcash-process-alist): New variable.
24525         (hashcash-generate-payment-async): Add.
24526         (hashcash-already-paid-p): Add.
24527         (hashcash-insert-payment): Don't generate payments twice.
24528         (hashcash-insert-payment-async): Add.
24529         (hashcash-insert-payment-async-2): Add.
24530         (hashcash-cancel-async): Add.
24531         (hashcash-wait-async): Add.
24532         (hashcash-processes-running-p): Add.
24533         (hashcash-wait-or-cancel): Add.
24534         (mail-add-payment): New optional argument.  Conditionally start
24535         asynchronous calculation.
24536         (mail-add-payment-async): Add.
24537
24538         * message.el (message-send-mail): Wait for asynchronous hashcash
24539         results.  Don't clobber existing X-Hashcash headers.
24540         (message-setup-1): Call mail-add-payment-async when
24541         message-generate-hashcash is non-nil.
24542
24543 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24544
24545         * message.el (message-use-alternative-email-as-from): Examine the
24546         From header as well; use message-make-from in order to include a
24547         user's full name.
24548
24549 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24550
24551         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24552         default; improve customization type.
24553         (gnus-emphasis-custom-with-format): New macro.
24554         (gnus-emphasis-custom-value-to-external): New function.
24555         (gnus-emphasis-custom-value-to-internal): New function.
24556
24557 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24558
24559         * dns.el (query-dns): Resolve reverse addresses.
24560
24561 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24562
24563         * gnus-group.el (gnus-group-get-new-news): Use it.
24564
24565         * gnus-start.el (gnus-check-reasonable-setup): New function.
24566
24567 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24568
24569         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24570         "Args out of range" error.  Reported by Arnaud Giersch
24571         <arnaud.giersch@free.fr>.
24572
24573 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24574
24575         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24576
24577 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24578
24579         * spam.el (spam group): Add :version.
24580
24581         * pgg-def.el (pgg group): Add :version.
24582
24583 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24584
24585         * gnus-art.el (gnus-article-edit-article): Don't associate the
24586         article buffer with a draft file.  This is a temporary measure
24587         against the 2004-08-22 change to gnus-article-edit-mode.
24588
24589 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24590
24591         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24592         (html2text-format-tags): Remove unused variable `attr'.
24593
24594 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24595
24596         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24597
24598         * tls.el (tls-process-connection-type, tls-success)
24599         (tls-certtool-program): Add :version.
24600
24601         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24602         (starttls-extra-arguments, starttls-process-connection-type)
24603         (starttls-connect, starttls-failure, starttls-success): Add :version.
24604
24605         * spam-stat.el (spam-stat): Add :version.
24606
24607         * sieve.el (sieve): Add :version.
24608
24609         * sha1.el (sha1): Add :version.
24610         (sha1-use-external): Remove redundant version.
24611
24612         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24613         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24614         (nnmail-split-fancy-match-partial-words)
24615         (nnmail-split-lowercase-expanded): Add :version.
24616
24617         * nndiary.el (nndiary): Add :version.
24618
24619         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24620
24621         * mml-sec.el (mml-default-sign-method)
24622         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24623         Add :version.
24624
24625         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24626
24627         * mm-url.el (mm-url-use-external, mm-url-program)
24628         (mm-url-arguments): Add :version.
24629
24630         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24631         (mm-attachment-file-modes, mm-decrypt-option)
24632         (mm-w3m-safe-url-regexp): Add :version.
24633
24634         * message.el (message-cite-prefix-regexp)
24635         (message-sendmail-envelope-from, message-minibuffer-local-map)
24636         (message-user-fqdn, message-completion-alist): Add :version.
24637
24638         * gnus-win.el (gnus-configure-windows-hook)
24639         (gnus-use-frames-on-any-display): Add :version.
24640
24641         * gnus-art.el (gnus-article-address-banner-alist)
24642         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24643         (gnus-treat-from-picon, gnus-treat-mail-picon)
24644         (gnus-treat-x-pgp-sig): Add :version.
24645
24646         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24647         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24648         (gnus-summary-article-delete-hook)
24649         (gnus-summary-display-while-building): Add :version.
24650
24651         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24652         (gnus-get-top-new-news-hook): Add :version.
24653
24654         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24655         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24656
24657         * gnus-registry.el (gnus-registry): Add :version.
24658
24659         * gnus-spec.el (gnus-use-correct-string-widths)
24660         (gnus-make-format-preserve-properties): Add :version.
24661
24662         * gnus.el (gnus-group-charter-alist)
24663         (gnus-group-fetch-control-use-browse-url)
24664         (gnus-install-group-spam-parameters): Add :version.
24665
24666         * gnus-diary.el (gnus-diary): Add :version.
24667
24668         * gnus-delay.el (gnus-delay): Add :version.
24669
24670         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24671         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24672         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24673         Add :version.
24674
24675         * gnus-agent.el (gnus-agent-max-fetch-size)
24676         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24677         (gnus-agent-prompt-send-queue): Add :version.
24678
24679         * deuglify.el (gnus-outlook-deuglify): Add :version.
24680
24681         * html2text.el: Beautify code.  Improve doc strings.
24682         Some checkdoc cleanup.
24683         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24684
24685 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24686
24687         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24688
24689 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24690
24691         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24692         when package is loaded.
24693
24694         * spam.el (spam-summary-score-preferred-header): Add global preference
24695         for people who want to override the default SpamAssassin over
24696         Bogofilter preference (when both are set).
24697         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24698         (spam-user-format-function-S):
24699         Check spam-summary-score-preferred-header.
24700         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24701         (spam-user-format-function-S): Format the score correctly.
24702
24703 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24704
24705         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24706         signature file.  Suggested by Manoj Srivastava
24707         <srivasta@golden-gryphon.com>.
24708
24709         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24710         iso-2022-jp even in the Japanese language environment.
24711         Suggested by Jason Rumney <jasonr@gnu.org>.
24712
24713 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24714
24715         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24716         use the same characters as the dummy marks; make it free from
24717         getting affected by the language environment.
24718         (gnus-summary-read-group-1): Update mark positions only when the
24719         format spec is updated.
24720
24721         * gnus-spec.el (gnus-update-format-specifications): Return a list
24722         of updated types.
24723
24724 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24725
24726         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24727         of boundp to check if display-warning is available.
24728
24729 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24730
24731         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24732
24733 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24734
24735         * nnspool.el (nnspool-spool-directory): Use news-path if the
24736         news-directory variable is not bound.
24737
24738         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24739         function instead of display-warning if it is not available.
24740
24741 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24742
24743         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24744         v5-10: Use `point-at-bol'.
24745
24746 2004-10-26  Simon Josefsson  <jas@extundo.com>
24747
24748         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24749         <chenggao@gmail.com>.
24750
24751 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24752
24753         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24754         instead.
24755
24756 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24757
24758         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24759         to remove a server from the nnimap-server-buffer-alist.
24760         (nnimap-open-connection, nnimap-close-server): Use it.
24761
24762         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24763
24764 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24765
24766         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24767         running the major-mode function.
24768
24769 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24770
24771         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24772         dummy marks in the right way.
24773
24774 2004-10-18  David Edmondson  <dme@dme.org>
24775
24776         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24777         excessively.
24778
24779 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24780
24781         * gnus-util.el (gnus-split-references): Accept a nil references
24782         string and go on blissfully.
24783
24784         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24785         cases where the references string is non-nil but has no references.
24786
24787         * encrypt.el: Add autoload tags.
24788
24789         * spam.el (spam-resolve-registrations-routine): Remove article
24790         from unregistration list too.  Reported by David Hanak
24791         <dhanak@isis.vanderbilt.edu>
24792
24793 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24794
24795         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24796         nil.  Change custom type.
24797
24798 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24799
24800         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24801
24802         * gnus-sum.el (gnus-summary-move-article): Use it.
24803
24804 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24805
24806         * encrypt.el: Add autoload cookies.
24807
24808         * spam.el (spam-backend-article-list-property)
24809         (spam-backend-get-article-todo-list)
24810         (spam-backend-put-article-todo-list)
24811         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24812         Resolve registrations separately.
24813         (spam-register-routine): Format comments.
24814         (spam-unregister-routine, spam-register-routine): Always call with
24815         specific-articles, no default list.
24816         (spam-summary-prepare-exit): Use the spam-classifications function.
24817
24818         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24819         gnus-encrypt.el.
24820
24821         * encrypt.el: Copied from gnus-encrypt.el.
24822
24823         * gnus-encrypt.el: Commented that it's obsolete.
24824
24825 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24826
24827         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24828         (gnus-score-save): Use it.
24829
24830         * message.el (message-bury): Use `window-dedicated-p'.
24831
24832 2004-10-15  Simon Josefsson  <jas@extundo.com>
24833
24834         * pop3.el (top-level): Don't require nnheader.
24835         (pop3-read-timeout): Add.
24836         (pop3-accept-process-output): Add.
24837         (pop3-read-response, pop3-retr): Use it.
24838
24839 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24840
24841         * spam.el (spam-register-routine): Move comment.
24842         (spam-verify-bogofilter): Use 'unknown for the initial
24843         spam-bogofilter-valid state, not 'never.
24844
24845         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24846         for netrc-machine.
24847
24848         * nnimap.el (nnimap-open-connection):
24849         Use netrc-machine-user-or-password.
24850
24851 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24852
24853         * gnus-registry.el (gnus-registry-unload-hook):
24854         Set as a variable with add-hook.
24855
24856         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24857         of news-path.
24858
24859         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24860
24861         * spam.el: Delete duplicate `provide'.
24862         (spam-unload-hook): Set as a variable with add-hook.
24863
24864 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24865
24866         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24867         in the doc string.
24868
24869         * message.el (message-ignored-news-headers)
24870         (message-ignored-supersedes-headers)
24871         (message-ignored-resent-headers)
24872         (message-forward-ignored-headers): Improve custom type.
24873
24874 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24875
24876         * message.el (message-tokenize-header): Fix 2004-09-06 change
24877         which used point-min in the wrong place.
24878
24879 2004-10-12  Simon Josefsson  <jas@extundo.com>
24880
24881         * tls.el (tls-certtool-program): New variable.
24882         (tls-certificate-information): New function, based on
24883         ssl-certificate-information.
24884
24885 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24886
24887         * compface.el: Move the version of ELisp-based uncompface program
24888         to the contrib directory because of the copyright problem.
24889
24890 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24891
24892         * message.el (message-kill-buffer): Raise the current frame.
24893
24894 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24895
24896         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24897
24898         * gnus.el (message-y-or-n-p): Autoload.
24899
24900         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24901         (pop3-password-required, pop3-authentication-scheme)
24902         (pop3-leave-mail-on-server): Make customizable.
24903         (pop3): New custom group.
24904         (pop3-retr): Remove `sleep-for' statements.
24905         Suggested by Dave Love <fx@gnu.org>.
24906
24907         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24908         Windows/DOS.
24909
24910         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24911         (imap-parse-body): Fix incorrect use of `assert'.
24912         Suggested by Dave Love <fx@gnu.org>.
24913
24914         * mml.el (mml-minibuffer-read-disposition): Require match.
24915         Suggested by Dave Love <fx@gnu.org>.
24916
24917 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24918
24919         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24920         doc string.
24921
24922 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24923
24924         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24925
24926 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24927
24928         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24929         instead of calling `mm-insert-inline', to decode text/* parts
24930         before displaying them.
24931
24932 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24933
24934         * mm-uu.el (mm-uu-text-plain-type): New variable.
24935         (mm-uu-pgp-signed-extract-1): Use it.
24936         (mm-uu-pgp-encrypted-extract-1): Use it.
24937         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24938         bind mm-uu-text-plain-type with that value.
24939         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24940         mm-uu-dissect.
24941
24942 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * gnus-group.el (gnus-update-group-mark-positions):
24945         * gnus-sum.el (gnus-update-summary-mark-positions):
24946         * message.el (message-check-news-body-syntax):
24947         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24948         of string-as-multibyte.
24949
24950 2004-10-05  Juri Linkov  <juri@jurta.org>
24951
24952         * gnus-group.el (gnus-update-group-mark-positions):
24953         * gnus-sum.el (gnus-update-summary-mark-positions):
24954         * message.el (message-check-news-body-syntax):
24955         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24956         8-bit unibyte values to a multibyte string for search functions.
24957
24958 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24959
24960         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24961         (mm-uu-dissect-text-parts): New function.
24962
24963         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24964         dissect text parts.
24965
24966         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24967         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24968
24969         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24970
24971         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24972         Use gnus-current-topics instead of gnus-current-topic.
24973
24974 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24975
24976         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24977
24978 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24979
24980         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24981         where appropriate.
24982
24983         * nnml.el (nnml-generate-active-info): do.
24984
24985         * nndiary.el (nndiary-generate-active-info): do.
24986
24987         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24988         (gnus-topic-move): do.
24989
24990         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24991         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24992
24993         * gnus-srvr.el (gnus-server-prepare)
24994         (gnus-server-open-all-servers): do.
24995
24996         * gnus-msg.el (gnus-summary-cancel-article)
24997         (gnus-summary-resend-message)
24998         (gnus-summary-mail-crosspost-complaint): do.
24999
25000         * gnus-move.el (gnus-change-server): do.
25001
25002         * gnus-group.el (gnus-group-unmark-all-groups)
25003         (gnus-group-set-current-level): do.
25004
25005 2004-10-04  Simon Josefsson  <jas@extundo.com>
25006
25007         * message.el (message-generate-hashcash): Doc fix.
25008
25009 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
25010
25011         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
25012         avoid infinite recursion via gnus-get-function.
25013
25014 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
25015
25016         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
25017
25018         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
25019
25020         * nnmail.el (nnmail-split-history): do.
25021
25022         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25023         (nnml-request-delete-group): do.
25024
25025         * nnslashdot.el (nnslashdot-read-groups): do.
25026
25027         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25028         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25029
25030         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25031         (nnspool-sift-nov-with-sed): Use last.
25032         (nnspool-retrieve-headers-with-nov): Use mapc.
25033         (nnspool-request-newgroups): Use dolist.
25034         (nnspool-request-group): Use last.
25035
25036         * nntp.el (nntp-read-server-type): Use dolist.
25037
25038         * nnvirtual.el (nnvirtual-create-mapping)
25039         (nnvirtual-update-read-and-marked): Use dolist.
25040         (nnvirtual-convert-headers): Simplify.
25041
25042 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25043
25044         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25045         Add support for sync'ing tick marks.
25046
25047 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25048
25049         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25050         there's no visible header.
25051
25052 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25053
25054         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25055         When necessary, pass full group name to gnus-request-set-marks.
25056
25057 2004-10-01  Simon Josefsson  <jas@extundo.com>
25058
25059         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25060         acroread.
25061
25062 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25063
25064         * spam-report.el (spam-report-gmane): Fix interactive.
25065
25066         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25067
25068         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25069         when writing file.
25070         (gnus-agent-synchronize-flags): Don't default to being
25071         interactive.
25072
25073 2004-09-30  Simon Josefsson  <jas@extundo.com>
25074
25075         * message.el (message-generate-hashcash): Add.
25076         (message-send-mail): Use it, call mail-add-payment.
25077
25078 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25079
25080         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25081
25082 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25083
25084         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25085         gnus-requst-update-info with explicit code to sync the in-memory
25086         info read flags with the marks being sync'd to the backend.
25087
25088         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25089
25090 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25091
25092         * spam.el (spam-verify-bogofilter): Add new function.
25093         (spam-check-bogofilter)
25094         (spam-bogofilter-register-with-bogofilter): Use it.
25095         (spam-verify-bogofilter): Add small fixes.
25096
25097 2004-09-28  Simon Josefsson  <jas@extundo.com>
25098
25099         * hashcash.el (hashcash-generate-payment): Revert.
25100
25101 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25102
25103         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25104         Use gnus-extract-references instead of gnus-split-references.
25105
25106         * gnus-util.el (gnus-extract-references): Add new function, analogous
25107         to gnus-split-references but extracts only the message-ID without
25108         anything extra.
25109
25110         * hashcash.el (hashcash-generate-payment)
25111         (hashcash-check-payment): Do the right thing if hashcash-path is
25112         nil (because the hashcash program could not be found).
25113
25114         * spam.el (spam-use-hashcash): Remove comment.
25115
25116 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25117
25118         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25119         (gnus-cache-enter-article, gnus-cache-remove-article)
25120         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25121
25122         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25123
25124         * gnus-art.el (article-hide-boring-headers)
25125         (article-translate-strings, article-display-face)
25126         (gnus-article-mime-match-handle-first)
25127         (gnus-article-highlight-headers)
25128         (gnus-article-add-buttons-to-head): do.
25129
25130 2004-09-27  Simon Josefsson  <jas@extundo.com>
25131
25132         * hashcash.el: New version, from
25133         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25134         ../contrib/.
25135
25136 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25137
25138         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25139
25140 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25141
25142         * gnus-dup.el (gnus-dup-open): Use mapc.
25143         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25144
25145         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25146         Reported by Stefan Wiens <s.wi@gmx.net>.
25147
25148         * gnus.el (gnus-shutdown): Use dolist.
25149
25150         * gnus-undo.el (gnus-undo): Use mapc.
25151
25152         * nnrss.el (nnrss-generate-active): do.
25153
25154         * message.el (message-cite-original-without-signature)
25155         (message-cite-original): Use mapc.
25156         (message-do-actions, message-make-forward-subject): Use dolist.
25157
25158 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25159
25160         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25161         deletion to remove entire duplicate line.  Fixes merged article
25162         number bug.
25163
25164 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25165
25166         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25167         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25168         first ask if you want to open a server and then, even when you
25169         responded with no, asking if you want to synchronize the server's
25170         flags.
25171         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25172         multi-line expressions.
25173         (gnus-agent-synchronize-group-flags): New internal function.
25174         Updates marks in memory (in the info structure) AND in the
25175         backend.
25176
25177         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25178
25179         * nnagent.el (nnagent-request-set-mark):
25180         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25181         method, to ensure that synchronization updates marks in the
25182         backend and in the info (in memory) structure.
25183
25184 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25185
25186         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25187         convention fully; don't miss the root article of a thread; make
25188         the X-Draft-From header with correct article numbers.
25189
25190 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25191
25192         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25193         unless plugged.  Disable the agent so that an open failure causes
25194         an error.
25195
25196         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25197         Revert 2004-09-21 change.  The backend must be opened while
25198         synchronizing flags even when the backend stores the flags
25199         locally.
25200
25201 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25202
25203         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25204         in `header' match.  Reported by Svend Tollak Munkejord.
25205
25206         * message.el (message-cite-original): Fix use of
25207         `message-cite-articles-with-x-no-archive'.
25208
25209 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25210
25211         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25212         (gnus-window-to-buffer): Ditto.
25213
25214         * mml.el (mml-preview-buffer): New variable.
25215         (mml-preview): Manage window layout with gnus-buffer-configuration.
25216
25217         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25218         X-Draft-From header even if those articles aren't quoted.
25219
25220 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25221
25222         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25223         (gnus-request-set-mark, gnus-request-update-mark): Use new
25224         g-s-t-u-l-m to decide to use backend even when unplugged.
25225
25226 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25227
25228         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25229         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25230
25231 2004-09-20  Simon Josefsson  <jas@extundo.com>
25232
25233         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25234         "utf-16-le".
25235
25236 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25237
25238         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25239
25240 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25241
25242         * uudecode.el (uudecode-use-external): Add :version.
25243
25244         * smime.el (smime-CA-file, smime-encrypt-cipher)
25245         (smime-dns-server): Add :version.
25246
25247         * smiley.el (gnus-smiley-file-types): Add :version.
25248
25249         * sha1.el (sha1-use-external): Add :version.
25250
25251         * pgg-def.el (pgg-query-keyserver): Add :version.
25252
25253         * nnmail.el (nnmail-fancy-expiry-targets)
25254         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25255         Add :version.
25256
25257         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25258         (nnimap-retrieve-groups-asynchronous): Add :version.
25259         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25260
25261         * mml.el (mml-content-disposition-parameters)
25262         (mml-insert-mime-headers-always): Add :version.
25263
25264         * mm-util.el (mm-coding-system-priorities): Add :version.
25265
25266         * mm-decode.el (mm-inline-text-html-with-images)
25267         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25268         (mm-verify-option): Add :version.
25269         (mm-text-html-renderer): Change :version.
25270
25271         * message.el (message-fcc-externalize-attachments)
25272         (message-required-headers, message-draft-headers)
25273         (message-subject-trailing-was-query)
25274         (message-subject-trailing-was-ask-regexp)
25275         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25276         (message-mark-insert-end, message-archive-header)
25277         (message-archive-note, message-cross-post-default)
25278         (message-cross-post-note, message-followup-to-note)
25279         (message-cross-post-note-function, message-use-mail-followup-to)
25280         (message-subscribed-address-functions)
25281         (message-subscribed-address-file, message-subscribed-addresses)
25282         (message-subscribed-regexps, message-allow-no-recipients)
25283         (message-yank-cited-prefix, message-signature-insert-empty-line)
25284         (message-hidden-headers, message-hierarchical-addresses)
25285         (message-mail-user-agent, message-use-idna)
25286         (message-valid-fqdn-regexp)
25287         (message-strip-special-text-properties, message-header-synonyms)
25288         (message-beginning-of-line, message-tab-body-function): Add :version.
25289         (message-insert-canlock, message-wide-reply-confirm-recipients):
25290         Change :version.
25291
25292         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25293         and :version.
25294         (mail-source-delete-old-incoming-confirm)
25295         (mail-source-movemail-program): Add :version.
25296
25297         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25298         (gnus-agent-cache, gnus-agent): Change :version.
25299
25300         * gnus-util.el (gnus-use-byte-compile): Change :version.
25301
25302         * gnus-sum.el (gnus-summary-make-false-root-always)
25303         (gnus-summary-default-high-score)
25304         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25305         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25306         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25307         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25308         (gnus-sum-thread-tree-single-indent)
25309         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25310         (gnus-sum-thread-tree-leaf-with-other)
25311         (gnus-sum-thread-tree-single-leaf): Add :version.
25312         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25313         (gnus-article-loose-mime): Change :version.
25314
25315         * gnus-start.el (gnus-backup-startup-file)
25316         (gnus-save-startup-file-via-temp-buffer): Add :version.
25317
25318         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25319         (gnus-server-offline-face): Add :version.
25320
25321         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25322
25323         * gnus-msg.el (gnus-gcc-externalize-attachments)
25324         (gnus-debug-files, gnus-debug-exclude-variables)
25325         (gnus-discouraged-post-methods): Change :version.
25326         (gnus-confirm-mail-reply-to-news)
25327         (gnus-confirm-treat-mail-like-news): Add :version.
25328
25329         * gnus-int.el (gnus-server-unopen-status): Add :version.
25330
25331         * gnus-group.el (gnus-group-jump-to-group-prompt)
25332         (gnus-large-ephemeral-newsgroup)
25333         (gnus-fetch-old-ephemeral-headers): Add :version.
25334
25335         * gnus-fun.el (gnus-x-face-directory)
25336         (gnus-convert-pbm-to-x-face-command)
25337         (gnus-convert-image-to-x-face-command)
25338         (gnus-convert-image-to-face-command): Add :version.
25339
25340         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25341
25342         * gnus-cite.el (gnus-cite-blank-line-after-header)
25343         (gnus-article-boring-faces): Add :version.
25344
25345         * gnus-art.el (gnus-buttonized-mime-types)
25346         (gnus-inhibit-mime-unbuttonizing)
25347         (gnus-treat-display-face)
25348         (gnus-treat-body-boundary): Change :version.
25349         (gnus-body-boundary-delimiter, gnus-picon-databases)
25350         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25351         (gnus-treat-date-english, gnus-treat-fold-headers)
25352         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25353         (gnus-treat-mail-picon, gnus-treat-wash-html)
25354         (gnus-article-encrypt-protocol)
25355         (gnus-use-idna, gnus-article-over-scroll)
25356         (gnus-mime-display-multipart-alternative-as-mixed)
25357         (gnus-mime-display-multipart-related-as-mixed)
25358         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25359         (gnus-ctan-url, gnus-button-ctan-handler)
25360         (gnus-button-handle-ctan-bogus-regexp)
25361         (gnus-button-ctan-directory-regexp)
25362         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25363         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25364         (gnus-button-man-level, gnus-button-emacs-level)
25365         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25366
25367         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25368         (gnus-agent-go-online): Change :version.
25369         (gnus-agent-expire-unagentized-dirs)
25370         (gnus-agent-auto-agentize-methods): Add :version.
25371
25372         * flow-fill.el (fill-flowed-display-column)
25373         (fill-flowed-encode-column): Add :version.
25374
25375         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25376         (gnus-outlook-deuglify-unwrap-max)
25377         (gnus-outlook-deuglify-cite-marks)
25378         (gnus-outlook-deuglify-unwrap-stop-chars)
25379         (gnus-outlook-deuglify-no-wrap-chars)
25380         (gnus-outlook-deuglify-attrib-cut-regexp)
25381         (gnus-outlook-deuglify-attrib-verb-regexp)
25382         (gnus-outlook-deuglify-attrib-end-regexp)
25383         (gnus-outlook-display-hook): Add :version.
25384
25385         * binhex.el (binhex-use-external): Add :version.
25386
25387 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25388
25389         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25390         and `invisible'.
25391
25392 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25393
25394         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25395         in gnus-registry-trim.
25396
25397 2004-09-13  Simon Josefsson  <jas@extundo.com>
25398
25399         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25400
25401         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25402
25403         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25404         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25405         <yamaoka@jpl.org>.
25406         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25407         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25408         <yamaoka@jpl.org>.
25409
25410         * sieve.el (sieve-manage-mode): Ditto.
25411
25412 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25413
25414         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25415
25416 2004-09-11  Simon Josefsson  <jas@extundo.com>
25417
25418         * dns-mode.el: Add.
25419
25420         * mm-view.el (mm-display-dns-inline): Add.
25421
25422         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25423         (mm-automatic-display): Ditto.
25424
25425         * mailcap.el (mailcap-mime-data): Add text/dns.
25426         (mailcap-mime-extensions): Map .soa to text/dns.
25427
25428 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25429
25430         * gnus-art.el (article-decode-mime-words, article-babel)
25431         (gnus-article-highlight-signature, gnus-article-add-buttons)
25432         (gnus-signature-toggle): Remove unnecessary bindings of
25433         `inhibit-read-only' inherited from v5.10 merge.
25434
25435 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25436
25437         * nntp.el (nntp): New customization group.
25438         (nntp-authinfo-file): Add customization group.
25439
25440         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25441
25442         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25443
25444         * gnus.el (to-address, to-list, subscribed)
25445         (large-newsgroup-initial): Ditto.
25446
25447         * flow-fill.el (fill-flowed-display-column)
25448         (fill-flowed-encode-column): Ditto.
25449
25450 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25451
25452         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25453         Use point-min rather than 1.
25454         (message-send-mail): Use buffer-size rather than point-max.
25455
25456         * gnus-sum.el (gnus-summary-search-article-forward):
25457         Signal a specific `search-failed' rather than a generic `error'.
25458
25459         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25460         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25461         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25462
25463 2004-09-10  Simon Josefsson  <jas@extundo.com>
25464
25465         * nndb.el (require): Remove tcp and duplicate cl.
25466
25467 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25468
25469         * gnus-agent.el (directory-files-and-attributes): Move forward.
25470
25471 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25472
25473         * gnus-agent.el (directory-files-and-attributes):
25474         Optionally defined to support XEmacs.
25475
25476 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25477
25478         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25479         to avoid run-time CL dependencies.
25480         (gnus-agent-unfetch-articles): New function.
25481         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25482         article numbers even when local .overview file is missing.
25483         (gnus-agent-read-article-number): New function.  Only accepts
25484         27-bit article numbers.
25485         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25486         Use gnus-agent-read-article-number.
25487         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25488         from backend while recognizing that article numbers in .overview
25489         must be valid.
25490         (gnus-agent-update-files-total-fetched-for):
25491         Use directory-files-and-attributes to improve performance.
25492         * gnus-int.el (gnus-request-move-article):
25493         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25494         improve performance.
25495
25496         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25497         some users confused by references to .newsrc when they only have a
25498         .newsrc.eld file.
25499         (gnus-convert-mark-converter-prompt)
25500         (gnus-convert-converter-needs-prompt): Fix use of property list.
25501         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25502         New function.  Used internally to only display 'gnus converting
25503         files' message when actually necessary.
25504
25505         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25506         methods now autoloaded.
25507
25508 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25509
25510         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25511         identifiers.
25512
25513 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25514
25515         * gnus-picon.el: Fix indentation and closing parenthesis.
25516
25517 2004-09-01  Simon Josefsson  <jas@extundo.com>
25518
25519         * message.el (message-canlock-generate): Require sha1, not
25520         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25521         to require within a function.  Sadly, if sha1.el isn't loaded, the
25522         let binding in m-c-g will hide the defcustom definition, which is
25523         bad.)
25524
25525         * canlock.el: Require sha1, not sha1-el.
25526
25527         * message.el: Don't autoload sha1 (there is a autoload cookie in
25528         sha1.el).
25529
25530         * sha1-el.el: Rename to sha1.el.
25531
25532 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25533
25534         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25535
25536 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25537
25538         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25539
25540 2004-08-30  Kim F. Storm  <storm@cua.dk>
25541
25542         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25543
25544         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25545         Add :group 'nnimap.
25546
25547 2004-08-30  Andreas Schwab  <schwab@suse.de>
25548
25549         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25550         ?* and ?\;.
25551
25552         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25553         and ?\' to symbol instead of whitespace.
25554
25555 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25556
25557         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25558
25559         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25560         instead of re-search-forward.
25561
25562         * gnus-uu.el (gnus-uu-save-article): Ditto.
25563         (gnus-uu-post-encode-uuencode): Ditto.
25564
25565         * html2text.el (html2text-clean-list-items): Ditto.
25566         (html2text-clean-dtdd): Ditto.
25567         (html2text-format-tags): Ditto.
25568
25569         * message.el (message-send-mail-with-sendmail): Fix regexp.
25570         (message-fill-field-general): Use search-forward instead of
25571         re-search-forward.
25572         (unbold-region): Ditto.
25573
25574         * nnrss.el (nnrss-request-article): Ditto.
25575
25576         * nnslashdot.el (nnslashdot-request-article): Ditto.
25577
25578         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25579
25580         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25581         "Unrecognized menu descriptor" error in XEmacs.
25582
25583 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25584
25585         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25586         parent article of a sparse article in the thread hashtb.
25587
25588 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25589
25590         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25591         (nnmail-expand-newtext): Lowercase expanded entries if
25592         nnmail-split-lowercase-expanded is non-nil.
25593
25594 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25595
25596         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25597
25598         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25599         of gnus-tmp-news-method into string under XEmacs.  It will be
25600         passed to gnus-correct-length which takes only a string argument.
25601
25602 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25603
25604         * gnus-util.el (gnus-bind-print-variables): New macro.
25605         (gnus-prin1): Use it.
25606         (gnus-prin1-to-string): Use it.
25607         (gnus-pp): New function.
25608         (gnus-pp-to-string): New function.
25609
25610         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25611         Replace pp-to-string with gnus-pp-to-string.
25612         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25613         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25614         * gnus-msg.el (gnus-debug): Ditto.
25615         * gnus-score.el (gnus-score-save): Ditto.
25616         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25617         gnus-pp-to-string.
25618         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25619         with gnus-pp.
25620         * score-mode.el (gnus-score-pretty-print): Ditto.
25621         * webmail.el (webmail-debug): Ditto.
25622
25623 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25624
25625         * gnus-art.el (article-display-face, article-display-x-face):
25626         Use buffer-read-only.
25627
25628 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25629
25630         * gnus-art.el (article-hide-list-identifiers):
25631         Bind inhibit-read-only as t.
25632
25633 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25634
25635         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25636
25637 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25638
25639         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25640         (gnus-narrow-to-page): Don't assume point-min == 1.
25641         (gnus-article-edit-mode): Derive from message-mode.
25642
25643         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25644         point-min == 1.
25645
25646         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25647         Disable incorrect use of `assert'.
25648
25649         * message.el (message-mode): Set comment-start-skip.
25650
25651
25652 2004-08-22  Sam Steingold  <sds@gnu.org>
25653
25654         * pop3.el (pop3-leave-mail-on-server): New user variable.
25655         (pop3-movemail): Delete mail only when it is nil.
25656
25657 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25658
25659         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25660
25661         * mml.el (mml-preview): Use `pop-to-buffer'.
25662
25663         * message.el (message-goto-mail-followup-to): Insert after "To".
25664         (message-carefully-insert-headers): Add comment.
25665
25666         * gnus.el: Remove unused variable `gnus-article-check-size'.
25667
25668         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25669
25670         * gnus-art.el (gnus-button-alist):
25671         Improve `gnus-button-handle-library' entry.
25672
25673 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25674
25675         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25676         Use downcase, since XEmacs capitalizes error messages differently.
25677
25678 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25679
25680         * nntp.el: Add (require 'gnus) due to reference to
25681         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25682
25683 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25684
25685         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25686         Bind `mm-fill-flowed'.
25687
25688         * mm-decode.el (mm-dissect-singlepart): Check it.
25689
25690 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25691
25692         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25693         'imap' for netrc parsing.
25694
25695 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25696
25697         * mailcap.el (mailcap-mime-data): Mark as risky.
25698
25699 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25700
25701         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25702         may be included in the encoded word.
25703         (rfc2047-encode): Don't append a space if the encoded word
25704         includes close parenthesis.
25705
25706 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25707
25708         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25709         of text within parentheses.
25710
25711 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25712
25713         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25714         (gnus-encrypt-write-file-contents): Make the password key the file
25715         name PLUS the cipher, not just the cipher.  Also remove failed
25716         passwords from the cache.
25717
25718 2004-08-06  Simon Josefsson  <jas@extundo.com>
25719
25720         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25721         Doc fix.
25722
25723 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25724
25725         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25726         LWSP.
25727
25728 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25729
25730         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25731         Try to append in-reply-to: data to the references: header.
25732
25733         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25734         (netrc-parse): Use gnus-encrypt.el functions.
25735
25736         * gnus-encrypt.el: Add new file for encryption support; currently
25737         does only a few GPG ciphers and an internal XOR cipher.
25738
25739         * password.el: Add comments on using password-read-and-add.
25740         (password-read-and-add): Add function to read and add the
25741         password to the cache at once.
25742
25743 2004-07-28  Simon Josefsson  <jas@extundo.com>
25744
25745         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25746         parameter (but don't use it, for now).
25747
25748         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25749         instead of hard coding to nil.
25750
25751 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25752
25753         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25754         as mm-inline-image-xemacs does.
25755
25756 2004-07-26  Simon Josefsson  <jas@extundo.com>
25757
25758         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25759         Revert part of 2004-07-17 change below.
25760
25761 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25762
25763         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25764         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25765
25766 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25767
25768         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25769         quotes that actually start with ">" at the beginning of the
25770         lines.
25771
25772 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25773
25774         * rfc2047.el (rfc2047-encode-region): Fix last change.
25775         (rfc2047-encode-parameter): Remove useless concat.
25776
25777 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25778
25779         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25780         encode special characters; fix some kind of misconfigured headers;
25781         signal a real error if debug-on-quit or debug-on-error is non-nil.
25782         (rfc2047-encode-max-chars): New variable.
25783         (rfc2047-encode-1): Use it.
25784         (rfc2047-encode-parameter): New function.
25785
25786         * mml.el (mml-insert-parameter): Remove an excessive space.
25787
25788 2004-07-17  Simon Josefsson  <jas@extundo.com>
25789
25790         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25791         Kai Grossjohann <kai@emptydomain.de>.
25792         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25793         (gnus-group-make-menu-bar): Ditto.
25794
25795         * gnus-util.el (gnus-group-server): Add.
25796
25797 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25798
25799         * message.el (message-clone-locals): Clone sendmail and smtp
25800         variables.
25801
25802 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25803
25804         * rfc2047.el (rfc2047-encode-region): Fix last change.
25805
25806 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25807
25808         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25809         characters as non-special.
25810
25811 2004-07-09  Simon Josefsson  <jas@extundo.com>
25812
25813         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25814         Users will lose all flag changes made while unplugged with
25815         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25816         good default.  See numerous reports on ding mailing list.
25817
25818 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25819
25820         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25821         add generate-head-function and generate-article-function to the
25822         rfc822-forward entry.
25823         (nndoc-rfc822-forward-generate-article): New function.
25824         (nndoc-rfc822-forward-generate-head): New function.
25825
25826         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25827
25828 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25829
25830         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25831         respect display group parameter and gnus-summary-expunge-below.
25832         (gnus-articles-to-read): Remove unused reference to display group
25833         parameter.
25834
25835 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25836
25837         * nnheader.el (nnheader-uniquify-message-id): New experimental
25838         variable.
25839         (nnheader-nov-read-message-id): Use it.
25840
25841         * spam-report.el (spam-report-gmane): Add interactive.
25842
25843 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25844
25845         * mm-encode.el (mm-content-transfer-encoding-defaults):
25846         Use qp-or-base64 for the application/* types.
25847
25848 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25849
25850         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25851
25852 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25853
25854         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25855         trim value.
25856
25857 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25858
25859         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25860         New macro and function.
25861         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25862
25863 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25864
25865         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25866         after-load-alist.
25867
25868 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25869
25870         * gnus-group.el (gnus-group-get-new-news-this-group):
25871         Don't update info that isn't there.
25872
25873 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25874
25875         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25876         entry.
25877
25878 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25879
25880         * mm-view.el (mm-inline-render-with-function): Use multibyte
25881         buffer; decode html source by charset.
25882
25883         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25884
25885         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25886         Mule-UCS is loaded under XEmacs.
25887         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25888
25889 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25890
25891         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25892
25893 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25894
25895         * mm-util.el (mm-coding-system-p): Return a coding-system.
25896         (mm-mime-mule-charset-alist): Use shift_jis instead of
25897         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25898         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25899         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25900         instead of japanese-shift-jis and iso-latin-1 respectively in
25901         order to share the default value with both Emacs and XEmacs-mule.
25902         (mm-mule-charset-to-mime-charset):
25903         Make mm-coding-system-priorities effective.
25904         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25905         while predicating of candidates upon the priorities.
25906
25907 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25908
25909         * gnus-sum.el (gnus-summary-make-menu-bar):
25910         Add gnus-uu-invert-processable.
25911
25912         * gnus.el: Autoload gnus-uu-invert-processable.
25913
25914 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25915
25916         * mm-util.el (mm-with-multibyte-buffer): New macro.
25917
25918         * rfc2047.el (rfc2047-encode-string): Use it.
25919         (rfc2047-encode-region): Move point to the end of the region after
25920         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25921
25922 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25923
25924         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25925         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25926
25927 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25928
25929         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25930         (gnus-cite-parse): Ignore quoted envelope From_.
25931         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25932
25933 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25934
25935         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25936         invalid addresses.
25937
25938 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25939
25940         * spam.el: Change section markers, revise TODO list.
25941         (spam-backends): Make new master list of all installed backends.
25942         (spam-summary-exit-behavior): Add new variable to determine how
25943         messages moves are done at summary exit.
25944         (spam-move-spam-nonspam-groups-only)
25945         (spam-process-ham-in-nonham-groups)
25946         (spam-process-ham-in-spam-groups): Remove variables, the
25947         spam-summary-exit-behavior variable should be used to manage this
25948         behavior.
25949         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25950         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25951         and spam-old-spam-articles.
25952         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25953         Add empty variables, placeholders for the backends they represent.
25954         (spam-set-difference): Move, unchanged.
25955         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25956         unless the user has a processor variable.
25957         (spam-classifications, spam-classification-valid-p)
25958         (spam-backend-properties, spam-backend-property-valid-p)
25959         (spam-backend-function-type-valid-p)
25960         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25961         (spam-report-articles-gmane, spam-report-articles-resend):
25962         Remove functions, they are not needed.
25963         (spam-install-backend-super, spam-backend-list)
25964         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25965         (spam-backend-function, spam-backend-ham-registration-function)
25966         (spam-backend-spam-registration-function)
25967         (spam-backend-ham-unregistration-function)
25968         (spam-backend-spam-unregistration-function)
25969         (spam-backend-statistical-p, spam-backend-mover-p)
25970         (spam-install-backend-alias, spam-install-checkonly-backend)
25971         (spam-install-mover-backend, spam-install-nocheck-backend)
25972         (spam-install-backend, spam-install-statistical-backend)
25973         (spam-install-statistical-checkonly-backend): Add backend installation
25974         support.
25975         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25976         (spam-group-processor-p): Use the new backend code and respect the
25977         summary exit behavior.
25978         (spam-mark-spam-as-expired-and-move-routine): Remove.
25979         (spam-summary-prepare): Change to use the new spam-old-articles
25980         variable.
25981         (spam-copy-or-move-routine, spam-copy-spam-routine)
25982         (spam-move-spam-routine, spam-copy-ham-routine)
25983         (spam-move-ham-routine): Add code to copy/move ham or spam.
25984         (spam-fetch-field-fast): Improve doc and code, plus allow the
25985         'number request.
25986         (spam-list-of-checks, spam-list-of-statistical-checks):
25987         Remove variables.
25988         (spam-split, spam-find-spam): Use the new backend code.
25989         (spam-registration-functions): Remove variable.
25990         (spam-unregister-routine): Add convenience wrapper.
25991         (spam-log-undo-registration, spam-register-routine)
25992         (spam-log-processing-to-registry)
25993         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25994         where possible.
25995         (spam-check-gmane-xref, spam-check-regex-headers)
25996         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25997         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25998         (spam-check-bogofilter-headers, spam-check-spamoracle)
25999         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
26000         (spam-check-crm114-headers): Use the spam-split-group that
26001         spam-split prepares, no need to determine it every time.
26002
26003         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
26004         to the nnheader-parse-naked-head call.
26005
26006         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
26007
26008         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
26009         the nnheader-nov-read-message-id call.
26010
26011 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
26014         gnus-activate-group twice.  Suggested by Markus Peter
26015         <warp@spin.de>.
26016
26017 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26018
26019         * gnus-art.el (gnus-article-time-format): Exchange the order of
26020         day and month in the default value; fix customization type.
26021         (article-date-ut): Use add-text-properties.
26022         (article-make-date-line): Use message-make-date instead of
26023         current-time-string.
26024
26025         * message.el (message-fetch-field): Don't use set-text-properties.
26026         (message-make-date): Simplify.
26027
26028         * messagexmas.el (message-xmas-make-date): New function.
26029         (message-xmas-redefine): Defalias message-make-date to it.
26030
26031 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26032
26033         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26034         (rfc2047-encode-region): Treat text within parentheses as special;
26035         show the original text when error has occurred.
26036
26037         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26038         already-computed method to gnus-activate-group.
26039
26040         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26041         same select-methods identical Lisp objects.
26042
26043         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26044         object when modifying the info.
26045
26046 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26047
26048         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26049         gnus-opened-servers since it has never been opened with the new
26050         configuration yet.
26051
26052 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26053
26054         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26055         arg to nnheader-generate-fake-message-id.
26056
26057 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26058
26059         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26060         number and build a fake message ID localized to a group and
26061         article number (so it's repeatable from that point on).
26062         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26063         ID format.
26064
26065         * gnus-sum.el (gnus-get-newsgroup-headers):
26066         Call nnheader-generate-fake-message-id with the article number.
26067
26068 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26069
26070         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26071         end-of-buffer.
26072
26073 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26074
26075         * message.el (message-ignored-supersedes-headers): Add Approved.
26076
26077 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26078
26079         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26080         goto-char.
26081         (rfc2047-encode): Fold the line before encoding.
26082
26083 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26084
26085         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26086         folding -- not all headers can be folded, and this should be done
26087         by the message composition mode.  Probably.  I think.
26088
26089 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26090
26091         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26092         fast.
26093
26094         * gnus-ems.el (gnus-remove-image): Don't use
26095         message-text-with-property; remove only the image found first.
26096
26097         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26098         found first.
26099
26100 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26101
26102         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26103
26104 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26105
26106         * message.el (message-text-with-property): Make it fast and accept
26107         optional arguments.
26108         (message-strip-forbidden-properties): Use it.
26109         (message-fix-before-sending): Follow the m-t-w-p change.
26110
26111         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26112
26113 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26114
26115         * gnus-art.el (article-hide-headers): Don't change the buffer
26116         mistakenly when performing mml-preview even if
26117         gnus-single-article-buffer is nil.
26118
26119 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26120
26121         * message.el (message-expand-name-databases): New user option.
26122         (message-expand-name): Use it.
26123
26124 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26125
26126         * spam.el (spam-report-articles-resend)
26127         (spam-report-resend-register-routine): Allow ham reporting.
26128         (spam-report-resend-register-ham-routine): Add wrapper.
26129         (spam-registration-functions): Add ham resending functions.
26130         (spam-list-of-processors): Add ham resend processor.
26131
26132         * gnus.el (ham-resend-to): Add new group parameter.
26133         (spam-process): Add ham resend option.
26134
26135         * spam-report.el (spam-report-resend): Allow reporting ham.
26136         (spam-report-resend-ham): Add wrapper.
26137
26138 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26139
26140         * message.el (message-cite-articles-with-x-no-archive):
26141         New variable.
26142         (message-cite-original): Use it.
26143
26144 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26145
26146         * message.el (message-cite-original): Respect X-No-Archive.
26147
26148 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26149
26150         * gnus-art.el (article-hide-headers): Refer to the values for
26151         gnus-ignored-headers and gnus-visible-headers in the summary
26152         buffer since a user may have set them as group parameters.
26153
26154 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26155
26156         * assistant.el (assistant-node-name): Add convenience function.
26157         (assistant-render-text, assistant-render-node): Add error handling,
26158         plus handle multiple next nodes.
26159         (assistant-find-next-node): Comment out for now.
26160         (assistant-find-next-nodes): Add function, returns list of next
26161         nodes.
26162
26163 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26164
26165         * mail-source.el (mail-source-directory): Fix doc-string.
26166
26167 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26168
26169         * assistant.el (assistant-render-text, assistant-eval): Add :set
26170         widget type, which is different because it takes and returns a
26171         list.  Much hilarity ensues.
26172
26173 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26174
26175         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26176
26177         * gnus-group.el (gnus-group-get-new-news-this-group):
26178         Add doc-string.
26179
26180         * gnus-start.el (gnus-activate-group): Add doc-string.
26181
26182 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26183
26184         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26185
26186 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26187
26188         * assistant.el (assistant-render-text): Try to add a :set
26189         widget, more to come.
26190
26191         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26192         strings.
26193         (spam-report-articles-resend)
26194         (spam-register-routine): Do registration iff any articles warrant
26195         it.
26196         (spam-summary-prepare-exit): Change log message for nil group
26197         destinations.
26198
26199 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26200
26201         * spam.el (spam-report-resend-register-routine):
26202         Allow spam-report-resend-to to be a group parameter or a global value.
26203
26204 2004-05-26  Simon Josefsson  <jas@extundo.com>
26205
26206         * starttls.el: Merge with my GNUTLS based starttls.el.
26207         (starttls-gnutls-program, starttls-use-gnutls)
26208         (starttls-extra-arguments, starttls-process-connection-type)
26209         (starttls-connect, starttls-failure, starttls-success):
26210         New variables.
26211         (starttls-program, starttls-extra-args): Doc fix.
26212         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26213         New functions.
26214         (starttls-negotiate, starttls-open-stream):
26215         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26216         function if it is set.
26217
26218 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26219
26220         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26221         structured fields.
26222
26223 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26224
26225         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26226
26227 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26228
26229         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26230         Add variable.
26231         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26232         assigning the spam-mark to new messages.
26233
26234 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26235
26236         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26237
26238 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26239
26240         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26241
26242         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26243         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26244         default.
26245
26246 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26247
26248         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26249         correct data.
26250
26251 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26252
26253         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26254         (spam-group-processor-p): Fix function.
26255         (spam-group-processor-multiple-p)
26256         (spam-group-spam-processor-report-gmane-p)
26257         (spam-group-spam-processor-report-resend-p)
26258         (spam-group-spam-processor-bogofilter-p)
26259         (spam-group-spam-processor-blacklist-p)
26260         (spam-group-spam-processor-ifile-p)
26261         (spam-group-ham-processor-ifile-p)
26262         (spam-group-spam-processor-spamoracle-p)
26263         (spam-group-spam-processor-crm114-p)
26264         (spam-group-ham-processor-bogofilter-p)
26265         (spam-group-spam-processor-stat-p)
26266         (spam-group-ham-processor-stat-p)
26267         (spam-group-ham-processor-whitelist-p)
26268         (spam-group-ham-processor-BBDB-p)
26269         (spam-group-ham-processor-spamoracle-p)
26270         (spam-group-ham-processor-copy-p): Remove functions with some
26271         prejudice against unneeded code.
26272         (spam-report-articles-resend)
26273         (spam-report-resend-register-routine): Allow the group/topic
26274         spam-resend-to value to override spam-report-resend-to.
26275         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26276         properly now.
26277
26278         * gnus.el (spam-resend-to): Add group/topic parameter.
26279         (spam-process): Move the OBSOLETE processors to the end of the
26280         choices.
26281
26282 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26283
26284         * spam-report.el (spam-report-resend-to, spam-report-resend):
26285         Start with resend-to set to nil, and then ask the user if necessary.
26286         (spam-report-resend): spam-report-resend takes a list of articles, not
26287         separate article numbers.
26288
26289 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26290
26291         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26292         addition to emacs-w3m.
26293
26294 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26295
26296         * assistant.el (assistant-authinfo-data): New function.
26297         (assistant-eval): Eval for entire assistant.
26298
26299         * netrc.el (netrc-services-file): New variable.
26300         (netrc-parse-services): New function.
26301         (netrc-find-service-name): New function.
26302         (netrc-find-service-number): New function.
26303         (netrc-port-equal): New function.
26304         (netrc-machine): Use it.
26305
26306         * nnimap.el (nnimap-open-connection): Use netrc.
26307
26308         * gnus-util.el (gnus-netrc-get): Remove aliases.
26309
26310         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26311
26312         * assistant.el (wid-edit): Fix compilation.
26313
26314         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26315
26316 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26317
26318         * gnus-util.el (gnus-set-file-modes): New function.  (small
26319         patch).
26320
26321 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26322
26323         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26324
26325         * assistant.el (assistant-render-node): Fix up rendering and
26326         read-only text.
26327         (assistant-render-node): Reset.
26328         (assistant-make-read-only): Not sticky.
26329
26330 2004-05-20  Danny Siu  <dsiu@adobe.com>
26331
26332         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26333         centered even when gnus-auto-center-summary is t.
26334
26335 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26336
26337         * dns.el (dns-get-txt-answer): New function.
26338         (dns-read-txt): Ditto.
26339         (query-dns): Use it.
26340
26341 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26342
26343         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26344         active for foreign groups even if the group level is higher than
26345         the specified value.
26346
26347 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26348
26349         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26350         non-active groups.
26351
26352         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26353
26354 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26355
26356         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26357
26358 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26359
26360         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26361         (spam-crm114-header, spam-crm114-spam-switch)
26362         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26363         (spam-crm114-positive-spam-header)
26364         (spam-crm114-database-directory, spam-list-of-processors)
26365         (spam-group-spam-processor-crm114-p)
26366         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26367         (spam-generic-score, spam-list-of-checks)
26368         (spam-list-of-statistical-checks, spam-registration-functions)
26369         (spam-check-crm114-headers, spam-crm114-score)
26370         (spam-check-crm114, spam-crm114-register-with-crm114)
26371         (spam-crm114-register-spam-routine)
26372         (spam-crm114-unregister-spam-routine)
26373         (spam-crm114-register-ham-routine)
26374         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26375
26376 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26377
26378         * gnus.el: Add spam-use-crm114.
26379
26380         * spam.el (spam-list-of-processors, spam-registration-functions):
26381         Add spam-use-resend.
26382         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26383         (spam-report-articles-gmane): Add doc fix.
26384         (spam-report-articles-resend, spam-report-resend-register-routine):
26385         Add wrappers around spam-report-resend-to.
26386
26387         * spam-report.el (spam-report-resend-to, spam-report-resend):
26388         Add support for resending spam.
26389         (spam-report-gmane): Fix line length >80.
26390
26391         * gnus.el (spam-process): Add spam-use-resend.
26392
26393 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26394
26395         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26396         number of processed spam messages.
26397         (spam-ham-copy-or-move-routine): Return the number of processed
26398         ham messages.
26399         (spam-summary-prepare-exit): Use the above values to decide
26400         whether status messages should be displayed.
26401
26402 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26403
26404         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26405         `rfc2047-encoding-function-alist' in order to avoid conflicting
26406         with the old version.
26407         (rfc2047-encode-region): Concatenate words containing non-ASCII
26408         characters in structured fields; don't encode space-delimited
26409         ASCII words even in unstructured fields; don't break words at
26410         char-category boundaries.
26411         (rfc2047-encode-1): New function.
26412         (rfc2047-encode): Use it; encode text so that it occupies the
26413         maximum width within 76-column; work correctly on Q encoding for
26414         iso-2022-* charsets.
26415         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26416         sure not to break a line just after the header name.
26417         (rfc2047-b-encode-region): Remove.
26418         (rfc2047-b-encode-string): New function.
26419         (rfc2047-q-encode-region): Remove.
26420         (rfc2047-q-encode-string): New function.
26421
26422         * mm-util.el (mm-replace-in-string): New function.
26423
26424 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26425
26426         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26427         Really get it right.
26428         (gnus-inews-make-draft): Really.
26429
26430 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26431
26432         * nnmh.el (nnmh-request-list-1): Don't check the link count
26433         before descending.  (small patch)
26434
26435 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26436
26437         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26438         stuff.
26439
26440         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26441         Match on real group name.
26442
26443         * gnus-art.el (gnus-signature-limit): Doc fix.
26444
26445         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26446
26447         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26448
26449 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26450
26451         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26452         isn't a string.
26453
26454 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26455
26456         * gnus-draft.el (gnus-draft-send):
26457         Bind rfc2047-encode-encoded-words.
26458
26459         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26460         (rfc2047-encodable-p): Say that =? needs encoding.
26461         (rfc2047-encode-encoded-words): New variable.
26462
26463         * gnus-group.el (gnus-group-select-group): Doc fix.
26464
26465         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26466
26467         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26468         to nil.
26469
26470         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26471
26472         * nnheader.el (nnheader-get-lines-and-char): New function.
26473
26474 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26475
26476         * gnus-msg.el (gnus-summary-followup-with-original):
26477         Document yanking of region when active.
26478
26479 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26480
26481         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26482         groups if the group level is higher than the specified value.
26483
26484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26485
26486         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26487         (gnus-group-jump-to-group): Add prefix argument using
26488         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26489         non-active group.
26490
26491         * compface.el (uncompface): Be verbose when changing
26492         `uncompface-use-external'.
26493
26494         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26495         handle manual section.
26496
26497 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26498
26499         * gnus-art.el (gnus-button-alist): Revert previous change.
26500
26501 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26502
26503         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26504
26505 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26506
26507         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26508         whether backend can accept message.
26509
26510         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26511
26512 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26513
26514         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26515         Avoid creating directory when nntp-marks-is-evil is true.
26516         Reported by Reiner Steib.
26517
26518 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26519
26520         * gnus-picon.el (gnus-picon-insert-glyph):
26521         Add optional `nostring' argument.
26522
26523 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26524
26525         * gnus-picon.el (gnus-picon-style): New variable.
26526         (gnus-picon-transform-address): Support `gnus-picon-style'.
26527
26528 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26529
26530         * message.el (message-fill-field): Return point.
26531         (message-generate-headers): Go to end of field.
26532
26533         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26534         stuff for non-living groups.
26535
26536 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26537
26538         * gnus-art.el (gnus-article-followup-with-original)
26539         (gnus-article-reply-with-original): gnus-mark-active-p ->
26540         gnus-region-active-p.
26541
26542 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26543
26544         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26545         only when there is spam or ham to be processed.
26546
26547 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26548
26549         * mail-source.el (mail-source-delete-crash-box): Refactor.
26550         (mail-source-fetch): Use it.
26551         (mail-source-fetch-file): Ditto.
26552         (mail-source-fetch-directory): Run postscript in loop.
26553         (mail-source-fetch-pop): Delete.
26554         (mail-source-fetch-maildir): Ditto.
26555         (mail-source-fetch-imap): Ditto.
26556
26557         * imap.el (imap-authenticators): Comment out sasl.
26558
26559         * message.el (message-skip-to-next-address): New function.
26560         (message-fill-header-address): Refactor.
26561         (message-fill-address): Use it.
26562         (message-delete-address): Use it.
26563         (message-fill-header-general): Refactor.
26564         (message-fill-field-address): Rename.
26565         (message-narrow-to-field): Find the start of the header.
26566         (message-header-format-alist): Don't pre-fill.
26567         (message-fill-header): Remove.
26568         (message-insert-header): New function.
26569         (message-shorten-references): Use it.
26570
26571         * rfc2047.el (rfc2047-field-value): Strip props.
26572
26573         * mail-parse.el (mail-header-make-address): New alias.
26574
26575         * ietf-drums.el (ietf-drums-make-address): New function.
26576
26577         * imap.el: Add compiler directives.
26578
26579         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26580
26581         * gnus-art.el (article-decode-idna-rhs): Don't use
26582         message-idna-inside-rhs-p.
26583
26584 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26585
26586         * message.el (message-idna-inside-rhs-p): Remove.
26587         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26588
26589         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26590         false positives.
26591
26592 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26593
26594         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26595
26596 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26597
26598         * nneething.el (nneething-file-name): Don't create spurious
26599         files.
26600
26601         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26602         (gnus-inews-do-gcc): Remove sleep.
26603
26604         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26605         part under point.
26606
26607         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26608         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26609
26610 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26611
26612         * spam.el (spam-summary-prepare-exit): Fix (length).
26613
26614 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26615
26616         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26617         as expired without moving it" message when there are spam
26618         messages left.
26619
26620 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26621
26622         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26623         header is not nil.
26624
26625 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26626
26627         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26628         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26629         (nntp-marks-changed-p): New arg SERVER.
26630         (nntp-request-update-info): Adjust caller.
26631
26632 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26633
26634         * nntp.el (nntp-save-marks): Pass missing arg.
26635
26636 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26637
26638         * nntp.el: Support marks.
26639         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26640         (nntp-marks-modtime, nntp-marks-directory): New variables.
26641         (nntp-request-set-mark, nntp-request-update-info)
26642         (nntp-possibly-create-directory, nntp-marks-changed-p)
26643         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26644         New functions.
26645
26646 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26647
26648         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26649         (gnus-xmas-redefine): Rename.
26650
26651         * gnus-score.el (gnus-score-insert-help):
26652         Use gnus-select-lowest-window.
26653
26654         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26655         appt-select-lowest-window and rename to gnus-select-lowest-window.
26656
26657         * gnus.el: do.
26658
26659 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26660
26661         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26662         encodings of MIME-encoded words, in order to improve
26663         interoperability with several broken MUAs.
26664
26665 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26666
26667         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26668         tags, only when charsets are not specified in headers.
26669         (mm-inline-text-html-render-with-w3m): Ditto.
26670
26671         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26672         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26673
26674 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26675
26676         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26677         instead of MIME-decoded from fields when checking
26678         `gnus-article-address-banner-alist'.
26679
26680 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26681
26682         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26683         description rather than subject.
26684
26685 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26686
26687         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26688
26689 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26690
26691         * gnus.el (gnus-version-number): Bump.
26692
26693 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26694
26695         * gnus.el: No Gnus v0.2 is released.
26696
26697 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26698
26699         * gnus-agent.el (gnus-agent-read-agentview):
26700         Inline gnus-uncompress-range.
26701
26702 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26703
26704         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26705         `exec-installed-p'.
26706
26707 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26708
26709         * gnus.el (spam-process, spam-autodetect-methods):
26710         Add bsfilter and bsfilter-headers.
26711
26712         * spam.el (spam-bsfilter): New customize group.
26713         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26714         (spam-bsfilter-header, spam-bsfilter-probability-header)
26715         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26716         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26717         (spam-bsfilter-database-directory): New options.
26718         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26719         (spam-list-of-statistical-checks, spam-registration-functions):
26720         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26721         (spam-bsfilter-score): New command.
26722         (spam-check-bsfilter-headers, spam-check-bsfilter)
26723         (spam-bsfilter-register-with-bsfilter)
26724         (spam-bsfilter-register-spam-routine)
26725         (spam-bsfilter-unregister-spam-routine)
26726         (spam-bsfilter-register-ham-routine)
26727         (spam-bsfilter-unregister-ham-routine): New functions.
26728         (spam-generic-score): Support bsfilter; Accept an optional argument
26729         to recalcurate spam score even if scoring header has already been
26730         added.
26731         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26732         optional argument to recalcurate spam score even if scoring header
26733         has already been added.
26734
26735 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26736
26737         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26738         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26739         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26740         link is missing.
26741
26742 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26743
26744         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26745         (html2text-get-attr): Rewrite.
26746
26747         * message.el (message-setup-1): Remove redundant put-text-property
26748         on mail-header-separator.
26749
26750 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26751
26752         * gnus-registry.el (gnus-registry-cache-whitespace)
26753         (gnus-registry-action, gnus-registry-spool-action)
26754         (gnus-registry-split-fancy-with-parent): Change message levels
26755         from 5 to 3 or 7, as needed.
26756
26757         * spam.el (spam-summary-prepare-exit)
26758         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26759         (spam-split, spam-find-spam, spam-log-undo-registration)
26760         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26761         level from 5 to 6.
26762
26763 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26764
26765         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26766         2004-03-04 change).
26767
26768 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26769
26770         * sieve-manage.el (sieve-manage-open):
26771         * nnweb.el (nnweb-insert-html):
26772         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26773         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26774         * nnspool.el (nnspool-request-group):
26775         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26776         * nnml.el (nnml-request-update-info):
26777         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26778         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26779         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26780         (nnimap-request-set-mark):
26781         * nnfolder.el (nnfolder-request-update-info):
26782         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26783         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26784         * gnus-uu.el (gnus-uu-find-articles-matching):
26785         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26786         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26787         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26788         * gnus-nocem.el (gnus-nocem-scan-groups):
26789         * gnus-int.el (gnus-start-news-server):
26790         * gnus-group.el (gnus-group-make-kiboze-group)
26791         (gnus-group-browse-foreign-server):
26792         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26793         Use mapc when appropriate.
26794
26795 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26796             Adam Sjøgren  <asjo@koldfront.dk>
26797             Wes Hardaker  <wes@hardakers.net>
26798             Michael Shields  <shields@msrl.com>
26799
26800         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26801         may need for spam sorting and scoring.
26802         (spam-user-format-function-S): Add user format function suitable for
26803         general use.
26804         (spam-article-sort-by-spam-status): Add sorting function for summary
26805         sorting.
26806         (spam-extra-header-to-number): Add function to get a score from a
26807         header.
26808         (spam-summary-score): Add function to get a numeric score from the
26809         headers.
26810         (spam-generic-score): Fix function doc, was in wrong place.
26811         (spam-initialize): Take symbols when it's run, and install the
26812         extra headers that spam-necessary-extra-headers thinks we need.
26813
26814 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26815
26816         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26817         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26818
26819 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26820
26821         * gnus-sum.el (gnus-set-global-variables)
26822         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26823         (gnus-article-get-xrefs, gnus-summary-best-group)
26824         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26825         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26826         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26827         Use with-current-buffer.
26828
26829 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26830
26831         * spam.el (spam-summary-prepare-exit): Simplify logic.
26832         (spam-fetch-article-header): Read the article header if it's not
26833         available.
26834         (spam-list-articles): Simplify logic.
26835         (spam-filelist-register-routine): Fix bug with unregister-list.
26836
26837         * gnus-registry.el: Fix comments at beginning.
26838
26839 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26840
26841         * message.el (message-cater-to-broken-inn): Remove.
26842         (message-shorten-references): Make sure the total folded length of
26843         References is shorter than 998 characters to cater to a bug in INN
26844         2.3.  Also, don't pretend that references aren't folded -- this
26845         hasn't worked for a while.
26846
26847 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26848
26849         * gnus-agent.el (gnus-agentize):
26850         gnus-agent-send-mail-real-function no longer set to current value
26851         of message-send-mail-function but rather a lambda that calls
26852         message-send-mail-function.  The change makes the agent real-time
26853         responsive to user changes to message-send-mail-function.
26854
26855 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26856
26857         * legacy-gnus-agent.el
26858         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26859         help from Florian Weimer <fw@deneb.enyo.de>
26860
26861 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26862
26863         * nnmail.el (nnmail-cache-insert): Revert last change.
26864
26865 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26866
26867         * nnmail.el (nnmail-cache-insert): Always check whether
26868         nnmail-cache-ignore-groups matches a group name.
26869
26870 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26871
26872         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26873         (spam-find-spam, spam-log-processing-to-registry)
26874         (spam-log-registered-p, spam-log-unregistration-needed-p)
26875         (spam-log-undo-registration): Use gnus-message instead of
26876         gnus-error, none of these errors are fatal.
26877
26878         * gnus-registry.el (gnus-registry-clean-empty-function)
26879         (gnus-registry-clean-empty): Remove only empty entries without
26880         extra data.
26881
26882 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26883
26884         * spam-stat.el (spam-stat-buffer-change-to-spam)
26885         (spam-stat-buffer-change-to-non-spam): Change (error) to
26886         (gnus-message 8) invocation.
26887
26888 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26889
26890         * nntp.el (nntp-via-netcat-command): New variable.
26891         (nntp-via-netcat-switches): New variable.
26892         (nntp-open-via-rlogin-and-netcat): New function.
26893         (nntp-open-connection-function): Doc fix.
26894         (nntp-telnet-command): Doc fix.
26895         (nntp-end-of-line): Doc fix.
26896         (nntp-via-rlogin-command): Doc fix.
26897         (nntp-via-user-name): Doc fix.
26898         (nntp-via-address): Doc fix.
26899
26900 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26901
26902         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26903         error in Emacs 21.1.
26904
26905 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26906
26907         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26908
26909 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26910
26911         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26912         (gnus-agent-with-refreshed-group): New macro.
26913         (gnus-agent-rename-group): New function.
26914         (gnus-agent-delete-group): New function.
26915         (gnus-agent-save-group-info): Use gnus-command-method when
26916         `method' parameter is nil.  Don't write nil entries into the
26917         active file.
26918         (gnus-agent-get-group-info): New function.
26919         (gnus-agent-fetch-articles):
26920         Use gnus-agent-update-files-total-fetched-for to increment disk space
26921         used.
26922         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26923         Use gnus-agent-update-view-total-fetched-for to increment disk space
26924         used.
26925         (gnus-agent-get-local): Add optional parameters to avoid calling
26926         gnus-group-real-name and gnus-find-method-for-group.
26927         (gnus-agent-set-local): Delete stored entry if either min, or max,
26928         are nil.
26929         (gnus-agent-fetch-session): Reworded error/quit messages.
26930         On quit, use gnus-agent-regenerate-group to record existance of any
26931         articles fetched to disk before the quit occurred.
26932         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26933         gnus-agent-update-view-total-fetched-for, and
26934         gnus-agent-update-files-total-fetched-for to decrement disk space
26935         used.
26936         (gnus-agent-retrieve-headers):
26937         Use gnus-agent-update-view-total-fetched-for to increment disk space
26938         used.
26939         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26940         with gnus-agent-update-files-total-fetched-for to decrement disk
26941         space and fresh group buffer.
26942         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26943         (gnus-agent-need-update-total-fetched-for): New variable.
26944         (gnus-agent-update-files-total-fetched-for): New function.
26945         (gnus-agent-update-view-total-fetched-for): New function.
26946         (gnus-agent-total-fetched-for): New function.
26947
26948         * gnus-cache.el (gnus-cache-save-buffers):
26949         Use gnus-cache-update-overview-total-fetched-for to change disk space
26950         used by this group.
26951         (gnus-cache-possibly-enter-article):
26952         Use gnus-cache-update-file-total-fetched-for to increment disk space
26953         used by this group.
26954         (gnus-cache-possibly-remove-article):
26955         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26956         used by this group.
26957         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26958         (gnus-cache-rename-group): New function.
26959         (gnus-cache-delete-group): New function.
26960         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26961         (gnus-cache-need-update-total-fetched-for): New variable.
26962         (gnus-cache-with-refreshed-group): New macro.
26963         (gnus-cache-update-file-total-fetched-for): New function.
26964         (gnus-cache-update-overview-total-fetched-for): New function.
26965         (gnus-cache-rename-group-total-fetched-for): New function.
26966         (gnus-cache-delete-group-total-fetched-for): New function.
26967         (gnus-cache-total-fetched-for): New function.
26968
26969         * gnus-group.el: Require gnus-sum and autoload functions to
26970         resolve warnings when gnus-group.el compiled alone.
26971         (gnus-group-line-format): Document new %F.
26972         (size of Fetched data) group line format; identifies disk space
26973         used by agent and cache.
26974         (gnus-group-line-format-alist): Define new F format.
26975         (gnus-total-fetched-for): New function.
26976         (gnus-group-delete-group): No longer update
26977         gnus-cache-active-altered as gnus-request-delete-group now keeps
26978         the cache in sync.
26979         (gnus-group-list-active): Let the agent store a server's active
26980         list if currently plugged.
26981
26982         * gnus-int.el (gnus-request-delete-group):
26983         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26984         local disk in sync with the server.
26985         (gnus-request-rename-group):
26986         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26987         local disk in sync with the server.
26988
26989         * gnus-start.el (gnus-get-unread-articles):
26990         Cosmetic simplification to logic.
26991
26992         * gnus-util.el (gnus-rename-file): New function.
26993
26994 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26995
26996         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26997
26998 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26999
27000         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
27001         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
27002
27003 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
27004
27005         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
27006         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
27007
27008 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
27009
27010         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
27011
27012 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
27013
27014         * spam.el (spam-set-difference): Add function to replace
27015         gnus-set-difference in spam.el.
27016         (spam-summary-prepare-exit): Use spam-set-difference.
27017
27018 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
27019
27020         * gnus-registry.el (gnus-registry-cache-file): Update to use
27021         gnus-dribble-directory OR gnus-home-directory OR ~.
27022         (gnus-registry-split-fancy-with-parent): Fix doc.
27023
27024 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27025
27026         * message.el (message-exchange-point-and-mark):
27027         Use message-mark-active-p.  Suggested by Jesper Harder
27028         <harder@ifa.au.dk>.
27029
27030 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27031
27032         * message.el (message-exchange-point-and-mark): Don't activate
27033         region if it was inactive.  Suggested by Hiroshi Fujishima
27034         <pooh@nature.tsukuba.ac.jp>.
27035
27036 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27037
27038         * gnus-art.el (article-display-face): Display Faces in the same
27039         order as X-Faces.
27040
27041 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27042
27043         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27044
27045 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27046
27047         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27048         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27049         (gnus-article-mime-hierarchy): Remove.
27050         (gnus-article-mime-hierarchy-next): Remove.
27051         (gnus-article-mode): Revert 2004-03-19 change.
27052         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27053         (gnus-insert-mime-button): Revert 2004-03-19 change.
27054         (gnus-mime-accumulate-hierarchy): Remove.
27055         (gnus-mime-enter-multipart): Remove.
27056         (gnus-mime-leave-multipart): Remove.
27057         (gnus-mime-display-part): Revert 2004-03-19 change.
27058         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27059
27060         * mml.el (mml-preview): Revert 2004-03-19 change.
27061
27062 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27063
27064         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27065
27066 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27067
27068         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27069         t while entering a file name using the mm-with-multibyte macro.
27070         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27071
27072         * mm-util.el (mm-with-multibyte): New macro.
27073
27074 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27075
27076         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27077         New user option.
27078         (gnus-mime-multipart-functions): Doc and customization fix.
27079         (gnus-article-mime-hierarchy): New variable.
27080         (gnus-article-mime-hierarchy-next): New variable.
27081         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27082         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27083         gnus-article-mime-hierarchy-next to nil.
27084         (gnus-insert-mime-button): Show hierarchy numbers.
27085         (gnus-mime-accumulate-hierarchy): New function.
27086         (gnus-mime-enter-multipart): New function.
27087         (gnus-mime-leave-multipart): New function.
27088         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27089         (gnus-mime-display-alternative): Show hierarchy numbers.
27090
27091         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27092         gnus-article-mime-hierarchy-next to nil.
27093
27094 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27095
27096         * dns.el: Don't require gnus-xmas.
27097
27098 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27099
27100         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27101         inline PGP.
27102         (mml-menu): Disable mml-quote-region if mark is inactive.
27103
27104 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27105
27106         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27107         when the group's active is not available.
27108
27109 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27110
27111         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27112         error.
27113
27114 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27115
27116         * imap.el (imap-store-password): New variable.
27117         (imap-interactive-login): Use it.
27118         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27119
27120 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27121
27122         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27123         window-start and hscroll to summary window.
27124
27125 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27126
27127         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27128         conversion message to newsrc-dribble when an actual conversion is
27129         performed.
27130
27131 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27132
27133         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27134
27135 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27136
27137         * mm-decode.el (mm-complicated-handles): New function reviving
27138         former definition of mm-multiple-handles.
27139
27140         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27141         (gnus-mime-delete-part): Use it.
27142
27143 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27144
27145         * gnus-agent.el (gnus-agent-read-local):
27146         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27147         avoid the implicit assumption that they will always be equal.
27148         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27149         coding-system-for-write, as the with-temp-file macro first prints
27150         to a buffer then saves the buffer.
27151
27152 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27153
27154         * gnus-art.el (gnus-article-edit-part): New function.
27155         (gnus-mime-save-part-and-strip): Use it; do query instead of
27156         signaling an error; don't use mm-multiple-handles.
27157         (gnus-mime-delete-part): Ditto.
27158
27159 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27160
27161         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27162         old file versions.
27163         (gnus-group-prepare-hook): Remove function that converted list
27164         form of gnus-agent-expire-days to group properties.
27165
27166         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27167         (gnus-request-accept-article): Re-indented.
27168
27169         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27170         converters to handle old agent file formats.  Add logic for a
27171         "backup before upgrading warning".
27172         (gnus-convert-mark-converter-prompt): Developers can mark
27173         functions as needing (default), or not needing,
27174         gnus-convert-old-newsrc's "backup before upgrading warning".
27175         (gnus-convert-converter-needs-prompt): Tests whether the user
27176         should be protected from potentially irreversable changes by the
27177         function.
27178
27179         * legacy-gnus-agent.el: New.  Provides converters that are only
27180         loaded when gnus-convert-old-newsrc needs to call them.
27181
27182 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27183
27184         * mail-source.el (mail-source-touch-pop): Doc fix.
27185
27186         * message.el (message-smtpmail-send-it): Doc fix.
27187
27188 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27189
27190         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27191
27192         * nnmail.el (nnmail-split-fancy): do.
27193
27194         * gnus-kill.el (gnus-kill, gnus-execute): do.
27195
27196 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27197
27198         * gnus-sum.el (gnus-widget-reversible-match)
27199         (gnus-widget-reversible-to-internal)
27200         (gnus-widget-reversible-to-external): New functions.
27201         (gnus-widget-reversible): New widget.
27202         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27203
27204 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27205
27206         * gnus-sum.el (gnus-thread-sort-functions)
27207         (gnus-article-sort-functions): Document `(not F)' items.
27208
27209 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27210
27211         * spam.el (spam-use-gmane-xref): Add new backend.
27212         (spam-gmane-xref-spam-group): Add variable to control the name of the
27213         Gmane spam group.
27214         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27215         (spam-regex-headers-spam, spam-regex-headers-ham)
27216         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27217         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27218         backends and checks.
27219         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27220
27221         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27222         an autodetect method.
27223
27224 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27225
27226         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27227         articles are being added to a group.
27228         (gnus-request-replace-article): Inform the agent that articles
27229         need to be uncached as the cached contents are no longer valid.
27230
27231 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27232
27233         * binhex.el: Don't autoload executable-find.
27234
27235         * canlock.el: Don't autoload mail-fetch-field.
27236
27237         * dgnushack.el: Autoload c-mode for XEmacs.
27238
27239         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27240
27241         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27242         rmail-dont-reply-to and rmail-output.
27243
27244         * gnus-score.el: Don't autoload ffap-string-at-point.
27245
27246         * gnus-setup.el: Don't autoload sc-cite-original.
27247
27248         * imap.el: Don't autoload base64-decode-string,
27249         base64-encode-string and md5.
27250
27251         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27252         and rmail-msg-restore-non-pruned-header.
27253
27254         * mm-decode.el: Don't autoload executable-find.
27255
27256         * mm-url.el: Don't autoload executable-find.
27257
27258         * mm-view.el: Don't autoload diff-mode.
27259
27260         * nndb.el: Don't autoload news-reply-mode, news-setup,
27261         cancel-timer and telnet.
27262
27263         * password.el: Don't autoload run-at-time for Emacs.
27264
27265         * sha1-el.el: Don't autoload executable-find.
27266
27267         * sieve-mode.el: Don't autoload c-mode.
27268
27269         * uudecode.el: Don't autoload executable-find.
27270
27271 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27272
27273         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27274         (gnus-agent-possibly-alter-active): Avoid null in numeric
27275         comparison.
27276         (gnus-agent-set-local): Refuse to save null in local object table.
27277         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27278         list of articles that will be marked as unread.
27279
27280 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27281
27282         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27283
27284 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27285
27286         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27287         language tags.
27288
27289 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27290
27291         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27292         Don't bind "obarray".
27293
27294         * gnus-sum.el (gnus-thread-sort-functions):
27295         Add `gnus-thread-sort-by-most-recent-number' and
27296         `gnus-thread-sort-by-most-recent-date'.
27297         Reported by Kai Grossjohann <kai@emptydomain.de>.
27298
27299 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27300
27301         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27302
27303 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27304
27305         * gnus-cus.el (gnus-agent-customize-category):
27306         Remove ignore-errors macro reference that required cl to be loaded at
27307         run-time.
27308
27309         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27310         single-interval range of the form (min . max).  Previously the
27311         range had to look like ((min . max)).  Likewise, return
27312         (min . max) rather than ((min . max)).
27313         (gnus-range-map): Use gnus-range-normalize to accept
27314         single-interval range.
27315
27316         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27317         the cache, but not the agent, now appear with their usual face.
27318
27319         * dgnushack.el (loaddir): New variable that is bound to the
27320         directory containing the dgnushack.el file.  Use loaddir, rather
27321         than srcdir, to update load-path.  Change lets dgnushack compile
27322         code in directories other than GNUS/lisp.
27323
27324 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27325
27326         * lpath.el: Don't bind w3m-safe-url-regexp.
27327
27328         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27329         w3m-safe-url-regexp variable buffer-local.
27330
27331         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27332
27333 2004-02-27  Simon Josefsson  <jas@extundo.com>
27334
27335         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27336         gnus-group-real-prefix.
27337         (gnus-summary-move-article): Use it, instead of
27338         gnus-group-real-prefix.
27339
27340 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27341
27342         * lpath.el: Bind w3m-safe-url-regexp.
27343
27344         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27345         w3m-safe-url-regexp variable buffer-local and set it as the value
27346         of mm-w3m-safe-url-regexp.
27347
27348         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27349
27350         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27351         parsing gnus-posting-styles when the message is not for replying.
27352
27353         * dgnushack.el: Autoload sgml-mode for XEmacs.
27354
27355         * nnrss.el (nnrss-opml-export):
27356         Use mm-set-buffer-file-coding-system instead of
27357         set-buffer-file-coding-system.
27358
27359 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27360
27361         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27362         of checkdoc.el).
27363         * nnrss.el: do.
27364         * gnus-mlspl.el: do.
27365         * gnus-ml.el: do.
27366         * gnus-srvr.el: do.
27367
27368         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27369
27370 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27371
27372         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27373         Corrections to custom-manual links.
27374
27375         * gnus-art.el (gnus-article): Ditto.
27376
27377         * mm-decode.el (mime-display, mime-security): Ditto.
27378
27379 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27380
27381         * flow-fill.el: Typo.
27382
27383 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27384
27385         * spam-wash.el: New file.
27386
27387 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27388
27389         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27390
27391 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27392
27393         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27394         to be run with new-articles as LIST1, not LIST2.
27395         (spam-registration-functions): Add spam-use-ham-copy as a nil
27396         registration backend.
27397
27398 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27399
27400         * spam-stat.el (spam-stat-washing-hook): New option.
27401         (spam-stat-buffer-words): Use it.
27402         (spam-stat-process-directory, spam-stat-test-directory):
27403         Use insert-file-contents-literally.
27404         (spam-stat-coding-system): New variable.
27405         (spam-stat-load, spam-stat-save): Use it.
27406
27407 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27408
27409         * spam-report.el (spam-report-plug-agent):
27410         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27411
27412 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27413
27414         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27415         Allow / in mailto URLs.
27416
27417 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27418
27419         * spam-report.el (spam-report-process-queue): Fix interactive use.
27420         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27421         (spam-report-unplug-agent): Doc fixes.
27422         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27423         (spam-report-agentize, spam-report-deagentize): Autoload.
27424
27425 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27426
27427         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27428
27429         * message.el (message-setup-fill-variables): Add mml tags to
27430         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27431         <ajk@iu.edu>.
27432         (message-mode): Don't modify paragraph-separate there.
27433
27434 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27435
27436         * compface.el (uncompface-use-external): Default to undecided.
27437         (uncompface-use-external-threshold): New variable.
27438         (uncompface-float-time): New macro.
27439         (uncompface): Determine whether to use the external decoder if
27440         uncompface-use-external is undecided.
27441
27442 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27443
27444         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27445         after images.
27446
27447         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27448
27449 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27450
27451         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27452
27453         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27454
27455         * gnus-sum.el (gnus-summary-limit-to-age)
27456         (gnus-summary-limit-children): do.
27457
27458         * gnus-int.el (gnus-request-scan): do.
27459
27460         * gnus-group.el (gnus-group-suspend): do.
27461
27462         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27463
27464         * gnus-cite.el (gnus-cite-parse-attributions): do.
27465
27466         * gnus-agent.el (gnus-summary-set-agent-mark)
27467         (gnus-agent-regenerate-group): do.
27468
27469         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27470
27471         * binhex.el (binhex-decode-region-internal): do.
27472
27473 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27474
27475         * gnus-fun.el (gnus-face-properties-alist): New user option.
27476         (gnus-display-x-face-in-from): Use it.
27477
27478         * gnus-art.el (article-display-face): Ditto.
27479
27480         * compface.el (uncompface-use-external): Default to nil.
27481
27482 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27483
27484         * nntp.el (nntp-erase-buffer): New function.
27485         (nntp-retrieve-data, nntp-send-command)
27486         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27487         (nntp-possibly-change-group): Use it.
27488
27489         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27490         Use with-current-buffer.
27491
27492 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27493
27494         * compface.el: Merge the ELisp-based uncompface program.
27495         (compface): New customization group.
27496         (uncompface-use-external): New user option.
27497         (uncompface): Call uncompface-internal if uncompface-use-external
27498         is nil.
27499         (uncompface-internal): New function.  Note that there are also
27500         some other functions and variables added for this function.
27501
27502 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27503
27504         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27505         if necessary.
27506
27507 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27508
27509         * spam-report.el (spam-report-unplug-agent)
27510         (spam-report-plug-agent, spam-report-deagentize)
27511         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27512         Add support for the Agent in spam-report: when unplugged, report to a
27513         file; when plugged, submit all the requests.
27514
27515         * spam.el (spam-register-routine): Fix message about
27516         registration.
27517
27518 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27519
27520         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27521         dependencies.
27522         (rfc2047-encode): Use it.
27523
27524         * gnus-art.el (gnus-button-marker-list): Move before first
27525         reference.
27526
27527         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27528         (imap-parse-body): Fix format string mismatch.
27529
27530         * gnus-score.el (gnus-summary-increase-score): do.
27531
27532         * nnrss.el (nnrss-close): New function.
27533
27534 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27535
27536         * nnrss.el (nnrss-make-filename): New function.
27537         (nnrss-request-delete-group, nnrss-read-server-data)
27538         (nnrss-save-server-data, nnrss-read-group-data)
27539         (nnrss-save-group-data): Use it.
27540         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27541         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27542         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27543
27544 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27545
27546         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27547
27548 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27549
27550         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27551         files.
27552
27553         * message.el (message-generate-headers-first): Don't quote nil
27554         and t in docstrings.
27555
27556         * imap.el (imap-id): do.
27557
27558         * gnus-agent.el (gnus-agent-consider-all-articles)
27559         (gnus-agent-queue-mail): do.
27560
27561 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27562
27563         * spam-report.el (spam-report-process-queue): New function.
27564         Process requests from `spam-report-requests-file'.
27565         (spam-report-process-queue): Doc fix.
27566
27567 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27568
27569         * spam.el (spam-register-routine)
27570         (spam-log-processing-to-registry, spam-log-registered-p)
27571         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27572         Change "check" to "spam-check" for semi-clarity.
27573
27574 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27575
27576         * pop3.el: Require nnheader.
27577
27578         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27579
27580         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27581
27582         * gnus-picon.el: Require cl.
27583
27584         * gnus-fun.el: Require gnus-ems and gnus-util.
27585
27586         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27587
27588         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27589
27590         * gnus-art.el (gnus-article-edit-mode): Define before first
27591         reference.
27592
27593 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27594
27595         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27596         (gnus-uu-post-encoded): Use point-at-bol.
27597
27598         * gnus-topic.el (gnus-group-active-topic-p): do.
27599
27600         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27601
27602         * gnus-group.el (gnus-group-kill-region): do.
27603
27604         * gnus-art.el (article-date-ut): do.
27605
27606         * message.el (message-fetch-field): Remove redundant
27607         case-fold-search binding.
27608         (message-narrow-to-field): Simplify.
27609
27610 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27611
27612         * spam.el (spam-directory): Derive from `gnus-directory'.
27613
27614         * spam-report.el (spam-report-url-to-file)
27615         (spam-report-requests-file): New function and variable for offline
27616         reporting.
27617         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27618         and user defined function.
27619         (spam-report-url-ping-mm-url): Remove doubled slash.
27620
27621 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27622
27623         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27624
27625 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27626
27627         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27628         Fix format string mismatch.
27629
27630         * sieve.el (sieve-deactivate-all): do.
27631
27632         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27633
27634         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27635
27636         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27637
27638         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27639
27640 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27641
27642         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27643         the list of checks.
27644
27645 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27646
27647         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27648         padding.
27649
27650 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27651
27652         * mm-view.el (mm-fill-flowed): New variable.
27653         (mm-inline-text): Use it.
27654
27655 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27656
27657         * spam.el (spam-spamassassin-register-ham-routine)
27658         (spam-spamassassin-register-spam-routine): Fix function names.
27659
27660 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27661
27662         * gnus.el (gnus-tmp-grouplens): Remove.
27663         (gnus-summary-line-format): Remove grouplens.
27664
27665         * gnus-group.el (gnus-group-line-format): Ditto.
27666
27667         * gnus-spec.el (gnus-format-specs): Ditto.
27668         (gnus-update-format-specifications): Flush the group format spec
27669         cache if there's the grouplens stuff.
27670         (gnus-parse-simple-format): Replace %l with the empty string.
27671
27672 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27673
27674         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27675         omission.
27676
27677 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27678
27679         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27680         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27681
27682 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27683
27684         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27685         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27686         New macros and functions.
27687         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27688         Handle > NLINK_MAX messages.
27689         * nnmaildir.el (nnmaildir-request-set-mark):
27690         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27691
27692 2004-01-25  Alex Schroeder  <alex@gnu.org>
27693
27694         * spam-stat.el (spam-stat-process-directory-age): New option.
27695         (spam-stat-process-directory): Use it.
27696
27697 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27698
27699         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27700         (spam-stat-save): Accept prefix argument.
27701
27702 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27703
27704         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27705         links" error.
27706
27707 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27708
27709         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27710         the rest of the and/or forms.
27711
27712 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27713
27714         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27715         compatibility with old .newsrc.eld files.
27716
27717         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27718
27719         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27720
27721         * gnus-start.el (gnus-1): do.
27722
27723         * gnus-group.el (gnus-group-line-format-alist): do.
27724
27725         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27726
27727         * gnus-gl.el: Remove.
27728
27729 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27730
27731         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27732         marks consisting of a single range {for example, (3 . 5)} rather
27733         than a list of a single range { ((3 . 5)) }.
27734
27735 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27736
27737         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27738         Use with-current-buffer.
27739         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27740         avoid consing a string.
27741
27742         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27743         Remove obsolete entries for big5 and gb2312.
27744
27745 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27746
27747         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27748         uncompressed list.
27749
27750 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27751
27752         * spam-stat.el (spam-stat-strip-xref): New function.
27753         (spam-stat-process-directory): Use it.
27754
27755         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27756         here -- it's done in message-fetch-field.
27757
27758 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27759
27760         * gnus-agent.el (gnus-agent-queue-mail)
27761         (gnus-agent-prompt-send-queue): New variables.
27762         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27763         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27764         "nndraft:queue" along to gnus-draft-send.
27765         Use gnus-agent-prompt-send-queue.
27766         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27767         is "nndraft:queue".  Suggested by Gaute Strokkenes
27768         <gs234@srcf.ucam.org>
27769
27770         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27771         (agent-enable-undownloaded-faces): Add.
27772         (gnus-agent-cat-groups): Use eval-and-compile, not
27773         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27774         method of gnus-agent-cat-groups even when the buffer has been
27775         evaled.
27776         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27777         delete gnus-agent-save-active-1.
27778         (gnus-agent-save-groups): Delete.  Identical to
27779         gnus-agent-save-active.
27780         (gnus-agent-write-active): No longer adjust agent's copy of active
27781         file as agent's adjustments are now stored in their own
27782         file.  Remove optional parameter.
27783         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27784         servers.  Add use of min/max range limits from server's local
27785         file.
27786         (gnus-agent-save-alist): Remove unused optional argument.
27787         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27788         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27789         (gnus-agent-set-local): A per-server file that keeps min/max range
27790         limits for articles known to the agent.  Provides a fast mechanism
27791         for altering many active ranges.
27792         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27793         active file (local makes it unnecessary).
27794         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27795
27796         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27797         (agent-enable-undownloaded-faces): Add.
27798
27799         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27800         disable it when sending to "nndraft:queue".
27801         (gnus-group-send-queue): Add safety check to avoid sending queue
27802         when unplugged.
27803
27804         * gnus-group.el (gnus-group-catchup): Use new
27805         gnus-sequence-of-unread-articles, not
27806         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27807         numbers of articles.  Use gnus-range-map to avoid having to
27808         uncompress the unread list.
27809         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27810         Fix invalid ange-ftp reference.
27811
27812         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27813         (gnus-sorted-range-intersection): Intersection of two ranges
27814         without requiring that they first be uncompressed.
27815
27816         * gnus-start.el (gnus-activate-group): Unless blocked by the
27817         caller, possibly expand the active range to include both cached
27818         and agentized articles.
27819         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27820         multiple version-dependent converters.
27821         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27822         gnus-agent-save-active.
27823         (gnus-save-newsrc-file): Save dirty agent range limits.
27824
27825         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27826         gnus-agent-possibly-alter-active.
27827         (gnus-adjust-marked-articles): Faster handling of simple lists.
27828
27829 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27830
27831         * spam-stat.el (spam-stat-test-directory): New optional argument
27832         displays a list of files detected.  Suggested by Andrew Cohen
27833         <cohen@andy.bu.edu>.
27834         (spam-stat-buffer-words-with-scores): Don't narrow and change
27835         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27836
27837 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27838
27839         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27840         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27841         (spam-spamassassin-arguments)
27842         (spam-spamassassin-spam-flag-header)
27843         (spam-spamassassin-positive-spam-flag-header)
27844         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27845         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27846         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27847         (spam-list-of-processors, spam-list-of-checks)
27848         (spam-list-of-statistical-checks, spam-registration-functions)
27849         (spam-check-spamassassin-headers, spam-check-spamassassin)
27850         (spam-spamassassin-score)
27851         (spam-spamassassin-register-with-sa-learn)
27852         (spam-spamassassin-register-spam-routine)
27853         (spam-spamassassin-register-ham-routine)
27854         (spam-assassin-register-spam-routine)
27855         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27856         (spam-bogofilter-score): Fix to show article before scoring.
27857
27858 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27859
27860         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27861         default scoring function.
27862         (spam-generic-score): Call spam-spamassassin-score if
27863         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27864         spam-bogofilter-score otherwise.
27865
27866         * gnus.el (spam-process, spam-autodetect-methods):
27867         Add spamassassin and spamassassin-headers.
27868
27869 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27870
27871         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27872         Suppress unnecessary messages.
27873
27874 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27875
27876         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27877         make-hash-table.
27878
27879 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27880
27881         * canlock.el (base64-encode-string): Don't autoload it.
27882
27883 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27884
27885         * run-at-time.el: Remove useless (require 'itimer),
27886         eval-and-compile and (featurep 'xemacs).
27887
27888 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27889
27890         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27891         GROUP is a virtual group.
27892
27893 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27894
27895         * gnus.el: Autoload `message-y-or-n-p'.
27896
27897 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27898
27899         * pgg-parse.el: Remove unnecessary (require 'custom).
27900
27901         * pgg-def.el: do.
27902
27903         * nnmail.el: do.
27904
27905         * gnus-undo.el: do.
27906
27907         * gnus-picon.el: do.
27908
27909         * gnus-util.el: do.
27910
27911 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27912
27913         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27914
27915 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27916
27917         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27918         handle, as well as a list.
27919
27920         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27921         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27922         (mm-w3m-cid-retrieve): Simplify.
27923
27924 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27925
27926         * message.el (message-kill-to-signature): Allow prefix arg to
27927         specify number of lines to keep before signature.
27928
27929 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27930
27931         * message.el (message-kill-to-signature): Change docstring.
27932
27933 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27934
27935         * canlock.el: Always require sha1-el.
27936         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27937
27938         * message.el: Autoload sha1 only when compiling.
27939
27940         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27941         eudc-expand-inline for XEmacs.
27942
27943 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27944
27945         * message.el (message-canlock-generate): Require sha1-el.
27946
27947 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27948
27949         * message.el (message-expand-name): Silence the byte compiler.
27950
27951         * lpath.el: Add detect-coding-system.
27952
27953         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27954         cus-edit.
27955
27956 2004-01-13  Simon Josefsson  <jas@extundo.com>
27957
27958         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27959         Invoke gnus-score-mode.
27960         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27961
27962         * gnus-range.el (gnus-compress-sequence): Doc fix.
27963         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27964
27965 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27966
27967         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27968
27969 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27970
27971         * spam.el (spam-get-article-as-string): Update to use
27972         gnus-request-article-this-buffer, much simpler.
27973         (spam-get-article-as-buffer): Remove.
27974
27975 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27976
27977         * message.el (message-expand-name): Use EUDC if the user uses that.
27978
27979 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27980
27981         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27982         character for the encoding to avoid consing a string.
27983
27984         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27985         unnecessarily.
27986
27987         * mm-util.el (mm-replace-chars-in-string): Remove.
27988
27989         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27990         of mm-replace-chars-in-string.
27991
27992 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27993
27994         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27995
27996         * mm-util.el (mm-subst-char-in-string): Support inplace.
27997
27998         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27999         a new string in every iteration.  Use shy groups.
28000
28001 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
28002
28003         * gnus-srvr.el (gnus-browse-unsubscribe-group):
28004         * gnus-soup.el (gnus-soup-group-brew):
28005         * gnus-msg.el (gnus-put-message):
28006         * gnus-move.el (gnus-group-move-group-to-server):
28007         * gnus-kill.el (gnus-batch-score):
28008         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
28009         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
28010         (gnus-group-update-group, gnus-group-read-group)
28011         (gnus-group-make-group, gnus-group-make-help-group)
28012         (gnus-group-make-archive-group, gnus-group-make-directory-group)
28013         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
28014         (gnus-group-sort-by-unread, gnus-group-catchup)
28015         (gnus-group-unsubscribe-group, gnus-group-kill-group)
28016         (gnus-group-yank-group, gnus-group-set-info)
28017         (gnus-group-list-groups):
28018         * gnus.el (gnus-generate-new-group-name):
28019         * gnus-delay.el (gnus-delay-send-queue):
28020         * nnvirtual.el (nnvirtual-catchup-group):
28021         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28022         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28023         (gnus-group-prepare-topics, gnus-topic-check-topology):
28024         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28025         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28026         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28027         (gnus-group-make-articles-read):
28028         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28029         (gnus-group-change-level, gnus-kill-newsgroup)
28030         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28031         (gnus-get-unread-articles, gnus-make-articles-unread)
28032         (gnus-make-ascending-articles-unread): Use accessor
28033         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28034         to get group information for improved readability.
28035
28036
28037 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28038
28039         * gnus-art.el (article-decode-mime-words, article-babel)
28040         (gnus-article-highlight-signature, gnus-article-add-buttons)
28041         (gnus-signature-toggle): Use gnus-with-article-buffer.
28042
28043         * gnus-art.el (gnus-article-highlight-headers)
28044         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28045
28046         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28047         (gnus-article-set-globals, gnus-request-article-this-buffer)
28048         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28049         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28050         (gnus-mime-display-alternative): Use with-current-buffer.
28051
28052 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28053
28054         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28055         also under 80 char limit, and call gnus-error if needed.
28056         (spam-fetch-article-header): Fix - it was a
28057         buffer-local variable (gnus-newsgroup-data).
28058         (spam-find-spam): Use spam-generate-fake-headers, forget about
28059         spam-insert-fake-headers.
28060         (spam-insert-fake-headers): Remove.
28061
28062 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28063
28064         * deuglify.el (gnus-article-outlook-unwrap-lines)
28065         (gnus-outlook-rearrange-article)
28066         (gnus-outlook-repair-attribution-outlook)
28067         (gnus-outlook-repair-attribution-block)
28068         (gnus-outlook-repair-attribution-other): Remove redundant
28069         save-excursion.
28070
28071 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28072
28073         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28074         (spam-fetch-field-subject-fast)
28075         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28076         (spam-fetch-article-header): Add functions to deal with Gnus
28077         internals for fast retrieval of article header data.
28078         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28079
28080 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28081
28082         * pop3.el (pop3-md5): Remove.
28083         (pop3-apop): Replace pop3-md5 with md5.
28084
28085         * mm-bodies.el: base64 is always built-in.
28086
28087         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28088         Use with-current-buffer.
28089
28090 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28091
28092         * canlock.el (canlock-insert-header): Remove excessive grouping in
28093         regexp.
28094
28095         * gnus-sum.el (gnus-summary-read-document): Ditto.
28096
28097         * gnus-uu.el (gnus-uu-part-number): Ditto.
28098
28099         * html2text.el (html2text-remove-tags): Ditto.
28100         (html2text-format-tags): Ditto.
28101         (html2text-format-single-elements): Ditto.
28102
28103         * mml.el (mml-parse-1): Ditto.
28104
28105 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28106
28107         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28108
28109         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28110
28111         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28112
28113         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28114
28115 2003-11-15  Simon Josefsson  <jas@extundo.com>
28116
28117         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28118         (pgg-gpg-lookup-key): Use regexp match instead of
28119         split-string (split-string is different between emacs 21.2 and
28120         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28121
28122 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28123
28124         * gnus-art.el (gnus-mime-view-all-parts)
28125         (gnus-article-part-wrapper, gnus-article-view-part):
28126         Use with-current-buffer.
28127
28128 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28129
28130         * spam.el (spam-disable-spam-split-during-ham-respool)
28131         (spam-spamoracle-database, spam-cache-lookups)
28132         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28133         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28134         (spam-group-ham-marks, spam-group-spam-marks)
28135         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28136         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28137         also add spam-use-blackholes to the statistical checks.
28138         (spam-fetch-field-fast): Add interface to fetching fields, may
28139         become a macro.
28140         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28141         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28142         (spam-insert-fake-headers): Fake an article when needed.
28143         (spam-find-spam): Fake article when possible.
28144         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28145         (spam-check-bogofilter-headers): Use message-fetch-field instead
28146         of nnmail-fetch-field.
28147
28148 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28149
28150         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28151
28152 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28153
28154         * spam.el (spam-split): Do not require spam-use-CHECK to be
28155         enabled if that check is passed to spam-split explicitly; also
28156         fix so 'spam doesn't get converted to spam-split-group when
28157         spam-split-symbolic-return is t.
28158         (spam-find-spam): Find registrations of the article and use those
28159         instead of re-running spam-split to find the spam/ham
28160         classification of the article.
28161         (spam-log-processing-to-registry, spam-log-registered-p)
28162         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28163         Use gnus-error instead of gnus-message.
28164         (spam-log-registration-type): Add function to determine the
28165         classification of a message based on registry entries; will
28166         return nil if both 'spam and 'ham are found.
28167         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28168         a reasonably fast local cache without the loading errors.
28169         (spam-cache-lookups): Set to t by default.
28170         (spam-find-spam): Don't try to guess spam-cache-lookups.
28171         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28172         spam-caches entry.
28173         (spam-filelist-build-cache, spam-filelist-check-cache):
28174         Fix caching of whitelist/blacklist entries.
28175         (spam-check-whitelist, spam-check-blacklist):
28176         Invoke spam-from-listed-p with a type, not a cache variable.
28177         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28178
28179 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28180
28181         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28182
28183         * nnmail.el (nnmail-split-fancy): do.
28184
28185         * mml.el (mml-parse): do.
28186
28187         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28188         (gnus-score-adaptive): do.
28189
28190 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28191
28192         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28193         (gnus-mime-button-map): Don't set keymap parent.
28194         (gnus-button-ctan-directory-regexp): Use shy grouping.
28195         (gnus-prev-page-map): Don't set keymap parent.
28196         (gnus-prev-page-map): Remove duplicated one.
28197         (gnus-next-page-map): Don't set keymap parent.
28198         (gnus-mime-security-button-map): Ditto.
28199
28200         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28201         version number.
28202
28203         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28204
28205 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28206
28207         * canlock.el (canlock-sha1-function): Remove.
28208         (canlock-sha1-function-for-verify): Remove.
28209         (canlock-openssl-program): Remove.
28210         (canlock-openssl-args): Remove.
28211         (canlock-ignore-errors): Remove.
28212         (canlock-sha1-with-openssl): Remove.
28213         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28214         (canlock-verify): Don't use canlock-ignore-errors.
28215
28216         * sha1-el.el (sha1-string-external): Make it can return a string
28217         in binary form.
28218         (sha1-region-external): Ditto.
28219         (sha1-string-internal): Ditto.
28220         (sha1-region-internal): Ditto.
28221         (sha1-region): Ditto.
28222         (sha1-string): Ditto.
28223         (sha1): Ditto.
28224
28225 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28226
28227         * spam.el (spam-report-articles-gmane): New command.
28228
28229 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28230
28231         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28232
28233         * run-at-time.el (run-at-time-saved): Remove.
28234         (run-at-time): Doc fix.
28235
28236 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28237
28238         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28239         (gnus-summary-limit-map): Add it.
28240         (gnus-summary-make-menu-bar): do.
28241
28242 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28243
28244         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28245         Make attempt at some caching support (done for BBDB only now).
28246         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28247         addresses to be checked.
28248         (spam-clear-cache-BBDB): Add function, to be invoked by
28249         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28250         (spam-check-BBDB): Check and use the caches, if
28251         spam-cache-lookups is on, remove superfluous (provide).
28252
28253 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28254
28255         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28256
28257 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28258
28259         * run-at-time.el (run-at-time-saved): Move to after the definition
28260         of `run-at-time'.
28261
28262         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28263
28264 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28265
28266         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28267         mm-w3m-local-map-property.
28268
28269         * mm-view.el (mm-w3m-mode-map): Remove.
28270         (mm-w3m-local-map-property): Remove.
28271         (mm-inline-text-html-render-with-w3m): Don't use
28272         mm-w3m-local-map-property.
28273
28274 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28275
28276         * run-at-time.el: New file.
28277
28278         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28279         under Emacs.
28280
28281         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28282         of gnus-set-text-properties.
28283
28284         * gnus-uu.el (gnus-uu-save-article): Ditto.
28285
28286         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28287
28288         * gnus-cite.el (gnus-cite-parse): Ditto.
28289
28290         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28291         of gnus-.
28292
28293         * gnus-xmas.el (run-at-time): Require run-at-time.
28294
28295         * gnus.el: Change calls to nnheader-run-at-time and
28296         password-run-at-time throughout to use run-at-time directly.
28297
28298         * password.el: Remove definition of run-at-time.
28299
28300         * nnheaderxm.el: Remove definition of run-at-time.
28301
28302 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28303
28304         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28305         in prompt.
28306
28307 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28308
28309         * messagexmas.el (message-xmas-redefine): Alias
28310         `message-make-caesar-translation-table' to
28311         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28312         version.
28313
28314         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28315         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28316         `gnus-xmas-set-text-properties'.
28317         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28318         `gnus-xmas-completing-read'.
28319         (gnus-xmas-completing-read): Removed.
28320         (gnus-xmas-open-network-stream): Removed.
28321
28322         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28323         XEmacs version.
28324
28325         * dns.el (dns-make-network-process): Use `open-network-stream'
28326         instead of `gnus-xmas-open-network-stream'.
28327
28328         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28329
28330         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28331
28332 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28333
28334         * gnus-art.el (gnus-mime-display-alternative)
28335         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28336         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28337         Don't use gnus-local-map-property.
28338
28339         * gnus-util.el (gnus-local-map-property): Remove.
28340
28341         * mm-view.el (mm-view-pkcs7-decrypt):
28342         Replace gnus-completing-read-maybe-default with completing-read.
28343
28344         * gnus-util.el (gnus-completing-read): do.
28345         (gnus-completing-read-maybe-default): Remove.
28346
28347 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28348
28349         * password.el: Only autoload `run-at-time' if not XEmacs.
28350         Only autoload the itimer functions if XEmacs.
28351
28352 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28353
28354         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28355         XEmacsen.
28356
28357         * dgnushack.el: Autoload executable-find for XEmacs.
28358
28359 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28360
28361         * gnus-art.el (gnus-read-string): Remove.
28362         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28363         read-string.
28364
28365 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28366
28367         * netrc.el: Autoload password-read.
28368         (netrc): Add configuration group.
28369         (netrc-encoding-method, netrc-openssl-path):
28370         Add variables for encoding and decoding of files with symmetric
28371         ciphers.
28372         (netrc-encode): Add assistant function to encode a file with
28373         netrc-encoding-method.
28374         (netrc-parse): Add interactive parameter, added optional
28375         decoding if netrc-encoding-method is non-nil but otherwise
28376         behavior is standard.
28377         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28378         Do s/encode/encrypt/ everywhere.
28379
28380         * spam.el: Remove executable-find autoload.
28381
28382 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28383
28384         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28385
28386         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28387
28388 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28389
28390         * gnus-art.el (gnus-treat-ansi-sequences)
28391         (article-treat-ansi-sequences): New variable and function.
28392         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28393
28394         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28395         Use it.
28396
28397 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28398
28399         * mm-util.el (mm-quote-arg): Remove.
28400
28401         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28402         shell-quote-argument.
28403
28404         * gnus-uu.el (gnus-uu-command): do.
28405
28406         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28407
28408         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28409         with make-char.
28410
28411         * mm-util.el (mm-make-char): Remove.
28412
28413         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28414         add-minor-mode.
28415
28416         * gnus-undo.el (gnus-undo-mode): do.
28417
28418         * gnus-topic.el (gnus-topic-mode): do.
28419
28420         * gnus-sum.el (gnus-dead-summary-mode): do.
28421
28422         * gnus-start.el (gnus-slave-mode): do.
28423
28424         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28425
28426         * gnus-ml.el (gnus-mailing-list-mode): do.
28427
28428         * gnus-gl.el (gnus-grouplens-mode): do.
28429
28430         * gnus-draft.el (gnus-draft-mode): do.
28431
28432         * gnus-dired.el (gnus-dired-mode): do.
28433
28434         * gnus-ems.el (gnus-add-minor-mode): Remove.
28435
28436         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28437         Replace gnus-char-width with char-width.
28438
28439         * gnus-ems.el (gnus-char-width): Remove.
28440
28441         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28442         Replace gnus-char-width with char-width.
28443
28444         * gnus-ems.el (gnus-char-width): Remove.
28445
28446         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28447         definition.
28448         Remove Emacs 20 hash table compatibility code.
28449
28450         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28451         20 compatibility code.
28452
28453         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28454
28455         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28456
28457         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28458         Replace with point-at-{eol,bol}.
28459
28460         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28461
28462         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28463
28464         * flow-fill.el (fill-flowed-point-at-bol)
28465         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28466
28467         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28468         Replace with point-at-{eol,bol} throughout all files.
28469
28470 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28471
28472         * ntlm.el (ntlm-string-as-unibyte): New macro.
28473         (ntlm-build-auth-response): Use it.
28474
28475         Remove Emacs 20 stuff:
28476         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28477         (butlast, mapc, remove): Remove the compiler macros.
28478         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28479         of delq and copy-sequence.
28480         * gnus-art.el (popup-menu): Remove the compiler macro.
28481         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28482         Emacs 20.
28483
28484 2004-01-05  Simon Josefsson  <jas@extundo.com>
28485
28486         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28487         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28488         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28489         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28490         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28491         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28492         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28493         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28494         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28495         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28496         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28497         string-xor into ntlm-string-xor.
28498         Suggested by Jesper Harder <harder@myrealbox.com>.
28499
28500         * ntlm.el: Don't include poem.
28501
28502         * md4.el (print-int32, print-string-hexa): Remove.
28503         Suggested by Jesper Harder <harder@myrealbox.com>.
28504
28505         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28506
28507         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28508         probably breaks emacs with DL patch, but do we care? Is anyone
28509         still using the DL stuff?)
28510
28511         * sieve-manage.el: Use the password package.
28512         (sieve-manage-read-passwd): Remove.
28513         (sieve-manage-interactive-login): Use password.  Re-add
28514         condition-case around loop.
28515
28516         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28517         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28518         Use the password package.
28519
28520 2003-02-19  Simon Josefsson  <jas@extundo.com>
28521
28522         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28523         token.
28524
28525 2002-08-07  Simon Josefsson  <jas@extundo.com>
28526
28527         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28528         (sieve-manage-authenticators)
28529         (sieve-manage-authenticator-alist): Add some SASL mechs.
28530         (sieve-sasl-auth): New function.
28531         (sieve-manage-cram-md5-auth)
28532         (sieve-manage-plain-auth): Rewrite using SASL library.
28533         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28534         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28535         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28536         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28537
28538 2004-01-05  Simon Josefsson  <jas@extundo.com>
28539
28540         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28541         New files.
28542
28543 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28544
28545         * gnus-group.el (gnus-no-groups-message): Update.
28546
28547         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28548
28549 2003-11-09  Simon Josefsson  <jas@extundo.com>
28550
28551         * imap.el: Support for ID IMAP extension (RFC 2971).
28552         (imap-local-variables): Add imap-id.
28553         (imap-id): New variable.
28554         (imap-id): New function.
28555         (imap-parse-response): Parse untagged ID response.
28556         * nnimap.el (nnimap-id): New variable.
28557         (nnimap-open-connection): Use it.
28558
28559 2003-12-28  Simon Josefsson  <jas@extundo.com>
28560
28561         * gnus-score.el (gnus-score-edit-all-score): New.
28562         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28563
28564 2004-01-04  Simon Josefsson  <jas@extundo.com>
28565
28566         * password.el: Add.
28567
28568 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28569
28570         * dns.el (dns-query-types): Fix typo.
28571         (dns-query-types): New function.
28572         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28573         PTR and SOA replies, see RFC 1035.
28574
28575 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28576
28577         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28578
28579         * Move to Changelog.2.
28580
28581 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28582
28583         * gnus.el (gnus-version-number): Bump version.
28584
28585 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28586
28587         * gnus.el: No Gnus v0.1 is released.
28588
28589 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28590
28591         * gnus.el: No Gnus v0.0 is released.
28592
28593 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28594
28595         * gnus.el (gnus-version-number): Bump.
28596         (gnus-version): No.
28597
28598 See ChangeLog.2 for earlier changes.
28599
28600   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28601
28602   This file is part of GNU Emacs.
28603
28604   GNU Emacs is free software: you can redistribute it and/or modify
28605   it under the terms of the GNU General Public License as published by
28606   the Free Software Foundation, either version 3 of the License, or
28607   (at your option) any later version.
28608
28609   GNU Emacs is distributed in the hope that it will be useful,
28610   but WITHOUT ANY WARRANTY; without even the implied warranty of
28611   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28612   GNU General Public License for more details.
28613
28614   You should have received a copy of the GNU General Public License
28615   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28616
28617 ;; Local Variables:
28618 ;; coding: utf-8
28619 ;; fill-column: 79
28620 ;; add-log-time-zone-rule: t
28621 ;; End: