* auth-source.el (auth-sources):
[gnus] / lisp / ChangeLog
1 2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * auth-source.el (auth-sources):
4         Prefer (substitute-command-keys "`\\[foo-command]'")
5         to "`M-x foo-command'" in docstring.
6
7         * time-date.el (format-seconds):
8         Use curved quotes in diagnostic format strings.
9
10         * nnmairix.el (nnmairix-propagate-marks-upon-close):
11         * pop3.el (pop3-authentication-scheme):
12         Don't quote symbols with apostrophes in doc strings.
13         Use asymmetric quotes instead.
14
15 2015-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         Use overlay functions directly
18
19         * dgnushack.el (overlay): Autoload overlay functions for XEmacs.
20         * lpath.el (delete-overlay, overlay-lists): Remove Fbind.
21
22         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part)
23         (gnus-insert-mime-button, gnus-mime-buttonize-attachments-in-header)
24         (gnus-article-highlight-signature, gnus-article-extend-url-button)
25         (gnus-article-add-button, gnus-insert-prev-page-button)
26         (gnus-insert-next-page-button, gnus-insert-mime-security-button):
27         * gnus-cite.el (gnus-cite-delete-overlays, gnus-cite-add-face):
28         * gnus-html.el (gnus-html-wash-tags):
29         * gnus-salt.el (gnus-tree-read-summary-keys, gnus-tree-recenter)
30         (gnus-highlight-selected-tree):
31         * gnus-sum.el (gnus-summary-show-all-threads, gnus-summary-show-thread)
32         (gnus-summary-hide-thread, gnus-highlight-selected-summary):
33         * gnus-util.el (gnus-put-overlay-excluding-newlines):
34         * message.el (message-fix-before-sending)
35         (message-toggle-image-thumbnails):
36         * mm-decode.el (mm-convert-shr-links):
37         * sieve.el (sieve-highlight, sieve-insert-scripts):
38         Use overlay functions directly instead of using gnus-overlay-*,
39         message-overlay-*, and sieve-overlay-*.
40
41         * gnus-sum.el (gnus-remove-overlays):
42         * gnus-xmas.el (gnus-xmas-move-overlay, gnus-xmas-overlays-at)
43         (gnus-xmas-overlays-in, gnus-make-overlay, gnus-copy-overlay)
44         (gnus-delete-overlay, gnus-overlay-get, gnus-overlay-put)
45         (gnus-move-overlay, gnus-overlay-buffer, gnus-overlay-start)
46         (gnus-overlay-end, gnus-overlays-at, gnus-overlays-in):
47         * gnus.el (gnus-make-overlay, gnus-copy-overlay, gnus-delete-overlay)
48         (gnus-overlay-get, gnus-overlay-put, gnus-move-overlay)
49         (gnus-overlay-buffer, gnus-overlay-start, gnus-overlay-end)
50         (gnus-overlays-at, gnus-overlays-in):
51         * message.el (message-delete-overlay, message-make-overlay)
52         (message-overlay-get, message-overlay-put, message-overlays-in):
53         * messagexmas.el (message-delete-overlay, message-make-overlay)
54         (message-overlay-get, message-overlay-put, message-overlays-in):
55         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
56         Remove.
57
58 2015-08-19  Glenn Morris  <rgm@gnu.org>
59
60         * nnmaildir.el (nnmaildir-flag-mark-mapping): Add "P".
61
62 2015-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * message.el (message-overlay-put, message-make-overlay)
65         (message-kill-all-overlays, message-overlays-in, message-overlay-get)
66         (message-delete-overlay, message-window-inside-pixel-edges):
67         Declare before using.
68
69 2015-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * message.el (message-overlay-get, message-overlays-in)
72         (message-window-inside-pixel-edges):
73         * messagexmas.el (message-overlay-get, message-overlays-in):
74         XEmacs compatible functions.
75
76 2015-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * message.el (message-toggle-image-thumbnails): New command.
79
80 2015-08-06  Paul Eggert  <eggert@cs.ucla.edu>
81
82         * message.el (message-send-form-letter): Change (message (format ...))
83         to (message ...).  This lessens the probability of confusion when
84         the output of `format' contains `%'.
85
86 2015-08-04  David Kastrup  <dak@gnu.org>
87
88         * gnus-art.el (gnus-article-describe-key)
89         (gnus-article-describe-key-briefly):
90         Do not overwrite preexisting contents of unread-command-events.
91
92 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
93
94         * nnimap.el (nnimap-request-move-article)
95         (nnimap-process-expiry-targets, nnimap-split-incoming-mail): Use MOVE
96         extension if available.
97
98 2015-08-02  Nikolaus Rath  <Nikolaus@rath.org>
99
100         * nnimap.el (nnimap-open-connection-1): explicitly ask server for
101         capabilities instead of relying on LOGIN response.
102
103 2015-07-31  Paul Eggert  <eggert@cs.ucla.edu>
104
105         * nnbabyl.el (nnbabyl-retrieve-headers):
106         * nndiary.el (nndiary-retrieve-headers):
107         * nneething.el (nneething-retrieve-headers):
108         * nnmbox.el (nnmbox-retrieve-headers):
109         * nnmh.el (nnmh-retrieve-headers):
110         * nnml.el (nnml-retrieve-headers):
111         * nnspool.el (nnspool-retrieve-headers):
112         * nntp.el (nntp-retrieve-headers, nntp-retrieve-articles):
113         Prefer (floor (* 100.0 NUMERATOR) DENOMINATOR) when calculating
114         progress-report percentages and the like.  This avoids problems
115         if (* 100 NUMERATOR) would overflow.
116
117         * gnus-registry.el (gnus-registry-import-eld):
118         * registry.el (registry-reindex):
119         Use (* 100.0 ...) rather than (* 100 ...) to avoid int overflow issues.
120
121 2015-07-17  Julien Danjou  <jd@abydos>
122
123         * sieve-mode.el (sieve-font-lock-keywords): Add missing "body" test
124         command.
125
126 2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
127
128         * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
129         of function arguments.
130
131 2015-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
132
133         * nnimap.el: Clean up "unused var" warnings.
134         (auth-source-creation-prompts): Declare.
135         (nnimap-retrieve-headers, nnimap-status-message)
136         (nnimap-request-create-group, nnimap-request-delete-group)
137         (nnimap-close-group, nnimap-request-move-article)
138         (nnimap-request-accept-article, nnimap-request-newgroups)
139         (nnimap-request-post, nnimap-dummy-active-number)
140         (nnimap-save-mail-spec, nnimap-get-groups): Add _ to unused vars.
141         (nnimap-parse-flags): Remove unused var `p'.
142         (nnimap-retrieve-group-data-early): Remove unused var `groups'.
143         (nnimap-flags-to-marks): Remove unused var `totalp'.
144
145 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
146
147         * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
148         before RFC822.SIZE.
149
150 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
151
152         * nnimap.el (nnimap-open-connection-1): Always query capabilities,
153         so that a 'plain value for the `nnimap-stream' server variable is
154         handled correctly.
155
156 2015-07-08  Eric Abrahamsen  <eric@ericabrahamsen.net>
157
158         Remove unused let variables
159         * nnimap.el (nnimap-request-group): Variables are not used.
160
161         Check if group names are already strings
162         * gnus-group.el (gnus-group-group-name):
163         The group name may already be a string.
164         Specifically, in the group list reached from the *Server* buffer,
165         the 'gnus-group text property returns a string.  Everywhere else
166         it returns a symbol.
167
168 2015-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
169
170         * nnmaildir.el (nnmaildir--prepare): Use a more functional style.
171         (nnmaildir--update-nov): Remove unused var `numdir'.
172         (nnmaildir-request-type, nnmaildir--scan, nnmaildir-request-newgroups)
173         (nnmaildir-request-group, nnmaildir-request-create-group)
174         (nnmaildir-request-post, nnmaildir-request-move-article)
175         (nnmaildir-request-accept-article, nnmaildir-active-number):
176         Mark unused args.
177         (nnmaildir-get-new-mail, nnmaildir-group-alist, nnmaildir-active-file):
178         Declare.
179         (nnmaildir-request-scan): Remove unused vars `group' and `grp-dir'.
180         (nnmaildir-request-update-info): Remove unused vars `dotfile', `num',
181         `mark', `end', `new-mark', and `mark-sym'.
182         (nnmaildir-retrieve-headers):
183         Remove unused args `srv-dir', `dir', `nlist2'.
184         (nnmaildir-request-expire-articles):
185         Remove unused vars `article', `stop' and `nlist2'.
186         (nnmaildir-request-set-mark): Remove unused vars `begin', `article' and
187         `end'.  Use nnmaildir--article when dyn-binding is needed.
188         Give the value directly in the `let' for `del-mark', `del-action',
189         `add-action', and `set-action'.  Don't use `add-to-list' on a local var.
190         (nnmaildir-close-server):
191         Declare those local vars that need to be dyn-bound.
192
193 2015-06-03  Paul Eggert  <eggert@cs.ucla.edu>
194
195         * gnus-art.el (gnus-button-alist): Also support quotes 'like this'.
196
197 2015-05-31  David Engster  <deng@randomsample.de>
198
199         * tests/gnustest-nntp.el (gnustest-ping-host): Call 'sleep' binary
200         instead of using `sleep-for', as the latter does not seem to reliably
201         wait (see for instance bug 15990).
202
203 2015-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-art.el (gnus-button-alist): Re-revert last change.
206         cf. <http://news.gmane.org/group/gmane.emacs.devel/thread=186896>
207
208 2015-05-28  Paul Eggert  <eggert@cs.ucla.edu>
209
210         * gnus-art.el (gnus-button-alist): Revert last change.
211         It wasn't that important, and it caused a Gnus build to fail.  See:
212         http://www.randomsample.de:4456/builders/emacs-devel/builds/734
213
214         * gnus-art.el (gnus-button-alist):
215         Also treat "‘" and "’" as quoting chars.
216
217 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
218
219         * gnus-art.el (gnus-treat-strip-list-identifiers)
220         (gnus-article-mode-syntax-table):
221         * gnus-group.el (gnus-group-nnimap-edit-acl):
222         * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
223         e.g., missing quote, ``x'' where `x' was meant, etc.
224
225 2015-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
228         Use (char-to-int c) instead of (+ c 0) that the byte compiler optimizes
229         into just c.
230
231 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
234         Normalize characters into numbers in spec keys.
235
236 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * dgnushack.el (declare-function): Redefine it to use autoload.
239         * lpath.el (gnus-html-prefetch-images): Declare.
240
241 2015-05-04  Glenn Morris  <rgm@gnu.org>
242
243         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
244
245         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
246
247         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
248         (gnus-topic-create-topic, gnus-topic-enter-dribble):
249         Declare rather than autoload.
250
251         * mm-archive.el (gnus-recursive-directory-files)
252         (mailcap-extension-to-mime): Autoload at run-time.
253
254         * mm-util.el (latin-unity-massage-name)
255         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
256         (latin-unity-representations-present-region):
257         Declare rather than autoload.
258
259         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
260         Autoload at run-time.
261         (epg-context-set-signers, epg-context-result-for)
262         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
263         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
264         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
265         (epg-configuration, epg-expand-group, epa-select-keys):
266         Declare rather than autoload.
267
268         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
269         Autoload at run-time.
270         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
271         (gnus-registry-get-id-key, gnus-registry-action):
272         Declare rather than autoload.
273
274         * nnmail.el (mail-send-and-exit): Autoload at run-time.
275
276         * spam.el (spam-stat-buffer-change-to-non-spam)
277         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
278         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
279         (spam-stat-split-fancy): Remove pointless autoloads.
280
281         * mm-view.el (epg-decrypt-string): Autoload.
282         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
283         (epg-sub-key-validity): Fix declarations.
284
285 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
286
287         * gnus.el: Ma Gnus v0.13 is released.
288
289 2015-05-01  Glenn Morris  <rgm@gnu.org>
290
291         * gnus-util.el (iswitchb-read-buffer):
292         * mm-decode.el (libxml-parse-html-region):
293         * mml.el (libxml-parse-html-region):
294         * nnrss.el (libxml-parse-html-region): Update declaration.
295
296 2015-04-27  Glenn Morris  <rgm@gnu.org>
297
298         * message.el (gnus-extract-address-components):
299         Remove bogus declaration that was masking previous problem.
300
301 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
304         altering the buffer.
305         (hashcash-insert-payment-async-2): Revert previous change because it
306         still means that the mark is moving around.
307
308 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-uu.el (gnus-uu-save-article):
311         Make the save-restriction/widen calls make more sense.
312
313 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-art.el (gnus-use-idna):
316         * gnus-sum.el (gnus-summary-idna-message):
317         * message.el (message-use-idna):
318         Catch the invalid-operation error that idna.el will issue.
319
320 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
321
322         * gnus-group.el (gnus-group--setup-tool-bar-update):
323         cursor-sensor-functions should be a list of functions.
324
325 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         * gnus-group.el (gnus-tmp-*): Declare.
328         (gnus-update-group-mark-positions): Remove unused `topic' var.
329         (gnus-group-insert-group-line): Remove unused var `header'.
330         (gnus-group--setup-tool-bar-update): New function.
331         (gnus-group-insert-group-line): Use it.
332         (gnus-group-update-eval-form): Declare local
333         dynamically-bound variables.
334         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
335
336         * gnus-topic.el (gnus-topic-jump-to-topic)
337         (gnus-group-prepare-topics, gnus-topic-update-topic)
338         (gnus-topic-change-level, gnus-topic-catchup-articles)
339         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
340         Use inhibit-read-only.
341         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
342         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
343
344 2015-04-12  João Távora  <joaotavora@gmail.com>
345
346         * message.el (message-mode):
347         Use `set' and `make-local-variable' instead of `setq-local'.
348
349 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
350
351         * gnus-sum.el (gnus-summary-refer-thread):
352         Make sure gnus-newsgroup-unreads remains sorted.
353
354 2015-04-12  João Távora  <joaotavora@gmail.com>
355
356         Improve sexp-based movement in message-mode
357         * message.el (message--syntax-propertize): New function.
358         (message-mode): Set syntax-related vars.d
359         (message-smileys): New variable.
360
361 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
362
363         * gnus-art.el (gnus-hidden-properties): Simplify.
364         (gnus-article-hide-text, gnus-article-unhide-text)
365         (gnus-article-unhide-text-type): Remove special handling of
366         `intangible' since that property is not used any more.
367         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
368
369 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
372         and a runtime function for it, of which the XEmacs version takes only
373         two arguments.
374
375 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
376
377         Use American spelling for 'normalize'
378         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
379         All uses changed.  Add an alias for obsolete usages.
380
381 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-art.el (gnus-article-browse-html-save-cid-content):
384         Always return relative file name.
385         (gnus-article-browse-html-parts):
386         Make external links absolute and cid file names relative.
387
388 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
389
390         * registry.el (registry-prune): Re-use `registry-full' in
391         `registry-prune'.  It's a bit of redundant work, but safer.
392         Also ensure that target-size is an integer.
393
394 2015-03-31  Daiki Ueno  <ueno@gnu.org>
395
396         * plstore.el (plstore--decrypt): Clear entry in
397         `plstore-passphrase-alist' if decryption failed (bug#20030).
398
399 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
400
401         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
402         to "Display" menu.
403
404 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
405
406         * nnimap.el (nnimap-split-incoming-mail): If a message is already
407         in the group it should be split to, don't re-copy it into the group.
408
409 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
410
411         * nnmh.el (nnmh-request-expire-articles):
412         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
413
414 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
415
416         * registry.el (registry-lookup-secondary, registry-full)
417         (registry-prune, registry-collect-prune-candidates):
418         * gnus-registry.el (gnus-registry-load): Use slot names rather than
419         initarg names in `oref' and `oset'.
420
421 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
422
423         * registry.el (registry-prune): Allow registry to reach full size
424         before pruning.
425
426 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
427
428         * registry.el (registry-collect-prune-candidates): Fix call to
429         cl-subseq.
430
431 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * registry.el (registry-db): Temporary fix old Emacsen compilation.
434
435 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
436
437         * gnus-registry.el (gnus-registry-handle-action)
438         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
439         (gnus-registry-keywords): Make it do something.
440         (gnus-registry-import-eld): Remove unused var `new-entry'.
441         (gnus-registry-action): Remove unused var `to-name'.
442         (gnus-registry-make-db): Prefer `make-instance' to avoid
443         compiler warnings.
444         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
445
446         * registry.el (registry-db): Don't oset-default an instance-allocated
447         slot.
448
449 2015-03-10  Glenn Morris  <rgm@gnu.org>
450
451         * message.el (message-valid-fqdn-regexp): Bump :version for
452         2014-11-17 change.
453
454 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
455
456         * gnus-notifications.el (gnus-notifications-action): Raise window
457         frame.
458         (gnus-notifications-action): Allow mark as read.
459         (gnus-notifications-notify): Show uption to mark as read.
460
461 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
462
463         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
464         (registry-search, registry-delete, registry-size, registry-insert)
465         (registry-reindex, registry-collect-prune-candidates):
466         * gnus-registry.el (gnus-registry-fixup-registry)
467         (gnus-registry-remove-extra-data): Use slot names rather than initarg
468         names in `oref' and `oset'.
469
470 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
471         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
472         in the group it should be split to, don't re-copy it into the group.
473
474 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
475
476         * message.el (message-insert-formatted-citation-line): Change %F to
477         fall back to email address if no first name could be determined.
478
479 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
482         Fix point motion when removing displayed MIME part.
483         (gnus-article-edit-part): Make jumping to the next part really work
484         when deleting or stripping.
485         (gnus-mime-buttonize-attachments-in-header): Make header attachment
486         buttons identical to the ones in the article body so as to work deleting
487         and stripping.
488
489 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * mm-decode.el (mm-shr)
492         * mm-view.el (mm-inline-text-html-render-with-w3m):
493         Revert my bogus change that made the start marker of a part
494         the "moves after insertion" type.
495
496 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
497
498         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
499         Tools: https://github.com/politza/pdf-tools) for viewing PDF
500         attachments in emacs.
501
502 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
503
504         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
505         instead of sasl-scram-sha-1, as the former is the name that can be
506         required.
507
508         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
509         (sasl-scram-sha-1-client-final-message)
510         (sasl-scram-sha-1-authenticate-server): Move to end of file.
511
512 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
515
516 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
519         (sasl-string-prefix-p): New compatibility functions.
520
521 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-compat.el (process-live-p): Added new compat function for Emacs
524         23.
525
526 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
527
528         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
529         from the server LIST response.
530
531 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
532
533         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
534         during header retrieval, error out instead of interpreting the data in
535         the buffer as the only messages there.  This way, we don't mark
536         articles as read on a server hangup (bug#19035).
537
538         * mm-decode.el (mm-head-p): New function.
539         (mm-display-part): Go to a blank line when inserting parts internally.
540
541 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
542
543         * sasl-scram-rfc.el: New file.
544
545         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
546         Add SCRAM-SHA-1 first.
547         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
548         entry (bug#17636).
549
550 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
553         that we don't get a warning when setting the buffer-local variable
554         (bug#19573).
555
556         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
557         `gnus-request-group'.
558
559 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-art.el (gnus-article-browse-html-save-cid-content)
562         (gnus-article-browse-html-parts): Make cid file names relative if and
563         only if html doesn't specify <base> directory.
564
565 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
568         parts, because that breaks filling (since buttons are in a bold face).
569
570 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
573         use gnus-overlays-at and gnus-overlay-put.
574
575 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
576
577         * mm-decode.el (mm-shr): Only pass the fill column when not using
578         fonts, because limiting the width to what's appropriate for followups
579         doesn't really help when not using proportional fonts.
580
581 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
584         shr, beacause that breaks folding.
585         (mm-shr): Don't shorten the width when using fonts.
586
587 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
588
589         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
590         variable; always check the newrc timestamp.
591         (gnus-save-newsrc-file): Always check timestamp.
592
593 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
594
595         * mail-source.el (mail-source-call-script): If scripts exit with an
596         error, pop up an error buffer.
597
598 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
601         as a default.
602
603         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
604         correct server.
605
606 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
607
608         * nnimap.el (nnimap-request-group-scan): Fix the function name.
609
610         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
611
612 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
613
614         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
615         that nnimap works for non-activated backends.
616
617 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
618
619         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
620         message, since we already get an obsolescence message.  Use `declare'.
621
622 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
623
624         * nnir.el: Revert "Enable non-ASCII IMAP searches".
625
626 2015-01-30  Glenn Morris  <rgm@gnu.org>
627
628         * gnus-registry.el (gnus-registry-max-pruned-entries)
629         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
630         Fix :version.
631         (gnus-registry-default-sort-function): Improve :type.
632
633 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-request-group): Allow running this function on
636         groups that don't exist in Gnus yet.
637         (nnimap-request-group): Revert previous patch since that made it
638         impossible to enter nnimap groups.
639
640         * message.el (message-smtpmail-send-it): Remove the mail header
641         separator before sending.
642
643 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
644
645         * nnimap.el (nnimap-find-expired-articles): Fix handling of
646         (expiry-wait . never).
647
648 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * nnimap.el (nnimap-request-group): Clear the buffer before returning
651         the data.
652
653 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-compat.el (string-bytes): Work for XEmacs.
656
657 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
660
661         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
662         IMAP.
663
664 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
665
666         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
667
668         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
669
670         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
671         be added to the backlog.
672
673 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
674
675         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
676         target with a recursive make call.
677
678 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
679
680         * nnimap.el (nnimap-header-parameters): Refactor and request
681         X-GM-LABELS if it's been announced.
682         (nnimap-transform-headers): Gather and output GM-LABELS.
683
684 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
685
686         * mm-decode.el (mm-display-part): Make non-string methods work.
687         Non-string methods are funcalled and work just fine, the test was
688         bogus.
689         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
690         whole frame.
691
692 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * nnimap.el (nnimap-request-accept-article): Allow respooling using
695         nnimap.
696
697         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
698         request rescans when being run interactively.
699
700         * nnimap.el (nnimap-request-group): Don't rescan the group here,
701         because that can be very slow in large groups.
702
703         * gnus-int.el (gnus-request-group-scan): New backend function.
704
705         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
706
707 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
708
709         * gnus-group.el (gnus-group-suspend): Close all backends.
710
711 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
712
713         * dgnushack.el (dgnushack-compile-file): New function.
714         (dgnushack-compile): Use it (bug#19514).
715
716 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
719
720 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
721
722         * registry.el: Don't use <class> as a variable.
723
724 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
725
726         system-name's returned value can vary
727         Also, the system-name variable is now obsolete.
728         Fixes Bug#19438.
729         * message.el (message-make-fqdn):
730         * nnvirtual.el (nnvirtual-retrieve-headers)
731         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
732         and avoid naming locals 'system-name'.
733
734 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
735
736         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
737         lines don't get overlong when responding.
738
739 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * registry.el (cl-remf, cl-loop, cl-subseq):
742         Alias to remf, loop, and subseq respectively for old Emacsen.
743
744 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
745
746         * gnus-group.el (gnus-read-ephemeral-bug-group):
747         Bind coding-system-for-read and coding-system-for-write only around
748         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
749
750 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
751
752         * registry.el (registry-db): Set default slot later.
753         This is because its value is not a literal integer.
754
755 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
756
757         * registry.el (registry-db): Fix default registry-db max-size.
758
759 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
762         add warning.
763
764         * gnus-art.el: Fix up compiler warnings.
765         (article-display-face, article-display-x-face): Remove unused `face'.
766         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
767         (article-date-ut): Remove unused var `first'.
768         (gnus-article-prepare): Remove unused var `gnus-article'.
769         (gnus-mime-save-part-and-strip): Remove unused var `param'.
770         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
771         `coding-system' along with corresponding dead code.
772         (gnus-mime-view-part-externally): Remove unused var
773         `mm-user-display-methods'.
774         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
775         (gnus-display-mime): Remove unused var `handle'.
776         (gnus-mime-display-alternative): Remove unused var `props'.
777         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
778         (gnus-article-edit-done): Remove unused var `p'.
779         (gnus-url-mailto): Remove unused var `to'.
780         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
781         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
782
783 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
784
785         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
786         slots into a :max-size slot.
787         (registry-db-version): Add new variable for database version number.
788         (registry-prune): Use :max-size slot. Accept and use a sort-function
789         argument.
790         (registry-collect-prune-candidates): Add new function for finding
791         non-precious pruning candidates.
792         (registry-prune-hard-candidates, registry-prune-soft-candidates):
793         Remove obsolete functions.
794         (initialize-instance): Upgrade registry version when starting.
795
796         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
797         (gnus-registry-max-pruned-entries): Remove obsolete variable.
798         (gnus-registry-cache-file): Change default
799         filename extension to "eieio".
800         (gnus-registry-read): Add new function, split out from
801         `gnus-registry-load', that does the actual object reading.
802         (gnus-registry-load): Use it. Add condition case handler to check for
803         old filename extension and rename to the new one.
804         (gnus-registry-default-sort-function): New variable to specify a sort
805         function to use when pruning.
806         (gnus-registry-save, gnus-registry-insert): Use it.
807         (gnus-registry-sort-by-creation-time): Define a default sort function.
808
809         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
810         Adjust test for new object signature.
811         (gnustest-registry-pruning-test): Add new pruning test.
812         (gnustest-registry-sort-function): Default sort function for testing.
813         (gnustest-registry-pruning-sort-test): New test for sorting.
814
815 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
818         function for reuse.
819         (gnus-mime-buttonize-attachments-in-header): Adjust.
820
821 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * message.el (message-change-subject): Really check whether the subject
824         changed.
825
826 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
829         PDFs.
830         (mailcap-view-mime): New function.
831
832 2014-12-01  Glenn Morris  <rgm@gnu.org>
833
834         * gnus-cloud.el (gnus-cloud): Add :version tag.
835
836 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-art.el (gnus-use-idna):
839         * gnus-sum.el (gnus-summary-idna-message):
840         * message.el (message-use-idna):
841         Protect against nil value for idna-program.
842
843         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
844
845 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
846
847         * auth-source.el (auth-source-macos-keychain-search-items): Return
848         result of `auth-source-macos-keychain-result-append' (bug#19074).
849
850 2014-11-25  Glenn Morris  <rgm@gnu.org>
851
852         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
853         Add :version tag.
854
855 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * pop3.el (pop3-open-server): Warn unless encrypted.
858
859         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
860
861 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
862
863         Port new time stamp handling to Emacs 23.2.
864         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
865         * time-date.el (time-add, time-subtract, time-less-p):
866         Use eval-and-compile, not eval-when-compile.
867
868 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
869
870         * message.el (message-valid-fqdn-regexp): Add non-internaional new
871         TLDs.
872
873 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
874
875         Port new time stamp handling to old Emacs and to XEmacs.
876         This is needed for Gnus, which copies time-date.el and which
877         runs on older Emacs implementations.
878         * time-date.el (with-decoded-time-value):
879         Handle 'nil' and floating-point arg more compatibly with new Emacs.
880         (encode-time-value, with-decoded-time-value):
881         Obsolete only if new Emacs.
882         (time-add, time-subtract, time-less-p): Define if not new Emacs.
883
884         Improve time stamp handling, and be more consistent about it.
885         This implements a suggestion made in:
886         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
887         Among other things, this means timer.el no longer needs to
888         autoload the time-date module.
889         * time-date.el (seconds-to-time, days-to-time, time-since)
890         (with-decoded-time-value):
891         Treat 'nil' as current time.  This is mostly for XEmacs.
892         (encode-time-value, with-decoded-time-value): Obsolete.
893         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
894         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
895
896 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
899         discarding changes in ephemeral groups.
900
901         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
902         things the user isn't interested in.
903
904 2014-11-13  Julien Danjou  <jd@abydos>
905
906         * gnus-notifications.el (gnus-notifications-notify): Provide both
907         app-icon and image-path.
908
909 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
910
911         * mm-url.el (mm-url-encode-multipart-form-data):
912         Restore to handle "multipart/form-data" by eww.
913
914 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
915
916         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
917         Landscheidt.
918
919 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
920
921         Simplify use of current-time and friends.
922         * gnus-delay.el (gnus-delay-article):
923         * gnus-sum.el (gnus-summary-read-document):
924         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
925         * message.el (message-make-expires-date):
926         Omit unnecessary call to current-time.
927         * gnus-util.el (gnus-float-time): Simplify to an alias because
928         time-to-seconds now behaves like float-time with respect to nil arg.
929         (gnus-seconds-year): Don't call current-time twice to get the current
930         time stamp, as this can lead to inconsistent results.
931         * time-date.el (time-to-seconds) [!float-time]:
932         Use current time if arg is nil, to be compatible with float-time.
933         (time-date--day-in-year): New function, with most of the guts of
934         the old time-to-day-in-year.
935         (time-to-day-in-year): Use it.
936         (time-to-days): Use it, to avoid decoding the same time stamp twice.
937
938 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus.el (gnus-mode-line-buffer-identification):
941         Don't add image data for a non-graphic display (bug#18813).
942
943 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
946         load-path, it blocks autoloading of find-image (bug#18813).
947
948 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
949
950         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
951         to keep connection open (bug#18728).
952
953 2014-10-20  Glenn Morris  <rgm@gnu.org>
954
955         * Merge in all changes up to 24.4 release.
956
957 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
958
959         * message.el (message-insert-signature): Use `newline' instead of
960         inserting explicit "\n".
961
962 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
963
964         * gnus-icalendar.el: Support vcal format timezones.
965         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
966         compute dates with associated timezone.
967         (gnus-icalendar-event-from-ical): Compute all timezones.
968
969 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
970
971         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
972         check the newsrc.eld file's timestamp before saving it.
973         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
974         timestamp has changed to be newer.
975
976 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
977
978         * gnus-icalendar.el (gnus-icalendar-identities):
979         Include message-alternative-emails.
980
981 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
984         New compatibility functions.
985         (ntlm-build-auth-response): Use them.
986
987 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
988
989         * ntlm.el (ntlm-build-auth-request):
990         Add NTLM2 Session support.  (Bug#15603)
991
992 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
993
994         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
995         expired messages only when it was built in reverse order.
996
997 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
998
999         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
1000         last so it can be used in `message-send-hook'.
1001
1002 2014-09-29  Daiki Ueno  <ueno@gnu.org>
1003
1004         * mml.el (mml-parse-1): Error out if unknown mode is specified in
1005         <#secure> tag (bug#18513).
1006
1007 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * parse-time.el: Require cl when compiling.
1010
1011 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         Use cl-lib as much as possible following the 2014-09-26 change
1014         in the Emacs trunk.
1015         * parse-time.el: Try requiring cl-lib.
1016         (parse-time-incf): Alias to cl-incf or incf.
1017         (digit-char-p): Remove.
1018         (parse-time-integer): Alias to cl-parse-integer or the one defined.
1019         (parse-integer): Rename to parse-time-integer.
1020         (parse-time-tokenize, parse-time-rules, parse-time-string)
1021         Use parse-time-incf and parse-time-integer.
1022
1023 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1024
1025         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
1026         of ":delete".
1027
1028 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1031         (gnus-article-browse-html-parts):
1032         Revert last change that breaks links other than cid contents.
1033
1034 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1037         (gnus-article-browse-html-parts): Make cid file names relative.
1038
1039 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * mm-view.el (mm-display-inline-fontify): Make the working buffer
1042         temporarily displayed when running a mode function (at least org-mode
1043         requires it).
1044
1045 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
1046
1047         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1048         the gnus-summary-article-expire-hook should be told where the function
1049         is going. In particular, the Gnus registry might want to know.
1050
1051 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1052
1053         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
1054
1055 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-sum.el (gnus-summary-expire-articles): Revert.
1058
1059 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
1060
1061         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
1062         the gnus-summary-article-expire-hook should be told where the function
1063         is going. In particular, the Gnus registry might want to know.
1064
1065 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1066
1067         Don't mishandle year-9999 dates (Bug#18176).
1068         * parse-time.el (parse-time-rules):
1069         Allow years up to most-positive-fixnum.
1070         * time-date.el (date-to-time):
1071         Pass "Specified time is not representable" errors through.
1072
1073 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
1074
1075         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
1076         groups and t.
1077
1078 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus-utils.el (gnus-recursive-directory-files):
1081         Unify hard or symbolic links (bug#18063).
1082
1083 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
1084
1085         * gnus-msg.el (gnus-configure-posting-style):
1086         Allow string replacements in values when matching against a header.
1087
1088 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
1091         the dribble buffer even when it is shrunk a lot.
1092         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
1093
1094 2014-06-26  Glenn Morris  <rgm@gnu.org>
1095
1096         * mm-util.el (help-function-arglist): Remove outdated declaration.
1097
1098 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
1099
1100         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
1101         attribute values.  (Bug#17834)
1102
1103 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1104
1105         * gnus-sum.el (gnus-summary-edit-article-done):
1106         Prefer point-marker to copy-marker of point.
1107
1108 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * Makefile.in (install-el, install-el-elc): Compress .el files.
1111         (uninstall): Remove compressed .el files.
1112
1113 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
1116         (gnus-article-read-summary-keys):
1117         Don't bug out when there is no article in the summary buffer.
1118         (gnus-mime-buttonize-attachments-in-header):
1119         Improve criterion that finds parts to display.
1120
1121         * gnus-art.el (gnus-mm-display-part):
1122         * mm-decode.el (mm-shr):
1123         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1124         (mm-insert-inline): Revert last changes.
1125
1126 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-art.el (gnus-mm-display-part):
1129         * mm-decode.el (mm-shr):
1130         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
1131         (mm-insert-inline): Set insertion type of end-marker, not only
1132         start-marker, of undisplayer so as to stay after inserted text.
1133
1134 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
1135
1136         * html2text.el (html2text-get-attr): Fix typo when splitting value from
1137         attribute. (Bug#17613)
1138
1139 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1140
1141         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
1142         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
1143
1144 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1147         Don't delete next part button; keep spacing between buttons.
1148
1149 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
1152         Work for the last MIME part in an article.
1153         (gnus-mime-display-single): Suppress excessive newlines between parts.
1154
1155         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
1156         by leading or trailing newline.
1157
1158 2014-05-12  Sam Steingold  <sds@gnu.org>
1159
1160         * time-date.el (seconds-to-string): New function to pretty print time
1161         delay in seconds.
1162
1163 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
1166         while prompting a user for a file name, etc.
1167         (gnus-mime-display-single): Display part with a common appearance no
1168         matter whether MIME button is omitted or not; don't add duplicate entry
1169         to gnus-article-mime-handle-alist.
1170         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
1171
1172 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
1173
1174         * mml2015.el (mml2015-display-key-image): New variable.
1175
1176 2014-05-08  Glenn Morris  <rgm@gnu.org>
1177
1178         * gnus-fun.el (gnus-grab-cam-face):
1179         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
1180         This is CVE-2014-3421.
1181
1182 2014-05-04  Glenn Morris  <rgm@gnu.org>
1183
1184         * gnus-registry.el (gnus-registry-install-p): Doc fix.
1185
1186 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
1189         the displaying state of a part.
1190         (gnus-mm-display-part): Don't insert a newline in the beginning of
1191         a part like gnus-mime-inline-part doesn't; work for XEmacs.
1192
1193         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
1194         (mm-shr): Make undisplayer unbreakable.
1195
1196         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
1197         Don't insert excessive newline.
1198         (mm-inline-text-html-render-with-w3m, mm-inline-text)
1199         (mm-insert-inline): Make undisplayer unbreakable.
1200
1201 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1202
1203         * gnus.el: Ma Gnus v0.11 is released.
1204
1205 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-art.el (gnus-mm-display-part):
1208         Highlight header attachment buttons.
1209
1210 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
1213         a part; redisplay a button (enbugged in 2014-02-05).
1214
1215 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         * auth-source.el (auth-source-search, auth-source-search-backends):
1218         Treat :max 0 as an indicator that a boolean return is wanted, as
1219         documented. Reported by Joe Bloggs.
1220
1221 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-icalendar.el: Require gnus-art.
1224
1225 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
1226
1227         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
1228         (gnus-icalendar--update-org-event): put event timestamp in
1229         the org entry body instead of the drawer.
1230         (gnus-icalendar-event--get-attendee-names): list of participants should
1231         contain even attendees without common name attribute.
1232         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1233         property tags in org drawers.
1234
1235 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gmm-utils.el (gmm-format-time-string): New function.
1238
1239         * message.el (message-insert-formatted-citation-line): Use the original
1240         author's time zone to express a date string.
1241
1242 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1243
1244         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1245         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1246         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1247         Silence compiler warnings.
1248         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1249
1250 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * mml.el: Require url when compiling.
1253
1254         * gnus-cloud.el (gnus-cloud-parse-version-1):
1255         Use plist-get rather than CL's getf.
1256         (gnus-activate-group, gnus-subscribe-group): Declare.
1257
1258         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1259
1260 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1263         buttons when toggling the header off.
1264
1265 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1266
1267         * tls.el (tls-program): Reflow docstring.
1268
1269 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1270
1271         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1272         groups work again.
1273
1274 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1275
1276         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1277         999 correctly (i.e. "1,342").
1278
1279 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1280
1281         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1282         out if the directory doesn't exist.
1283
1284 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1285
1286         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1287         commands here; instead, only check if epg-config.el is available.
1288
1289 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1290
1291         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1292         messages with embedded images.
1293         (mml-generate-mime): Don't bug out if you don't have libxml.
1294
1295 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1296
1297         * message.el (message-make-html-message-with-image-files): New command.
1298
1299 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1302
1303         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1304
1305 2014-02-23  David Engster  <deng@randomsample.de>
1306
1307         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1308         to stay compatible with older Emacsen, so replace `cl-loop' with
1309         `loop'.
1310
1311 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1312
1313         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1314         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1315         instead, build list of patterns.
1316
1317 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1320         Display header attachment buttons by gnus-article-prepare-display
1321         rather than gnus-article-prepare so as to view in mml-preview as well.
1322
1323 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1324
1325         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1326         in `auth-sources' means and link to EPA docs.
1327
1328 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1331         (bug#12375).
1332
1333 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1336         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1337
1338 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1339
1340         * message.el (message-tab): Mention what happens on normal tabs
1341         (bug#11297).
1342
1343 2014-02-08  Glenn Morris  <rgm@gnu.org>
1344
1345         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1346
1347 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1350         buttons that are hidden in unselected alternative part as well.
1351         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1352
1353         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1354
1355 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1356
1357         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1358         keystroke.
1359         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1360         types.
1361
1362         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1363         with an empty string.
1364
1365 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1368         buffer-local in some buffers, so bind it explicitly in the buffer we're
1369         trying to cancel the article in (bug#10808).
1370
1371 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1374         New functions.
1375
1376         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1377         New user option.
1378         (gnus-mime-buttonize-attachments-in-header): New function.
1379         (gnus-article-prepare): Use it.
1380         (gnus-mime-inline-part): Suppress extra newline.
1381         (gnus-mm-display-part): Save excursion;
1382         remove useless deleting and adding of buttons.
1383         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1384
1385         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1386         Add gnus-mime-buttonize-attachments-in-header.
1387
1388 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1389
1390         * nnimap.el (nnimap-request-articles): New command to download several
1391         articles at once.
1392
1393         * gnus.el (gnus-variable-list): Save Cloud variables.
1394
1395         * gnus-int.el (gnus-request-accept-article): Doc fix.
1396
1397 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1398
1399         * parse-time.el (parse-time-iso8601-regexp)
1400         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1401         it more generally.
1402
1403 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-cloud.el: New file to provide the Emacs Cloud.
1406
1407         * dgnushack.el: Silence XEmacs w3 warning.
1408
1409         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1410         `url-retrieve-synchronously', apparently.
1411
1412         * dgnushack.el: Silence XEmacs dns.el warning.
1413
1414         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1415         instead of in all files.
1416
1417         * dns.el (network-interface-list): Define for XEmacs.
1418
1419         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1420         XEmacs.
1421
1422         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1423
1424 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1425
1426         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1427         `gnus-group-split-fancy'.
1428
1429 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1430
1431         * message.el (message-remove-header): Doc fix.
1432         (message-forward-included-headers): New variable.
1433         (message-remove-ignored-headers): Use it.
1434
1435 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1436
1437         * nnir.el (nnir-request-update-mark): Don't try to update the source
1438         group if we can't find it (bug#16611).
1439
1440 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1441
1442         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1443
1444 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1445
1446         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1447         network interfaces changed.
1448         (dns-query): Use it to flush the data.
1449
1450 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1451
1452         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1453         from random face commands.
1454         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1455         Face.
1456         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1457         (gnus--random-face-with-type): Generic function returning a face-type
1458         as a string.
1459         (gnus--insert-random-face-with-type): Generic function inserting a face
1460         in a message buffer header.
1461         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1462         (gnus-insert-random-x-face-header): Rewritten to use
1463         `gnus--insert-random-face-with-type`.
1464         (gnus-random-face): Return random (png) Face as string.
1465         (nus-insert-random-face-header): Insert random (png) Face in a message
1466         buffer.
1467
1468 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1469
1470         * mm-url.el: Remove all usage of w3.
1471
1472         * nnrss.el: Ditto.
1473
1474         * mm-decode.el: Ditto.
1475
1476         * mm-view.el: Ditto.
1477
1478         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1479         outdated and all Emacsen have url.el built-in.
1480
1481         * gnus-setup.el: Remove outdated file.
1482
1483 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1484
1485         * gnus.el: Ma Gnus v0.9 is released.
1486
1487 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1490
1491 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1492
1493         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1494         in the summary buffer (bug#13769).
1495
1496 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1499         name if we're using a single article buffer.  Otherwise, it may point
1500         to a killed buffer (bug#13756).
1501
1502 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1503
1504         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1505         the match data, just save and restore it explicitly (bug#12375).
1506
1507         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1508         that's needed.
1509
1510         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1511         the code once (bug#9069).
1512
1513 2014-01-18  Steinar Bang  <sb@dod.no>
1514
1515         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1516         reading.
1517
1518 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1519
1520         * message.el (message-bury): Call bury-buffer with no argument
1521         in the message-return-action case too.
1522
1523 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1526         (nnimap-split-fancy, nnimap-split-methods): Declare.
1527
1528         * mm-util.el (help-function-arglist): Declare.
1529
1530 2013-12-28  Glenn Morris  <rgm@gnu.org>
1531
1532         * gnus-sieve.el (gnus-sieve-select-method):
1533         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1534         (gravatar-rating, gravatar-size):
1535         * message.el (message-minibuffer-local-map):
1536         * sieve-manage.el (sieve-manage-authenticators)
1537         (sieve-manage-authenticator-alist): Specify custom types.
1538
1539         * hashcash.el (hashcash-program): Rename from hashcash-path.
1540         Update callers.
1541
1542         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1543         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1544         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1545
1546         * auth-source.el (auth-sources):
1547         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1548         Fix custom types.
1549
1550         * tls.el (tls-certtool-program): Fix default value.
1551
1552 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1555         we get proper traces there, too.
1556
1557 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1558
1559         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1560         value of the parameters if the current article has a Reply-To or From
1561         field.
1562
1563 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1564
1565         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1566
1567 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-sum.el (gnus-summary-exit): Stop animations.
1570
1571 2013-12-19  Juri Linkov  <juri@jurta.org>
1572
1573         * gnus.el (gnus-suppress-keymap):
1574         * gnus-art.el (gnus-article-mode-map):
1575         * gnus-group.el (gnus-group-mode-map):
1576         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1577         Remove [backspace] key binding because it shadows DEL (bug#16035).
1578
1579         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1580
1581 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1584         Make sure work directory exists.
1585         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1586         rather than tmp directory.
1587         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1588         not necessarily always run, with it.
1589
1590 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1591
1592         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1593         value of gnus-icalendar-additional-identities work without restart.
1594
1595 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * mm-util.el (mm-make-temp-file):
1598         Alias to make-temp-file for modern Emacsen.
1599
1600 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1603         nnir-article-number and nnir-article-group.
1604
1605 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1606
1607         * message.el (message-send-mail-with-sendmail):
1608         Don't kill error buffer if sending fails.
1609
1610 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1611
1612         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1613         (gnus-icalendar-event->org-entry)
1614         (gnus-icalendar--update-org-event)
1615         (gnus-icalendar-event->gnus-calendar): Distinguish between
1616         required/optional/non-participant attendee status.  Fix bug causing
1617         the first required event participant to be omitted.
1618
1619 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * gnus-art.el (article-de-quoted-unreadable)
1622         (article-de-base64-unreadable, gnus-mime-copy-part)
1623         * gnus-html.el (gnus-article-html)
1624         * mm-view.el (mm-inline-text-html-render-with-w3)
1625         (mm-inline-text-html-render-with-w3m-standalone)
1626         * rfc2231.el (rfc2231-decode-encoded-string):
1627         Allow overriding charset by mm-charset-override-alist.
1628
1629         * gnus-art.el (gnus-article-browse-html-parts):
1630         Replace LWSPs with `&nbsp;'s in header.
1631
1632         Work for broken Chinese articles.
1633
1634         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1635         Exclude broken handles that gnus-summary-enter-digest-group may create.
1636         (gnus-article-browse-html-parts):
1637         Allow overriding charset by mm-charset-override-alist.
1638
1639 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1640
1641         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1642         (gnus-icalendar-identities): Support additional-identities.
1643
1644 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1645
1646         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1647         org-timestamp for events ending at midnight.
1648
1649 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1650
1651         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1652         .log files.
1653
1654 2013-11-20  David Engster  <deng@randomsample.de>
1655
1656         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1657
1658 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1659
1660         * message.el (message-beginning-of-line):
1661         Use beginning-of-visual-line when visual-line-mode is turned on.
1662
1663 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1664
1665         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1666         (gnus-icalendar-event-from-ical)
1667         (gnus-icalendar-event->org-entry)
1668         (gnus-icalendar--update-org-event): Required/optional participation,
1669         list of attendees synced to org.
1670
1671 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1672
1673         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1674         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1675         cancellations to be synced to org if the original appt has an org
1676         outline.
1677
1678 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1679
1680         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1681         (gnus-icalendar-event->org-entry)
1682         (gnus-icalendar--update-org-event)
1683         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1684
1685 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1686
1687         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1688         Fix timezone handling in gnus-icalendar export to org.
1689
1690 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1693
1694 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1697
1698 2013-10-30  Glenn Morris  <rgm@gnu.org>
1699
1700         * gnus-group.el (gnus-group-browse-foreign-server):
1701         * gnus-int.el (gnus-start-news-server):
1702         Silence compiler obsolescence warning.
1703
1704 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1705
1706         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1707         `nnoo-current-server' first, then for the actual `nnimap-address' to
1708         allow netrc entries for the nnoo server to coexist with netrc entries
1709         for the `nnimap-address'.
1710
1711 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * mm-decode.el (mm-dissect-buffer): Revert last change.
1714         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1715         The problem that motivated those changes was attributed to a broken
1716         mail sender, and has been fixed.
1717
1718 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1721         token is missing in the Content-Type header.
1722
1723         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1724
1725 2013-09-18  Glenn Morris  <rgm@gnu.org>
1726
1727         * gnus-util.el (image-size): Declare.
1728
1729 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1732         (gnus-icalendar-event-from-ical)
1733         (gnus-icalendar-event--build-reply-event-body)
1734         (gnus-icalendar-event-reply-from-buffer)
1735         (gnus-icalendar-find-org-event-file)
1736         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1737         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1738
1739         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1740
1741 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1742
1743         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1744         Use save-current-buffer.
1745         (gnus-tree-mode-map): Initialize in the declaration.
1746         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1747         (scroll-in-place): Defvar it.
1748         (gnus-tmp-*): Defvar them.
1749         (gnus-get-tree-buffer): Use derived-mode-p.
1750         (gnus--let-eval): New macro.
1751         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1752         non-prefixed variables.
1753         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1754
1755         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1756         vars since it doesn't seem to be available.
1757         (gnus-set-global-variables, gnus-summary-read-group-1)
1758         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1759         (gnus-summary-display-article, gnus-summary-select-article)
1760         (gnus-summary-next-article, gnus-offer-save-summaries)
1761         (gnus-summary-generic-mark): Use derived-mode-p.
1762         (gnus-summary-read-group-1, gnus-summary-exit)
1763         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1764         Adjust calls to gnus-tree-close and gnus-tree-open.
1765
1766         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1767
1768         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1769         (gnus-agent-mode): Use derived-mode-p.
1770         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1771         gnus-command-method and *-command-method to nil, but bind
1772         gnus-command-method to *-command-method instead!
1773         (gnus-agent-fetch-articles): Remove unused var `id'.
1774         (gnus-agent-fetch-headers): Remove unused arg `force'.
1775         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1776         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1777         (gnus-agent-short-article, gnus-agent-long-article)
1778         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1779         first use.
1780         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1781         `score-param'.
1782         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1783         (gnus-get-predicate): Push in front of the cache, rather than end.
1784         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1785         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1786         (gnus-agent-expire-unagentized-dirs): Don't rebind
1787         gnus-agent-expire-current-dirs since the defvar silences the warning.
1788         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1789         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1790         (gnus-agent-regenerate): Simplify interactive spec and doc.
1791
1792 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * gnus-int.el (gnus-open-server): Silence compiler.
1795
1796         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1797
1798         * message.el (message-display-completion-list): Abolish.
1799         (message-completion-in-region): Use display-completion-list.
1800
1801 2013-09-17  Glenn Morris  <rgm@gnu.org>
1802
1803         * gnus-util.el (gnus-message-with-timestamp-1):
1804         Use `messages-buffer' function if available.  Ignore read-only.
1805
1806 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * message.el (message-expand-group, message-completion-in-region):
1809         Correct the order of start and end of a region.
1810
1811 2013-09-13  Glenn Morris  <rgm@gnu.org>
1812
1813         * mml2015.el (gnus-create-image): Autoload it.
1814
1815         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1816
1817         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1818         (image-size): Declare.
1819
1820 2013-09-12  Glenn Morris  <rgm@gnu.org>
1821
1822         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1823         Avoid using `find', which i) might not be defined at runtime;
1824         ii) does not work, since its default test is eql, not equal.
1825         (gnus-mime-action-alist): Declare.
1826
1827 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * score-mode.el (gnus-score-mode-map): Move initialization
1830         into declaration.
1831         (gnus-score-mode): Use define-derived-mode.
1832         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1833         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1834         into declaration.
1835         (gnus-kill-file-mode): Use define-derived-mode.
1836         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1837         Use derived-mode-p.
1838         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1839         (gnus-group-setup-buffer, gnus-group-name-at-point)
1840         (gnus-group-make-web-group, gnus-group-enter-directory)
1841         (gnus-group-suspend): Use derived-mode-p.
1842         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1843         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1844         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1845         (gnus-article-setup-buffer, gnus-article-prepare)
1846         (gnus-article-prepare-display, gnus-sticky-article)
1847         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1848         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1849         (gnus-article-read-summary-keys): Use derived-mode-p.
1850
1851 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1854
1855 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1858         shift_jis from the default value set for Japanese users.
1859
1860 2013-08-13  Glenn Morris  <rgm@gnu.org>
1861
1862         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1863
1864         * gnus.el (gnus-valid-select-methods): Fix type.
1865
1866         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1867
1868 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * mm-decode.el (mm-display-external): Run a timer for the temp files
1871         deletion after a viewer exits; add a deletion timer for the needsterm
1872         case, too.
1873
1874         * mm-decode.el (mm-display-external): Try to delete temporary files by
1875         using a 1-min. timer.
1876
1877 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1880         New internal variables.
1881         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1882         (mm-display-external): Use it to delete temporary files instead of
1883         using timers.
1884
1885 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1888
1889 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1890
1891         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1892         with cond for backwards compatability.
1893
1894 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * mm-decode.el (mm-display-external): Bind process-connection-type to
1897         nil; don't delete a temp file immediately even if a viewer finishes,
1898         since it may be a shell script, like xdg-open, that launches a real
1899         viewer program belatedly.
1900
1901 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1902
1903         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1904         that we can create nndoc groups that excerpt other groups.
1905
1906 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-delay.el (gnus-delay-article): Fix typo.
1909
1910         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1911         articles.
1912
1913         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1914         we can get spell-checking etc.
1915
1916 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1919         a single one used for encoding the whole text in a header.
1920
1921 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1924         doesn't work properly on XEmacs.
1925
1926 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1929         before sending.
1930
1931         * dgnushack.el (dgnushack-compile): Add a temporary check for
1932         gnus-icalendar.
1933
1934         * mm-decode.el (mm-command-output): New face.
1935         (mm-display-external): Use it.
1936
1937 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1938
1939         * nnmbox.el (nnmbox-request-article): Don't change point.
1940
1941 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1944         Include `handle' parameter.
1945
1946 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1947
1948         * gnus-icalendar.el: New file.
1949
1950 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1953
1954         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1955         dummy roots, too.
1956
1957 2013-08-01  David Edmondson  <dme@dme.org>
1958
1959         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1960         out on ttys.
1961
1962 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1965         not empty.
1966
1967         * nnrss.el (nnrss-discover-feed): Indent.
1968
1969 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1972
1973 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1976         dirty to ensure nnimap data being saved.
1977
1978 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1979
1980         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1981         menu entry.
1982
1983         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1984         the current thread's total score instead of the current article's
1985         score.
1986
1987         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1988         (gnus-sort-threads-recursively): Delete defcustom.
1989         (gnus-sort-threads-recursive): Adapt accordingly.
1990
1991 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1992
1993         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1994         (gnus-sort-threads-recursive): Use it.
1995         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1996         again.  Now that determines how to sort subthreads.
1997
1998 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1999
2000         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
2001         (gnus-sort-threads): Use it.
2002
2003 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2004
2005         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
2006         punctuation characters follow parentheses (bug#14950).
2007
2008 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus.el (gnus-continuum-version):
2011         * gnus-msg.el (gnus-extended-version): Simplify.
2012
2013         * gnus.el (gnus-continuum-version-1): Remove.
2014         * gnus-msg.el (gnus-bug): Revert.
2015
2016         Calculate gnus-version correctly on Cygwin.
2017
2018         * gnus.el (gnus-continuum-version): Do main calculations in integers.
2019         (gnus-continuum-version-1): New function, return a string.
2020
2021         * gnus-msg.el (gnus-extended-version, gnus-bug):
2022         Use gnus-continuum-version-1 instead of gnus-continuum-version.
2023
2024 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2025
2026         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
2027         (bug#13384).
2028
2029 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
2032         that were only relevant in a development version a long time ago.
2033
2034 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
2037         that the old Emacs 24s bundle.
2038
2039 2013-07-10  David Engster  <deng@randomsample.de>
2040
2041         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
2042         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
2043         fixes a bug in Emacs trunk where the 'unexist' marks were always
2044         removed at startup because "Gnus v5.13" was considered smaller than "Ma
2045         Gnus v0.03".
2046
2047 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
2048
2049         * gnus.el (gnus-summary-line-format): Reference
2050         `gnus-user-date-format-alist' for the &user-date; format, not
2051         `gnus-summary-user-date-format-alist'.
2052
2053 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
2056         delete files (bug#13481).
2057
2058 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
2059
2060         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
2061
2062 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2063
2064         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
2065         display images.
2066
2067         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
2068
2069         * message.el (message-cancel-news): According to
2070         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
2071         preferred over "cmsg cancel" in the Subject.
2072
2073         * nnir.el (nnir-engines): Note that the group specs are regexps
2074         (bug#13238).
2075
2076         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
2077         gotten read-only text properties, ensure that those aren't heeded when
2078         copying stuff over (bug#13434).
2079
2080         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
2081         (bug#13762).
2082
2083 2013-07-05  David Kastrup  <dak@gnu.org>
2084
2085         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
2086         authinfo file again (important for blank passwords).  This had been
2087         broken with 2013-06-15 change.
2088
2089 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2092         Revert 2013-01-14 change.
2093
2094 2013-07-02  Daiki Ueno  <ueno@gnu.org>
2095
2096         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
2097         of 'create-image' for XEmacs compatibility; check errors when decoding
2098         image.  Reported by Uwe Brauer.
2099
2100 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
2103         gnus-button-push revised at 2011-01-19.
2104
2105 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
2108         now live in the lisp/net Emacs 24 repository.
2109
2110 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * eww.el (eww-update-header-line-format): Quote % characters.
2113
2114 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * eww.el (eww-process-text-input): Display passwords as asterisks.
2117
2118         * shr.el (shr-make-table-1): Protect against invalid column-spans.
2119
2120 2013-06-19  Tom Tromey  <tromey@redhat.com>
2121
2122         * eww.el (eww-top-url): Remove.
2123         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2124         (eww-render): Set new variables.  Don't set eww-top-url.
2125         (eww-handle-link): Handle "prev", "home", and "contents".
2126         Downcase the rel text.
2127         (eww-top-url): Choose best top URL.
2128
2129 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * eww.el: Rewrite to implement form elements "by hand" instead of
2132         relying in widget.el.  Using widget.el leads to too many
2133         user interface inconsistencies.
2134         (eww-self-insert): Implement entering commands in text fields.
2135         (eww-process-text-input): New function to make text input field editing
2136         work.
2137         (eww-submit): Rewrite to use the new-style form methods.
2138         (eww-select-display): Display the correct selected item.
2139         (eww-change-select): Implement changing the select value.
2140         (eww-toggle-checkbox): Implement radio/checkboxes.
2141         (eww-update-field): Fix compilation error.
2142         (eww-tag-textarea): Implement <textarea>.
2143
2144         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
2145         don't shadow mode-specific bindings.
2146
2147         * eww.el (eww-browse-url): Don't push stuff onto history if there's
2148         nothing to push.
2149
2150         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2151
2152 2013-06-19  Glenn Morris  <rgm@gnu.org>
2153
2154         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
2155
2156 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
2159
2160 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * shr.el (shr-make-table-1): Implement <td rowspan>.
2163         (shr-table-horizontal-line): Allow nil as a value, and change the
2164         default.
2165         (shr-insert-table-ruler): Respect the nil value.
2166
2167 2013-06-18  Tom Tromey  <tromey@barimba>
2168
2169         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2170         New defvars.
2171         (eww-open-file): New defun.
2172         (eww-render): Initialize new variables.
2173         (eww-display-html): Handle "link" and "a".
2174         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2175         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2176         (eww-back-url): Rename from eww-previous-url.
2177         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
2178         defuns.
2179
2180 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * shr.el (shr-tag-table): Insert the images after the table, so that
2183         they're not covered by the table colourisation, which often looked
2184         awkward.
2185         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
2186         <dd>.
2187         (shr-make-table-1): Implement <td colspan=> support.
2188         (shr-insert-document): Use one less than window width if `shr-width' is
2189         nil, since otherwise things may get one character too wide.
2190
2191 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * eww.el (eww-detect-charset): Improve regexp; move backward.
2194
2195 2013-06-18  Glenn Morris  <rgm@gnu.org>
2196
2197         * mm-decode.el (widget-convert-button): Autoload.
2198
2199         * sieve-manage.el (mm-enable-multibyte): Autoload.
2200
2201         * shr.el (libxml-parse-html-region): Declare.
2202         (shr-render-buffer): Explicit error if no libxml2 support.
2203
2204 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
2205
2206         * auth-source.el (auth-source-current-line): New function.
2207         (auth-source-netrc-parse-entries): When a data token is "machine",
2208         assume we're in the wrong place and abort parsing the current line.
2209
2210 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
2213         (eww-convert-widgets): Don't bug out if the first widget starts at the
2214         beginning of the buffer.
2215         (eww-convert-widgets): Fix last patch.
2216         (eww-tag-input): Support <input type=image>.
2217
2218         * shr.el (shr-insert-table): Respect border-collapse: collapse.
2219         (shr-tag-base): Protect against base specs that are degenerate.
2220         (shr-ensure-paragraph): Don't delete empty lines that have text
2221         properties, because these may be input fields.
2222
2223         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
2224         we can navigate to them.
2225
2226         * shr.el (shr-colorize-region): Put the colours over the entire region.
2227         (shr-inhibit-decoration): New variable.
2228         (shr-add-font): Use it to inhibit text property decorations while doing
2229         preliminary table renderings.  This speeds up typical Wikipedia page
2230         renderings by 15%.
2231         (shr-tag-span): Don't respect the <title>, because that overwrites the
2232         help-echo from links inside the spans.
2233         (shr-next-link): Use `help-echo' for navigation, so that we can
2234         navigate to form elements, too.
2235
2236         * eww.el (eww-button): New face.
2237         (eww-convert-widgets): Use it to make submit buttons more button-like.
2238
2239         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2240         that Gnus commands work.
2241
2242         * shr.el (shr-render-td): Support horizontal alignment.
2243
2244         * eww.el (eww-put-color): Removed.
2245         (eww-colorize-region): Use `add-face-text-property'.
2246
2247         * shr.el (shr-add-font): Append face data, so that we get the correct
2248         precedence: The innermost value (which is applied first) wins.
2249         (shr-make-overlay): Obsolete function.
2250
2251         * mm-decode.el (mm-convert-shr-links): New function to convert
2252         new-style shr URL links into widgets.
2253         (mm-shr): Use it.
2254
2255         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2256         widget commands, since we're no longer using widgets for links.
2257
2258         * shr.el (shr-next-link): New command.
2259         (shr-previous-link): New command.
2260         (shr-urlify): Don't use `widget-convert', because that's slow.
2261         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2262         because collecting the overlays and reapplying them when generating
2263         tables is slow.
2264         (shr-insert-table): Ditto.
2265
2266 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2267
2268         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2269         * shr.el (browse-url): Require `url'.
2270         * eww.el (url): Require format-spec.
2271
2272 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * eww.el (eww-display-html): Default to using the entire window width.
2275         (eww-browse-url): Don't add a User-Agent header (twice), because that
2276         makes Bing refuse connection.
2277
2278         * shr.el (shr-make-table): Cache the table rendering at the table
2279         level, and not the <td> level.  This is a bit faster.
2280
2281         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2282         #id.
2283
2284         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2285         browsers don't.
2286         (shr-expand-url): Respect #anchor links.
2287         (shr-parse-base): Chop off the anchor before using.
2288         (shr-descend): Respect display: none.
2289         (shr-descend): Allow marking elements that have certain IDs.
2290
2291         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2292
2293         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2294
2295         * eww.el (eww-tag-textarea): Support <textarea>.
2296
2297 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2298
2299         * shr.el (shr-dom-to-xml): Fixed function call.
2300
2301         * eww.el (eww): New group.
2302         (eww-header-line-format): New custom variable.
2303         (eww-current-title): New variable.
2304         (eww-display-html): Update header and handle title tag.
2305         (eww-update-header-line-format): New function.
2306         (eww-tag-title): New function.
2307
2308         * shr.el (shr-dom-to-xml): New function.
2309         (shr-tag-svg): Add support for the SVG tag.
2310         (shr-bullet): New custom variable.
2311         (shr-tag-li): Support custom bullet in unordered lists.
2312
2313 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * shr.el (shr-expand-url): Respect // URLs.
2316
2317         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2318         put a background colour onto the entire buffer.
2319         (eww-render): When being redirected, use the redirect URL as the new
2320         base URL.
2321
2322         * shr.el (shr-parse-base): Fix parsing error.
2323
2324         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2325
2326         * shr.el (shr-parse-base): New function.
2327         (shr-expand-url): Use it to expand relative URLs reliably.
2328
2329 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * auth-source.el (auth-source-search-collection): Fix docstring.
2332         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2333         single-quoted strings and multiline entries.
2334         (auth-source-netrc-parse-next-interesting)
2335         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2336         functions to support parser.
2337
2338 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * eww.el (eww-submit): Get submit button logic right when hitting RET
2341         on non-submit buttons.
2342
2343         * shr.el: Remove shr-preliminary-table-render, since that can't really
2344         be used for anything in practice.
2345
2346 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2347
2348         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2349         (sieve-manage-quit).
2350
2351 2013-06-14  Glenn Morris  <rgm@gnu.org>
2352
2353         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2354
2355 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2356
2357         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2358         control the maximum size of photo ID image.
2359         (mml2015-epg-key-image-to-string): Respect it.
2360
2361 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2364         instead of the final one so that we can more easily distinguish them.
2365
2366         * eww.el (eww-submit): Compute the submission URL correctly.
2367
2368 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2369
2370         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2371         Use plist-get rather than CL's getf.
2372         (sieve-manage-parse-capability): Avoid CL's remove-if.
2373
2374 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2375
2376         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2377         (sieve-manage-quit).
2378
2379 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2382         last slash.
2383
2384         * eww.el (eww-tag-select): Use the first value as the default value.
2385
2386 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2387
2388         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2389         (eww-mode): Use `define-derived-mode'.
2390         (eww-parse-headers): Parse headers from beginning of buffer so that
2391         file:// links work.
2392
2393 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2396
2397 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2400         to handle them at all.
2401
2402 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2405         work, too.
2406         (eww-tag-select): Implement <select>.
2407
2408 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2409
2410         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2411         stream managing functions by using open-protocol-stream to do most of
2412         the work.  Has the nice benefit of enabling STARTTLS.
2413         Wait for capabilities after STARTTLS: following RFC5804, the server
2414         sends new capabilities after successfully establishing a TLS connection
2415         with the client.  The client should update the cached list of
2416         capabilities, but we just ignore the answer for now.
2417         (sieve-manage-network-p, sieve-manage-network-open)
2418         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2419         (sieve-manage-forward, sieve-manage-streams)
2420         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2421         API, nor called by any other function.
2422         Enable Multibyte for SieveManage buffers: The parser won't properly
2423         handle umlauts and line endings unless multibyte is turned on in the
2424         process buffer.
2425
2426 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * eww.el (eww-tag-input): Support password fields.
2429         (eww-submit): Support POST.
2430
2431 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * eww.el (eww-tag-form): Protect against degenerate forms.
2434
2435         * shr.el (shr-expand-url): Expand URLs that start with a slash
2436         correctly.
2437
2438         * eww.el (eww-submit): Get submit button logic right.
2439
2440         * shr.el (shr-final-table-render): New variable to signal when we're
2441         doing the final table rendering so that we can collect more data at
2442         that point.
2443
2444         * eww.el (eww-submit): Make form submission work.
2445         (eww-tag-input): Implement submit buttons.
2446         (eww-click-radio): Implement radio and checkboxes.
2447         (eww-submit): Handle hidden elements.
2448
2449         * shr.el (shr-descend): Allow other packages to override (or provide)
2450         rendering of elements.
2451         (shr-expand-url): Strip query strings from URLs before expanding them.
2452
2453         * eww.el: Don't require cl-lib.
2454         (eww-tag-form): Start form support.
2455
2456         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2457
2458         * eww.el: Start writing a new, tiny web browser.
2459         (eww-previous-url): New command.
2460         (eww-quit): New command.
2461
2462 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2463
2464         * sieve.el: Put point at beginning of buffer when viewing a script.
2465         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2466         number in sieve-buffer's header.  Fixed code to also work with a string
2467         as port specifier.  Properly close the connection on pressing 'q'.  Make
2468         sieve-manage-quit close the connection and process buffer.  Also, remove
2469         duplicate keybinding for 'q'.
2470
2471 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2472
2473         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2474         make it easier to read.
2475         (mm-pkcs7-enveloped-magic): Ditto.
2476
2477 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2478
2479         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2480         before `image-type-available-p' to avoid loading the image libraries
2481         needlessly.
2482
2483 2013-06-05  David Engster  <deng@randomsample.de>
2484
2485         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2486         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2487         to see whether the group was synced before.
2488
2489 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2490
2491         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2492         when opening the connection.
2493         Suggested by João Távora <joaotavora@gmail.com> in
2494         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2495
2496 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2499         assume Date header begins with "Date", that may be customized into
2500         something like "X-Sent" using gnus-article-time-format.
2501         (article-transform-date): Allow multi-line Date header.
2502
2503 2013-06-02  David Engster  <deng@randomsample.de>
2504
2505         * registry.el (initialize-instance, registry-lookup)
2506         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2507         (registry-lookup-secondary-value, registry-search, registry-delete)
2508         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2509         not wrap methods in `eval-and-compile'.  This breaks due to latest
2510         changes in EIEIO (introduction of eieio-core.el).
2511
2512 2013-05-30  Glenn Morris  <rgm@gnu.org>
2513
2514         * nnmail.el (nnmail-fancy-expiry-target):
2515         Also bind mail-dont-reply-to-names.
2516
2517         * spam-stat.el (spam-stat-save):
2518         No need to tweak font-lock in temp buffers.
2519
2520         * shr.el (shr-put-image): Silence compiler.
2521
2522 2013-05-29  Glenn Morris  <rgm@gnu.org>
2523
2524         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2525
2526         * gnus-group.el (gnus-sequence-of-unread-articles)
2527         (gnus-summary-add-mark, gnus-mark-article-as-read)
2528         (gnus-group-make-articles-read): Declare.
2529
2530         * gnus-sum.el (gnus-parameter-list-identifier)
2531         (gnus-article-stop-animations, gnus-stop-downloads)
2532         (gnus-article-only-boring-p, article-goto-body)
2533         (gnus-flush-original-article-buffer, article-narrow-to-head)
2534         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2535         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2536
2537         * gnus.el: No need to eval-and-compile autoloads.
2538
2539         * gravatar.el (help-function-arglist): Autoload.
2540
2541         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2542
2543         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2544
2545         * spam.el: No need to load spam-report when compiling.
2546         No need to eval-and-compile autoloads.
2547         (spam-report-resend-to): Declare.
2548         (spam-report-resend-register-routine): Require 'spam-report.
2549
2550 2013-05-24  Julien Danjou  <julien@danjou.info>
2551
2552         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2553         setup.
2554
2555 2013-05-23  Glenn Morris  <rgm@gnu.org>
2556
2557         * gnus-util.el (rmail-swap-buffers-maybe)
2558         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2559         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2560         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2561
2562         * mm-decode.el: No need to load term when compiling.
2563         (term-mode, term-char-mode): Declare.
2564
2565         * mm-util.el: No need to load jka-compr when compiling.
2566         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2567
2568         * nnmaildir.el: Require is automatically eval-and-compile.
2569         (nnmail): Require at run-time too.
2570
2571         * registry.el (registry-size): Move definition before use.
2572
2573 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2574
2575         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2576         signed data to conform the standard.  (Bug#14232)
2577
2578 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2579
2580         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2581         double angle quotation mark.
2582
2583 2013-05-20  Glenn Morris  <rgm@gnu.org>
2584
2585         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2586
2587 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2588
2589         * message.el (message-insert-formatted-citation-line): handle finding
2590         first/lastname when more than 2 names appear.
2591
2592 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2593
2594         * shr.el (shr-tag-span): New function.
2595
2596 2013-05-18  Glenn Morris  <rgm@gnu.org>
2597
2598         * message.el (message-mode): Use message-mode-abbrev-table,
2599         with text-mode-abbrev-table as parent.  (Bug#14413)
2600
2601 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * message.el (message-expand-group): Decode group names.
2604
2605 2013-05-16  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2608         app-icon.
2609
2610 2013-05-15  Glenn Morris  <rgm@gnu.org>
2611
2612         * shr-color.el (shr-color-visible-luminance-min)
2613         (shr-color-visible-distance-min): Use shr-color group.
2614
2615 2013-05-11  Glenn Morris  <rgm@gnu.org>
2616
2617         * gnus-vm.el: Make it loadable without VM.
2618         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2619         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2620
2621 2013-05-09  Glenn Morris  <rgm@gnu.org>
2622
2623         * mml1991.el: Make it loadable.  (Bug#13456)
2624
2625         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2626         * gnus-async.el (gnus-async-post-fetch-function):
2627         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2628         * gnus-html.el (gnus-html-image-cache-ttl):
2629         * gnus-notifications.el (gnus-notifications-timeout):
2630         * gnus-picon.el (gnus-picon-properties):
2631         * gnus-util.el (gnus-completion-styles):
2632         * gnus.el (gnus-other-frame-resume-function):
2633         * message.el (message-user-organization-file)
2634         (message-cite-reply-position):
2635         * nnir.el (nnir-summary-line-format)
2636         (nnir-retrieve-headers-override-function):
2637         * shr-color.el (shr-color-visible-luminance-min):
2638         * shr.el (shr-blocked-images):
2639         * spam-report.el (spam-report-resend-to):
2640         * spam.el (spam-summary-exit-behavior): Fix custom types.
2641
2642         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2643
2644 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2647         because of let-binding help-xref-following.  (Bug#14356)
2648
2649 2013-05-06  Glenn Morris  <rgm@gnu.org>
2650
2651         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2652
2653 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2654
2655         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2656         entering into the registry.
2657
2658 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2659
2660         * gnus.el: Ma Gnus v0.7 is released.
2661
2662 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2665         (Bug#14304)
2666
2667 2013-04-27  Glenn Morris  <rgm@gnu.org>
2668
2669         * gnus.el (gnus-list-debbugs):
2670         Use require rather than autoload.  (Bug#14262)
2671
2672 2013-04-27  Julien Danjou  <julien@danjou.info>
2673
2674         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2675         port to "sieve" now that it has an official IANA port assigned.
2676
2677 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2680         Don't set the MAILHOST environment variable permanently (Bug#14271).
2681
2682 2013-04-26  Glenn Morris  <rgm@gnu.org>
2683
2684         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2685
2686 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2687
2688         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2689         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2690
2691 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2692
2693         * nnir.el (nnir-close-group): Make sure we are in the right group.
2694
2695         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2696         dependency table from all newly retrieved headers.
2697
2698 2013-04-16  David Edmondson  <dme@dme.org>
2699
2700         Support <img src="data:...">.
2701
2702         * shr.el (shr-image-from-data): New function.
2703         (shr-tag-img): Use it.
2704
2705 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2706
2707         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2708         group.
2709
2710 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2713         corresponding to any existing group (Bug#14166).
2714
2715 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2716
2717         * nnir.el (number-sequence): No longer used.
2718         (nnir-request-set-mark): New function.
2719         (nnir-request-update-info): Improve marks updating.
2720         (nnir-request-scan): Don't duplicate marks updating.
2721         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2722         Use 'assq rather than 'assoc.  Quote anonymous function.
2723         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2724         Use 'gnus-group-prefixed-p.
2725         (gnus-summary-create-nnir-group): Make sure server for method is open.
2726
2727 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2728
2729         * nnir.el (gnus-nnir-group-p): New function.
2730         (nnir-possibly-change-group): Use it.
2731
2732         * gnus-msg.el (gnus-setup-message): Use it.
2733
2734 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2737         `initial-input' for the argument name.
2738         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2739
2740 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2741
2742         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2743         (used by MH-E).
2744
2745 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2746
2747         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2748         group.
2749
2750         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2751         fix compilation.
2752
2753 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2754
2755         * nnir.el (nnir-method-default-engines): And another typo.
2756
2757 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2758
2759         * nnir.el (nnir-method-default-engines): Fix typo.
2760
2761 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2762
2763         * nnir.el: Define 'number-sequence for xemacs.
2764         (gnus-summary-create-nnir-group): New function to create an nnir group
2765         from an nnir summary buffer based on the current query.
2766         (nnir-request-create-group): Update to allow nnir group creation based
2767         on the current query.
2768
2769 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * nndraft.el (nndraft-request-expire-articles):
2772         Make expiry target always `delete'.
2773
2774 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2775
2776         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2777         buffer use the posting-style and gcc of the original article group.
2778         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2779
2780         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2781         after other deffoos.
2782
2783 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2784
2785         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2786         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2787         support for real (i.e. not ephemeral) nnir groups.
2788         (gnus-summary-make-nnir-group): New function for initiating searches
2789         from a summary buffer.
2790
2791 2013-03-18  Sam Steingold  <sds@gnu.org>
2792
2793         * message.el (message-bury): Minor cleanup.
2794
2795 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2796
2797         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2798
2799 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2802         nnml-request-list.  (Bug#13873)
2803         (nndir-request-newsgroups): Remove, unused.
2804
2805         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2806
2807 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2808
2809         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2810         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2811         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2812
2813 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2814
2815         * shr.el: Make all the overlays set the `evaporate' property so that
2816         they're removed properly.
2817
2818 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2819
2820         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2821         shell-quote-argument.
2822
2823 2013-02-22  David Engster  <deng@randomsample.de>
2824
2825         * gnus-registry.el (gnus-registry-save): Provide class name when
2826         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2827         `condition-case' to stay compatible with older EIEIO versions which
2828         only accept one argument.
2829
2830 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2831
2832         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2833         (epg-user-id-validity): Autoload.
2834         (mml2015-epg-check-user-id): New function.
2835         (mml2015-epg-check-sub-key): New function split from
2836         mml2015-epg-find-usable-key.
2837         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2838         optional name-is-key-id, to handle the case when user-id is unusable.
2839         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2840
2841 2013-02-17  Glenn Morris  <rgm@gnu.org>
2842
2843         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2844
2845 2013-02-16  Glenn Morris  <rgm@gnu.org>
2846
2847         * shr.el (shr-put-image): Only animate images that specify a delay.
2848         This is consistent with the old image-animated-p behavior.
2849
2850 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2853         for XEmacs.
2854
2855 2013-02-13  Juri Linkov  <juri@jurta.org>
2856
2857         * gnus-art.el (gnus-article-mode-map):
2858         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2859         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2860
2861 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2862
2863         * auth-source.el (auth-source-format-prompt): Don't get confused by
2864         any "\" in replacement text.  (Bug#13637)
2865
2866 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2867
2868         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2869         (gnus-backend-trace): Honour gnus-backend-trace.
2870
2871         * mml.el (mml-insert-part): Insert closing tag.
2872
2873         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2874
2875 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2878         able to find the article, which can happen in debbugs groups,
2879         apparently.
2880
2881 2013-01-16  Glenn Morris  <rgm@gnu.org>
2882
2883         * smiley.el (smiley-style): Make the file loadable in batch mode.
2884
2885 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2888         imap process running.
2889
2890 2013-01-14  Julien Danjou  <julien@danjou.info>
2891
2892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2893         Compare addresses against addresses, not against the full From field.
2894
2895 2013-01-13  Richard Stallman  <rms@gnu.org>
2896
2897         * message.el (message-forward-make-body-mime): New args BEG, END
2898         specify what part of FORWARD-BUFFER to use.  Do the work directly
2899         instead of calling `mml-insert-buffer'.
2900
2901 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2902
2903         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2904         cross-reference(s).
2905
2906         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2907         cross-reference(s).
2908
2909 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2910
2911         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2912         and point-max-marker.
2913         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2914
2915 2013-01-11  Julien Danjou  <julien@danjou.info>
2916
2917         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2918         max are almost equal.  Also return the correct value for V which is
2919         already between 0 and 1.
2920
2921 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2922
2923         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2924         to mml2015-encrypt-to-self.
2925         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2926
2927 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2928
2929         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2930         mml-smime-epg-find-usable-secret-key.
2931
2932 2013-01-08  Glenn Morris  <rgm@gnu.org>
2933
2934         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2935
2936 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2937
2938         * mml-smime.el: Support signing by sender.
2939         Requested by Uwe Brauer.
2940         (mml-smime-sign-with-sender): New user option analogous
2941         to mml2015-sign-with-sender.
2942         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2943         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2944         mml2015.el.
2945
2946 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2949         isn't running, because Gnus will probably not know how to handle the
2950         Gcc header (bug#11941).
2951
2952         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2953         articles.
2954
2955 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956
2957         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2958         (nnfolder-generate-active-file): Make this function work with recursive
2959         folder names.
2960
2961 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2962
2963         * nntp.el (nntp-open-connection): Use HELP as the capability command
2964         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2965         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2966
2967 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2968
2969         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2970         place holder since this gives `Invalid face reference: nil' messages.
2971         Use the `default' face instead.  It has the same effect here, even
2972         though it is not no-op.
2973
2974         * gnus-util.el
2975         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2976
2977 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2980         non-string posting styles (bug#13285).
2981
2982 2012-12-27  Glenn Morris  <rgm@gnu.org>
2983
2984         * plstore.el (plstore-passphrase-callback-function):
2985         Use plstore-get-file.
2986
2987 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2988
2989         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2990         stderr.
2991
2992 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2995
2996         * gnus-compat.el (set-buffer-multibyte): Remove.
2997
2998 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2999
3000         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
3001         temporary file to get PGP key image.  Pass no-show-photos when
3002         extracting image to avoid having it pop up twice.
3003
3004 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
3005
3006         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
3007         eligible for treatment.
3008
3009         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
3010         lines.  This makes summary commands with hidden threads work more
3011         reliably.
3012
3013         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
3014         button to mark the hidden citations (bug#9395).
3015
3016 2012-12-26  Daiki Ueno  <ueno@gnu.org>
3017
3018         * mml2015.el (mml2015-epg-signature-to-string): New function.
3019         (mml2015-epg-verify-result-to-string): New function.
3020         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
3021         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
3022         instead of epg-verify-result-to-string.
3023         (epg-signature-key-id, epg-signature-to-string): Autoload.
3024         (epg-verify-result-to-string): Remove autoload.
3025
3026 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
3027
3028         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
3029         ID image from GPG public key.
3030         (mml2015-epg-key-image-to-string): New function.
3031
3032 2012-12-25  Leo Liu  <sdl.web@gmail.com>
3033
3034         * plstore.el (plstore-passphrase-callback-function): Fix error when
3035         error when plstore-cache-passphrase-for-symmetric-encryption is set
3036         (bug#13264).
3037
3038 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
3041         buffer to the article buffer here, because that clobbers multiple
3042         article buffers.
3043
3044         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
3045         buffer always points to the right summary buffer.
3046
3047 2012-12-25  John Wiegley  <jwiegley@gmail.com>
3048
3049         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
3050         the password (bug#12097).
3051
3052 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3053
3054         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
3055         (bug#13263).
3056
3057         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
3058         buffer exists before using it (bug#12475).
3059
3060         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
3061         offline groups (bug#11937).
3062
3063         * message.el (message-yank-original): When using customize to set the
3064         value of `message-cite-style', the variable it set to a symbol that's
3065         the name of the variable, which must then be dereferenced (bug#12616).
3066
3067 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
3068
3069         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
3070         the `face' property with a list whose car is the face specified in the
3071         format string and whose cdr is (nil).
3072         * lisp/gnus-util.el
3073         (gnus-put-text-property-excluding-characters-with-faces):
3074         Change accordingly.
3075         (gnus-get-text-property-excluding-characters-with-faces): New function.
3076         * lisp/gnus-sum.el (gnus-summary-highlight-line):
3077         * lisp/gnus-salt.el (gnus-tree-highlight-node):
3078         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
3079
3080 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3081
3082         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
3083         login methods.
3084         (nnimap-login): Respect the `nnimap-authenticator' variable.
3085
3086         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
3087         mark state when moving articles.  Otherwise unticked articles will get
3088         their ticks back after moving.
3089
3090 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3091
3092         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
3093
3094         * message.el (message-ignored-news-headers): Always remove
3095         X-Message-SMTP-Method to avoid information leakage if the user
3096         mistakenly inserts the header into news messages.
3097
3098         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
3099
3100         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
3101         right than four characters, this command would move point to
3102         `point-max'.  Don't do that.
3103
3104         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
3105         to nil to allow re-selecting groups that gain articles.
3106         (gnus-bug-group-download-format-alist): Update the URL.
3107
3108 2012-12-23  Andreas Schwab  <schwab@suse.de>
3109
3110         * shr.el (shr-tag-em): Render em as italic, not bold.
3111
3112 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
3113
3114         * gnus-int.el (gnus-backend-trace): Factor out into its own function
3115         for reuse.
3116         (gnus-open-server): Use it to add more tracing.
3117         (gnus-finish-retrieve-group-infos): Add backend tracing.
3118         (gnus-backend-trace): Also note the elapsed seconds.
3119
3120 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
3121
3122         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
3123         Set epa-file-encrypt-to from variable to avoid querying.
3124
3125 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
3126
3127         * sieve-mode.el (sieve-font-lock-keywords):
3128         Keywords should be word delimited.  (Bug#13173)
3129
3130 2012-12-13  Andreas Schwab  <schwab@suse.de>
3131
3132         * tls.el (tls-program): Update customize type.
3133
3134 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
3137         instead of <pre> to align message header.
3138
3139 2012-12-12  Sam Steingold  <sds@gnu.org>
3140
3141         * gnus.el (gnus-other-frame-resume-function): Add user option.
3142         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
3143
3144 2012-12-06  Sam Steingold  <sds@gnu.org>
3145
3146         * gnus-start.el (gnus-before-resume-hook): Add.
3147         (gnus-1): Run it when Gnus is alive.
3148
3149 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
3152         * gnus-art.el (article-unsplit-urls)
3153         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3154         * gnus-registry.el (gnus-registry-get-article-marks)
3155         * message.el (message-goto-body): Use it.
3156         (message-called-interactively-p): Remove.
3157
3158         * spam-stat.el (spam-stat-called-interactively-p): New macro.
3159         (spam-stat-score-buffer): Use it.
3160
3161         * spam.el: Silence the warnings against BBDB functions when compiling.
3162
3163         * gnus-score.el (gnus-score-decode-text-parts):
3164         Use append+mapcar instead of the cl function mapcan.
3165
3166 2012-12-05  Sam Steingold  <sds@gnu.org>
3167
3168         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
3169         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
3170         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
3171
3172 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gmm-utils.el (gmm-called-interactively-p): Revert.
3175         This seems to cause Emacs to get stuck!
3176         * gnus-art.el (article-unsplit-urls)
3177         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3178         * gnus-registry.el (gnus-registry-get-article-marks)
3179         * message.el (message-goto-body)
3180         (message-called-interactively-p): Revert.
3181
3182         * gmm-utils.el (gmm-called-interactively-p): New function.
3183         * gnus-art.el (article-unsplit-urls)
3184         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3185         * gnus-registry.el (gnus-registry-get-article-marks)
3186         * message.el (message-goto-body): Use it.
3187         (message-called-interactively-p): Remove.
3188
3189         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
3190         * gnus-sync.el (gnus-sync-lesync-call)
3191         * message.el (message-read-from-minibuffer): Use it.
3192
3193 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * gmm-utils.el (gmm-flet): Remove.
3196         * gnus-sync.el (gnus-sync-lesync-call)
3197         * message.el (message-read-from-minibuffer): Don't use it.
3198
3199 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * gmm-utils.el (gmm-labels): Use cl-labels if available.
3202
3203 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
3206
3207         * gnus-sync.el (gnus-sync-lesync-call)
3208         * message.el (message-read-from-minibuffer): Use gmm-flet.
3209
3210         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
3211
3212         * gnus-util.el (gnus-macroexpand-all): Remove.
3213
3214 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
3215
3216         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
3217         to TAB, not [tab].
3218         (gnus-summary-article-map): Likewise.
3219
3220         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
3221         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
3222
3223 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3224
3225         * time-date.el: Commentary fix.
3226
3227 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3228
3229         * color.el: Don't require cl.
3230         (color-complement): `caddr' -> `nth 2'.
3231
3232         * time-date.el (time-to-seconds): De-obsolete.
3233
3234 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * message.el (message-get-reply-headers):
3237         Make sure the reply goes to the author if it is a wide reply.
3238
3239 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3240
3241         * gnus-score.el (gnus-score-body):
3242         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3243         scoring by body.
3244
3245 2012-11-16  Glenn Morris  <rgm@gnu.org>
3246
3247         * gnus-diary.el (nndiary-request-create-group-functions)
3248         (nndiary-request-update-info-functions)
3249         (gnus-subscribe-newsgroup-functions)
3250         (nndiary-request-accept-article-functions):
3251         Use new names for hooks rather than obsolete aliases.
3252
3253 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3256
3257 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3260         in meta tag with the one the part specifies in its header.
3261
3262 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3263
3264         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3265         by default.
3266
3267 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3270         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3271
3272 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3275         and a runtime function for it, of which the XEmacs version takes only
3276         two arguments.
3277
3278 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3279
3280         * nndiary.el (nndiary-request-create-group-functions)
3281         (nndiary-request-update-info-functions)
3282         (nndiary-request-accept-article-functions):
3283         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3284         "-hooks" suffix.
3285
3286 2012-10-19  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-art.el: Require gnus-util because it uses
3289         `gnus-timer--function'.
3290
3291 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3292
3293         * starttls.el (starttls-extra-arguments): Doc fix.
3294
3295 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3298         it.
3299
3300 2012-10-06  Glenn Morris  <rgm@gnu.org>
3301
3302         * gnus-notifications.el (gnus-notifications):
3303         Add missing group :version tag.
3304         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3305         (gnus-gcc-post-body-encode-hook):
3306         * gnus-sync.el (gnus-sync-lesync-name)
3307         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3308
3309 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3310
3311         * color.el (color-hsl-to-rgb): Fix incorrect results for
3312         small and large hue values.  (Bug#12559)
3313
3314 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         New UIDL implementation.
3317
3318         * mail-source.el (mail-sources, mail-source-keyword-map):
3319         Add :leave as a pop3 keyword.
3320         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3321
3322         * pop3.el (pop3-leave-mail-on-server): Allow number.
3323         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3324         (pop3-movemail): Add UIDL support.
3325         (pop3-send-streaming-command): Take a list of mail numbers instead of
3326         the number of mails.
3327         (pop3-write-to-file): Add X-UIDL header.
3328         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3329         (pop3-uidl-add-xheader): New functions.
3330
3331         * message.el (message-ignored-resent-headers):
3332         Add X-Content-Length and X-UIDL headers.
3333
3334 2012-10-05  Glenn Morris  <rgm@gnu.org>
3335
3336         * color.el (color-name-to-rgb, color-rgb-to-hex)
3337         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3338         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3339         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3340         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3341
3342 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3345         a user about whether to delete temp files if once a user answered as n.
3346
3347 2012-09-25  Chong Yidong  <cyd@gnu.org>
3348
3349         * password-cache.el (password-read-and-add): Use a declare form to mark
3350         this function obsolete.
3351
3352 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * lpath.el: Bind mail-encode-mml for old Emacsen.
3355
3356 2012-09-17  Richard Stallman  <rms@gnu.org>
3357
3358         * message.el (message-in-body-p): Don't set mark or modify buffer.
3359
3360         * mml.el (mml-attach-file): Doc fix.
3361         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3362         Set mail-encode-mml when in Mail mode.
3363         Simplify code to set HEAD and move back to HEAD.
3364         (mml-insert-multipart, mml-insert-part):
3365         Set mail-encode-mml when in Mail mode.
3366
3367 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-util.el (gnus-timer--function): New function.
3370
3371         * gnus-art.el (gnus-article-stop-animations): Use it.
3372
3373 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3374
3375         Fix glitches caused by addition of psec to timers.
3376         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3377         rather than raw access to timer vector.
3378
3379 2012-09-11  Julien Danjou  <julien@danjou.info>
3380
3381         * gnus-notifications.el (gnus-notifications): Check for nil values in
3382         ignored addresses check.
3383
3384 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3385
3386         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3387
3388 2012-09-07  Chong Yidong  <cyd@gnu.org>
3389
3390         * gnus-util.el
3391         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3392
3393         * gnus-salt.el (gnus-tree-highlight-node):
3394         * gnus-sum.el (gnus-summary-highlight-line):
3395         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3396
3397 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3398
3399         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3400
3401 2012-09-06  Juri Linkov  <juri@jurta.org>
3402
3403         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3404         scheme for buffer names to be more consistent with other group and
3405         article buffer names in Gnus.
3406
3407 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-util.el
3410         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3411
3412         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3413         Jenkner.
3414
3415         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3416
3417         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3418
3419         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3420
3421 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3424         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3425
3426         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3427         string-prefix-p in Emacs >=23.2.
3428
3429         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3430         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3431         instead of string-match-p.
3432         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3433
3434 2012-09-06  Kenichi Handa  <handa@gnu.org>
3435
3436         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3437         lowercase a..f.
3438
3439 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3440
3441         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3442
3443 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3444
3445         * nnimap.el (nnimap-request-move-article): Decode the group name when
3446         doing internal moves to avoid charset issues.
3447
3448         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3449         TIME is set.
3450
3451 2012-09-05  Juri Linkov  <juri@jurta.org>
3452
3453         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3454         than one group at a time (bug#11961).
3455
3456 2012-09-05  Julien Danjou  <julien@danjou.info>
3457
3458         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3459         this hide the real reason with a message giving absolutely no hint.
3460
3461 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3462
3463         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3464         to the backend (bug#11804).
3465
3466         * message.el (message-insert-newsgroups): Don't insert newsgroup
3467         duplicates (bug#12275).
3468
3469 2012-09-05  John Wiegley  <johnw@newartisans.com>
3470
3471         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3472         sieve rules.
3473
3474 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3475
3476         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3477         function.
3478
3479         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3480
3481         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3482
3483 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3484
3485         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3486         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3487         This should make nnmaildir more usable with offlineimap.
3488
3489 2012-09-05  Julien Danjou  <julien@danjou.info>
3490
3491         * nnimap.el (nnimap-request-list): Revert change that made listing
3492         synchronous.
3493         (nnimap-get-responses): Restore.
3494
3495 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3496
3497         * dgnushack.el: XEmacs 21.5 compilation fix.
3498
3499         * gnus-notifications.el (gnus-notifications-notify): Use it.
3500
3501         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3502         warnings on XEmacs.
3503
3504 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3505
3506         Better seeds for (random).
3507         * gnus-sync.el (gnus-sync-lesync-setup):
3508         * message.el (message-canlock-generate, message-unique-id):
3509         Change (random t) to (random), now that the latter is more random.
3510
3511 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3512
3513         * nnimap.el (nnimap-change-group): Document result value
3514
3515         * auth-source.el (auth-sources): Fix macos keychain access.
3516
3517         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3518         allow the backend `request-head' function to determine the group
3519         name on its own.
3520         (gnus-request-expire-articles): Filter out negative article numbers
3521         during expiry (Bug#11980).
3522
3523         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3524         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3525
3526         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3527         you've found the article when you haven't.
3528
3529         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3530         that nnimap-change-group can return t.
3531
3532 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3533
3534         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3535
3536 2012-08-30  Julien Danjou  <julien@danjou.info>
3537
3538         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3539         `gnus-notifications-timeout'.
3540         (gnus-notifications-timeout): Add.
3541         (gnus-notifications-action): New function.
3542         (gnus-notifications-notify): Add :action using
3543         `gnus-notifications-action'.
3544         (gnus-notifications-id-to-msg): New variable.
3545         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3546         notifications id to messages.
3547
3548 2012-08-30  Kenichi Handa  <handa@gnu.org>
3549
3550         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3551         once.
3552
3553 2012-08-29  Julien Danjou  <julien@danjou.info>
3554
3555         * gnus-notifications.el: New file.
3556         (gnus-notifications-notify): New function.
3557         (gnus-notifications): Use `gnus-notifications-notify'.
3558
3559 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3562         transfer encoding first; bind gnus-newsgroup-charset to the charset
3563         that the article specifies (Bug#12209).
3564
3565 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3568         (gnus-group-customize-done): Encode values posting-style holds.
3569
3570         * gnus-msg.el (gnus-summary-resend-message)
3571         (gnus-configure-posting-styles): Decode values posting-style group
3572         parameter holds.
3573
3574 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3577         `name' and `address' in Resent-From header.
3578
3579 2012-08-14  Chong Yidong  <cyd@gnu.org>
3580
3581         * gnus-art.el (article-display-face): Handle failure in
3582         gnus-create-image (Bug#11802).
3583
3584 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3585
3586         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3587         Use defsetf.
3588
3589 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3590
3591         * auth-source.el (auth-source-plstore-search)
3592         (auth-source-secrets-search): Ignore :require and :type in search spec.
3593
3594 2012-08-06  Julien Danjou  <julien@danjou.info>
3595
3596         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3597         `nnimap-request-move-article'.
3598
3599         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3600         Remove autoload, already handled by gnus.el.
3601
3602         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3603
3604         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3605         supported by nnimap actually.  Reverts previous change.
3606
3607         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3608         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3609         to-buffer argument that is already supported.
3610
3611 2012-08-05  Julien Danjou  <julien@danjou.info>
3612
3613         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3614         Add autoload.
3615
3616 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gnus.el (gnus-valid-select-methods): Fix custom type.
3619
3620 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3621
3622         * auth-source.el (auth-sources, auth-source-backend-parse)
3623         (auth-source-macos-keychain-search)
3624         (auth-source-macos-keychain-search-items)
3625         (auth-source-macos-keychain-result-append)
3626         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3627         auth-source.el through the /usr/bin/security utility.
3628         (auth-sources): Fix syntax error.
3629         (auth-source-macos-keychain-result-append): Fix variable name.
3630         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3631
3632 2012-07-27  Julien Danjou  <julien@danjou.info>
3633
3634         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3635         Emacs < 24.1
3636
3637 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * message.el (message-kill-address): Don't kill last newline.
3640         (message-skip-to-next-address): Don't move to the next header.
3641         (message-fill-field-address): Work properly.
3642
3643 2012-07-25  Julien Danjou  <julien@danjou.info>
3644
3645         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3646
3647 2012-07-24  Julien Danjou  <julien@danjou.info>
3648
3649         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3650
3651         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3652         (nntp-async-timer-handler): Remove, unused.
3653
3654         * nnimap.el (nnimap-get-responses): Remove, unused.
3655
3656         * nnheader.el (mail-header-set-extra): Remove, unused.
3657
3658         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3659         unused.
3660
3661         * mm-view.el (mm-view-sound-file): Remove, unused.
3662
3663         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3664         (mm-url-encode-multipart-form-data): Remove, unused.
3665
3666         * message.el (message-remove-signature, message-make-host-name)
3667         (message-fill-address): Remove, unused.
3668
3669         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3670         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3671         unused.
3672
3673         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3674         (gnus-xmas-call-region): Remove, unused.
3675
3676         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3677
3678         * gnus-util.el (gnus-extract-address-component-name)
3679         (gnus-extract-address-component-email, gnus-sortable-date)
3680         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3681         (gnus-process-live-p): Remove, unused.
3682
3683         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3684
3685         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3686         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3687         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3688         function.
3689
3690         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3691
3692         * gnus-score.el (gnus-summary-score-crossposting)
3693         (gnus-score-regexp-bad-p): Remove, unused.
3694
3695         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3696
3697         * gnus-range.el (gnus-sublist-p): Remove, unused.
3698
3699         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3700         unused.
3701
3702         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3703
3704         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3705         (gnus-request-associate-buffer): Remove, unused.
3706
3707         * gnus-group.el (gnus-group-set-method-info)
3708         (gnus-group-set-params-info): Remove, unused.
3709
3710         * gnus-fun.el (gnus-shell-command-to-string)
3711         (gnus-shell-command-on-region): Remove, unused.
3712
3713         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3714
3715         * gnus-art.el (gnus-article-text-type-exists-p)
3716         (article-translate-characters, gnus-article-hide-text-of-type)
3717         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3718         Remove, unused.
3719
3720 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3721
3722         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3723
3724 2012-07-21  Julien Danjou  <julien@danjou.info>
3725
3726         * message.el (message-dont-reply-to-names): Replace deprecated
3727         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3728         (message-get-reply-headers): Ditto.
3729
3730 2012-07-18  Julien Danjou  <julien@danjou.info>
3731
3732         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3733         `sieve-upload-and-kill'.
3734
3735         * sieve.el (sieve-bury-buffer): Remove function.
3736         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3737         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3738
3739 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3740
3741         * shr.el (shr-expand-url): Handle URL starting with `//'.
3742
3743 2012-07-13  Chong Yidong  <cyd@gnu.org>
3744
3745         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3746         instead of calling toggle-read-only with a (bogus) argument.
3747
3748 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3749
3750         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3751         of initial input when reading the author to restrict the summary to.
3752
3753 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * mm-decode.el (mm-shr):
3756         Allow overriding charset by mm-charset-override-alist.
3757
3758 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-art.el (gnus-article-view-part):
3761         Toggle subparts of multipart/alternative part.
3762
3763 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3764
3765         * shr.el (shr-render-buffer): New command.
3766         (shr-visit-file): Use it.
3767
3768 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3771         Set no-byte-compile and no-update-autoloads.
3772
3773 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3776
3777 2012-06-25  Julien Danjou  <julien@danjou.info>
3778
3779         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3780         `nnimap-request-move-articles-find-limit' since we do not use it only
3781         for move operations.
3782         (nnimap-request-accept-article): Use
3783         `nnimap-request-articles-find-limit' to limit search by message-id.
3784
3785 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3786
3787         Support higher-resolution time stamps (Bug#9000).
3788
3789         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3790         VARLIST.  It's optional, for backward compatibility.
3791         (encode-time-value): New optional arg PICO.  New type 3.
3792         (time-to-seconds) [!float-time]: Support the new picoseconds
3793         component if it's used.
3794         (seconds-to-time, time-subtract, time-add):
3795         Support ps-resolution time stamps as well.
3796
3797 2012-06-19  Julien Danjou  <julien@danjou.info>
3798
3799         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3800
3801         * nnimap.el (nnimap-log-buffer): Check that
3802         `window-point-insertion-type' is boundp, since it's not available in
3803         XEmacs.
3804
3805 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3806
3807         * nnimap.el (nnimap-log-buffer): Add this, setting
3808         `window-point-insertion-type' in the buffer to t.
3809         (nnimap-log-command): Use nnimap-log-buffer.
3810
3811 2012-06-19  Julien Danjou  <julien@danjou.info>
3812
3813         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3814         argument to be able to limit the search.
3815         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3816         (nnimap-request-move-articles-find-limit): Add this to limit the search
3817         by Message-Id after a message move.
3818         (nnimap): Add defgroup.
3819
3820 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3821
3822         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3823
3824 2012-06-15  Julien Danjou  <julien@danjou.info>
3825
3826         * nnimap.el (nnimap-find-article-by-message-id): Use
3827         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3828         (nnimap-possibly-change-group): Add read-only argument.
3829         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3830         issuing EXAMINE manually.
3831         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3832         with read-only argument.
3833         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3834         cannot possibly change because we need to be sure that it's either
3835         read-write or read-only.
3836
3837 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3840         being bound to a lambda form.
3841
3842 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3843
3844         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3845         articles when fetch-old is non-nil (bug#11370).
3846
3847 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3848
3849         * gnus-picon.el (gnus-picon-properties): New defcustom.
3850         (gnus-picon-create-glyph): Use it.
3851
3852 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-group.el (gnus-group-get-new-news): Respect
3855         `gnus-group-use-permanent-levels', as documented (bug#11638).
3856
3857 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3858
3859         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3860         groups (bug#11641).
3861
3862 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3863
3864         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3865         is an integer to avoid later problems.
3866
3867 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868
3869         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3870         locales.
3871
3872         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3873         on a handle.
3874
3875         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3876         address as the default.
3877         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3878
3879         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3880         makes no sense to query the user about internal files.
3881
3882         * gnus-spec.el: Remove all the byte-compilation stuff, since
3883         benchmarking shows that it doesn't help when entering large summary
3884         buffers.
3885
3886         * gnus-xmas.el (gnus-xmas-define): Remove.
3887
3888         * gnus-util.el (gnus-byte-code): Remove.
3889
3890         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3891         grouplens stuff.
3892
3893 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3896         (bug#11514).
3897
3898 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3899
3900         * message.el (message-buffers): Return all buffers derived from Message
3901         to make `gnus-dired-attach' work with mu4e.
3902
3903 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3904
3905         * nntp.el: Stop the `letf' madness.
3906         (nntp--report-1): New var.
3907         (nntp-report): Merge nntp-report-1 into it.
3908         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3909         the nntp-report function.
3910
3911         * auth-source.el: Fix comment-style to follow the convention.
3912
3913 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3914
3915         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3916         (mm-dissect-singlepart): Don't guess the MIME type of
3917         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3918         set.
3919         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3920         toplevel MIME type is multipart/encrypted.
3921
3922 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3925         a string so that Gcc works (bug#11514).
3926
3927 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3928
3929         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3930         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3931
3932 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3933
3934         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3935         jumping to *Server* from a dedicated *Group* window.
3936         (gnus-configure-frame): CSE.
3937
3938         * gnus-registry.el: Minor style cleanup.
3939         (gnus-registry--set/remove-mark): New function, extracted from
3940         gnus-registry-install-shortcuts.
3941         (gnus-registry-install-shortcuts): Use it.
3942
3943 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * nnspool.el (news-path): Use eval-and-compile.
3946
3947 2012-05-24  Glenn Morris  <rgm@gnu.org>
3948
3949         * nnspool.el (news-directory, news-path, news-inews-program):
3950         Move here from paths.el.  Don't see a need for these to be autoloaded.
3951
3952         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3953         Merge in doc from paths.el version.  Don't see any need for this to be
3954         autoloaded, or for the warning about users not setting it.
3955
3956 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3957
3958         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3959         format.  In particular, add an optional argument and a docstring.
3960
3961         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3962
3963         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3964         current before calling `gnus-groups-to-gnus-format'.
3965         Note that this was already the case for `gnus-active-to-gnus-format'.
3966
3967 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3968
3969         Fix minor Y10k bug.
3970         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3971
3972 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3973
3974         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3975         message once it's actually open.
3976
3977 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3978
3979         * gnus.el: Ma Gnus v0.5 is released.
3980
3981 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3982
3983         * auth-source.el (auth-source--aput-1, auth-source--aput)
3984         (auth-source--aget): New functions and macros.
3985         Use them instead of aput/aget.
3986
3987 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3988
3989         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3990
3991 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3992
3993         * plstore.el (plstore-called-interactively-p): New compat macro copied
3994         from message.el.
3995         (plstore-mode): Use it.
3996
3997 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3998
3999         * plstore.el: Revive the editing feature.
4000         (plstore-mode): New mode to edit plstore file.
4001         (plstore-mode-toggle-display, plstore-mode-original)
4002         (plstore-mode-decoded): New command.
4003         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4004         (plstore--insert-buffer, plstore--make): New function.
4005         (plstore-open, plstore-save): Simplify by using them.
4006
4007 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
4010
4011 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4012
4013         * tls.el (open-tls-stream): Remove unused binding.
4014
4015 2012-04-16  Glenn Morris  <rgm@gnu.org>
4016
4017         * nndraft.el (nndraft-request-list): Fix declaration.
4018
4019 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * mm-decode.el (mm-dissect-buffer): Doc fix.
4022
4023         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
4024         don't have a current group.
4025
4026         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
4027         buffer if it doesn't exist.
4028
4029         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
4030         given, mark the group as ephemeral with the current window conf.
4031
4032         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
4033         buffer exists, which it doesn't if we haven't started Gnus.
4034         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
4035
4036 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * mml.el (mml-generate-mime): Allow specifying what the top-level part
4039         type is.
4040
4041         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
4042         `unexists' entries.
4043         (gnus-clean-old-newsrc): Fix last checkin.
4044
4045         * nnimap.el (nnimap-update-info): None of the articles below the active
4046         low-water mark exist.
4047
4048         * dgnushack.el: Get rid of XEmacs compilation warning.
4049
4050         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
4051         would have gotten if we posted to the group, and use that to compare
4052         against the message we want to cancel (bug#10808).
4053
4054         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
4055         on XEmacs.
4056
4057 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4058
4059         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
4060         `scroll-margin'.
4061
4062 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
4063
4064         * gnus-cite.el (gnus-dissect-cited-text): A single line without
4065         citation prefix within a block of cited text should be considered part
4066         of that block *only* if it is a blank line.
4067
4068 2012-04-09  Chong Yidong  <cyd@gnu.org>
4069
4070         * binhex.el, hashcash.el, uudecode.el:
4071         Remove * characters from the front of variable docstrings.
4072
4073 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4076         before kinsoku-bol characters nor within kinsoku-eol characters.
4077
4078 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4081         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
4082         (gnus-sync-read): Use mapc instead of mapcar.
4083
4084         * mm-archive.el: Require mm-decode for some macros.
4085         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
4086         the byte compiler.
4087         (mm-archive-decoders): New function that returns the value of
4088         the mm-archive-decoders variable.
4089
4090         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
4091         instead.
4092         (mm-dissect-singlepart): Use the function mm-archive-decoders.
4093
4094         * nnimap.el (gnus-refer-thread-use-nnir):
4095         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
4096
4097 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
4100
4101 2012-03-12  Peter Münster  <pmrb@free.fr>
4102
4103         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
4104         (gnus-demon-cancel): Ditto.
4105         (gnus-demon-run-callback): When function cannot be called due to low
4106         idleness, call it when idleness reaches the expected value, instead of
4107         waiting another timer period.
4108         (gnus-demon-init): Add `time' to arguments of call-back.
4109
4110 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111
4112         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
4113
4114         * gnus.el: Register gnus-registry functions.
4115
4116         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
4117         indent.
4118
4119         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
4120         enabled before warping.
4121
4122 2012-03-22  Dave Abrahams  <dave@boostpro.com>
4123
4124         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
4125         registry about each article retrieved.
4126
4127         * gnus-int.el (gnus-select-group-with-message-id): New function.
4128         (gnus-try-warping-via-registry): Ditto.
4129         (gnus-warp-to-article): Fall back on the registry.
4130
4131 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
4132
4133         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
4134         inboxes.
4135
4136 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
4139
4140 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
4143         gnus-gcc-self-resent-messages may be a group parameter.
4144         (gnus-summary-resend-message): Don't encode encoded words in header
4145         when Gcc'ing resent message.
4146
4147 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * shr.el (shr-insert): Treat non-breaking space just like normal
4150         space.  This seems to produce more pleasing results.
4151         (shr-insert): Only insert a blank line if we're starting from an image.
4152         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
4153         (shr-ensure-paragraph): Consider lines with white space to be blank.
4154
4155 2012-03-15  Elias Pipping  <pipping@lavabit.com>
4156
4157         * Makefile.in: Respect DESTDIR.
4158
4159 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
4160
4161         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
4162         and gnus-gcc-post-body-encode-hook.
4163
4164 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
4167         messages that don't exist.
4168
4169         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
4170
4171 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
4174         Remove.
4175
4176         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
4177
4178         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
4179
4180 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4183         have a group name.
4184
4185         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
4186         a multibyte buffer (bug#7410).
4187         (article-wash-html): Parse the original article buffer to get the
4188         unencoded data (bug#7410).
4189
4190         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
4191         .newsrc.el files.
4192
4193 2012-04-05  Bastien Guerry  <bzg@altern.org>
4194
4195         * color.el (color-lighten-name): Fix typo.
4196
4197 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
4200         "#" to avoid having them interpreted as comments.
4201
4202 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203
4204         * shr.el (shr-insert): Update the text state properly to avoid
4205         inserting spurious paragraph starts.
4206
4207 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * shr.el (shr-table-widths): Divide the extra width more fairly over
4210         the TDs (bug#10973).
4211         (shr-render-td): Don't delete too much padding.
4212         (shr-natural-width): Compute the natural width more correctly.
4213         (shr-insert): Allow the natural width to be computed for tables again.
4214         (shr-tag-table-1): Rework how the natural widths are computed by
4215         rendering the table a third time.
4216         (shr-natural-width): Removed.
4217         (shr-buffer-width): New function.
4218         (shr-expand-newlines): Use it.
4219
4220         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
4221         using a `gnus-use-full-window' setup (bug#11013).
4222
4223 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
4226         24.1 release.
4227
4228 2012-03-10  David Edmondson  <dme@dme.org>
4229
4230         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4231         'Forwarded Message' header and the start of the message.
4232
4233 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4234
4235         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4236         isn't running (bug#10897).
4237
4238 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4241         This is inconsistent with all the other stream functions, which leave
4242         the setting up to the higher levels (if so wanted) (bug#10931).
4243
4244 2012-02-28  Glenn Morris  <rgm@gnu.org>
4245
4246         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4247         mm-decode.el: Standardize possessive apostrophe usage.
4248
4249 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4252
4253 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4254
4255         * parse-time.el (parse-time-string): Allow extractor to return nil.
4256
4257 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4260
4261 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4264
4265 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4266
4267         * mm-decode.el (mm-shr): Remove "soft hyphens".
4268
4269         * nnimap.el (nnimap-request-list): Return the group names encoded as
4270         utf8.  Otherwise non-European group names don't work.
4271         (nnimap-request-newgroups): Ditto.
4272
4273         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4274         the default in `read-string' (bug#10757).
4275
4276         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4277         topics (bug#10843).
4278
4279         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4280         buffer.  Suggested by Herbert Valerio Riedel.
4281         (nnimap-request-move-article): Delete the message from the correct IMAP
4282         server.
4283
4284 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4285
4286         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4287         Reported by Peter Münster.
4288
4289 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4290
4291         * shr.el (shr-image-fetched): Make sure we really kill the right
4292         buffer.
4293
4294 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4295
4296         * gnus-start.el (gnus-1): Avoid duplicate entries.
4297
4298 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4299
4300         * imap.el: Remove.
4301
4302         * nntp.el (nntp-coding-system-for-read): Remove.
4303         (nntp-coding-system-for-write): Ditto.
4304         (nntp-open-connection): Just use `binary' directly.
4305
4306         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4307         Gnus 0.3.
4308
4309 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4310
4311         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4312         application/octet-stream parts really is.
4313
4314         * gnus-sum.el (gnus-propagate-marks): Remove.
4315
4316 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4317
4318         * shr.el (shr-rescale-image): Undo previous change; see
4319         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4320
4321 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4322
4323         * gnus.el: Ma Gnus v0.3 is released.
4324
4325 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4326
4327         * gnus-sum.el (gnus-summary-local-variables): Make
4328         `gnus-newsgroup-unexist' into a local variable.
4329
4330 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * registry.el (registry-usage-test, registry-persistence-test): Move to
4333         tests/gnustest-registry.el.
4334         (registry-make-testable-db, registry-match-test)
4335         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4336
4337         * gnus-registry.el (gnus-registry-misc-test)
4338         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4339
4340         * tests/gnustest-registry.el: New file with the registry and
4341         gnus-registry ERT tests.
4342
4343 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-msg.el (gnus-summary-resend-message): Make
4346         gnus-summary-resend-message-insert-gcc be last item in
4347         message-header-setup-hook.
4348
4349 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4350
4351         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4352         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4353         Remove.
4354         (nnfolder-open-server): Don't use marks.
4355         (nnfolder-request-delete-group): Ditto.
4356         (nnfolder-request-rename-group): Ditto.
4357         (nnfolder-request-set-mark, nnfolder-request-marks)
4358         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4359         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4360
4361         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4362         (nnml-marks-modtime): Remove.
4363         (nnml-request-delete-group): Don't use marks.
4364         (nnml-request-rename-group): Ditto.
4365         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4366         (nnml-save-marks, nnml-open-marks): Remove.
4367
4368         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4369         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4370         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4371         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4372         (nntp-server-to-method-cache): Remove.
4373
4374         * shr.el (shr-rescale-image): Fix wrong merge.
4375
4376 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4377
4378         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4379         too-wide lines.
4380
4381 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4382
4383         * nnimap.el (nnimap-record-commands): New variable.
4384         (nnimap-log-command): Use it.
4385         (nnimap-make-process-buffer): Add a space to the process buffer.
4386         (nnimap-transform-headers): Don't bug out on header lines containing
4387         stuff that look like IMAP length encodings.
4388
4389         * shr.el (shr-rescale-image): Allow viewing large images.
4390
4391 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4392
4393         * nnml.el (nnml-request-compact-group): Delete the marks file after
4394         compaction (bug#10800).
4395
4396         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4397         group exit.
4398
4399         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4400         QRESYNC/FETCH output.
4401
4402 2012-02-11  Glenn Morris  <rgm@gnu.org>
4403
4404         * sieve-manage.el (sieve-manage-default-stream):
4405         * shr.el (shr):
4406         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4407         (nnir-retrieve-headers-override-function)
4408         (nnir-imap-default-search-key, nnir-notmuch-program)
4409         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4410         (nnir-method-default-engines):
4411         * message.el (message-cite-reply-position):
4412         * gssapi.el (gssapi-program):
4413         * gravatar.el (gravatar):
4414         * gnus-sum.el (gnus-refer-thread-use-nnir):
4415         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4416         (gnus-registry-max-pruned-entries):
4417         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4418         * gnus-int.el (gnus-after-set-mark-hook)
4419         (gnus-before-update-mark-hook):
4420         * gnus-async.el (gnus-async-post-fetch-function):
4421         * auth-source.el (auth-source-cache-expiry):
4422         Add missing :version tags to new defcustoms and defgroups.
4423
4424 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4425
4426         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4427         `gnus-newsgroup-unexist'.
4428
4429         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4430         marks.
4431         (gnus-article-special-mark-lists): Put the `unexist' in the special
4432         marks list instead.
4433
4434         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4435         articles in the list of articles to be selected.
4436
4437         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4438         articles.
4439         (nnimap-update-info): Keep track of unexisting articles.
4440         (nnimap-update-qresync-info): Ditto.
4441
4442 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4443
4444         * message.el (message-default-send-mail-function): Made into own
4445         function for reuse by emacsbug.el.
4446
4447 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4448
4449         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4450         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4451
4452 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4453
4454         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4455         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4456
4457         * gnus-compat.el: Define `timer-set-function'.
4458
4459         * mm-decode.el (mm-display-external): Output the text from the command
4460         in the buffer after the command finished.  This makes text-based
4461         commands behave better.
4462
4463 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4466
4467 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4468
4469         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4470         23.1.
4471
4472 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4475
4476 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4477
4478         * message.el (smtpmail-smtp-user): Silence compiler warning.
4479
4480 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4481
4482         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4483         SMTP user name.
4484
4485 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-sum.el (gnus-summary-show-thread):
4488         next-single-char-property-change may return nil in XEmacs.
4489         (gnus-summary-article-map): Fix typo.
4490
4491 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4492
4493         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4494         running.
4495
4496         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4497
4498         * gnus.el (gnus-server-extend-method): Don't add an -address component
4499         if the method already has one (bug#9676).
4500
4501 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4504         of an initial-input for consistency (bug#10757).
4505
4506         * dgnushack.el: Fix XEmacs compilation warning.
4507
4508         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4509
4510         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4511
4512 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4513
4514         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4515         lines that are narrower than the window width.  Otherwise background
4516         "blocks" will look less readable.
4517
4518 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4519
4520         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4521         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4522         have newlines within the strings, and where the UID comes after the
4523         BODYSTRUCTURE element (bug#10537).
4524
4525         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4526         (bug#10732).
4527
4528         * shr.el (shr-insert-document): Add doc string.
4529         (shr-visit-file): Ditto.
4530         (shr-remove-trailing-whitespace): New function.
4531         (shr-insert-document): Use it to clean up trailing whitespace as the
4532         final step (bug#10714).
4533
4534 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4535
4536         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4537         buffer if `gnus-kill-summary-on-exit' is nil.
4538
4539 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4542         when just reading a single group from "without" Gnus.
4543
4544 2012-02-06  Chong Yidong  <cyd@gnu.org>
4545
4546         * gnus-sum.el (gnus-summary-show-thread):
4547         next-single-char-property-change never returns nil (Bug#8657).
4548
4549 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4550
4551         * message.el (message-multi-smtp-send-mail): New function.
4552         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4553         header to implement multi-SMTP functionality.
4554
4555         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4556         (gnus-agentize): Don't set it.
4557         (gnus-agent-send-mail): Don't use it.
4558
4559         * gnus-sum.el (gnus-summary-widget-backward): New function and
4560         keystroke.
4561
4562         * gnus-compat.el: More the compat functions more compatible.
4563
4564         * shr.el (shr-put-image): Remove underlines from sliced images.
4565         (shr-zoom-image): Compute the region to be replaced more correctly.
4566
4567 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4570         (gnus-summary-resend-message-insert-gcc): New function.
4571         (gnus-summary-resend-message): Modify message-header-setup-hook and
4572         message-sent-hook to make it work for Gcc.
4573         (gnus-inews-do-gcc): Update the number of unread articles of groups
4574         that messages are Gcc'd to.
4575
4576         * message.el (message-resend): Run message-sent-hook to do Gcc.
4577
4578 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4579
4580         * lpath.el: Fix an XEmacs compilation warning.
4581
4582         * gnus-compat.el: Require `help-fns' to fix compilation error.
4583
4584         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4585         a higher level to silence compilation.
4586
4587         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4588         parameter to allow controlling the scaling.
4589
4590         * shr.el (shr-zoom-image): New command and keystroke.
4591         (shr-put-image): Take a `size' flag to say how to scale the image.
4592
4593         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4594         deletion unless already defined.
4595
4596         * gnus.el (gnus-compat): Require it.
4597
4598         * gnus-compat.el: New file.
4599
4600         * gnus-start.el (gnus-clean-old-newsrc): New function.
4601         (gnus-read-newsrc-file): Use it.
4602
4603         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4604         Use recursive deletion.
4605         (mm-dissect-archive): Add support for zip files.
4606
4607         * gnus-util.el (gnus-recursive-directory-files): New function.
4608
4609         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4610         (mm-archive-decoders): Add tgz support.
4611
4612         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4613         Otherwise inserting text into the Gnus buffer can look odd.
4614
4615         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4616
4617         * mm-archive.el (mm-archive-decoders): Add support for tar.
4618
4619         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4620
4621         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4622
4623 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4624
4625         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4626
4627         * mm-archive.el: New file.
4628
4629         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4630
4631         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4632
4633         * message.el (message-goto-*): Make all the `message-goto-*' commands
4634         push the mark before moving point.  This makes it easier to go back to
4635         where you came from after editing whatever you jumped to.
4636
4637 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4638
4639         * gnus.el: Ma Gnus v0.1 is released.
4640
4641 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4642
4643         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4644         without reconnecting.
4645         (nnimap-possibly-change-group): Ditto.
4646         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4647         connection has died before being called.
4648
4649 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4650
4651         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4652         an initial sync unless we're really doing one.
4653
4654         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4655         address parameter if one already exists (bug#9676).
4656
4657         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4658         not the prefix, as documented (bug#10689).
4659
4660 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4661
4662         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4663         the "server".
4664
4665         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4666         the real error message with the useless "previously known to be down".
4667         Which isn't even correct.
4668
4669         * nntp.el (nntp-open-connection): Report the error message if the nntp
4670         server can't be reached.
4671
4672         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4673         groups we do a total scan for.
4674         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4675         doing that.
4676
4677 2012-01-31  Jim Meyering  <jim@meyering.net>
4678
4679         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4680         Correct a comment (insert "not") and hide nominally-doubled "to".
4681
4682 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus.el (gnus-version): Change name to "Ma Gnus".
4685
4686 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4687
4688         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4689         section in the manual.
4690
4691 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4692
4693         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4694         words.
4695         (rfc2047-encode-string): Ditto.
4696         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4697         understand folded filename="..." parameters, for instance.
4698
4699         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4700         the message for greater debuggability.
4701
4702 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4703
4704         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4705         instead of setting it locally, since the latter doesn't seem to have
4706         any effect (most of the time).
4707
4708 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4709
4710         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4711         function call.
4712
4713 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4714
4715         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4716         seconds, and make the repeat clause with HH:MM specs work as
4717         documented.
4718
4719 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4720
4721         * proto-stream.el (proto-stream-capability-open): Fall back on
4722         :end-of-command if :end-of-capability doesn't exist.
4723
4724 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4727         bound globally in old Emacsen and XEmacsen.
4728
4729 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4732         so that previous errors don't prohibit getting new news.
4733
4734         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4735
4736         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4737
4738 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4739
4740         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4741         buffer, not of the string which is its name.
4742
4743 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4744
4745         * proto-stream.el (proto-stream-capability-open): Wait for
4746         :end-of-capability, not :end-of-command.
4747
4748         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4749         non-server-marks groups.
4750         (gnus-group-make-articles-read): Ditto.
4751
4752         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4753         methods (bug#9676).
4754
4755         * gnus.el (gnus-method-ephemeral-p): New function.
4756
4757 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4760         left-to-right.
4761
4762 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4763
4764         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4765         warning.
4766
4767 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4768
4769         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4770         macroexpand the nnir things, since they haven't been defined yet, and
4771         nnir requires gnus-sum.
4772
4773 2012-01-24  Julien Danjou  <julien@danjou.info>
4774
4775         * color.el (color-rgb-to-hsl): Fix value computing.
4776         (color-hue-to-rgb): New function.
4777         (color-hsl-to-rgb): New function.
4778         (color-clamp, color-saturate-hsl, color-saturate-name)
4779         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4780         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4781
4782 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4785
4786 2012-01-19  Julien Danjou  <julien@danjou.info>
4787
4788         * color.el (color-name-to-rgb): Use the white color to find the max
4789         color component value and return correctly computed values.
4790         (color-name-to-rgb): Add missing float conversion for max value.
4791
4792 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4795         logical server name in addition to the actual machine address.
4796
4797         * auth-source.el (auth-source-user-and-password): Add convenience
4798         wrapper to search by just host and optionally user.
4799
4800 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4803         after rendering.
4804
4805 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4806
4807         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4808         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4809         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4810
4811 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4814         (bug#9693).
4815         (gnus-summary-setup-buffer): Document return value (bug#9697).
4816
4817         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4818         since ido doesn't work on symbols (bug#9632).
4819
4820         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4821         when getting a single value as when getting all the values.  This means
4822         that atoms like `gcc-self' work cumulatively, like variable settings,
4823         instead of getting the value from the last matching clause.
4824         (gnus-group-find-parameter): Protect against the group buffer not
4825         existing (bug#9585).
4826
4827 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-start.el (gnus-activate-group): Document more parameters
4830         (bug#9694).
4831
4832         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4833         (bug#9692).
4834
4835         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4836         article was fetched, so that it can be expired later (bug#9958).
4837         (gnus-agent-summary-fetch-series): Add doc string.
4838         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4839         (bug#9517).
4840
4841         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4842         retrieval is happening.
4843
4844         * gnus.el (gnus-parameters): Doc fix.
4845
4846 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4847
4848         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4849         show the thread after expansion.
4850
4851 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * gnus-art.el (article-narrow-to-head): If the head is completely
4854         empty, narrow to the empty region (bug#9764).
4855
4856         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4857         read, and then mark them as unread only when the unread mark is used.
4858         This makes `C-- T k' actually work, even though it's confusing.
4859
4860         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4861         alive before we try to find its window.
4862
4863 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4864
4865         * mm-decode.el (mm-display-external): Use a longer timeout for the
4866         deletion to allow slow programs to display the file.
4867
4868 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4871         prompt to be less confusing.
4872
4873         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4874         argument to `message-reply'.  This broke `special-display-*' frame
4875         pop-uping (bug#10238).
4876
4877 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4880         systems, since these allegedly don't work there.
4881
4882 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4883
4884         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4885         live buffer.
4886
4887 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * nnir.el (nnir-retrieve-headers): Protect against the article not
4890         existing on the server (bug#10335).
4891
4892 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4893
4894         * gnus-agent.el (gnus-agent-load-local): Recompute
4895         gnus-agent-article-local on changing method.
4896
4897 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus.el (gnus-parameters): Note precedence.
4900
4901 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4902
4903         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4904         in the group buffer.
4905
4906 2012-01-04  Julien Danjou  <julien@danjou.info>
4907
4908         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4909         change.
4910
4911 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4914         too.
4915
4916         * nntp.el (nntp-retrieve-group-data-early): Use it.
4917
4918 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * nntp.el (nntp-retrieval-in-progress): New variable.
4921         (nntp-make-process-buffer): Make it buffer-local.
4922
4923         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4924         2010.
4925         (gnus-demon-init): Use it to compute the time if time is on the form
4926         "04:23".
4927
4928         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4929
4930         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4931         status in the correct buffer.
4932
4933 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4934
4935         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4936         when opening topics (bug#10407).
4937
4938 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4939
4940         * gnus-cus.el (gnus-score-customize):
4941         * gnus-sum.el (gnus-sort-gathered-threads):
4942         * message.el (message-shorten-references):
4943         * nnmairix.el (nnmairix-request-group):
4944         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4945
4946 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         * gnus-agent.el (gnus-agent-regenerate-group):
4949         * gnus-int.el (gnus-retrieve-group-data-early):
4950         * mm-util.el (mm-codepage-ibm-list):
4951         * nndiary.el (Commentary, nndiary-get-new-mail):
4952         * nnir.el (nnir):
4953         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4954
4955 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * mm-view.el (mm-display-inline-fontify): Add comment.
4958
4959 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4960
4961         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4962         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4963
4964 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4965
4966         * gnus-art.el (gnus-split-methods):
4967         * gnus-msg.el (gnus-configure-posting-styles):
4968         * gnus-spec.el (gnus-parse-simple-format):
4969         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4970         * message.el (message-do-actions): Spelling fix.
4971
4972 2011-12-15  Juri Linkov  <juri@jurta.org>
4973
4974         * mm-decode.el (mm-inline-media-tests): Add missing
4975         `mm-handle-media-subtype'.
4976
4977 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4978
4979         * gnus-group.el (gnus-group-tool-bar):
4980         * gnus-sum.el (gnus-summary-tool-bar):
4981         * message.el (message-tool-bar):
4982         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4983
4984 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4985
4986         * plstore.el (plstore--insert-buffer): Spelling fix.
4987
4988 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4989
4990         * message.el (message-valid-fqdn-regexp): Update with newly approved
4991         top-level domain names ".tel" and ".asia".
4992
4993 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4996         unconditionally.
4997
4998 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
5001         pop-to-buffer-same-window for old Emacsen.
5002
5003 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
5004
5005         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
5006
5007 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5008
5009         * netrc.el (netrc-credentials): Spelling fix.
5010
5011 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
5012
5013         * gnus-fun.el (gnus-fun-ppm-change-string):
5014         * gnus-msg.el (gnus-inews-do-gcc):
5015         * gnus-sum.el (gnus-summary-find-for-reselect):
5016         * gnus.el (gnus-summary-cancelled):
5017         * message.el (message-cancel-hook, message-send-news):
5018         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
5019         * nnir.el (nnir-run-hyrex):
5020         * nntp.el (nntp-with-open-group-function):
5021         * pgg.el (pgg-pending-timers): Spelling fix.
5022
5023 2011-12-04  Chong Yidong  <cyd@gnu.org>
5024
5025         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
5026         change (Bug#10200).
5027
5028 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * compface.el (uncompface):
5031         * gnus-art.el (gnus-article-x-face-command): Update the header format
5032         of icon data for the most recent icontopbm program.
5033
5034 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-msg.el (gnus-inews-do-gcc):
5037         * message.el (message-send-mail):
5038         * mml.el (mml-generate-mime): Share the value of the buffer-local
5039         `message-options' variable between a draft buffer and temprary working
5040         buffers.
5041
5042 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5043
5044         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
5045
5046 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
5049         for Cygwin.
5050
5051 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5052
5053         * gnus-group.el (gnus-group-prepare-flat):
5054         * mm-bodies.el (mm-encode-body):
5055         * mml.el (mml-preview):
5056         * nnml.el (nnml-request-compact-group):
5057         * pop3.el (pop3-stream-type): Spelling fix.
5058
5059 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5060
5061         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
5062
5063 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5064
5065         * color.el (color-rgb-to-hsl):
5066         * gmm-utils.el (gmm-tool-bar-style):
5067         * gnus-group.el (gnus-group-prepare-flat):
5068         * gnus-topic.el (gnus-topic-prepare-topic):
5069         * mm-decode.el (mm-discouraged-alternatives):
5070         * rfc2047.el (rfc2047-encode-1):
5071         * starttls.el: Spelling fix.
5072
5073 2011-11-24  Glenn Morris  <rgm@gnu.org>
5074
5075         * binhex.el (binhex-begin-line): Give it basic doc-string.
5076
5077         * starttls.el, tls.el: Fix case of "GnuTLS".
5078
5079 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
5080
5081         * gnus-group.el (gnus-group-highlight): Fix typo.
5082
5083 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
5084
5085         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
5086         value of `delete-file', that returns nil for a local file but returns t
5087         for a remote file using ssh.
5088
5089 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
5092
5093 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
5096         avoid later breakage.
5097
5098 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
5101         article buffers' name.
5102
5103 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
5106         by Paul Eggert's spellfixes two days ago.
5107
5108 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
5111         doesn't have it.
5112
5113         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
5114         buffer-local instead of binding them to avoid warnings.  Also demote
5115         errors (bug#10063).
5116         (font-lock-mode-hook): Shut up byte compiler.
5117
5118 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
5119
5120         * mm-util.el (mm-charset-after):
5121         * nnir.el (nnir-run-hyrex):
5122         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
5123         (ntlm-get-password-hashes, ntlm-md4hash):
5124         * smime.el: Fix typo.
5125
5126 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5127
5128         * gnus-agent.el (gnus-agent-expire-group-1):
5129         * nndiary.el (nndiary-last-occurence):
5130         * nnimap.el (nnimap-request-set-mark):
5131         * nnmairix.el (nnmairix-only-use-registry):
5132         * gnus-group.el (gnus-group-prepare-flat):
5133         * gnus-sum.el (gnus-decode-encoded-word-methods):
5134         * message.el (message-wash-subject):
5135         * nntp.el (nntp-retrieve-headers-with-xover):
5136         * smime.el (smime-certificate-directory): Spelling fix.
5137
5138 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
5139
5140         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
5141
5142         * color.el:
5143         * gnus-agent.el (gnus-agent-possibly-alter-active):
5144         * gnus-dired.el (gnus-dired-print):
5145         * mail-parse.el:
5146         * nnmairix.el (nnmairix-request-group):
5147         * shr.el (shr-image-displayer):
5148         * sieve-manage.el:
5149         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
5150
5151 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         * gnus-sum.el (gnus-auto-select-subject):
5154         * spam-report.el (spam-report-resend): Spelling fix.
5155
5156 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5157
5158         * gnus-agent.el (gnus-agent-get-undownloaded-list):
5159         * gnus-art.el (gnus-default-article-saver):
5160         * gnus-srvr.el (gnus-server-copy-server):
5161         * gnus.el (gnus-sloppily-equal-method-parameters):
5162         * html2text.el (html2text-format-tag-list):
5163         * message.el (message-narrow-to-head):
5164         * nndiary.el:
5165         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5166         * sieve.el: Spelling fix.
5167
5168 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5169
5170         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
5171         * gnus-sum.el (gnus-summary-make-menu-bar):
5172         * gnus-uu.el (gnus-uu-decode-postscript)
5173         (gnus-uu-decode-postscript-and-save):
5174         * mailcap.el (mailcap-print-command):
5175         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
5176         Fix typos.
5177
5178 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5179
5180         * gnus-art.el (gnus-article-part-wrapper):
5181         * html2text.el (html2text-fix-paragraphs):
5182         * mm-decode.el (mm-image-fit-p):
5183         * rfc2047.el (rfc2047-encode-message-header):
5184         * shr-color.el (shr-color-visible-distance-min)
5185         (shr-color-relative-to-absolute, set-minimum-interval)
5186         (shr-color-visible): Fix typos.
5187
5188 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         * gmm-utils.el (gmm-tool-bar-item):
5191         * gnus-art.el (gnus-treat-body-boundary):
5192         * gnus-diary.el (gnus-user-format-function-d):
5193         * gnus-start.el (gnus-get-unread-articles):
5194         * pgg-gpg.el (pgg-gpg-update-agent):
5195         * smime.el (smime-cert-by-ldap-1): Spelling fix.
5196
5197 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5198
5199         * gnus-topic.el (gnus-group-prepare-topics):
5200         * gnus-uu.el (gnus-extract-view):
5201         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
5202
5203 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * spam.el: Move BBDB autoloads.
5206         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
5207         BBDB 2 and 3.
5208         (spam-check-BBDB): Use it.
5209         (spam-enter-ham-BBDB): Use it.
5210
5211 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5212
5213         * smime.el (smime-draw-buffer): Spelling fix.
5214
5215 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
5216
5217         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
5218         for scanning exactly one level.
5219         * gnus-start.el (gnus-get-unread-articles): Ditto.
5220
5221 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
5224         slightly clearer.
5225
5226 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * gnus-sync.el: More commentary about setup.
5229
5230 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * message.el (message-send-and-exit): Document `arg'.
5233
5234 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5235
5236         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5237
5238 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5239
5240         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5241
5242         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5243         we don't use `bound-and-true-p'.
5244
5245 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * gnus-util.el (gnus-bound-and-true-p): Remove.
5248         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5249         * nnir.el: Use it.
5250         * nnmairix.el: Use it.
5251
5252 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5253
5254         * gnus-sync.el: Improve docs about CouchDB admins.
5255
5256         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5257         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5258         for reasons unknown.
5259         * nnir.el: Use it.
5260         * nnmairix.el: Use it.
5261
5262         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5263         * nnir.el: Ditto.
5264         * nnmairix.el: Ditto.
5265
5266         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5267
5268 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5271         not needed.  Provide xmlplistread list function to produce XML plist
5272         output for non-Gnus LeSync clients.
5273
5274 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5277
5278         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5279         and save against it.  Group subscriptions, read marks, other marks,
5280         subscription levels, topic names, and topic offsets (the group's
5281         position within the topic) are saved.  This is an experimental backend
5282         and may change significantly.  Load json.el from the gnus-fallback-lib
5283         if it's not available otherwise.
5284         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5285
5286 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5287
5288         * message.el (message-completion-function): Make sure
5289         message-tab-body-function is not attempted if one of
5290         message-completion-alist fails to find a completion (bug#9158).
5291
5292 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5293
5294         * mml.el (mml-quote-region): Quote <#secure> tag.
5295         (mml-generate-mime-1): Unquote <#secure> tag.
5296
5297 2011-10-20  Chong Yidong  <cyd@gnu.org>
5298
5299         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5300         calling a minor mode from Lisp with nil arg enables it, so we have to
5301         make the wording a bit ambiguous here).
5302
5303 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5304
5305         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5306         * nnir.el (nnir-mode): Use it.
5307         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5308         Use it.
5309
5310         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5311         * nnmairix.el (gnus-registry-enabled): Ditto.
5312
5313 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5314
5315         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5316         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5317         only while we need to find out if it should be t or nil.
5318         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5319         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5320         the registry is installed.  Set it to nil when it's unloaded.
5321         (gnus-registry-install-p): Provide user guidance for the initial value
5322         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5323         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5324         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5325         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5326         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5327         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5328         `gnus-registry-install'.
5329
5330 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5331
5332         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5333         previous change.
5334         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5335         primary key is marked as disabled.
5336
5337 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5338
5339         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5340         primary key is marked as disabled.
5341
5342 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5343
5344         * html2text.el (html2text-clean-anchor): Check for quotes around
5345         `href' value.
5346
5347 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5350         searching.  Drop `bbdb-cache'.
5351
5352 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * message.el (message-signed-or-encrypted-p): Exclude header when
5355         checking if there is signed or encrypted body in text/plain message.
5356
5357 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5358
5359         * html2text.el (html2text-get-attr): Correctly handle attribute values
5360         containing "=".
5361
5362 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5363
5364         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5365         handle bindings.
5366
5367 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-win.el (gnus-configure-windows): Protect against reading
5370         ephemeral groups outside of Gnus.
5371
5372 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * shr.el (shr-tag-img): Don't get images displayed in tables.
5375
5376 2011-10-03  Glenn Morris  <rgm@gnu.org>
5377
5378         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5379         the "maintainer" version of debbugs.gnu.org reports.
5380
5381 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5384         make asynchronous adjacent image insertion work better.
5385
5386 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5387
5388         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5389         documentation.
5390
5391 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5394         `gnus-asynchronous' isn't shadowed.
5395
5396 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5399
5400         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5401         (nnimap-insert-partial-structure): The charset parameter isn't
5402         case-sensitive.
5403
5404         * nnheader.el (nnheader-message-maybe): New function.
5405
5406         * shr.el (shr-tag-table): Render totally broken tables better.
5407
5408         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5409         computing the boundary.
5410
5411 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412
5413         * pop3.el (pop3-number-of-responses): Remove.
5414         (pop3-wait-for-messages): Rewrite to take linear time instead of
5415         exponential time.
5416
5417 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5420         re-fetch images.
5421
5422         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5423         re-fetch images when hitting `g' in Gnus.
5424
5425 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5428         (mml-compute-boundary): Don't check collision if it is non-nil.
5429         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5430         before checking collision.
5431
5432 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * message.el (message-indent-citation): Really make sure there's a
5435         newline at the end.
5436
5437         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5438         Fix suggested by John Wiegley.
5439
5440         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5441
5442         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5443
5444         * message.el (message-default-send-rename-function): Break out into its
5445         own function.
5446
5447         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5448         doesn't work under XEmacs.
5449
5450         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5451         of "imaps" to word around Windows problems.
5452         (nnimap-open-connection-1): Use it.
5453
5454         * message.el (message-indent-citation): Revert last change which made
5455         `F' not work.
5456
5457 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5458
5459         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5460         terminal as well.
5461
5462 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5465         because it displays images using overlays that aren't easy to copy to
5466         the article buffer.
5467
5468 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5469
5470         * message.el (message-indent-citation): Fix empty line removal at the
5471         end of the citation.
5472
5473 2011-09-20  Julien Danjou  <julien@danjou.info>
5474
5475         * auth-source.el (auth-source-netrc-create): Use default value for
5476         password if specified.  Evaluate default.
5477         (auth-source-plstore-create): Ditto.
5478         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5479         value evaluation.
5480         (auth-source-netrc-create): Typo fix.
5481         (auth-source-plstore-create): Ditto.
5482
5483         * password-cache.el (password-cache-remove): Remove entries even if the
5484         value is nil, so that password with a nil value (negative caching) is
5485         possible to invalidate.
5486
5487         * auth-source.el (auth-source-format-cache-entry): New function.
5488
5489 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5492
5493 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5496
5497 2011-09-19  Julien Danjou  <julien@danjou.info>
5498
5499         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5500         which work with things that are not ASCII.
5501
5502 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5505
5506 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5509         message level.
5510
5511 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5514
5515 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5518
5519 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5520
5521         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5522         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5523
5524 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5525
5526         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5527         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5528         articles.
5529
5530 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5531
5532         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5533         (message-mail-other-window, message-mail-other-frame)
5534         (message-news-other-window, message-news-other-frame):
5535         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5536         instead of setting buffer display varibles.
5537
5538 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5541
5542         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5543
5544 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5547         duplicates" to a higher level.
5548
5549         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5550         most egregious messages.
5551
5552 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5555
5556 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5557
5558         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5559         up the file (bug#9351).
5560
5561 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5562
5563         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5564         it does with all other backends, but decode the names immediately after
5565         getting them.
5566
5567         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5568         decoding nnimap groups.
5569
5570         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5571         newsrc file.  It doesn't seem like an important optimization any more.
5572
5573 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5574
5575         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5576         overflows.
5577
5578 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5581         (gnus-interactive-exit): Extend to `quiet'.
5582
5583         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5584
5585         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5586         string.
5587
5588         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5589         renaming function arguments from `this'.
5590
5591         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5592
5593         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5594         has been renamed.
5595         (gnus-lrm-string-p): Include RLM and PDF, too.
5596
5597         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5598         (bug#9225).
5599
5600 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5601
5602         Add autoload cookies for functions used by sendmail.el.
5603         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5604
5605         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5606
5607 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-art.el (article-date-ut): Work properly even when there are
5610         things like Date header in the body; work for forwarded parts.
5611
5612 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5613
5614         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5615         original-article-buffer.
5616
5617 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5618
5619         * nnir.el (nnir-compose-result): Fix matching of server type.
5620         (nnir-run-swish++): Ditto.
5621         (nnir-run-namazu): Ditto.
5622         (nnir-run-notmuch): Ditto.
5623
5624 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5627         (bug#9405).
5628
5629         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5630         (bug#9421).
5631
5632         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5633         (bug#9425).
5634
5635         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5636         thing (bug#9426).
5637
5638 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5641         the error message.
5642
5643 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5644
5645         * message.el (message-setup-1): Return t (Bug#9392).
5646
5647 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5648
5649         * gnus-sum.el: When adding article headers to a summary buffer also
5650         update gnus-newsgroup-articles (bug#9386).
5651
5652 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * auth-source.el: Autoload help-mode.
5655
5656 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5659         names.
5660
5661 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5662
5663         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5664         mm-replace-in-string for compatibility issues.
5665         * mml2015.el (mml2015-epg-verify): Ditto.
5666
5667 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5670
5671         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5672
5673 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5674
5675         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5676         continue on and do the clean-up phase (bug#9188).
5677
5678         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5679         just ignore groups that can't be opened instead of erroring out
5680         (bug#9225).
5681
5682         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5683         nil since some many people are fuddy-duddies.
5684
5685         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5686         images.
5687
5688         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5689         instead.
5690
5691         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5692
5693         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5694
5695         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5696         processing.
5697
5698         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5699         buffer to avoid warnings.
5700
5701 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5702
5703         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5704         specified to reduce precision.
5705
5706 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5709         bodystructures (bug#9314).
5710
5711 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5714         Make button keymap non-sticky after buttons.
5715
5716 2011-08-18  David Engster  <dengste@eml.cc>
5717
5718         * nnmairix.el (nnmairix-request-set-mark)
5719         (nnmairix-goto-original-article): Remove adding of article to registry,
5720         since `gnus-registry-add-group' isn't available anymore.
5721         (nnmairix-determine-original-group-from-registry):
5722         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5723         available anymore.
5724
5725 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5726
5727         * starttls.el (starttls-any-program-available): Define as obsolete
5728         function.
5729
5730 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5733         versions which Gnus use when appropriate.
5734
5735         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5736         a pretty destructive command.
5737
5738         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5739
5740 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * message.el (message-fix-before-sending): Make a different warning
5743         about NUL characters (bug#9270).
5744
5745         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5746         from custom (bug#9260).
5747
5748         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5749         things work in Emacs 22 and XEmacs, too.
5750
5751         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5752         default From.
5753
5754         * gnus-spec.el (gnus-lrm-string-p): New macro.
5755         (gnus-lrm-string): New constant.
5756         (gnus-summary-line-format-spec): LRM-ify the from.
5757         (gnus-tilde-max-form): LRM-ify string chopping.
5758
5759         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5760
5761         * message.el (message-is-yours-p): Allow disabling canlock checking
5762         (bug#9295).
5763         (message-shoot-gnksa-feet): Add `canlock-verify'.
5764         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5765         message directory isn't writable (bug#9304).
5766
5767         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5768         non-world-readable.
5769
5770 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5773         articles.
5774
5775 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5776
5777         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5778         copy-list.
5779
5780 2011-08-12  Sam Steingold  <sds@gnu.org>
5781
5782         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5783         in the reverse order to avoid modifying the cache with `nreverse'.
5784         (gnus-all-score-files): Do not modify the value returned by
5785         `gnus-score-find-alist' because it lives in a cache variable.
5786         (gnus-current-home-score-file): No need to `nreverse' the return value
5787         of `gnus-score-find-alist', it is already in the correct order.
5788
5789 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5790
5791         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5792         type MESSAGE and subtype RFC822 is slightly different from those of
5793         type TEXT.
5794
5795 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5796
5797         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5798         This allows article-referral to work from an nnir group.
5799
5800 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5801
5802         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5803
5804 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5805
5806         * mml1991.el (mml1991-epg-find-usable-key)
5807         (mml1991-epg-find-usable-secret-key): New function.
5808         (mml1991-epg-sign): Check if signing key is usable.
5809         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5810
5811 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5812
5813         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5814         server-variables only.  This should fix a bug introduced with commit
5815         e1889675b7f4adf057833c5513c9374134c4e053.
5816         (nnir-run-query): 'nnir-search-engine should not be set from the global
5817         environment.
5818
5819 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5820
5821         * nnir.el (nnir-search-thread): Position point on referring article
5822         line.
5823         (nnir-warp-to-article): Clean up summary buffers.
5824
5825         * nnimap.el (nnimap-request-thread): Whitespace fix.
5826
5827 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5828
5829         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5830
5831 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * starttls.el (starttls-available-p): Rename from
5834         `starttls-any-program-available' and changed return convention.
5835
5836 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5837
5838         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5839         `unix-sync' unless it's defined.
5840
5841 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5842
5843         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5844         `aref' for XEmacs compatibiltiy.
5845
5846 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5849
5850 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5851
5852         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5853         closures, quote the form properly (bug#9194).
5854
5855 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5858         (gnus-summary-insert-new-articles): Protect against servers that are
5859         down.
5860
5861 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5862
5863         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5864         in mm handle if none is specified.
5865
5866 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5867
5868         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5869
5870 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5871
5872         * nnir.el (nnir-search-thread): New function to make an nnir group
5873         based on a thread query.
5874
5875         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5876         of nnir in thread referral.
5877         (gnus-summary-refer-thread): Use it.
5878
5879         * nnimap.el (nnimap-request-thread): Use it.
5880
5881 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * shr.el (shr-tag-comment): Ignore HTML comments.
5884
5885 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5886
5887         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5888         argument.
5889         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5890         Use `nnir-address' to handle server info rather than passing an arg.
5891
5892         * nnimap.el (nnimap-make-thread-query): New utility function to format
5893         an imap thread search query.
5894         (nnimap-request-thread): Use it.
5895
5896         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5897         right select-method if we are not going back to the group buffer.
5898
5899 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5902         enter invalid buffer configurations into the quit form (bug#9107).
5903         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5904         unplugged/plugged.
5905
5906         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5907         keep track of which ones are unread (bug#9061).
5908
5909         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5910         (bug#9055).
5911
5912         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5913         (bug#9041).
5914
5915         * gnus-html.el (mm-util): Require (bug#9073).
5916
5917         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5918         (gnus-summary-refer-thread): Use it to remove duplicates in the
5919         un-threaded view (bug#9053).
5920         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5921
5922 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5923
5924         * nnir.el (nnir-read-server-parm): Use default value from global
5925         variable.  Without this the default search engine parameters aren't
5926         used at all.
5927
5928 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * message.el (message-unique-id): Don't use the undocumented return
5931         value from (random t) (bug#9118).
5932
5933 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * message.el (message-auto-save-directory): If the ~/Mail directory
5936         doesn't exist, use ~ as the auto-save directory (bug#4432).
5937
5938         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5939         hasn't already been started.
5940
5941 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942
5943         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5944
5945         * message.el (message-reply): Work around mysterious bug where
5946         `message-mode' seems to overwrite the locally bound `subject' variable.
5947
5948 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5949
5950         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5951         correct group.
5952
5953         * gnus-int.el (gnus-request-thread): Add group argument.
5954
5955         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5956
5957 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5960
5961         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5962         renamed to `debbugs-gnu-*'.
5963
5964 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5965
5966         * plstore.el: Revert the editing feature since it is not urgent.
5967         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5968         (plstore-mode-decoded): Remove.
5969
5970 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5971
5972         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5973         isn't very interesting any more, and it leaks potentially secret data.
5974         (gnus-debug): Remove.
5975
5976         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5977         use of :custom-show.
5978
5979 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5980
5981         * plstore.el: Add documentation.
5982         (plstore-mode): New mode to edit plstore file.
5983         (plstore-mode-toggle-display, plstore-mode-original)
5984         (plstore-mode-decoded): New command.
5985         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5986         (plstore--insert-buffer, plstore--make): New function.
5987         (plstore-open, plstore-save): Simplify by using them.
5988
5989 2011-07-06  Glenn Morris  <rgm@gnu.org>
5990
5991         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5992
5993 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5996         no longer is much used.
5997         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5998         Articles".
5999
6000 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
6001
6002         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
6003         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
6004         `notmuch' backend.
6005
6006 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * mm-decode.el (mm-text-html-renderer): Doc fix.
6009
6010         * gnus-msg.el (gnus-bug): Fix the MML tag.
6011
6012         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
6013
6014 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
6015
6016         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
6017         secondary methods if started with `gnus-no-server'.
6018
6019 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
6020
6021         * message.el (message-return-action): Fix typo in docstring.
6022
6023 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
6026         bug reports at once.
6027
6028         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
6029
6030 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * nndraft.el: Require gnus-group.
6033         (nndraft-request-list): Declare.
6034
6035         * nndraft.el (nndraft-update-unread-articles): Don't show group having
6036         no unread article unless it matches gnus-permanently-visible-groups.
6037
6038         * nndraft.el (nndraft-update-unread-articles): New function.
6039         (nndraft-request-associate-buffer): Use it to update the number of
6040         unread articles for the nndraft groups in the group buffer when saving
6041         or killing a draft message.
6042
6043 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
6046         systems to binary before writing and reading the mbox files.
6047
6048         * gnus.el (gnus-summary-line-format): Link to the info node for %U
6049         instead of trying to list them all (bug#8978).
6050
6051 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6052
6053         * pop3.el (pop3-open-server): Use :end-of-capability.
6054
6055 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
6058         the id is always a number.
6059
6060         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
6061
6062         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
6063         debbugs mode, if possible.
6064
6065 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
6066
6067         * auth-source.el (auth-source-token-passphrase-callback-function):
6068         Reindent.
6069         (epg-context-operation): Remove unnecessary autoload.
6070
6071 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * gnus.el (gnus-list-debbugs): New command.
6074
6075         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
6076         mboxstat instead of the maintbox, since the stat seems to be fuller.
6077
6078         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
6079         summary buffers.
6080
6081         * message.el (message-get-reply-headers): Delete all duplicates,
6082         instead of the first.
6083         (message-get-reply-headers): Ensure that we have progress while
6084         deleting duplicates.
6085
6086         * gnus-msg.el (gnus-configure-posting-styles): Get the local
6087         gnus-posting-style value from the summary buffer to make it easier to
6088         make that a per-buffer conf.
6089
6090 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
6091
6092         * nnir.el (nnir-run-imap): Allow halting a search when an article is
6093         found by setting `shortcut' in 'query.
6094         (nnir-request-article): Use `shortcut' setting when requesting article
6095         by Message-ID.
6096
6097 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
6098
6099         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
6100         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
6101         Bring the pseudo-headers back too.
6102
6103 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6104
6105         * auth-source.el (auth-source-token-passphrase-callback-function):
6106         Simplify and remove EPA dependency.
6107
6108 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
6109
6110         * nnir.el (nnir-request-article): Fix error message text.
6111
6112 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6113
6114         * auth-source.el (plstore-delete): Autoload.
6115         (auth-source-plstore-search): Support delete operation.
6116         * plstore.el (plstore-delete): New function.
6117
6118 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
6121         mark actually existing articles as unread rather than the ones that
6122         active asserts.
6123
6124 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6125
6126         * nntp.el (nntp-record-command):
6127         * gnus-util.el (gnus-message-with-timestamp-1):
6128         Use format-time-string rather than decoding time stamps by hand.
6129         This is simpler and insulates the code from potential changes to
6130         current-time format.
6131
6132 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
6135
6136 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6137
6138         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
6139         (plstore-save): Support public key encryption.
6140         (plstore--init-from-buffer): New function.
6141         (plstore-open): Use it; fix error when opening a non-existent file.
6142         (plstore-revert): Use plstore--init-from-buffer.
6143
6144 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
6145
6146         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
6147
6148 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * mml2015.el (mml2015-use): Replace string-match-p with string-match
6151         for old Emacsen.
6152
6153 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6154
6155         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
6156         is not fully working.
6157
6158 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * dgnushack.el: Autoload sha1 on XEmacs.
6161
6162         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
6163         quit window configuration.
6164
6165         * auth-source.el (epg-context-set-passphrase-callback):
6166         Remove duplicate autoload.
6167
6168 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6169
6170         * nnir.el (nnir-request-article): Allow requesting articles by
6171         Message-ID with nnimap.
6172
6173         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
6174         current server.
6175
6176 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * auth-source.el: Autoload EPA/EPG functions.
6179         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
6180         changed when EPA/EPG is not available.
6181         (auth-source-backend): Rename "arg" member to "data".
6182         (auth-source-backend-parse, auth-source-plstore-search)
6183         (auth-source-plstore-create): Use it.
6184
6185 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
6186
6187         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
6188         `gnus-refer-article-methods'.
6189
6190 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * auth-source.el: Require EPA and EPG.
6193         (auth-source-passphrase-alist): New variable.
6194         (auth-source-passphrase-callback-function)
6195         (auth-source-token-passphrase-callback-function): Callbacks for the
6196         netrc field encryption (GPG tokens).
6197         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
6198         Symmetric encryption and decryption of the netrc GPG tokens.
6199         (auth-source-netrc-normalize): Use them, simplifying the closure.
6200
6201 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
6204         is available.
6205
6206 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
6209         non-nil, and `nnimap-split-methods' is nil, use the former.
6210
6211 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6212
6213         * plstore.el (plstore-revert): New function.
6214         (plstore-open): Use it; hide the buffer from user.
6215
6216 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
6217
6218         * auth-source.el (auth-source-backend): New member "arg".
6219         (auth-source-backend-parse): Handle new backend 'plstore.
6220         * plstore.el: New file.
6221
6222 2011-06-30  Glenn Morris  <rgm@gnu.org>
6223
6224         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
6225
6226 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
6229         expiring articles to.
6230
6231         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6232         variations as ASCII (bug#5458).
6233
6234 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6237
6238 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * message.el (message-point-in-header-p): Tweak the function to default
6241         to saying that we're not in the headers if there is no separator at
6242         all.  This makes it possible to use the Message version of `M-q' in
6243         buffers with no headers (bug#7987).
6244         (message-point-in-header-p): Fix last checkin to work with an empty
6245         mail-header-separator, too.
6246
6247         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6248         again, save the choice via customize.
6249
6250 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6253
6254         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6255         ended the connection, bail out before waiting infinitely on a new
6256         connection.
6257
6258 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6261         reports.
6262
6263         * gnus.el (gnus-bug-package): Use "gnus."
6264         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6265
6266 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * dgnushack.el: Make the timer warning go away on XEmacs.
6269
6270         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6271         animations going on at article exit time.
6272
6273         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6274         since removing it breaks people upgrading.
6275
6276         * shr.el (shr-put-image): Use the new interface for animating images.
6277         (shr-put-image): Animate for 60 seconds.
6278
6279         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6280         avoid compiler warnings.
6281
6282         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6283         error with `find-file-hooks' on Emacs 22.
6284         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6285         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6286         on all architectures.
6287
6288         * spam.el (spam-stat): Require in a normal fashion without binding
6289         `spam-stat-install-hooks' to avoid compilation warnings.
6290
6291         * spam-stat.el (spam-stat-install-hooks): Remove.
6292         (spam-stat-install-hooks): Don't run automatically.
6293
6294 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6295
6296         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6297         and keystroke.
6298
6299 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * auth-source.el (auth-source-netrc-cache): Move forward.
6302
6303 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6304
6305         * proto-stream.el (proto-stream-open-starttls): Use
6306         `gnutls-available-p' to see whether we have built-in support.
6307
6308         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6309         we already know.
6310         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6311         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6312
6313 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6316         %S format, since that looks odd.
6317         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6318         file, especially when saving.
6319
6320 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6321
6322         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6323         article found.
6324
6325 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6328         `auth-source-save-secrets' with a more sensitive alist that can be
6329         configured per file.  Experimental, so defaults to 'never.
6330         (auth-source-netrc-create): Use it.  Still experimental code.
6331         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6332         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6333
6334 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6335
6336         * auth-source.el (auth-source-save-secrets): New variable to control if
6337         secret tokens should be saved encrypted.
6338         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6339         to `auth-source-netrc-normalize'.
6340         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6341         on the EPA variables being defined.
6342         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6343         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6344         the lexical-let closure.
6345         (auth-source-netrc-create): Create "gpg:" tokens according to
6346         `auth-source-save-secrets'.
6347
6348 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-group.el (gnus-group-update-group): Add new argument
6351         `info-unchanged' that stops updating dribble buffer.
6352
6353         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6354         deletes lines matching to it in dribble buffer.
6355
6356         * gnus-agent.el (gnus-agent-fetch-group-1):
6357         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6358         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6359         * gnus-start.el (gnus-group-change-level):
6360         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6361
6362         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6363         if newsgroup info is not changed.
6364
6365         * gnus-group.el (gnus-group-get-new-news-this-group):
6366         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6367         Don't update dribble buffer.
6368
6369 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6370
6371         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6372         remove entries with groups we ignore.
6373
6374 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6375
6376         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6377         the underline comes at the bottom.
6378
6379 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6382         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6383         (gnus-registry-article-marks-to-names): Rename from
6384         `gnus-registry-user-format-function-M2'.
6385
6386 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6389         ephemeral group.
6390
6391 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6392
6393         * shr.el (shr-browse-image): Copy the URL if called interactively.
6394
6395 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6398         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6399         done, then unselected articles may be marked as read.
6400
6401         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6402         since not doing this seems to lead to a race condition in pop3-logon.
6403
6404         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6405         so that the call chain it correct when we call "upwards".
6406
6407         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6408         in read-only groups.
6409
6410         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6411
6412         * message.el (message-cite-reply-position): Doc string fix.
6413
6414         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6415         avoid regexp overflow.
6416         (nnimap-transform-split-mail): Ditto.
6417
6418         * pop3.el (pop3-retr): Error out if the server closes the connection.
6419
6420 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6421
6422         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6423         mm-with-unibyte-current-buffer.  The buffer should not contain any
6424         multibyte chars anyway at this stage.
6425
6426 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6429         at the end of lines.
6430
6431 2011-05-29  Julien Danjou  <julien@danjou.info>
6432
6433         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6434
6435 2011-05-27  Glenn Morris  <rgm@gnu.org>
6436
6437         * gnus-group.el (gnus-bug-group-download-format-alist):
6438         Use the "maintainer" version of debian reports as well.
6439
6440 2011-05-26  Glenn Morris  <rgm@gnu.org>
6441
6442         * gnus-group.el (gnus-bug-group-download-format-alist):
6443         Use the "maintainer" version of debbugs.gnu.org reports.
6444
6445 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6448
6449 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * gnus-cus.el (gnus-agent-customize-category):
6452         * gnus-delay.el (gnus-delay-send-queue):
6453         * gnus.el (gnus-other-frame):
6454         Don't quote lambda expressions with `quote'.
6455
6456 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6459         the thread moves us backwards and so we loop forever.
6460
6461 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6464         whitespace in base64 data lines.
6465
6466 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * gnus-registry.el (gnus-registry-user-format-function-M):
6469         Use `mapconcat'.
6470         (gnus-registry-user-format-function-M2): Use to see the full text of
6471         the marks.  Make "," the mark text separator.
6472
6473         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6474         authentication with auth-source.
6475
6476 2011-05-17  Glenn Morris  <rgm@gnu.org>
6477
6478         * gnus-group.el (gnus-import-other-newsrc-file):
6479         Use insert-file-contents.
6480
6481 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6484         1000 iterations.
6485
6486 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * nntp.el (nntp-open-connection): Check if process-type is available.
6489
6490 2011-05-16  Julien Danjou  <julien@danjou.info>
6491
6492         * shr.el (shr-tag-del): Add support for del tag.
6493
6494 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * gnus-html.el (gnus-html-put-image): Register a displayer.
6497
6498         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6499
6500 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6501
6502         * registry.el (prune-factor): New initialization parameter defaulting
6503         to 0.1.
6504         (registry-prune-hard): Use it.
6505
6506         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6507         0.1 expicitly.
6508
6509 2011-05-13  Glenn Morris  <rgm@gnu.org>
6510
6511         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6512         is bound, since this function requires sendmail.
6513
6514 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * registry.el (registry-usage-test): Disable pruning test.
6517
6518 2011-05-11  David Engster  <dengste@eml.cc>
6519
6520         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6521         Bind set-network-process-option for XEmacs.
6522
6523 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6524
6525         * registry.el (registry-prune-hard-candidates)
6526         (registry-prune-soft-candidates): Helper methods for registry pruning.
6527         (registry-prune): Use them.  Make the sort function optional.
6528
6529 2011-05-10  Jim Meyering  <meyering@redhat.com>
6530
6531         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6532
6533 2011-05-10  Julien Danjou  <julien@danjou.info>
6534
6535         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6536         symbol and not a list.
6537
6538 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-art.el (gnus-article-mode): Move binding of
6541         shr-put-image-function here from gnus-article-prepare-display.
6542
6543         * shr.el (shr-put-image-function): New variable.
6544         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6545         (shr-put-image): Return scaled image.
6546
6547         * gnus-art.el (gnus-shr-put-image): New function.
6548         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6549
6550         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6551         original ones, as deletable.
6552
6553 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6556
6557 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6558
6559         * registry.el (registry-full): Add convenience method.  Fix logic.
6560         (registry-insert): Use it.  Fix logic here too.
6561
6562         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6563         `registry-prune' if `registry-full' returns t.
6564         (gnus-registry-handle-action)
6565         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6566         (gnus-registry-usage-test): Use it.
6567
6568 2011-05-07  Julien Danjou  <julien@danjou.info>
6569
6570         * shr.el (shr-link): Make shr-link inherit from link by default.
6571
6572 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6573
6574         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6575
6576 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6577
6578         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6579         error out because the face is not a list.
6580
6581 2011-05-05  Glenn Morris  <rgm@gnu.org>
6582
6583         * proto-stream.el (gnutls-negotiate): Fix declarations.
6584
6585         * gnus-start.el (gnus-propagate-marks): Declare.
6586
6587 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * registry.el (registry-reindex): Fix percentage message.
6590
6591         * proto-stream.el (network-stream-open-starttls): Adjust to call
6592         `gnutls-negotiate' with :process and :hostname arguments.
6593
6594 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * shr.el: Add shr-link face for links.
6597         (shr-urlify): Use it.
6598
6599         * registry.el (registry-insert): Make error message more helpful.
6600
6601 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * gnus-html.el (gnus-html-schedule-image-fetching):
6604         Use url-queue-retrieve, if it exists.
6605
6606         * shr.el (shr-tag-img): Ditto.
6607
6608         * gnus.el: Autoload more gnus-agent functions.
6609
6610         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6611         agent if we haven't already (bug#8502).
6612
6613         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6614         into the Agent, too.
6615
6616         * gnus-agent.el (gnus-agent-store-article): New function.
6617
6618         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6619         and moved from that file for reuse.
6620
6621         * pop3.el (pop3-open-server): Error messages are "-ERR".
6622
6623 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6626         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6627
6628 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6629
6630         * gnus.el: No Gnus v0.17 is released.
6631
6632 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6633
6634         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6635         buffer has moved to a different frame.
6636
6637 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6640         to get the conversion from unibyte to multibyte buffers to work on
6641         Emacs 22.
6642
6643         * nntp.el (nntp-request-article): Slight clean-up.
6644
6645 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * shr.el (shr-strike-through): New face.
6648         (shr-tag-s): Use it to provide <s> support.
6649         (shr-tag-s): Remove duplicate definition.
6650
6651 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6652
6653         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6654         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6655
6656 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6659         `gnutls-negotiate'.
6660         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6661
6662 2011-04-23  Glenn Morris  <rgm@gnu.org>
6663
6664         * gnus-sum.el (gnus-extra-headers): Bump :version.
6665
6666 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * shr.el (shr-tag-sup): New function.
6669         (shr-tag-sub): Ditto.
6670
6671 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6674         for the case where `gnus-registry-ignored-groups' is a list of lists,
6675         and don't call `gnus-parameter-registry-ignore' otherwise.
6676
6677 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6678
6679         * nnimap.el (nnimap-user): New backend variable.
6680         (nnimap-open-connection-1): Use it.
6681         (nnimap-credentials): Accept user parameter so it's explicit what user
6682         name is desired.
6683
6684         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6685         default.
6686
6687         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6688         not gnus-registry.el.
6689
6690         * gnus-registry.el: Mention in comments how to modify
6691         `gnus-extra-headers' for proper recipient tracking and that it may
6692         already have To and Cc recently, which it does as of this commit.
6693         (gnus-registry-ignored-groups): Remove defcustom.
6694         Explain why in comments.
6695         (gnus-registry-action): Fix data-header reference to use the extra
6696         headers.  Explain in package commentary how to add To and Cc headers to
6697         the gnus-extra-headers.
6698         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6699         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6700         parameter list or a string list in `gnus-registry-ignored-groups'.
6701         Fix logic error.
6702
6703 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * shr.el (shr-expand-url): Protect against null urls.
6706
6707 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708
6709         * shr.el (shr-base): New binding.
6710         (shr-tag-base): Keep track of <base>.
6711         (shr-expand-url): New function used throughout.
6712
6713 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el
6716         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6717         (gnus-registry-ignored-groups): New variable.
6718         (gnus-registry-ignore-group-p): Use it.
6719         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6720         set the destination group to nil (same as delete) if it's ignored.
6721
6722 2011-04-20  David Engster  <dengste@eml.cc>
6723
6724         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6725
6726         * Makefile.in (test-nntp): New rule.
6727         (check): Add it.
6728         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6729
6730 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-registry.el (gnus-registry-action)
6733         (gnus-registry-fetch-header-fast):
6734         Don't use mail-header that looks an internal function of mailheader.el.
6735
6736 2011-04-19  Glenn Morris  <rgm@gnu.org>
6737
6738         * time-date.el (time-to-days): Remove unused local variables.
6739
6740 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-registry.el: Eliminate cl functions.
6743         (gnus-registry-sort-addresses): New function that replaces mapcan.
6744         (gnus-registry-action, gnus-registry-spool-action)
6745         (gnus-registry-split-fancy-with-parent)
6746         (gnus-registry-fetch-recipients-fast): Use it.
6747         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6748
6749         * registry.el (initialize-instance, registry-lookup)
6750         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6751         (registry-lookup-secondary-value, registry-search, registry-delete)
6752         (registry-insert, registry-reindex, registry-size, registry-prune):
6753         Use eval-and-compile.
6754
6755 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * registry.el (registry-reindex): New method to recreate the secondary
6758         registry indices.
6759
6760         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6761         tracked field changes.
6762         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6763         (gnus-registry-action, gnus-registry-spool-action)
6764         (gnus-registry-handle-action)
6765         (gnus-registry--split-fancy-with-parent-internal)
6766         (gnus-registry-split-fancy-with-parent)
6767         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6768         move, and delete actions, and for fancy splitting with parent.
6769         (gnus-registry-extract-addresses)
6770         (gnus-registry-fetch-recipients-fast)
6771         (gnus-registry-fetch-header-fast): Convenience functions.
6772         (gnus-registry-misc-test): ERT test of
6773         `gnus-registry-extract-addresses'.
6774
6775 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6778         Track by subject first, then sender.
6779
6780 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6781
6782         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6783
6784         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6785         Lisp.
6786
6787         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6788         (gnus-draft-send): Use it to avoid popping
6789         up frames from gnus-group-send-queue.
6790
6791 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * gnus-registry.el: Updated gnus-registry docs.
6794
6795 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6796
6797         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6798         Fix logic bug.
6799         (gnus-registry-post-process-groups): Fix logging of no results and
6800         quote sender and subject.
6801
6802 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6805         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6806         gnutls-cli are too slow to be done opportunistically.
6807
6808         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6809         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6810         we had no early-data returned.
6811         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6812         two async commands to the same server at the same time.
6813
6814 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6815
6816         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6817
6818 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6821         "warning" level.
6822
6823         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6824         (mm-url-insert-file-contents): Don't set the package names.
6825
6826 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * gnus-registry.el (gnus-registry-action): Remove properties and
6829         simplify subject in `gnus-registry-handle-action'.
6830         (gnus-registry-spool-action): Get subject and sender from message if
6831         they are not passed in.
6832         (gnus-registry-handle-action): Remove properties and simplify subject
6833         consistently.
6834
6835 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6836
6837         * registry.el: Require CL before using defmacro*.
6838
6839 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-art.el (article-treat-date): Assume that
6842         gnus-article-date-headers may be a group parameter.
6843
6844 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6847
6848         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6849         interactively so the newsrc file can contain foreign groups too.
6850         Useful for debugging but not much for users.
6851
6852 2011-04-07  David Engster  <dengste@eml.cc>
6853
6854         * registry.el (registry-usage-test): Only do
6855         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6856         lexical binding.
6857
6858 2011-04-07  David Engster  <dengste@eml.cc>
6859
6860         * Makefile.in (check, test-registry): New rules for test-suite.
6861
6862 2011-04-06  David Engster  <dengste@eml.cc>
6863
6864         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6865         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6866
6867 2011-04-06  David Engster  <dengste@eml.cc>
6868
6869         * registry.el (initialize-instance): Change :after to :AFTER to be
6870         compatible with old EIEIO version in XEmacs.
6871
6872 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6873
6874         * gnus-registry.el (gnus-registry-post-process-groups)
6875         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6876         and provide better messaging.
6877
6878 2011-04-06  David Engster  <dengste@eml.cc>
6879
6880         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6881         errors.
6882
6883         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6884         dgnushack-compile with error-on-warn enabled, and to signal an error if
6885         clean compilation failed.
6886         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6887         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6888
6889 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6892         unconditionally anyway, discarding errors.
6893         (gnus-registry-delete-entries): New convenience function.
6894         (gnus-registry-import-eld): Import from old .eld registry.
6895
6896         * registry.el: Don't use ERT if it's not available.  Load it
6897         unconditionally anyway, discarding errors.
6898
6899         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6900         version from the Claudio Bley GnuTLS patch (extra optional parameters
6901         and host name).
6902
6903 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6904
6905         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6906         fixup the parameters that can be customized by the user between
6907         save/read cycles.
6908         (gnus-registry-read): Use it.
6909         (gnus-registry-make-db): Use it.
6910         (gnus-registry-spool-action, gnus-registry-handle-action):
6911         Fix messaging.
6912         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6913         Map references to actual group names with sender and subject tracking.
6914         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6915         (gnus-registry-usage-test): Add subject lookup test.
6916
6917         * registry.el (registry-db, initialize-instance): Set up constructor
6918         instead of :initform arguments for the sake of older Emacsen.
6919         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6920         pre-lexbind merge bug.
6921         (registry-usage-test): Use it.
6922         (initialize-instance, registry-db): Move the non-function initforms
6923         back to the class definition.
6924
6925 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * registry.el: New library to manage gnus-registry-style data.
6928
6929         * gnus-registry.el: Use it (major rewrite).
6930
6931         * nnregistry.el: Use it.
6932
6933         * spam.el: Use it.
6934
6935 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6938         marks on non-selected articles.
6939
6940 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6941
6942         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6943         parameter to open-protocol-stream.
6944
6945 2011-04-01  Julien Danjou  <julien@danjou.info>
6946
6947         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6948         fundamental-mode.
6949
6950 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6953         servers.
6954
6955 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6958         made marks not propagate, again.
6959
6960 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6961
6962         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6963         Make this the default type.
6964         (proto-stream-open-plain): Rename from proto-stream-open-default.
6965         (open-protocol-stream, proto-stream-open-starttls)
6966         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6967         with `plain'.
6968
6969         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6970         value.
6971
6972         * nntp.el (nntp-open-connection-function): Document the fact that some
6973         values are not functions but are instead handled specially.
6974         Recognize nntp-open-plain-stream value.
6975         (nntp-open-connection): Recognize that value.
6976
6977 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6980         where it seems to be needed.
6981
6982 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6985         stuff.
6986
6987         * gnus-score.el (gnus-score-string): Fix calling convention of
6988         `gnus-simplify-buffer-fuzzy' after last patches.
6989
6990         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6991         server for articles we didn't get any headers for.  This is a sanity
6992         check.
6993
6994 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6995
6996         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6997         new CAPABILITY, use it.
6998
6999 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000
7001         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
7002         downloading anything.
7003
7004         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
7005
7006 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
7007
7008         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
7009         colors.
7010         (gnus-splash-svg-color-symbols): New function.
7011
7012 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013
7014         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
7015         instead of using the global gnus-simplify-subject-fuzzy-regexp.
7016         (gnus-simplify-subject-fuzzy): Use the local
7017         gnus-simplify-subject-fuzzy-regex instead of the global one.
7018         This makes using this variable in group parameters work.
7019
7020 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-registry.el (gnus-registry-unfollowed-groups):
7023         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
7024         archive:sent-YYYY-MM-DD groups).
7025         (gnus-registry-split-fancy-with-parent): Bail out early in sender
7026         tracking if there are more than `gnus-registry-max-track-groups'
7027         matches.
7028
7029 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7030
7031         * message.el (message--yank-original-internal): New function to do the
7032         insertion cleanly inside eval in `message-yank-original'.
7033         (message-yank-original): Use it.
7034
7035 2011-03-29  Julien Danjou  <julien@danjou.info>
7036
7037         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
7038         local variables disabled rather than `normal-mode'.
7039
7040 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
7041
7042         * imap.el (imap-shell-open, imap-process-connection-type):
7043         Use imap-process-connection-type for 'shell' streams as well as
7044         Kerberos, SSL, other subprocesses.
7045
7046 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
7047
7048         * proto-stream.el: Changes preparatory to merging open-protocol-stream
7049         with open-network-stream.
7050         (proto-stream-always-use-starttls): Option removed.
7051         (open-protocol-stream): Return a process object by default.  Provide a
7052         new parameter :return-list specifying a list-type return value, which
7053         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
7054         :type `network' to `try-starttls', and `network-only' to `default'.
7055         Make `default' the default, for compatibility with open-network-stream.
7056         Handle the no-parameter case exactly as open-network-stream, with no
7057         additional stream processing.  Search plists using plist-get.
7058         Explicitly add :end-of-commend parameter if it is missing.
7059         (proto-stream-open-default): Rename from
7060         proto-stream-open-network-only.  Return 'default as the type.
7061         (proto-stream-open-starttls): Rename from proto-stream-open-network.
7062         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
7063         failed.  Always return a list with a (possibly dead) process as the
7064         first element, for compatibility with open-network-stream.
7065         (proto-stream-open-tls): Use plist-get.  Always return a list.
7066         (proto-stream-open-shell): Return `default' as connection type.
7067         (proto-stream-capability-open): Use plist-get.
7068         (proto-stream-eoc): Function deleted.
7069
7070         * nnimap.el (nnimap-stream, nnimap-open-connection)
7071         (nnimap-open-connection-1): Handle renaming of :type parameter for
7072         open-protocol-stream.
7073         (nnimap-open-connection-1): Pass a :return-list parameter
7074         open-protocol-stream to obtain a list return value.  Parse this list
7075         using plist-get.
7076
7077         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
7078         for open-protocol-stream.  Accept open-protocol-stream return value
7079         that is a subprocess object instead of a list.  Handle the case of a
7080         dead returned process.
7081
7082 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
7085
7086         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
7087
7088 2011-03-21  Julien Danjou  <julien@danjou.info>
7089
7090         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
7091         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
7092         query.
7093         (mm-inline-text): Render normal text with fontification whenever
7094         possible.
7095
7096         * gnus-sum.el (gnus-summary-save-parts-1):
7097         * gnus-art.el (gnus-article-browse-html-save-cid-content)
7098         (gnus-article-browse-html-parts, gnus-mime-delete-part)
7099         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
7100         Use `mm-handle-filename'.
7101
7102         * mm-util.el (mm-handle-filename): New function, return the filename of
7103         an handle.
7104
7105 2011-03-18  Julien Danjou  <julien@danjou.info>
7106
7107         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
7108         (gnus-buffer-live-p): Check that buffer is not nil.
7109
7110 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7111
7112         * gnus.el: No Gnus v0.15 is released.
7113
7114 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * time-date.el (format-seconds): Use assoc instead of assoc-string to
7117         avoid warning on XEmacs.
7118
7119         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
7120         on XEmacs.
7121
7122         * gnus-art.el: Require mouse, which the build bot seems to say is
7123         needed.
7124
7125         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
7126
7127         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7128         XEmacs, since it doesn't have url-retrieve-synchronously.
7129
7130         * time-date.el (format-seconds): Use assoc instead of assoc-string,
7131         since assoc-string doesn't exist in XEmacs.
7132
7133 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
7134
7135         * gnus-group.el (gnus-group-list-ticked): New function.
7136         (gnus-group-make-menu-bar): Provide a menu entry for it.
7137         (gnus-group-list-map): Provide a binding for it.
7138
7139 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * shr.el (shr-visit-file): New command.
7142
7143         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
7144
7145 2011-03-17  Bjørn Mork  <bjorn@mork.no>
7146
7147         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
7148         servers.
7149
7150 2011-03-16  Julien Danjou  <julien@danjou.info>
7151
7152         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
7153         inline.
7154
7155         * gnus-art.el (article-hide-list-identifiers):
7156         Use gnus-group-get-list-identifiers.
7157
7158         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
7159         (gnus-summary-remove-list-identifiers):
7160         Use gnus-group-get-list-identifiers to get regexp.
7161         (gnus-select-newsgroup, gnus-summary-insert-subject)
7162         (gnus-summary-insert-articles):
7163         Call gnus-summary-remove-list-identifiers unconditionally.
7164
7165 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
7168         we're selecting a group with unread articles.
7169
7170         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
7171
7172         * gssapi.el: New file separated out from imap.el to provide a general
7173         Kerberos 5 connection facility for Emacs.
7174
7175         * message.el (message-elide-ellipsis): Document the format spec
7176         ellipsis.
7177
7178 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * message.el (message-elide-region): Allow the ellipsis to say how many
7181         lines were removed.
7182
7183 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
7186         window configurations containing buffers that are now dead.
7187
7188         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7189         parsing to avoid integer overflows.
7190         (nnimap-parse-flags): Simplify the last change.
7191         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
7192         too large for 32-bit Emacsen.
7193
7194 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7195
7196         * auth-source.el (auth-source-netrc-create):
7197         * message.el (message-yank-original): Fix use of `case'.
7198
7199 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
7200
7201         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
7202         XEmacs, which was one character too wide.
7203
7204 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
7205
7206         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
7207         default number of articles to display.
7208         (gnus-articles-to-read): Use pretty names for prompt.
7209
7210 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gnus-int.el (gnus-open-server): Ditto.
7213
7214         * gnus-start.el (gnus-activate-group): Give a backtrace if
7215         debug-on-quit is set and the user hits `C-g'.
7216         (gnus-read-active-file): Ditto.
7217
7218         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
7219
7220 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * message.el (message-yank-original): Use cond instead of CL case.
7223
7224 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7225
7226         * auth-source.el (auth-source-netrc-create): Use usual format for the
7227         default in prompts.
7228
7229 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * lpath.el: Fbind read-char-choice for XEmacs.
7232
7233 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * auth-source.el (auth-source-netrc-create): Show the default in the
7236         prompt when prompting for token creation.
7237
7238 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7239
7240         * auth-source.el (auth-source-format-prompt): Always convert the value
7241         to a string to avoid evaluating non-string arguments.
7242         (auth-source-netrc-create): Offer default properly, not as initial
7243         content in `read-string'.
7244         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7245         of line to determine if we've been run before.  If so, don't run again,
7246         but print a trivial message to indicate the cache was hit instead.
7247
7248 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7251         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7252         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7253         Gnus.
7254
7255 2011-03-11  Julien Danjou  <julien@danjou.info>
7256
7257         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7258         modified file".
7259
7260 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * auth-source.el (auth-source-read-char-choice): New function to read a
7263         character choice using `dropdown-list', `read-char-choice', or
7264         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7265         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7266         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7267         (auth-source-netrc-saver): Use it.
7268         (auth-source-pick-first-password): New convenience function.
7269
7270 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7273         parameter in the credentials.
7274         (nnimap-open-connection-1): Use it after a successful login.
7275         (nnimap-credentials): Add IMAP-specific user and password prompt.
7276
7277         * auth-source.el (auth-source-search): Add :require parameter, taking a
7278         list.  Document it and the :save-function return token.  Pass :require
7279         down.  Change the CREATED message from a warning to a debug statement.
7280         (auth-source-search-backends): Pass :require down.
7281         (auth-source-netrc-search): Pass :require down.
7282         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7283         Change save prompt to indicate all modifications saved here are
7284         deletions.
7285         (auth-source-netrc-create): Take user login name as default in user
7286         prompt.  Move all the save functionality to a lexically bound function
7287         under the :save-function token in the returned list.  Set up clearer
7288         default prompts for user, host, port, and secret.
7289         (auth-source-netrc-saver): New function, intended to be wrapped for
7290         :save-function.
7291
7292 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7295         lines to be spaces instead.
7296
7297 2011-03-07  Julien Danjou  <julien@danjou.info>
7298
7299         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7300         (sieve-sasl-auth): Check that auth-source-search did return something,
7301         or just return an empty string.
7302
7303 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7304
7305         * gnus.el (gnus-interactive): Use read-directory-name.
7306
7307         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7308         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7309         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7310         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7311         Likewise.
7312
7313         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7314
7315 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7318         onto the list of killed groups, too.  This makes killed nnimap groups,
7319         for instance, more reliably not reappear.
7320
7321         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7322         the parent.
7323
7324         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7325
7326         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7327         really have server-side marks.
7328
7329         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7330         since most backends do not usefully have server-side marks.
7331         (gnus-update-read-articles): Propagate marks to all backends that
7332         really have server-side marks.
7333
7334 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7335
7336         * message.el (message-cite-reply-position, message-cite-style):
7337         New variables.
7338         (message-yank-original): Use the new citation styles.
7339
7340 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7341
7342         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7343         buffer-local issue); don't mark it buffer-local when running under
7344         XEmacs.
7345
7346 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7347
7348         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7349         numbers too big to be `read'.
7350
7351 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * password-cache.el (password-in-cache-p): Add autoload.
7354
7355         * message.el (message-options): Make buffer-local two ways to attempt
7356         to fix a XEmacs bug.
7357
7358 2011-03-02  Julien Danjou  <julien@danjou.info>
7359
7360         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7361
7362 2011-03-01  Julien Danjou  <julien@danjou.info>
7363
7364         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7365         group.
7366         (article-hide-list-identifiers): Use list-identifier group parameter.
7367
7368 2011-02-28  Julien Danjou  <julien@danjou.info>
7369
7370         * sieve.el (sieve-buffer-script-name): New local variable to store
7371         sieve script name.
7372         (sieve-edit-script): Store sieve script name.
7373         (sieve-upload): Use sieve script name when uploading.
7374         (sieve-upload): Use substitute-command-keys.
7375         (sieve-edit-script): Use substitute-command-keys.
7376         (sieve-refresh-scriptlist): Use substitute-command-keys.
7377         (sieve-manage-mode-map): Define keymap properly.
7378         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7379         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7380         Remove commented code about cvs.
7381         (sieve-manage-quit): New function.
7382         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7383
7384 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7387
7388 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * auth-source.el (auth-source-search): Cache empty result sets.
7391
7392         * password-cache.el (password-in-cache-p): Convenience function to
7393         check if a key is in the cache, even if the value is nil.
7394
7395         * auth-source.el (auth-source-save-behavior): New variable to replace
7396         `auth-source-never-create'.
7397         (auth-source-netrc-create): Use it.
7398         (auth-source-never-save): Remove.
7399
7400 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7401
7402         * nnimap.el (nnimap-stream): Doc fix.
7403         (nnimap-open-connection-1): Reverse the order of the ports to that the
7404         prompted-for port is first.
7405
7406         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7407         retrieval by the no-group selection.
7408
7409         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7410         numerical parameters.
7411
7412 2011-02-25  Julien Danjou  <julien@danjou.info>
7413
7414         * gnus-gravatar.el: Use gnus-with-article-buffer.
7415
7416         * gnus-art.el (gnus-with-article-buffer): Check that the
7417         gnus-article-buffer is alive.
7418
7419 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7420
7421         * auth-source.el (auth-source-creation-prompts): New variable to manage
7422         creation-time prompts.
7423         (auth-source-search): Document it.
7424         (auth-source-format-prompt): Add utility function.
7425         (auth-source-netrc-create): Don't default the user name to
7426         user-login-name.  Use `auth-source-creation-prompts' and some default
7427         prompts for user, host, port, and password (the default generic prompt
7428         remains ugly).
7429         (auth-source-never-save): Add customizable option to never save info.
7430         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7431         mode excursion.
7432
7433 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7436         argument that XEmacs doesn't support.
7437
7438         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7439         compiled for Emacsen having no `libxml-parse-html-region' support.
7440
7441         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7442
7443         * lpath.el: Bind buffer-save-without-query for XEmacs.
7444
7445 2011-02-23  Julien Danjou  <julien@danjou.info>
7446
7447         * gnus-art.el (article-make-date-line): Ignore errors if time is
7448         invalid and not convertible.
7449         (article-make-date-line): Only add lapsed time if time is not nil.
7450
7451 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7452
7453         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7454         `read-char-choice' for backwards compatibility.
7455         (auth-source-netrc-element-or-first): New function to DTRT for
7456         parameter extraction.
7457         (auth-source-netrc-create): Use it and fix multiple parameter print
7458         bug.  Use the default passed from above (given-default) or the
7459         built-in (user-login-name for :user).
7460
7461 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7462
7463         * gnus-start.el (gnus-dribble-read-file):
7464         Set buffer-save-without-query, since we always want to save the dribble
7465         file, probably.
7466
7467         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7468         nnimap.
7469
7470         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7471         -summary- since it's a user-visible variable.
7472
7473         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7474         first time you use the new Gnus.
7475
7476 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * auth-source.el: Don't load netrc.el.
7479         (auth-sources): Search ~/.netrc as well by default.
7480         (auth-source-debug): Add 'trivia option for extra output.
7481         (auth-source-do-trivia): Use it.
7482         (auth-source-search): Simplify logic to use
7483         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7484         appropriate.  Don't keep a running count at this level.  Layer :create
7485         and :delete options appropriately on the first and second passes.
7486         Don't track the backend with the search results.
7487         (auth-source-search-backends): New function to search a list of
7488         backends for a processed spec.
7489         (auth-source-netrc-parse): Cache all netrc files, making
7490         auth-source-netrc-cache an alist keyed by the file name and using the
7491         file mtime as the caching criterion.  Keep the obfuscated data secret
7492         with a lexical bind.
7493         (auth-source-netrc-search): Don't calculate the length of the results
7494         unnecessarily.
7495         (auth-source-search-backends): Fix bug.
7496         (auth-source-netrc-create): Rework prompts.
7497
7498 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7499
7500         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7501         Lower case names of search constraints.
7502         (nnir-run-query): Cache and reuse search constraints for all imap
7503         servers.
7504
7505 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7506
7507         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7508         after exit.
7509         (gnus-setup-message): Define missing variable from last checkin.
7510
7511         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7512         value, show the raw article.
7513
7514 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7515
7516         * gnus.el: No Gnus v0.13 is released.
7517
7518 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7521         auth-source now accepts numbers.
7522
7523         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7524         spec, too.
7525         (auth-source-ensure-strings): New function.
7526
7527         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7528         (gnus-article-setup-buffer): Always restart the date timer so that user
7529         changes to the frequency is respected.
7530
7531         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7532         port numbers, so make sure it gets that if nnimap-server-port is
7533         explicit.
7534
7535 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7536
7537         * nnimap.el (nnimap-inbox): Doc fix.
7538
7539 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7540
7541         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7542         Autoload.  Add optional arg FRAME, and pass it to color-values.
7543         (color-complement): Caller changed.  Doc fix.
7544         (color-gradient): Rewrite for better clarity and efficiency.
7545
7546 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7547
7548         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7549         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7550         color-lab-to-srgb.
7551
7552 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7553
7554         * color.el: First part of merge from hexrgb.el.
7555         (color-rgb-to-hex): Rename from color-rgb->hex.
7556         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7557         saturation to zero if the value is too small.
7558         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7559         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7560         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7561         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7562         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7563         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7564         (color-cie-de2000): Doc fix.
7565
7566 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7567
7568         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7569         given method as in the group name if we're using an extended method.
7570         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7571         command, if we're using that, instead of waiting for the beginning.
7572
7573         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7574         we're sure to get unique server names, and we don't output two async
7575         commands in the same buffer.  This fixes an NNTP hang for some users.
7576
7577 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7578
7579         * gnus.el: No Gnus v0.11 is released.
7580
7581 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7582
7583         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7584         summary buffer before reading going to the next buffer.  This avoids
7585         putting the point in the group buffer if you `C-g' the command.
7586
7587         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7588         cache (for now) to make ~/.authinfo.gpg files usable.
7589
7590         * nnfolder.el (copyright-update): Define for the compiler.
7591
7592         * auth-source.el (auth-source-search): Fix unbound variable.
7593
7594 2011-02-19  Glenn Morris  <rgm@gnu.org>
7595
7596         * gnus.el (gnus-meta): Doc fix.
7597
7598 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7599
7600         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7601         in case it's not yet loaded.
7602
7603 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7604
7605         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7606         line we're waiting for.
7607
7608 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7609
7610         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7611         face with line-width greater than zero will cause RET in gnus summary
7612         buffer to scroll down article page-wise because auto vscroll happens,
7613         it should be temporally disabled when doing a scroll-up.
7614
7615 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7616
7617         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7618         outputs from the server.
7619
7620 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7621
7622         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7623         later so that bbdb can hook in easier.
7624
7625 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7626
7627         * auth-source.el (auth-source-search): Don't try to create credentials
7628         if the caller doesn't want that.
7629         (auth-source-search): If we don't find a match, don't bug out on
7630         non-bound variables.
7631         (auth-source-search): Only ask a single backend to create the
7632         credentials.
7633
7634         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7635         logging.
7636         (nnimap-credentials): Protect against auth-source-search returning nil.
7637         (nnimap-request-list): Protect against not being able to open the
7638         server.
7639
7640 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7641
7642         * auth-source.el (auth-source-search): Do a two-phase search, one with
7643         no :create to get the responses from all backends.
7644
7645         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7646         when getting credentials.
7647
7648         * gnus-util.el (gnus-delete-duplicates): New function.
7649
7650 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7653         a creation default, pass the whole port list down.  It will be
7654         completed.
7655
7656         * auth-source.el (auth-source-search): Updated docs to talk about
7657         multiple creation choices.
7658         (auth-source-netrc-create): Accept a list as a value (from the search
7659         parameters) and do completion on that list.  Keep a separate netrc line
7660         with the password obscured for showing the user.
7661
7662         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7663         first choice to `auth-source-search' so it will be used for entry
7664         creation instead of the server's Gnus-specific name.
7665         (nnimap-credentials): Rely on the auth-source library to select which
7666         port is actually wanted in the new netrc entry, so don't override
7667         `auth-source-creation-defaults'.
7668
7669         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7670         :protocol and accept a missing user, host, or port as a wildcard match.
7671         (auth-source-debug): Default to off.
7672
7673         (auth-source-netrc-search, auth-source-netrc-create)
7674         (auth-source-secrets-search, auth-source-secrets-create)
7675         (auth-source-user-or-password, auth-source-backend, auth-sources)
7676         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7677         instead of :protocol.
7678
7679         * nnimap.el (nnimap-credentials): Pass a port default to
7680         `auth-source-search' in case an entry needs to be created.
7681         (nnimap-open-connection-1): Use :port instead of :protocol.
7682
7683 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * auth-source.el: Bind load-path when loading EIEIO from
7686         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7687         21.4 doesn't support, to `require'.
7688         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7689         delete-dups that is not available in XEmacs 21.4.
7690
7691 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7692
7693         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7694         as EIEIO must also be loaded when auth-source.el is being
7695         byte-compiled.
7696
7697 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7700
7701         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7702
7703         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7704
7705         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7706
7707         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7708
7709         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7710
7711         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7712
7713         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7714         necessary.
7715
7716 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7719         nil means that nnimap doesn't get updated.
7720
7721 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7724         result when the user doesn't want to write to the file.
7725         (auth-source-netrc-search): Expect a synthetic result and proceed
7726         accordingly.
7727         (auth-source-cache-expiry): New variable to override
7728         `password-cache-expiry'.
7729         (auth-source-remember): Use it.
7730
7731         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7732         parameter.  Create entry if necessary by using :create t.
7733         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7734
7735 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7736
7737         * auth-source.el (auth-source-debug): Enable by default and don't
7738         mention the obsolete `auth-source-hide-passwords'.
7739         (auth-source-do-warn): New function to debug unconditionally.
7740         (auth-source-do-debug): Use it.
7741         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7742         and for Secrets API entries when the secrets.el library is not
7743         available.
7744
7745 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7748         (gnus-summary-exit): Kill the correct article buffer on exit from a
7749         `C-d' group.
7750
7751         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7752         gnus-propagate-marks.
7753
7754         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7755         before killing the buffers so that a non-full window conf gets handled
7756         correctly.
7757         (gnus-summary-exit): Ditto.
7758         (gnus-summary-read-group-1): Ditto.
7759
7760         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7761         async code again so that we can debug it properly.
7762
7763         * message.el (message-reply): Take an optional switch-buffer parameter
7764         so that Gnus window confs are respected better.
7765
7766 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7769         `plist-get' to accept non-list parameters (XEmacs issue).
7770         Fix docstring.
7771         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7772         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7773         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7774         Login collection is "Login" and not "login".
7775
7776 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7777
7778         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7779         multiple headers.
7780
7781         * nnimap.el (nnimap-inhibit-logging): New variable.
7782         (nnimap-log-command): Don't log login commands.
7783
7784         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7785         to have more parameters.
7786
7787         * nnimap.el (nnimap-send-command): Mark the command time for each
7788         command, so that we don't get NOOPs stepping on our toes.
7789
7790         * gnus-art.el (article-date-ut): Get the date from the Date header on
7791         `t'.
7792
7793 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * auth-source.el (auth-source-search): Use copy-sequence instead of
7796         the cl.el copy-list.
7797
7798 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * imap.el: Bring it back (revert
7801         84d800cd31de3064f0ed39617d725709a2f8f42f).
7802
7803 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7804
7805         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7806         Improve prompt.
7807
7808 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7809
7810         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7811         washing status from the default format.  It isn't very informative.
7812
7813 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7814
7815         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7816         Fix Gcc processing on imap.
7817
7818 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7819
7820         * imap.el: Remove file.  All the functionality is in nnimap.el.
7821
7822 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7823
7824         * message.el (message-bury): Don't pop up a new window when selected
7825         window is dedicated.
7826
7827 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7828
7829         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7830
7831 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7832
7833         * sieve-manage.el: Autoload `auth-source-search'.
7834         (sieve-sasl-auth): Use it.
7835
7836 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * nnimap.el: Autoload `auth-source-forget+'.
7839         (nnimap-open-connection-1): Use it if the connection fails.
7840
7841         * auth-source.el: Require `password-cache'.
7842         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7843         obsolete.
7844         (auth-source-magic): Marker for `password-cache' keys.
7845         (auth-source-do-cache): Update docstring.
7846         (auth-source-search): Use and check cache.
7847         (auth-source-forget-all-cached, auth-source-remember)
7848         (auth-source-recall, auth-source-forget, auth-source-forget+)
7849         (auth-source-specmatchp): Caching support functions.
7850         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7851         Remove and obsolete.
7852         (auth-source-user-or-password): Remove caching to further discourage
7853         using it.  Always hide passwords.
7854
7855         * password-cache.el (password-cache-remove): Accept secrets that are
7856         not strings.
7857
7858 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7859
7860         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7861         code for now, since it doesn't work for all users.
7862
7863 2011-02-09  Julien Danjou  <julien@danjou.info>
7864
7865         * message.el (message-options): Make message-options really buffer
7866         local.
7867
7868 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7869
7870         * mail-source.el: Autoload `auth-source-search'.
7871         (mail-source-keyword-map): Note order matters.
7872         (mail-source-set-1): Get all the mail-source source values and
7873         defaults and search auth-source on those if needed.  This can all
7874         probably be simplified.
7875
7876         * nnimap.el: Autoload `auth-source-search'.
7877         (nnimap-credentials): Use it.
7878         (nnimap-open-connection-1): Ask for the virtual server and physical
7879         address in one shot.
7880
7881         * nntp.el: Autoload `auth-source-search'.
7882         (nntp-send-authinfo): Use it.  Note TODO.
7883
7884 2011-02-08  Julien Danjou  <julien@danjou.info>
7885
7886         * shr.el (shr-tag-body): Add support for text attribute in body
7887         markups.
7888
7889         * message.el (message-options): Make message-options a local variable.
7890
7891 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7892
7893         * auth-source.el (auth-source-secrets-search)
7894         (auth-source-user-or-password): Use `append' instead of `nconc'.
7895         (auth-source-user-or-password): Build return list better and protect
7896         against nil :secret.
7897
7898 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7899
7900         * nnimap.el (nnimap-update-info): Refactor slightly.
7901         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7902         (nnimap-update-info): Clean up slightly.
7903         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7904         characters.
7905         (nnimap-process-quirk): Rename function to avoid collision.
7906         (nnimap-update-info): Fix macrology bug-out.
7907         (nnimap-update-info): Simplify split history test.
7908
7909 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7910
7911         * auth-source.el (top): Require 'eieio unconditionally.
7912         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7913         (auth-source-secrets-search): Limit search when `max' is greater than
7914         number of results.
7915
7916 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7917
7918         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7919         part not returning any data.
7920
7921         * proto-stream.el (open-protocol-stream): Document the return value.
7922
7923 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7924
7925         * auth-source.el (auth-source-secrets-search): Add examples.
7926
7927 2011-02-06  Julien Danjou  <julien@danjou.info>
7928
7929         * message.el (message-setup-1): Handle message-generate-headers-first
7930         set to t.
7931
7932 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7933
7934         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7935         API with a string "secrets:collection-name" and with 'default.
7936         (auth-source-backend-parse): Parse "secrets:collection-name" and
7937         'default.  Recurse on parses instead of repeating code.  Use the
7938         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7939         message when ignoring a source.
7940         (auth-source-search): List ignored search keys at the top level.
7941         (auth-source-netrc-create): Use `case' instead of `cond'.
7942         (auth-source-secrets-search): Created with TODOs.
7943         (auth-source-secrets-create): Created with TODOs.
7944         (auth-source-retrieve, auth-source-create, auth-source-delete)
7945         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7946         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7947         (auth-source-user-or-password-sftp)
7948         (auth-source-user-or-password-smtp): Remove.
7949         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7950         around `auth-source-search'.  Not tested thoroughly.
7951
7952 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7953
7954         * auth-source.el: Bring in assoc and eioeio libraries.
7955         (secrets-enabled): New variable to track the status of the Secrets API.
7956         (auth-source-backend): New EIOEIO class to represent a backend.
7957         (auth-source-creation-defaults): New variable to set prompt defaults
7958         during token creation (see the `auth-source-search' docstring for
7959         details).
7960         (auth-sources): Simplify to allow a simple string as a netrc backend
7961         spec.
7962         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7963         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7964         (auth-source-search): Main auth-source API entry point.
7965         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7966         (auth-source-search-collection): Helper function for searching.
7967         (auth-source-netrc-parse, auth-source-netrc-normalize)
7968         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7969         Supports search, create, and delete.
7970         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7971         backend stubs.
7972         (auth-source-user-or-password): Call `auth-source-search' but it's not
7973         ready yet.
7974
7975 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7976
7977         * message.el (message-setup-1): Remove the read-only stuff, since it
7978         doesn't work under XEmacs, for some reason.
7979
7980         * gnus-sum.el (gnus-user-date): Rename back from
7981         gnus-summary-user-date since user code refers to it.
7982
7983         * shr.el (shr-render-td): Store the actual background color used.
7984
7985         * message.el (message-setup-1): Don't bind the constant
7986         -forbidden-properties.
7987         (message-setup-1): Revert previous change, since it needs to bind the
7988         props to insert them.
7989         (message-resend): Allow removing the read-only separator line.
7990
7991 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7992
7993         * nnimap.el (nnimap-request-accept-article): Give an error message if
7994         the APPEND wasn't successful.
7995
7996 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7997
7998         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7999         that have no groups.
8000
8001 2011-02-03  Julien Danjou  <julien@danjou.info>
8002
8003         * gnus-draft.el: Remove progn around gnus-draft-setup.
8004
8005 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8006
8007         * gnus-start.el (gnus-read-active-for-groups): This function is never
8008         called with a nil `infos', so clean that up.
8009         (gnus-get-unread-articles): Request active files from primary/secondary
8010         methods that have no groups (yet).
8011
8012 2011-02-03  Julien Danjou  <julien@danjou.info>
8013
8014         * message.el (message-setup-1): Always generate References first.
8015         (message-mail): Return the return value of message-setup, not always t.
8016         (message-setup-1): Insert mail-header-separator with read-only and
8017         intangible properties set.
8018
8019         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
8020         user-date in docstring.
8021
8022         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
8023
8024         * gnus.el (gnus-summary-line-format): Mention &user-date format in
8025         docstring.
8026
8027         * gnus.el (gnus-user-date-format-alist): Change default value.
8028         Use defcustom, with type and group.  Move from gnus-util.el.
8029         Rename to gnus-summary-user-date-format-alist.
8030
8031 2011-02-03  Glenn Morris  <rgm@gnu.org>
8032
8033         * nnimap.el (gnus-fetch-headers): Declare.
8034
8035         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
8036
8037 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
8038
8039         * message.el (message-forward-make-body-digest-plain)
8040         (message-followup, message-reply): Clean up things noted by Stefan.
8041
8042         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
8043         gnus-article-update-date-headers is nil.
8044         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
8045         it didn't really work with defcustom.
8046         (article-update-date-lapsed): Make sure the window start doesn't move,
8047         either.
8048
8049 2011-02-01  Julien Danjou  <julien@danjou.info>
8050
8051         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
8052         format.
8053
8054         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
8055         standard in Emacs nowadays.
8056
8057         * color.el (color-gradient): Add a color-gradient function.
8058
8059 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8060
8061         * message.el (message-expand-name): Don't trust the return value of
8062         bbdb-complete-name.
8063         (message-check-news-header-syntax): Remove unused var `start'.
8064         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
8065         (message-inhibit-body-encoding): Move to before first use.
8066         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
8067         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
8068         (Organization, Message-ID, Date, mh-previous-window-config):
8069         Defvar the vars using dynamic scoping.
8070
8071 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8072
8073         * shr.el (shr-render-td): Only do colors at the final rendering.
8074         Should be slightly faster.
8075         (shr-insert-table): Fix up TD background colors when doing the
8076         vertical padding.
8077
8078         * gnus-art.el (article-date-ut): Protect against articles with no Date
8079         header.
8080         (article-update-date-lapsed): Don't use current-column to find the
8081         horizontal position.  It's fragile in the presence of \003 characters.
8082
8083         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
8084
8085 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus-art.el (article-transform-date): Rewrite to still work when
8088         there are several rfc2822 parts.
8089         (article-transform-date): Fix infinite recursion.
8090         (article-date-ut): Replace infinitely many Date headers with a single
8091         one when called interactively.
8092
8093         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
8094         secure manner.
8095
8096         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
8097         move around by not using save-window-excursion.  It seems to work...
8098
8099 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * gnus-art.el (article-make-date-line): Work for user-defined format.
8102
8103 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8104
8105         * nntp.el (nntp-retrieve-group-data-early)
8106         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
8107         fetching functions.
8108
8109         * gnus-start.el (gnus-read-active-for-groups): Read the active files
8110         thoroughly for all backends that have no known groups.  This should
8111         allow new nnml methods to retrieve mail.
8112
8113         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
8114         that Gnus doesn't know exists again.
8115
8116         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
8117         (gnus-treat-date-ut): Ditto.
8118         (gnus-article-update-date-header): Rename.
8119         (gnus-treat-date-local): Remove.
8120         (gnus-treat-date-english): Remove.
8121         (gnus-treat-date-lapsed): Remove.
8122         (gnus-treat-date-combined-lapsed): Remove.
8123         (gnus-treat-date-original): Remove.
8124         (gnus-treat-date-iso8601): Remove.
8125         (gnus-treat-date-user-defined): Remove.
8126         (gnus-article-date-headers): New variable to control all the date
8127         header options.
8128         (article-date-ut): Rewrite to allow using the new way to format date
8129         headers(s).
8130
8131 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
8132
8133         * nnmail.el (nnmail-article-group): Check for a direct fancy split
8134         method.
8135         (nnmail-article-group): A better test for fanciness.
8136
8137         * nnimap.el (nnimap-request-head): Protect against not finding the
8138         article by Message-ID.
8139
8140 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus-art.el (article-update-date-lapsed): Try a better way to really
8143         keep point at the "same place".
8144
8145 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
8148         data if the group is inactive.
8149
8150 2011-01-28  Julien Danjou  <julien@danjou.info>
8151
8152         * gnus-win.el: Remove dead function gnus-window-configuration-element.
8153         (gnus-all-windows-visible-p): Remove old compatibility code.
8154         (gnus-window-top-edge): Add docstring.
8155
8156         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
8157
8158 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
8159
8160         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
8161         older request-update-info.
8162
8163         * gnus-art.el (article-make-date-line): Limit the length a bit more.
8164
8165 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
8166
8167         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
8168         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
8169
8170 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8171
8172         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
8173         groups.  This makes the nndraft:queue group pop up if it's not already
8174         there.
8175
8176         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
8177         messages" logic, which was reversed.
8178
8179         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
8180         the "same place" even if point is on the line being replaced.
8181         (article-update-date-lapsed): Allow updating both the combined lapsed
8182         and the lapsed headers.
8183         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
8184         (article-make-date-line): Limit the number of segments dynamically to
8185         avoid too-long lines.
8186
8187 2011-01-27  Julien Danjou  <julien@danjou.info>
8188
8189         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
8190         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
8191
8192 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
8195         Use plist-get instead of the cl function getf.
8196
8197 2011-01-27  Glenn Morris  <rgm@gnu.org>
8198
8199         * gnus-util.el (float-time): Get rid of compiler warning, again.
8200
8201 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
8202
8203         * shr.el (shr-put-color): Special-case background colors: Do put them
8204         at the blank parts at the front of the lines.
8205
8206         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
8207         exit hook to nix out all data on readedness on group exit.
8208
8209         * gnus-util.el (float-time): If float-time is bound, always use it on
8210         all Emacsen.  It's unclear why the subrp check was there.
8211         (time-date): Require to make some autoload issues on XEmacs go away.
8212
8213         * shr.el (shr-put-color): Don't do the box padding in tables, since
8214         they're already padded.
8215
8216 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
8217
8218         * gnus-art.el (gnus-article-next-page): When the last line of the
8219         article is displayed, scroll down once more instead of going to the
8220         next article at once.
8221         (article-lapsed-string): Refactor out and allow specifying how many
8222         segments you want.
8223         (gnus-article-setup-buffer): Start updating the lapsed header directly.
8224         (gnus-article-update-lapsed-header): New variable.
8225
8226         * shr.el: Revert change that made headings use different-sized faces.
8227         The Emacs display engine isn't advanced enough that, for instance,
8228         tables can comfortably use differently-sized faces.
8229
8230 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8231
8232         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8233         used.
8234         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8235         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8236         we're using an encrypted connection.
8237
8238         * proto-stream.el: Alter the interface functions to also return the
8239         actual stream type used: network or tls.
8240
8241 2011-01-25  Julien Danjou  <julien@danjou.info>
8242
8243         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8244         (mm-display-javascript-inline): New function.
8245
8246         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8247         viewing function.
8248
8249 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * shr.el (shr-expand-newlines): Fix variable name.
8252
8253 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8254
8255         * shr.el (shr-expand-newlines): Make nested boxes work.
8256
8257 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8258
8259         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8260         backgrounds.
8261         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8262         in a more sensible manner.
8263
8264 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8267         if EPG is loaded.
8268
8269 2011-01-24  Julien Danjou  <julien@danjou.info>
8270
8271         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8272         tags.
8273
8274 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8275
8276         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8277         commands.
8278
8279         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8280         in the article buffer.
8281         (gnus-gravatar-insert): Use blank space from the current buffer to
8282         avoid breaking text properties.  This makes X-Sent updating work again.
8283
8284         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8285
8286 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8287
8288         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8289         fix the bug in url-http.el instead.
8290
8291         * shr.el (shr-image-fetched): Ditto.
8292
8293         * shr.el (shr-image-fetched): Avoid having point move in the article
8294         buffer.
8295
8296         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8297         buffer after being called.  It's apparently being killed by url.el, and
8298         killing it made point move to end-of-buffer in a random buffer.
8299
8300         * shr.el (shr-image-fetched): Ditto.
8301
8302 2011-01-23  Julien Danjou  <julien@danjou.info>
8303
8304         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8305
8306         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8307         text/x-org.
8308
8309 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8312         (i.e., nnimap) returning nil as the article number.
8313
8314 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8315
8316         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8317         "DelSp" parameter in RFC3676.
8318
8319 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8320
8321         * message.el (message-check-recipients): Display the encoded version of
8322         the bogus address if they differ.
8323
8324         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8325         after sending.
8326
8327         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8328
8329         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8330
8331         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8332         group buffer after sending the queue.
8333
8334         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8335
8336 2011-01-22  Julien Danjou  <julien@danjou.info>
8337
8338         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8339
8340 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8341
8342         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8343         nested related parts.
8344
8345         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8346         unexpired articles.  This fixes the regression that led expiry marks to
8347         disappear from nnfolder groups.
8348
8349 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8350
8351         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8352         Don't confuse the "ret" of "retrograde" with RET.
8353
8354 2011-01-21  Julien Danjou  <julien@danjou.info>
8355
8356         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8357         than mm-insert-inline.
8358
8359 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8362         Widen article buffer.
8363
8364 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8365
8366         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8367         the temp buffer.
8368         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8369
8370 2011-01-20  Julien Danjou  <julien@danjou.info>
8371
8372         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8373
8374         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8375         than mm-insert-inline to insert inline part: this respect
8376         mm-inline-media-tests displayers.
8377
8378         * mm-view.el (mm-display-shell-script-inline): New function.
8379
8380         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8381
8382         * mm-uu.el (mm-uu-type-alist): Add org block.
8383         (mm-uu-org-src-code-block-extract): New function.
8384
8385         * mm-view.el (mm-display-org-inline): New function.
8386
8387         * mm-decode.el (mm-automatic-display): Add text/org.
8388
8389         * mailcap.el (mailcap-mime-extensions): Add .org.
8390
8391 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8394         gnus-article-add-buttons.
8395
8396 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8397
8398         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8399         From header with a date and "nobody" as the sender.
8400
8401 2011-01-19  Julien Danjou  <julien@danjou.info>
8402
8403         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8404         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8405         if you have the same regexp several times.
8406         (gnus-button-push): Fix matching when regexp is symbol.
8407
8408 2011-01-15  Glenn Morris  <rgm@gnu.org>
8409
8410         * message.el (message-mail): A compose-mail function should
8411         accept headers as strings.
8412
8413 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8414
8415         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8416         Add :vert-only tags.
8417         (message-mail): New arg RETURN-ACTION.
8418         (message-return-action): New var.
8419         (message-bury): Use it.
8420         (message-mode): Make it buffer-local.
8421         (message-send-and-exit): Always call message-bury.
8422
8423         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8424         message-mail.
8425
8426 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * nnimap.el (nnimap-convert-partial-article): Protect against
8429         zero-length body parts.
8430
8431         * mm-decode.el (mm-preferred-alternative-precedence):
8432         Discourage showing empty parts.
8433
8434         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8435         and stuff if the backend didn't return the article number.  This fixes
8436         an Exchange-related nnimap bug.
8437
8438         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8439         group window, because it does the wrong thing when a separate frame
8440         displays the group buffer.
8441
8442         * proto-stream.el (open-protocol-stream): Protect against the low-level
8443         transport functions returning nil.
8444
8445 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8446
8447         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8448         (mml2015-epg-find-usable-secret-key): New function.
8449         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8450         mml2015-epg-find-usable-key (Bug#7797).
8451         (mml2015-epg-encrypt): Ditto.
8452
8453 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * dgnushack.el (rot13-string): Fix the way to get the argument.
8456
8457 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8460
8461 2011-01-03  Glenn Morris  <rgm@gnu.org>
8462
8463         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8464
8465         * sieve.el (sieve-open-server): Give a more explicit error if
8466         sieve-manage-open returns nil.  (Bug#7720)
8467
8468 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8469
8470         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8471
8472 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8475         This avoids sending passwords in plain text over non-encrypted
8476         channels.
8477
8478         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8479
8480         * nnimap.el (nnimap-login): Refactored out into own function, and
8481         implement CRAM-MD5.
8482         (nnimap-wait-for-line): Refactored out.
8483
8484         * mm-view.el (mml-smime): Require.
8485
8486 2010-12-20  David Engster  <deng@eml.cc>
8487
8488         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8489         use EPG to decrypt S/MIME messages instead of openssl.
8490
8491 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8494
8495         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8496         status is the group clearly is unreachable.
8497
8498         * auth-source.el (auth-source-create): Add the optional second
8499         parameter to `local-variable-p' to be compatible with XEmacs.
8500
8501 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8502
8503         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8504         work when using a compressed nnml folder.
8505
8506 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8509         backends after sanitising on entry, because this never makes sense:
8510         If the articles have gone missing, then the data no longer exists on
8511         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8512         overwrite anything anyway.
8513
8514         * shr.el (shr-insert-document): Bind shr-width dynamically to
8515         window-width if it's nil.
8516
8517 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8518
8519         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8520         with the meaning of using the full emacs window width for rendering.
8521
8522 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8523
8524         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8525         case when sender is not given.
8526
8527 2010-12-23  Julien Danjou  <julien@danjou.info>
8528
8529         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8530         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8531         the addresses, otherwise we might misplaced the gravatar.
8532
8533 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8534
8535         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8536         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8537         obsolete in Emacs.
8538
8539 2010-12-20  Julien Danjou  <julien@danjou.info>
8540
8541         * gnus-util.el (gnus-rescale-image): Revert last change.
8542
8543 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8544
8545         * binhex.el: Improve commentary (Bug#7482).
8546
8547 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * gnus-group.el (gnus-group-delete-articles): New command.
8550
8551 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8552
8553         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8554
8555 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8558         here, since it's up to the backends to do CRLF removal if their
8559         protocol has it.
8560
8561         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8562
8563 2010-12-17  Julien Danjou  <julien@danjou.info>
8564
8565         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8566         they are from file.  Can also scale up.
8567
8568 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8569
8570         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8571         Restore gnus-use-agent.
8572         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8573
8574         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8575
8576 2010-12-17  Julien Danjou  <julien@danjou.info>
8577
8578         * gravatar.el (gravatar-retrieve-synchronously): New function.
8579         (gravatar-get-data): Make more robust.
8580
8581 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8584
8585 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8588         to really consider the last line.
8589
8590 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8591
8592         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8593         list of recipient keys, or use symmetric encryption if not a list.
8594         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8595         EPA override, replacing the call to `netrc-store-data'.
8596
8597 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8598
8599         * gnus-srvr.el: Avoid passing nil regexp argument to
8600         delete-matching-lines.
8601
8602 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8605         fetching stops when Gnus exits.
8606
8607         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8608         function.
8609         (nnfolder-request-expire-articles): Save all the buffers after doing
8610         expiry.
8611
8612         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8613         the last article", since that led to serious performance regressions
8614         when expiring nnml groups.
8615
8616 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8617
8618         * nnir.el: Improve customizations.
8619
8620 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8623
8624         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8625         group has been killed.
8626         (gnus-group-yank-group): Ditto.
8627
8628         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8629
8630         * nnimap.el (nnimap-request-update-group-status): New function.
8631
8632         * gnus-int.el (gnus-request-update-group-status): New interface
8633         function.
8634
8635         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8636         copying read-ness to the backends.
8637
8638         * nnimap.el (nnimap-quirk): New function.
8639         (nnimap-retrieve-group-data-early): Use it.
8640         (nnimap-quirks): New alist.
8641
8642 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8645         don't delete it within indentation.
8646
8647 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8650         previous line.
8651
8652 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8655         QRESYNC command by deleting a superfluous space which broke Cyrus
8656         servers.  This change will break other servers that are buggy the other
8657         way around.
8658
8659 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * spam.el: Reindent and fix long lines.
8662         (spam-copy-or-move-routine): Exclude invalid move destinations.
8663
8664 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8665
8666         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8667         installed the registry.
8668
8669 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8672
8673 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8674
8675         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8676         groupname doesn't contain "gmane".
8677
8678 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8681         and netrc-bound-and-true-p bindings.
8682         (netrc-parse): Cache the netrc contents.
8683
8684         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8685         (gnus-1): Don't create the nndrafts group twice.
8686         (gnus-setup-news): There's no need to read the active file here, since
8687         that's done again later on a per-backend basis.
8688         (gnus-start-draft-setup): Make sure that the new group is started out
8689         empty.
8690
8691         * gnus-agent.el (gnus-agentize): Don't create the queue group
8692         automatically on startup.  It'll be created later, if needed.
8693
8694         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8695         of automatically subscribed groups.
8696         (gnus-auto-subscribed-categories): New variable.
8697         (gnus-matches-options-n): Use it.
8698         (gnus-default-subscribed-newsgroups): Remove unused variable.
8699         (gnus-start-draft-setup): Message a bit less.
8700
8701 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8702
8703         * nnir.el (nnir-run-imap): Return article list in order of increasing
8704         UID.
8705
8706 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * gnus-sum.el (gnus-summary-enter-digest-group):
8709         Mention gnus-auto-select-on-ephemeral-exit.
8710
8711         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8712         convention of the network-only option.
8713
8714 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * proto-stream.el (proto-stream-open-network-only): New function to
8717         have a way to specify non-STARTTLS upgrade connections.
8718
8719 2010-12-10  Julien Danjou  <julien@danjou.info>
8720
8721         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8722         email address is nil.
8723
8724         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8725
8726 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8727
8728         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8729         deletion.
8730         (nnir-run-imap): Only need to parse list once.
8731
8732 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * shr.el (shr-tag-script): Ignore <script>.
8735         (shr-tag-label): Add <label> support.
8736
8737 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8740
8741         * shr.el (shr-image-displayer): Work for images lined side by side.
8742
8743 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8744
8745         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8746         parameter, since XEmacs doesn't accept t as a parameter.
8747
8748 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8749
8750         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8751         ids.
8752         (nnir-run-gmane): Simplify groupspec formatting.
8753         (nnir-request-expire-articles): New function.
8754
8755 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8758         overflow, possibly.
8759
8760         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8761         (shr-render-td): Handle td style="" better.
8762         (shr-tag-table): Use the color from the style sheet.
8763         (shr-render-td): Make sure we copy over all the overlays, too.
8764
8765 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8766
8767         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8768         (nnir-request-article): Improve article retrieval.
8769
8770 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * mm-util.el (mm-extra-numeric-entities): New variable.
8773
8774         * mm-url.el (mm-url-decode-entities):
8775         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8776
8777         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8778
8779 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8780
8781         * message.el: Use completion-at-point.
8782         (message-completion-function): New fun, extracted from message-tab.
8783         (message-mode): Use it for completion-at-point-functions.
8784         (message-tab): Use it and completion-at-point.
8785
8786 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8789         character if a non-breakable character follows.
8790
8791 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8792
8793         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8794         any stream.
8795
8796         * shr.el (shr-tag-font): Colorize the region.
8797         (shr-tag-body): Ditto.
8798         (shr-tag-font): Actually let the styles be inherited instead of
8799         overwriting them.
8800         (shr-tag-font): Get the background color right.
8801         (shr-tag-style): Ignore all <style> tags for the moment.
8802
8803         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8804         a Message-ID to avoid having nnimap depend on gnus-sum.
8805
8806         * shr.el (shr-descend): Only colorize something if we have a node that
8807         sets colors.
8808
8809 2010-12-06  Julien Danjou  <julien@danjou.info>
8810
8811         * shr.el (shr-render-td): Render td content with shr-descend, so style
8812         will be applied to <td> too.
8813         (shr-colorize-region): Colorize region even if we only have a background.
8814         (shr-tag-body): Fix color and background color inheritance.
8815         Do not recolorize after shr-generic.
8816         (shr-tag-font): Let shr-generic colorize via inheritance.
8817
8818 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8821
8822 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8823
8824         * nnir.el (nnir-request-move-article): Remove obsolete code.
8825
8826 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8829
8830 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * gnus-sum.el (gnus-summary-respool-article): The completion function
8833         expects a list instead of an alist.
8834
8835         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8836         string as the parameter.
8837
8838         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8839
8840         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8841         styles.
8842         (shr-colorize-region): New function.
8843         (shr-insert-background-overlay): Remove.
8844         (shr-render-td): Background setting should be taken care of on a higher
8845         level.
8846         (shr-tag-body): Use post-hoc colorizations.
8847         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8848         (shr-put-color-1): Don't overwrite old colors.
8849         (shr-colorize-region): When the background color isn't explicit, use
8850         a fixed background.
8851
8852         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8853         nnmail variables.
8854
8855 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8856
8857         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8858         unless necessary.
8859
8860 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8861
8862         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8863         server.
8864
8865 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8868         so that TAB works.
8869
8870         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8871         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8872
8873         * shr.el (shr-urlify): Show the URL before the title to avoid
8874         misleading URLs.
8875
8876 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8877
8878         * shr.el (shr-urlify): Display the title in <a> tags.
8879
8880 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8881
8882         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8883
8884 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8885
8886         * nnir.el: Rearrange code to allow macros to be autoloaded by
8887         gnus-sum.el.
8888         (nnir-retrieve-headers-override-function): Make this variable
8889         customizable.
8890         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8891
8892         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8893         from nnir.el.
8894
8895 2010-12-03  Julien Danjou  <julien@danjou.info>
8896
8897         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8898
8899 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8902         allow optional argument `environment'.
8903
8904 2010-12-03  Glenn Morris  <rgm@gnu.org>
8905
8906         * mm-extern.el (message-goto-body): Update declaration.
8907
8908 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-util.el (gnus-macroexpand-all): New function.
8911
8912         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8913         instead of macroexpand-all that is unavailable in XEmacs.
8914
8915 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8916
8917         * nnir.el (nnir-summary-line-format): New variable.
8918         (nnir-mode): Use it.
8919         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8920         (nnir-article-ids): Reimplement as defsubst.
8921         (nnir-retrieve-headers): Don't mangle the subject header.
8922         (nnir-run-imap): Use 100 as RSV score.
8923         (nnir-run-find-grep): Fix for full server searching.
8924         (nnir-run-gmane): Better restriction to gmane groups.
8925
8926         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8927         summary buffers.
8928
8929 2010-12-02  Julien Danjou  <julien@danjou.info>
8930
8931         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8932
8933         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8934
8935         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8936         support.
8937
8938 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8939
8940         * nnir.el: Update to handle the registry better.
8941         (autoload): Silence byte-compiler.
8942         (nnir-open-server): Add a hook for nnir groups.
8943         (nnir-request-move-article): Don't mangle the header.  Better to use
8944         formatting variables (which will be added in the future).
8945         (nnir-registry-action): Update the registry using the original article
8946         group name.
8947         (nnir-mode): Install nnir-specific hooks for updating the registry.
8948
8949         * gnus-sum.el
8950         (gnus-article-original-subject, gnus-newsgroup-original-name):
8951         Remove obsolete variables.
8952         (gnus-summary-move-article): Remove use of obsolete variables.
8953         (gnus-summary-local-variables): Make move and delete hooks local to
8954         summary buffers.
8955
8956 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * rtree.el: New file.
8959
8960 2010-12-01  Julien Danjou  <julien@danjou.info>
8961
8962         * message.el (message-user-organization): Do not use
8963         gnus-local-organization.
8964
8965         * gnus.el: Remove gnus-local-organization.
8966
8967         * gnus-msg.el: Remove nastygram thing.
8968
8969 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8970
8971         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8972         funcall.
8973
8974 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8977         names.
8978
8979         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8980         characters.
8981
8982         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8983         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8984         Suggested by Štěpán Němec <stepnem@gmail.com>.
8985         (gnus-gravatar-transform-address): Use mail-extract-address-components
8986         that supports non-ASCII names rather than mail-header-parse-addresses.
8987
8988 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * proto-stream.el (open-protocol-stream): All starttls connections are
8991         handled by the network handler.
8992
8993 2010-11-30  Julien Danjou  <julien@danjou.info>
8994
8995         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8996         (nnimap-open-connection-1): Fix PREAUTH.
8997
8998         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8999
9000 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
9003         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
9004         (shr-insert): Use them.
9005         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
9006
9007 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9008
9009         * nnir.el (nnir-request-move-article): Bail out if original group
9010         doesn't support article moves.
9011         (nnir-get-active): Improve active list retrieval.
9012
9013 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * shr.el (shr-find-fill-point): Don't break before apostrophes.
9016
9017 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
9018
9019         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
9020         seem to accept strings-with-numbers as port numbers.
9021
9022 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9023
9024         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
9025         change the registry.
9026
9027 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
9030         delete-dups that is not available in XEmacs 21.4.
9031
9032         * mm-util.el (mm-delete-duplicates): Add comment.
9033
9034 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9035
9036         * nnir.el (nnir-ignored-newsgroups): New variable.
9037         (nnir-get-active): Use it.
9038
9039 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * proto-stream.el (proto-stream-open-network): Add some comments.
9042
9043         * nntp.el (nntp-open-connection): Provide a :success condition.
9044
9045         * nnimap.el (nnimap-open-connection-1): Ditto.
9046
9047         * proto-stream.el (proto-stream-open-network): See what the response to
9048         the STARTTLS command is.
9049
9050         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
9051         backwards compatibility).
9052         (nnimap-open-connection-1): Really respect nnimap-server-port.
9053
9054         * proto-stream.el (proto-stream-open-network): When doing opportunistic
9055         TLS upgrades we don't really care about the identity of the peer.
9056         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
9057         that what we've checked for.
9058         (proto-stream-always-use-starttls): Only default to t if
9059         open-gnutls-stream exists.
9060         (proto-stream-open-network): If STARTTLS failed, then just open a
9061         normal connection.
9062         (proto-stream-open-network): Wait until the greeting before doing
9063         STARTTLS.
9064
9065         * nntp.el (nntp-open-connection): Report what the connection error is.
9066
9067         * proto-stream.el (open-protocol-stream): Rename from
9068         open-proto-stream.
9069
9070 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * nnimap.el (nnimap-stream): Change default to `undecided'.
9073         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
9074         first, and then network.
9075         (nnimap-open-connection-1): Respect nnimap-server-port.
9076         (nnimap-open-connection): Be more backwards-compatible.
9077
9078         * proto-stream.el (proto-stream-always-use-starttls): New variable.
9079         (proto-stream-open-starttls): De-duplicate the starttls code.
9080         (proto-stream-open-starttls): Folded back into the main function.
9081         (proto-stream-open-network): Fix typo in the gnutls path.
9082         (proto-stream-command): Refactor out.
9083
9084         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
9085
9086         * proto-stream.el (proto-stream-open-starttls): Actually implement the
9087         starttls.el STARTTLS.
9088
9089         * color.el (color-lab->srgb): Fix function call name.
9090
9091         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
9092         if we're using tls.el.
9093         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
9094         built in, then don't try to establish a STARTTLS connection.
9095
9096         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9097         servers.
9098
9099         * proto-stream.el (open-proto-stream): Use network, not stream.
9100         (open-proto-stream): Add a way to specify what the end of a command is.
9101
9102         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
9103         connections types.
9104         (nntp-open-network-stream): Remove.
9105         (nntp-open-ssl-stream): Remove.
9106         (nntp-open-tls-stream): Remove.
9107         (nntp-ssl-program): Remove.
9108
9109         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
9110
9111 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
9112
9113         * nnir.el: Fix typos.
9114         (nnir-retrieve-headers-override-function): Rename variable to reflect
9115         new semantics.
9116         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
9117         macros.
9118         (nnir-request-article, nnir-request-move-article): Use them.
9119         (nnir-categorize): New function.
9120         (nnir-run-query): Use it.
9121         (nnir-retrieve-headers): Rewrite to batch header retrieval.
9122         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
9123         sorted.
9124         (nnir-group-full-name): Use gnus-group-full-name instead.
9125         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
9126         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
9127
9128 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9129
9130         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
9131
9132         * proto-stream.el: New library to provide protocol-specific
9133         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
9134         protocols.
9135         (open-proto-stream): Complete the documentation.
9136         (proto-stream-open-network): Fix some typos.
9137
9138         * nnimap.el (nnimap-open-connection): Use it.
9139
9140 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
9141
9142         * pop3.el (pop3-open-server): Read server greeting before starting TLS
9143         negotiation.
9144
9145 2010-11-26  Julien Danjou  <julien@danjou.info>
9146
9147         * color.el: Rename various rgb functions to srgb.
9148
9149 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
9152         names.
9153
9154 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * shr.el (shr-insert): Revert last change.
9157         (shr-find-fill-point): Never leave point being at bol;
9158         relax the kinsoku limitation when rendering tables.
9159
9160 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
9163         results from -accept-article.
9164
9165         * shr-color.el: Require cl when compiling.
9166
9167         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
9168         checkin.
9169
9170         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
9171
9172         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9173
9174         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
9175         'add and 'delete to set backend marks.
9176
9177         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
9178
9179         * nnheader.el (nnheader-update-marks-actions): Refactor out.
9180
9181         * nntp.el (nntp-request-set-mark): Use it.
9182
9183         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9184
9185         * nnml.el (nnml-request-set-mark): Ditto.
9186
9187         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
9188         introduces regressions in article selection.
9189         (nnimap-find-uid-response): New function.
9190         (nnimap-request-accept-article): Use the UID returned, if any.
9191         (nnimap-request-move-article): Use the UID returned, if any.
9192         (nnimap-get-groups): Reimplement to work with folded lines.
9193         (nnimap-find-uid-response): The UID is the last element in the list.
9194         (nnimap-request-set-mark): Extend syntax with 'set.
9195
9196         * nnml.el (nnml-request-set-mark): Ditto.
9197
9198         * nnfolder.el (nnfolder-request-set-mark): Ditto.
9199
9200         * nntp.el (nntp-request-set-mark): Ditto.
9201
9202 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * message.el (message-called-interactively-p): A temporary macro.
9205         (message-goto-body): Use it temporarily.
9206
9207 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9210         (nnimap-last-response-string): Unfold quoted lines, if they exist.
9211         (nnimap-last-response-string): Fix last unfolding fix.
9212
9213 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * shr.el (shr-insert): Fix the way to fold lines.
9216
9217 2010-11-25  Julien Danjou  <julien@danjou.info>
9218
9219         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
9220
9221         * color.el: Rename from color-lab.el
9222         (color-rgb->hex): Add.
9223         (color-complement): Add.
9224         (color-complement-hex): Add.
9225
9226         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
9227
9228 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * shr-color.el (shr-color-visible): Don't bug out if the color names
9231         don't exist.
9232
9233 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9236         assuming that article displaying or another mml-preview may be
9237         interrupted for an error or for the like.
9238
9239         * shr.el (shr-get-background): Fix argument name.
9240
9241 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9244
9245         * gnus-sum.el (gnus-summary-include-articles): New function.
9246
9247         * message.el (message-goto-body): called-interactively-p needs a
9248         parameter, so use `any'.
9249
9250         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9251         clear marks before moving, since they're synced from the Gnus side
9252         first.
9253
9254         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9255         (gnus-summary-move-article): Copy over all marks before moving, so that
9256         IMAP doesn't think a new article has arrived.
9257
9258 2010-11-24  Julien Danjou  <julien@danjou.info>
9259
9260         * shr.el (shr-insert-background-overlay): Fix typo.
9261         (shr-render-td): Copy the background before rendering.
9262
9263         * shr-color.el (shr-color-visible): Fix docstring.
9264
9265         * shr.el (shr-tag-table): Add bgcolor support.
9266         (shr-render-td): Add bgcolor support.
9267         (shr-get-background): Add.
9268         (shr-insert-foreground-overlay): Use shr-get-background.
9269
9270         * message.el (message-goto-body): Use called-interactively-p.
9271         (message-in-body-p): message-goto-body returns point.
9272
9273 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9276         Fixes something or other in Emacs 23, and is backwards compatible.
9277
9278         * message.el (message-goto-body): Remove the <#secure special-casing,
9279         which is too special.
9280
9281         * shr.el (shr-parse-style): Drop !important from styles.
9282
9283 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9284
9285         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9286         this function to return incorrect results when calling it with an
9287         explicit article argument different from
9288         (gnus-summary-article-number).
9289
9290 2010-11-24  Julien Danjou  <julien@danjou.info>
9291
9292         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9293         (shr-tag-body): Add background support.
9294         (shr-descend): Add background support.
9295         (shr-tag-title): Add.
9296
9297         * shr-color.el (shr-color-visible): Really return original background
9298         if fixed.
9299
9300 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * shr.el (shr-color-check): Protect against non-existent color names.
9303
9304 2010-11-24  Julien Danjou  <julien@danjou.info>
9305
9306         * color-lab.el: Require 'cl when compiling.
9307
9308         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9309
9310         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9311         matched part.
9312
9313         * color-lab.el: Fix all expt calls to use float type.
9314
9315 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9318         expression to shr-color-check as is.
9319
9320         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9321
9322         * color-lab.el: Add coding cookie.
9323         (float-pi): Use eval-and-compile.
9324
9325         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9326         compiled for Emacsen having no `libxml-parse-html-region' support.
9327
9328 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * shr.el (shr-insert-color-overlay): Split stuff like
9331         "#444444 !important" to find the real color.
9332         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9333         parse <font color="red"> entries.
9334
9335 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9336
9337         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9338         point when parsing headers.
9339
9340         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9341         is positioned properly when parsing headers.
9342
9343 2010-11-23  Julien Danjou  <julien@danjou.info>
9344
9345         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9346
9347         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9348
9349         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9350
9351         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9352         Use shr-color-hue-to-rgb.
9353         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9354
9355 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * shr.el (shr-color->hexadecimal): Autoload.
9358         (shr-descend): Add color to all tags.
9359
9360 2010-11-22  Julien Danjou  <julien@danjou.info>
9361
9362         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9363         shr-color->hexadecimal.
9364
9365         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9366         RGB() or HSL() color representation.
9367
9368         * shr.el (shr-tag-font): Add.
9369         (shr-tag-color-check): New function to get better colors.
9370         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9371         tag-span.
9372
9373         * shr-color.el: New file.
9374
9375         * color-lab.el: New file.
9376
9377         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9378
9379 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9380
9381         * nnir.el: Fix typo in comments.
9382         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9383         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9384
9385 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9388
9389         * nnimap.el (nnimap-get-capabilities): Refactor out.
9390         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9391
9392 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9393
9394         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9395         appearing when `mm-uu-hide-markers' is nil.
9396
9397 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * nnimap.el (nnimap-unselect-group): Make into its own function.
9400         (nnimap-request-rename-group): Unselect group before renaming.
9401         This had gotten lost somewhere.
9402         (nnimap-request-accept-article): Keep track of examined groups, and
9403         unselect the group before APPENDing to read-only groups.
9404         (nnimap-request-move-article): Clear flags before moving so that they
9405         can be re-set later.
9406
9407 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9410         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9411
9412 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-art.el (gnus-mime-display-single):
9415         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9416         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9417         parameter.
9418
9419 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9422         (shr-table-vertical-line): New variable.
9423         (shr-insert-table): Use it.
9424
9425 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-html.el (gnus-html-wash-images): Don't display images if
9428         gnus-inhibit-images is non-nil; register displayer for cid images.
9429         (gnus-html-display-image): Work for cid image.
9430         (gnus-html-insert-image): Allow arguments.
9431         (gnus-html-put-image): Inhibit read-only.
9432         (gnus-html-prefetch-images): Don't prefetch images if
9433         gnus-inhibit-images is non-nil.
9434
9435 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * shr.el (shr-put-image): Break lines when inserting big pictures.
9438
9439 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9440
9441         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9442         sender, thanks Katsumi Yamaoka.
9443
9444 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9445
9446         * nnir.el (nnir-run-imap): Reverse the article list for each group
9447         rather than the whole list.
9448
9449 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * shr.el (shr-image-displayer): Protect function against non-existent
9452         image source.
9453
9454         * gnus-art.el (gnus-inhibit-images): New user option.
9455         (gnus-mime-display-single): Don't display image if it is non-nil.
9456
9457         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9458         gnus-inhibit-images.
9459
9460         * shr.el (shr-image-displayer): New function.
9461         (shr-tag-img): Use it.
9462
9463 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9464
9465         * mml2015.el (mml2015-epg-sign): Use From header.
9466
9467 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9470
9471         * gnus-util.el (gnus-find-text-property-region): Return markers.
9472
9473         * shr.el (shr-tag-img): Put a displayer in the text property.
9474
9475         * gnus-util.el (gnus-find-text-property-region): New utility function.
9476
9477         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9478         (gnus-html-show-images): Remove.
9479
9480         * gnus-art.el (gnus-article-show-images): New, more general function.
9481
9482         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9483         image url text properties.
9484
9485         * shr.el: Ditto.
9486
9487         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9488         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9489
9490 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9493         work for two or more articles.
9494
9495 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9498         divide an image that's in an html article to two or more when washing
9499         non-ASCII characters in alt text of it.
9500
9501 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9504         smime-decrypt-region using function argument.
9505         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9506
9507         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9508
9509         * smime.el (smime-decrypt-region): Catch it.
9510
9511 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9512
9513         * smime.el (smime-mode-map): Move initialization into declaration.
9514         (gnus-run-mode-hooks): Don't autoload.
9515         (smime-mode): Use define-derived-mode.
9516
9517 2010-11-11  Glenn Morris  <rgm@gnu.org>
9518
9519         * smime.el (from): Restrict declaration to XEmacs.
9520
9521         * nnir.el (gnus-group-topic-name): Autoload.
9522
9523 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * shr.el (shr-insert): Don't break long line if it is because of
9526         kinsoku-bol characters in the line end.
9527
9528 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9529
9530         * nnir.el (nnir-request-move-article): Fix to provide original group
9531         and subject.
9532         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9533         been retrieved.
9534
9535         * gnus-sum.el (gnus-summary-move-article): Use original group and
9536         subject for virtual articles such as those in an nnir summary buffer.
9537
9538 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9541         least 21.5).
9542
9543         * smime.el (from): Declare it again for XEmacs.
9544
9545 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * message.el (message-resend): Don't disable encoding unless it's
9548         already encoded.
9549
9550         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9551         low-numbered articles.
9552
9553 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * rfc2047.el (rfc2047-syntax-table): Simplify.
9556
9557         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9558
9559         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9560         set-char-table-range for XEmacs.
9561
9562 2010-11-10  Glenn Morris  <rgm@gnu.org>
9563
9564         * time-date.el (time-to-seconds): Always an alias on Emacs,
9565         never a real function.
9566         (with-no-warnings): Remove compat stub, now unused.
9567         (time-less-p): Doc fix.
9568         (time-to-number-of-days): Simplify.
9569
9570         * smime.el (from): Remove unused declaration.
9571
9572         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9573         (gnus-float-time): On Emacs, always an alias.
9574
9575         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9576         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9577
9578 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * dgnushack.el: Don't use ignore-errors in the top level form since it
9581         is unavailable in XEmacs even if cl is loaded.
9582
9583         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9584
9585 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * shr.el (browse-url-mailto): Autoload.
9588
9589         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9590
9591         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9592         regexp doesn't need quoting.
9593
9594 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9595
9596         * message.el (message-subject-trailing-was-ask-regexp)
9597         (message-subject-trailing-was-regexp): Match was: in addition to was.
9598
9599 2010-11-09  Glenn Morris  <rgm@gnu.org>
9600
9601         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9602         (nnbabyl-check-mbox): Use point-at-bol.
9603
9604 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605
9606         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9607
9608         * message.el (message-mailto): New function.
9609         (message-mailto): Should accept other parameters.
9610         (message-mailto): Remove since it duplicates browse-url-mailto
9611         functionality.
9612
9613 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9616         methods.
9617         (gnus-read-active-file): Ditto.
9618
9619         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9620         ": " from the prompt.
9621         (gnus-group-make-group): Ditto.
9622
9623 2010-11-07  Glenn Morris  <rgm@gnu.org>
9624
9625         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9626         (gnus-bookmark-kill-line): Use point-at-eol.
9627
9628 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9631         asterisks in From header.
9632
9633 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9636         string to avoid making the From headers syntactically invalid.
9637
9638         * message.el (message-send-mail): Don't insert courtesy messages if the
9639         message already has List-Post and List-ID messages.
9640
9641 2010-11-06  Glenn Morris  <rgm@gnu.org>
9642
9643         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9644         `condition', `type', `length' a prefix.
9645         (gnus-treat-predicate): Update for above name changes.
9646
9647 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9648
9649         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9650         binding.  Handled by `gnus-summary-refer-thread' instead.
9651         (nnir-warp-to-article): New backend function.
9652
9653         * nnimap.el (nnimap-request-thread): Force dependency updating.
9654
9655         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9656         (gnus-summary-refer-thread): Rework to improve thread-referral.
9657
9658         * gnus-int.el (gnus-warp-to-article): New function.
9659
9660         * gnus-sum.el (gnus-summary-article-map): Bind it.
9661
9662 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9663
9664         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9665         gnus-summary-refer-thread.
9666
9667         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9668         headers.
9669         (gnus-summary-limit-include-thread): Prevent articles in thread from
9670         being cut in gnus-cut-threads.
9671         (gnus-summary-refer-thread): Limit retrieved headers to those in
9672         thread.
9673
9674 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * message.el (message-send-mail): Use the value of
9677         message-courtesy-message from the message buffer.
9678
9679         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9680
9681         * shr.el (shr-browse-url): Implement mailto: URLs.
9682
9683         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9684         "raw".
9685
9686         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9687         if it's already selected.
9688
9689         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9690
9691 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9694         to measure the length and truncate alt text.
9695
9696 2010-11-03  Glenn Morris  <rgm@gnu.org>
9697
9698         * nndiary.el (nndiary-generate-nov-databases-1)
9699         (nndiary-generate-active-info): Rename dynamic variable `files' to
9700         something less generic.
9701
9702 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9703
9704         * nnir.el (nnir-request-move-article): Call the underlying backend to
9705         move articles from nnir.
9706
9707 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9710
9711 2010-11-02  Julien Danjou  <julien@danjou.info>
9712
9713         * nnir.el: Remove wais support.
9714
9715 2010-11-02  Glenn Morris  <rgm@gnu.org>
9716
9717         * gnus-html.el: Reorder requirements to quieten compiler.
9718
9719 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9722         properly for XEmacs as well.
9723         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9724         (gnus-article-natural-long-line-p): Use window-width rather than
9725         frame-width.
9726
9727 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9728
9729         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9730         (nnir-read-parms): Don't modify query.
9731         (nnir-run-query): Add ability to search topic on current line.
9732         (nnir-get-active): Clean up.
9733
9734 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9737         degenerate articles.
9738
9739         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9740         (gnus-print-buffer): Just print the buffer as is, without any copying
9741         to a buffer and then re-highlighting.
9742
9743         * nnimap.el (nnimap-request-group): Store the new updated info.
9744         (nnimap-request-group): Select the group when we don't know whether it
9745         exists or not.
9746
9747         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9748         groups.
9749
9750         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9751         groups.
9752
9753         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9754         groups.
9755
9756         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9757         long-lines case by only filling the long lines.
9758
9759         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9760         (bug#7311).
9761
9762 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * shr.el: No need to declare `declare-function' since shr.el is for
9765         only Emacsen that provide `libxml-parse-html-region'.
9766
9767         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9768         effective only in a file it is referred to.
9769
9770 2010-11-01  Glenn Morris  <rgm@gnu.org>
9771
9772         * mm-util.el (gnus-completing-read): Autoload.
9773         (mm-read-coding-system): Simplify Emacs definition.
9774
9775         * nnmail.el (gnus-activate-group):
9776         * nnimap.el (gnutls-negotiate):
9777         * nntp.el (netrc-parse): Fix declarations.
9778
9779 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9782         string-match-p in Emacs >=23.
9783
9784         * gnus-msg.el (gnus-configure-posting-styles):
9785         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9786
9787 2010-11-01  Glenn Morris  <rgm@gnu.org>
9788
9789         * nnir.el (declare-function): Add compat stub.
9790         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9791         (nnir-run-gmane): Require 'mm-url.
9792
9793         * mm-util.el (mm-string-to-multibyte): Simplify.
9794
9795         * shr.el (declare-function): Add compat stub.
9796         (url-cache-create-filename): Declare.
9797         (mm-disable-multibyte, widget-convert-button): Autoload.
9798
9799         * smime.el (ldap-search): Declare.
9800         (smime-cert-by-ldap-1): Require ldap on Emacs.
9801
9802         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9803         (nnimap-keepalive): Use gnus-float-time.
9804
9805         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9806         (mail-source-delete-crash-box): Use gnus-float-time.
9807
9808         * gnus-dired.el (gnus-completing-read): Autoload.
9809
9810         * mm-view.el (gnus-rescale-image): Autoload.
9811
9812         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9813
9814         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9815
9816         * sieve-manage.el: Require 'cl when compiling.
9817
9818         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9819         (gnus-iswitchb-completing-read): Require iswitchb.
9820         (gnus-select-frame-set-input-focus): Silence compiler.
9821
9822 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823
9824         * message.el (message-subject-trailing-was-query): Change default to t,
9825         since I think that's what most people want.
9826
9827         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9828         appending for easier debugging.
9829         (nnimap-wait-for-connection): Take a regexp.
9830         (nnimap-request-accept-article): Wait for the continuation line before
9831         sending anything unless we're streaming.
9832
9833         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9834         leave the header washing to take place.
9835
9836 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9837
9838         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9839         regular expression match and replace in posting styles.
9840
9841 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9842
9843         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9844         an entire server.
9845         (nnir-get-active): New function.
9846         (nnir-run-imap): Use it.
9847         (nnir-run-gmane): Who knew, gmane search returns an article score!
9848
9849         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9850         server on the current line with nnir.
9851
9852 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9855         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9856         left edge.
9857         (gnus-article-foldable-buffer): Skip past the prefix when determining
9858         raggedness.
9859
9860         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9861         the raw article, and change `C-u g' to show the article without doing
9862         treatments.
9863
9864         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9865         on to `gnus-treat-article'.
9866         (gnus-inhibit-article-treatments): New variable.
9867
9868         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9869
9870         * gnus-art.el (gnus-treatment-function-alist): Have
9871         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9872         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9873         sections.
9874
9875         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9876         parameter.
9877         (gnus-article-fill-cited-long-lines): New function.
9878         (gnus-article-fill-cited-article): Allow filling only long sections.
9879
9880         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9881         and non-punctuation (like after the apostrophe in "'We").
9882
9883         * gnus-sum.el (gnus-summary-select-article): Make sure
9884         gnus-original-article-buffer is alive.
9885
9886         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9887         reflect the order they're in in the digest.
9888
9889         * gnus.el (gnus-group-startup-message): Move point to the start of the
9890         buffer.
9891
9892         * nnimap.el (nnimap-capability): New function.
9893         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9894         is set.
9895
9896 2010-10-31  David Engster  <dengste@eml.cc>
9897
9898         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9899         conform with changes to gnus-completing-read.
9900
9901 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9904
9905 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9906
9907         * nnir.el: Move defvar, defcustom around to keep file organized
9908         and keep byte-compiler quiet.
9909         (nnir-read-parms): Accept search-engine as arg.
9910         (nnir-run-query): Pass search-engine as arg.
9911         (nnir-search-engine): Remove.
9912
9913 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * shr.el (shr-generic): The text nodes should be text, not :text.
9916
9917         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9918         later in the file.
9919
9920 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9921
9922         * nnir.el: General clean up.  Allow searching with multiple engines.
9923         Allow separate extra-parameters for each engine.
9924         Batch queries when possible.
9925         (nnir-imap-default-search-key, nnir-method-default-engines):
9926         Add customize interface.
9927         (nnir-run-gmane): New engine.
9928         (nnir-engines): Use it.  Qualify all prompts with engine name.
9929         (nnir-search-engine): Remove global variable.
9930         (nnir-run-hyrex): Restore for now.
9931         (nnir-extra-parms, nnir-search-history): New variables.
9932         (gnus-group-make-nnir-group): Use them.
9933         (nnir-group-server): Remove in favor of gnus-group-server.
9934         (nnir-request-group): Avoid searching twice.
9935         (nnir-sort-groups-by-server): New function.
9936
9937 2010-10-30  Julien Danjou  <julien@danjou.info>
9938
9939         * gnus-group.el: Remove gnus-group-fetch-control.
9940
9941         * gnus-start.el (gnus-find-new-newsgroups):
9942         Remove gnus-check-first-time-used.
9943
9944         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9945
9946 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9947
9948         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9949         set on groups that don't have \* permanentflags.
9950
9951 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9954         control the background color.
9955         (shr-tag-img): Ignore very small web bug type images.
9956         (shr-put-image): Add help-echo alt texts to the images.
9957         (shr-tag-video): Show the video poster image.
9958
9959 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * shr.el (shr-table-depth): New variable.
9962         (shr-tag-table-1): Only insert the images after the top-level table.
9963
9964         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9965
9966         * gnus-util.el (gnus-list-memq-of-list): New function.
9967
9968         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9969         selected.
9970         (nnimap-unsplittable-articles): New slot.
9971         (nnimap-new-articles): Use it.
9972
9973 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9974
9975         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9976         move to the previous line on `M-g'.
9977
9978 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9979
9980         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9981         *-request-group, which seems unnecessary.
9982
9983         * nnimap.el (nnimap-quote-specials): Function copied over from
9984         imap.el.
9985         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9986         they support that.  Suggested by Tom Regner.
9987
9988 2010-10-29  Julien Danjou  <julien@danjou.info>
9989
9990         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9991         defalias.
9992         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9993
9994         * gnus.el: Remove `gnus-nntp-service' variable.
9995         (gnus-secondary-servers): Make obsolete.
9996         (gnus-nntp-server): Make obsolete.
9997
9998         * gnus-start.el (gnus-1): Remove x-splash calls.
9999
10000         * gnus-ems.el (gnus-x-splash): Remove.
10001
10002         * gnus.el (gnus-group-startup-message): Simplify/update code.
10003
10004         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
10005         definition.
10006
10007         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
10008         capability before doing anything.
10009         (gnus-group-insert-group-line): Remove useless
10010         gnus-group-remove-excess-properties.
10011
10012 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
10015
10016 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
10019         config after reselecting.
10020
10021 2010-10-28  Julien Danjou  <julien@danjou.info>
10022
10023         * shr.el (shr-put-image): Use point even if only inserting text.
10024         (shr-put-image): Save excursion when inserting alt text on non-graphic
10025         display, so the behavior is the same when we are on a graphic display.
10026
10027         * nnir.el (nnir-run-swish-e): Remove hyrex support.
10028
10029 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
10032         (gnus-mime-copy-part): Check coding system, not charset.
10033         (gnus-mime-view-part-externally): Never remove part.
10034         (gnus-mime-view-part-internally): Don't remove part here.
10035         (gnus-article-part-wrapper): Make sure MIME tag is visible.
10036         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
10037         multipart/alternative.
10038
10039         * mm-decode.el (mm-display-part): Take optional arg `force'.
10040
10041 2010-10-26  Julien Danjou  <julien@danjou.info>
10042
10043         * gnus-group.el (gnus-group-default-list-level): Add this function to
10044         compute the default list level.
10045         (gnus-group-default-list-level): Add possibility to use a function.
10046
10047 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
10050
10051         * gnus-group.el (gnus-group-completing-read)
10052         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
10053         gnus-replace-in-string.
10054
10055 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * shr.el (shr-tag-div): Add.
10058
10059         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
10060
10061 2010-10-25  Julien Danjou  <julien@danjou.info>
10062
10063         * gnus-util.el: Remove `gnus-with-local-quit'.
10064
10065         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
10066
10067 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068
10069         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
10070         the original article buffer.
10071
10072 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * nnimap.el (nnimap-request-head): New function.
10075         (nnimap-request-move-article): Try to be slightly faster by not
10076         requesting the entire message when moving.
10077         (nnimap-transform-headers): Don't bug out on bodiless articles.
10078         (nnimap-send-command): Have no outstanding messages if the IMAP server
10079         doesn't support streaming.
10080         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
10081
10082 2010-10-24  Julien Danjou  <julien@danjou.info>
10083
10084         * message.el (message-default-headers): Fix type.
10085
10086 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
10089         prefetching images.
10090
10091         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
10092         backend for unknown groups.  This is mainly useful for nnimap groups.
10093
10094         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
10095         group isn't covered by the agent.
10096
10097 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
10098
10099         * nnir.el (nnir-method-default-engines): New variable.
10100         (nnir-run-query): Use it.
10101         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
10102         (gnus-summary-nnir-goto-thread): Change group if needed.
10103
10104         * gnus-group.el (gnus-group-group-map): Add key binding for
10105         gnus-group-make-nnir-group.
10106
10107 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108
10109         * shr.el (shr-tag-object): Add.
10110
10111         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
10112         original article buffer live.
10113         (gnus-summary-select-article-buffer):
10114         Mention gnus-widen-article-buffer.
10115
10116 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10117
10118         * shr.el (shr-tag-strong): Add.
10119
10120 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
10123         group names.  They mess up the group buffer badly.
10124
10125         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
10126
10127         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
10128         instead of the summary one.
10129
10130 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * mml.el (mml-preview): Work properly when editing article.
10133
10134         * gnus-start.el (gnus-read-active-file-1): Don't add method to
10135         gnus-have-read-active-file if it's already been in.
10136
10137 2010-10-22  Tom Tromey  <tromey@redhat.com>
10138
10139         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
10140         gnus-group-completing-read.
10141
10142 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * message.el (message-mode-map): Don't bind M-; to comment region, to
10145         allow the global comment-dwim to work.
10146
10147 2010-10-21  Julien Danjou  <julien@danjou.info>
10148
10149         * message.el (message-setup-1): Allow message-default-headers to be a
10150         function.
10151
10152 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * shr.el (shr-tag-table): Simplify.
10155
10156 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
10159         to avoid trying to snarf invalid stuff.
10160
10161         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
10162
10163         * gnus.el (gnus-message-archive-group): Quote value.
10164         (gnus-message-archive-group): Mark as changed.
10165
10166         * shr.el (shr-add-font): Don't put the font properties on the newline
10167         or the indentation.
10168
10169         * message.el (message-fix-before-sending): Change options when sending
10170         non-printable characters.
10171
10172         * gnus.el (gnus-message-archive-method): Change the default to
10173         monthly outgoing groups.
10174
10175         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
10176         that have gotten new numbers.
10177
10178         * nnimap.el (nnimap-request-replace-article): New function.
10179
10180 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
10183         (nnrss-request-article): Don't use special html washing code.
10184
10185 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * shr.el (shr-tag-table): Remove useless nconc.
10188
10189 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * gnus-art.el (article-wash-html): Simplify and remove the charset
10192         stuff.  Use the normal html rendering code instead of the special html
10193         washing code.
10194
10195         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
10196         `gnus-w3m' symbols.
10197         (mm-text-html-washer-alist): Remove.
10198
10199         * mm-decode.el (mm-inline-text-html-renderer): Remove.
10200         (mm-inline-media-tests): Remove use.
10201         (mm-text-html-renderer): Change default to the `shr' symbol.
10202
10203         * mm-view.el (mm-inline-text-html): Remove use.
10204
10205         * gnus-art.el (gnus-blocked-images): New function.  Allow the
10206         `gnus-blocked-images' to be a function.
10207         (gnus-article-wash-function): Remove.
10208
10209 2010-10-20  Julien Danjou  <julien@danjou.info>
10210
10211         * spam.el (spam-list-of-processors): Mark as obsolete.
10212
10213         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
10214         (nnimap-insert-partial-structure): Fix boundary detection.
10215
10216 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
10217
10218         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
10219         run file-truename on remote files.  This can be expensive and even
10220         prevent one from editing drafts if some unrelated buffer has a stale
10221         connection.
10222
10223 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
10226         kinsoku-eol regardless of shr-kinsoku-shorten.
10227         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
10228         (shr-tag-table): Support caption, thead, and tfoot.
10229
10230 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10233         lines.
10234         (shr-save-contents): New command and keystroke.
10235
10236         * nndoc.el (nndoc-type-alist): Add git support.
10237         (nndoc-git-type-p): New function.
10238         (nndoc-transform-git-article): Ditto.
10239         (nndoc-transform-git-headers): Ditto.
10240         (nndoc-transform-git-headers): Generate Subject headers.
10241
10242         * shr.el (shr-parse-style): New function.
10243         (shr-tag-span): Ditto.
10244
10245         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10246         to `G G' to avoid collisions.
10247
10248 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * shr.el: Load kinsoku if necessary.
10251         (shr-kinsoku-shorten): New internal variable.
10252         (shr-find-fill-point): Make kinsoku shorten text line if
10253         shr-kinsoku-shorten is bound to non-nil.
10254         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10255         shr-indentation too when testing if table is wider than frame width.
10256         (shr-insert-table): Use `string-width' instead of `length' to measure
10257         text width.
10258         (shr-insert-table-ruler): Make sure indentation is done at bol.
10259
10260 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10261
10262         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10263         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10264         undecoded network data.
10265
10266 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10267
10268         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10269         name in the mode line spec so that the mode line menu works
10270         (bug#2431).
10271
10272         * message.el (message-get-reply-headers): If we're fed `to-address',
10273         then always use that.
10274
10275         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10276         aren't so wide as to need to switch off the edit menu.
10277
10278         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10279         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10280
10281         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10282         `M-g'.
10283         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10284         the permanent marks.
10285
10286 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10287
10288         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10289         Splitting according to references/in-reply-to obeys the ignore-groups
10290         variable, while splitting by sender and subject do not.
10291
10292 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10295         alist, so that we can look for non-Unicode chars.
10296         (article-translate-strings): Allow both character and string maps.
10297
10298 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * shr.el (shr-insert): Don't insert space behind a wide character
10301         categorized as kinsoku-bol, or between characters both categorized as
10302         nospace.
10303
10304 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10305
10306         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10307         headers to gnus-newsgroup-headers.
10308
10309 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * shr.el (shr-tag-img): Don't align images -- since we're not
10312         rescaling, this often leads to ugly displays.
10313
10314 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10315
10316         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10317         duplicates.
10318
10319 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10320
10321         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10322         call.
10323
10324 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus.el: Autoload gnus-html-show-images.
10327
10328         * nnimap.el: Use nnheader-message throughout.
10329
10330         * shr.el (shr-tag-img): Ignore images with no data.
10331
10332 2010-10-15  Julien Danjou  <julien@danjou.info>
10333
10334         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10335         a possibility to disable format=flow encoding when using hard newlines.
10336
10337 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * shr.el (shr-insert): Remove space inserted before or after a
10340         breakable character or at the beginning or the end of a line.
10341         (shr-find-fill-point): Do kinsoku; find the second best point or give
10342         it up if there's no breakable point.
10343
10344 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * nnimap.el (nnimap-open-connection): Message when opening connection
10347         for debugging purposes.
10348
10349         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10350         on every setup buffer call to allow this to change from article to
10351         article.
10352
10353         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10354         buffers where we have a wide table.
10355
10356 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10357
10358         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10359         uses *-request-thread.
10360
10361 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10364         incantation, which is no longer valid.
10365
10366 2010-10-14  Julien Danjou  <julien@danjou.info>
10367
10368         * shr.el: Fix defcustom type (char -> character).
10369
10370 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10373         programs.
10374
10375 2010-10-14  Julien Danjou  <julien@danjou.info>
10376
10377         * shr.el (shr-tag-a): Use url-link as widget type.
10378
10379         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10380         `gnus-group-get-icon'.
10381
10382 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383
10384         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10385         This should make server editing work better.
10386
10387         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10388
10389         * tls.el (tls-program): Remove spurious %s from openssl.
10390
10391         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10392         (nnimap-parse-flags): Fix regexp.
10393
10394         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10395         probably work for CJVK text, too.
10396
10397         * nnimap.el (nnimap-extend-tls-programs): Remove.
10398         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10399
10400         * tls.el (tls-starttls-switches): Remove starttls hack.
10401         (open-tls-stream): Ditto.
10402         (tls-find-starttls-argument): Ditto.
10403
10404 2010-10-13  Julien Danjou  <julien@danjou.info>
10405
10406         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10407         responses.
10408
10409 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10412
10413         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10414         anything in Emacs.
10415
10416         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10417
10418 2010-10-13  Julien Danjou  <julien@danjou.info>
10419
10420         * shr.el (shr-width): Make shr-width a defcustom with default to
10421         fill-column.
10422         (shr-tag-img): Use shr-width rather than fill-column.
10423
10424 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * dgnushack.el (byte-optimize-apply):
10427         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10428
10429         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10430         position when (X-)Faces exist.
10431         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10432         avatars when called interactively.
10433
10434 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10437         gnus-article-x-face-too-ugly is bound.
10438
10439 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440
10441         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10442
10443         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10444         mailbox that doesn't exist.
10445
10446 2010-10-12  Julien Danjou  <julien@danjou.info>
10447
10448         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10449         (shr-get-image-data): Encode URL properly when fetching from cache.
10450         (shr-tag-img): Use aligned-to spaces to align correctly images.
10451
10452         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10453         before inserting the Gravatar.
10454
10455         * shr.el (shr-tag-img): Add align attribute support for <img>.
10456
10457 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10458
10459         * gnus-gravatar.el (gnus-art): Require.
10460
10461         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10462         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10463         Remove long obsoleted functions.
10464
10465 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10468
10469         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10470
10471         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10472         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10473         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10474         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10475         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10476         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10477         * sieve-manage.el, smime.el, spam.el:
10478         Fix comment for declare-function.
10479
10480 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * nnimap.el (nnimap-request-rename-group): Select group read-only
10483         before renaming it.
10484
10485         * shr.el (shr-insert): Fix up the white space only regexp.
10486
10487         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10488         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10489
10490         * shr.el (shr-current-column): New function.
10491         (shr-find-fill-point): New function.
10492
10493 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10494
10495         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10496         numbers.
10497
10498 2010-10-11  Julien Danjou  <julien@danjou.info>
10499
10500         * shr.el (shr-hr-line): Add.
10501         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10502         display hr lines.
10503         (shr-max-columns): Do not change state to nil if we just inserting
10504         spaces.
10505
10506 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10509         select the last group.
10510
10511 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10512
10513         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10514
10515 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10516
10517         * dig.el (dig-mode-map): Declare and define in one step.
10518
10519 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10520
10521         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10522         for Gnus.
10523         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10524         (nnimap-update-qresync-info): Mark \Seen articles as read.
10525
10526         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10527         non-variable, too.
10528
10529         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10530         available.
10531         (nnimap-update-info): Rely more on the current active than the param
10532         active to avoid marking articles as read too much.
10533
10534         * auth-source.el (auth-source-create): Use (user-login-name) for the
10535         user name default.
10536
10537         * nnimap.el (nnimap-update-info): If the server doesn't return any
10538         useful info, just use the previous info.
10539         (nnimap-update-info): Prefer old info over start-article.
10540         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10541
10542 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10543
10544         * nnir.el (autoload): Clean up autoloads.
10545         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10546         Use key rather than value.
10547         (nnir-imap-search-other): New variable.
10548         (nnir-read-parm): Use it.
10549         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10550         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10551
10552 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10553
10554         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10555         the process, too.
10556
10557 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * spam.el (gnus-summary-mode-map): Bind to "$".
10560         Suggested by Russ Allbery.
10561
10562         * shr.el: Rework the way things are indented by <li> slightly.
10563
10564         * gnus.el (gnus-group-set-parameter): Fix typo.
10565
10566         * nnimap.el: Start implementing QRESYNC support.
10567
10568 2010-10-09  Julien Danjou  <julien@danjou.info>
10569
10570         * nnir.el (nnir-engines): Fix too many arguments.
10571
10572 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10575         group is the "last", so that the backends like nnfolder actually save
10576         their folders.
10577
10578         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10579         try to use that for the tls stream.
10580         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10581         UIDVALIDITY and find out which groups are read-only and not.
10582         (nnimap-get-flags): Use the same marks parsing code as the rest of
10583         nnimap.
10584
10585 2010-10-09  Julien Danjou  <julien@danjou.info>
10586
10587         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10588
10589         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10590         retrieving gravatars.
10591
10592         * shr.el (shr-table-corner): Add.
10593         (shr-table-line): Add.
10594         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10595
10596 2010-10-08  Julien Danjou  <julien@danjou.info>
10597
10598         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10599
10600 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10601
10602         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10603
10604         * gnus-sum.el (gnus-mark-article-as-unread)
10605         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10606         (gnus-summary-set-bookmark): Use it.
10607
10608         * gnus-msg.el (gnus-setup-message): Use it.
10609
10610         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10611
10612         * gnus.el (gnus-group-remove-parameter): Use it.
10613
10614         * gnus-group.el (gnus-group-make-web-group): Use it.
10615
10616         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10617
10618         * nnregistry.el: Update docs to mention manual.
10619
10620         * gnus-registry.el: Update docs to mention nnregistry.el.
10621         (gnus-registry-initialize): Don't install nnregistry refer method
10622         automatically.
10623         (gnus-registry-install-nnregistry): Remove it.
10624
10625 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * shr.el (shr-insert): Don't insert double spaces.
10628
10629 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-gravatar.el (gnus-treat-from-gravatar)
10632         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10633         called interactively.
10634
10635         * gnus-art.el (gnus-mime-view-part-externally)
10636         (gnus-mime-view-part-internally): Make predicate function passed to
10637         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10638         of a mime type.
10639
10640         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10641
10642 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * shr.el (require): Require cl when compiling.
10645         (shr-tag-hr): New function.
10646
10647         * nnimap.el (nnimap-update-info): Remove double setting of high.
10648         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10649         This makes nnimap work properly on Courier again.
10650
10651         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10652         the variable for backwards compatibility.
10653
10654         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10655         the file name before using to avoid setting mm-default-directory to
10656         nil.
10657
10658         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10659         bidning gnus-agent variables.
10660
10661         * shr.el (shr-render-td): Use a cache for the table rendering function
10662         to avoid getting an exponential rendering behavior in nested tables.
10663         (shr-insert): Rework the line-breaking algorithm.
10664         (shr-insert): Don't leave trailing spaces.
10665         (shr-insert-table): Also insert empty TDs.
10666         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10667
10668 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10669
10670         * gnus-sum.el (gnus-number): Rename from `number'.
10671         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10672         (gnus-summary-limit-children): Update uses correspondingly.
10673
10674 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10677         (gnus-gravatar-transform-address): Don't show avatars of people of
10678         which mail addresses match gnus-gravatar-too-ugly.
10679
10680 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10681
10682         * shr.el (shr-table-widths): Expand TD elements to fill available
10683         space.
10684
10685 2010-10-07  Julien Danjou  <julien@danjou.info>
10686
10687         * nnimap.el (nnimap-request-rename-group): Add this method.
10688
10689 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10692         name from XEmacs' function-arglist.
10693
10694         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10695         gravatar under XEmacs.
10696
10697 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         * auth-source.el: Update docs with TODO items.
10700
10701         * gnus-sync.el: Update docs to explain state and plans.
10702
10703         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10704         Hooks for mark updates.
10705         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10706
10707         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10708         hooks with arguments, which is needed for mark update hooks.
10709
10710 2010-10-06  Julien Danjou  <julien@danjou.info>
10711
10712         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10713         was matched.
10714
10715         * sieve-manage.el: Update example in `Commentary'.
10716
10717         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10718
10719         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10720         not 2000.
10721         (sieve-manage-authenticate): Re-add function.
10722
10723 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * shr.el (shr-insert): Get 'space transition right.
10726         (shr-render-td): Only delete space at the end of the TD.
10727
10728         * nnimap.el (nnimap-open-connection): Prepare to support
10729         open-gnutls-stream.
10730
10731         * shr.el: Rearrange function order to be more logical.
10732
10733 2010-10-06  Julien Danjou  <julien@danjou.info>
10734
10735         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10736         (nnrss-discover-feed): Remove 404 URL in docstring.
10737
10738         * nnir.el: Fix Swish-E URL.
10739         Fix Namazu URL.
10740
10741         * message.el (message-change-subject): Remove 404 URL in a comment.
10742
10743 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10746         called interactively.
10747
10748         * gnus-util.el (gnus-remove-if): Allow hash table.
10749         (gnus-remove-if-not): New function.
10750
10751         * gnus-art.el (gnus-mime-view-part-as-type):
10752         * gnus-score.el (gnus-summary-score-effect):
10753         * gnus-sum.el (gnus-read-move-group-name):
10754         Replace remove-if-not with gnus-remove-if-not.
10755
10756         * gnus-group.el (gnus-group-completing-read):
10757         Regard collection as a hash table if it is not a list.
10758
10759 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10762
10763         * shr.el: Document the table-rendering algorithm.
10764
10765 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10768         for Emacsen having no `libxml-parse-html-region' support.
10769
10770 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10773         invalid URLs.
10774
10775         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10776         line-broken.
10777         (shr-tag-img): Ignore image fetching errors.
10778         (shr-overlays-in-region): Compute overlay positions correctly.
10779
10780         * mm-decode.el (mm-shr): Require shr.
10781
10782         * gnus-art.el (gnus-blocked-images): Move variable here.
10783
10784         * shr.el (shr-insert-table): Bind free variable.
10785
10786         * mm-decode.el (mm-shr): Bind shr-content-function.
10787
10788         * shr.el (shr-content-function): New variable.
10789
10790         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10791         added for symmetry.
10792
10793         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10794
10795         * gnus-group.el (gnus-group-make-group): Doc fix.
10796
10797         * nnimap.el (nnimap-request-newgroups): Return success.
10798
10799         * shr.el (shr-find-elements): New function.
10800         (shr-tag-table): Put all the images after the table.
10801         (shr-tag-table): Really inhibit images inside the table.
10802         (shr-collect-overlays): Copy over overlays from the TD elements to the
10803         main document.
10804
10805         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10806         gnus-blocked-images.
10807
10808 2010-10-05  Julien Danjou  <julien@danjou.info>
10809
10810         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10811
10812         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10813         (gnus-html-maximum-image-size): Add this function.
10814         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10815
10816         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10817         server-value of the capability is nil.
10818
10819 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * shr.el (shr-tag-em): Add <EM> tag.
10822
10823 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10824
10825         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10826         customizable.
10827
10828         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10829         handing broken links to browse-url.
10830
10831 2010-10-05  Julien Danjou  <julien@danjou.info>
10832
10833         * gnus-util.el (gnus-emacs-completing-read)
10834         (gnus-iswitchb-completing-read): Use autoload rather than require.
10835
10836 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10839         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10840         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10841         iswitchb-temp-buflist for XEmacs.
10842
10843         * gnus-util.el (gnus-completing-read-function): Exclude
10844         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10845         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10846         XEmacs.
10847
10848         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10849         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10850
10851         * gnus-html.el: Don't require help-fns under XEmacs.
10852         (gnus-html-schedule-image-fetching): Work for XEmacs.
10853
10854         * mm-decode.el (mm-shr): Decode contents by charset.
10855
10856 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10859         unknown.
10860
10861         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10862         (shr-get-image-data): Ensure against the cache file missing.
10863
10864         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10865         for data.
10866
10867         * spam-report.el (spam-report-url-ping-plain): Don't query about
10868         killing the process.
10869
10870         * shr.el (shr-render-td): Protect against too-wide text.
10871
10872 2010-10-04  Julien Danjou  <julien@danjou.info>
10873
10874         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10875         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10876
10877         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10878         retrieved.
10879
10880 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881
10882         * shr.el (browse-url): Require.
10883         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10884         lines.
10885         (shr-show-alt-text, shr-browse-image): New commands.
10886         (shr-browse-url, shr-copy-url): New commands.
10887
10888         * gnus-sum.el (gnus-widen-article-window): New variable.
10889         (gnus-summary-select-article-buffer): Use it.
10890
10891         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10892         without @ signs.
10893
10894 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10895
10896         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10897
10898 2010-10-04  Julien Danjou  <julien@danjou.info>
10899
10900         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10901         for XEmacs.
10902
10903 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10906
10907         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10908         (nnimap-close-server): Implement.
10909
10910         * dgnushack.el (iswitchb): Require to shut up the compiler.
10911
10912         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10913         (shr-insert): Tweak line breaking.
10914         (shr-insert): Handle <pre> better.
10915         (shr-tag-li): Get <li> indentation right.
10916         (shr-tag-li): Get <li> indentation even righter.
10917         (shr-tag-blockquote): Ensure paragraph start.
10918         (shr-make-table): Tweak table generation.
10919         (shr-make-table): Fix typo.
10920
10921         * shr.el: Implement table rendering.
10922
10923 2010-10-04  Julien Danjou  <julien@danjou.info>
10924
10925         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10926
10927 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * shr.el (shr-insert): Use string anchors instead of line anchors.
10930
10931 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * shr.el: Add headings.
10934         (shr-ensure-paragraph): Actually work.
10935         (shr-tag-li): Make <ul> prettier.
10936         (shr-insert): Get white space at the beginning/end of elements right.
10937         (shr-tag-p): Collapse subsequent <p>s.
10938         (shr-ensure-paragraph): Don't insert double line feeds after blank
10939         lines.
10940         (shr-insert): \t is also space.
10941         (shr-tag-s): Fix "s" tag name function.
10942         (shr-tag-s): Fix face prop name.
10943
10944 2010-10-03  Julien Danjou  <julien@danjou.info>
10945
10946         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10947
10948         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10949         gnus-window-inside-pixel-edges.
10950
10951         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10952         gnus-ems.
10953
10954         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10955
10956         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10957         function.
10958
10959         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10960         resize choice.
10961
10962 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963
10964         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10965         beginning of the buffer.
10966
10967         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10968         article buffer again.
10969
10970         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10971
10972         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10973         when it's at the start of the buffer.
10974
10975         * shr.el (shr-tag-blockquote): Convert name.
10976         (shr-rescale-image): Use the right image-size variant.
10977
10978         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10979         buffer isn't shown, then select the current article first instead of
10980         bugging out.
10981         (gnus-summary-select-article-buffer): Show both the article and summary
10982         buffers again.
10983
10984         * shr.el (shr-fontize-cont): Protect against regions with no text.
10985         Rename tag functions to shr-tag-* for enhanced security.
10986         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10987
10988 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10989
10990         * shr.el (shr-insert):
10991         * pop3.el (pop3-movemail):
10992         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10993         loaded.
10994
10995 2010-10-03  Glenn Morris  <rgm@gnu.org>
10996
10997         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10998
10999         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
11000
11001         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
11002
11003         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
11004
11005         * gnus-util.el (gnus-make-local-hook): Simplify.
11006
11007 2010-10-02  Julien Danjou  <julien@danjou.info>
11008
11009         * gnus-util.el (gnus-iswitchb-completing-read): New function.
11010         (gnus-ido-completing-read): New function.
11011         (gnus-emacs-completing-read): New function.
11012         (gnus-completing-read): Use gnus-completing-read-function.
11013         Add gnus-completing-read-function.
11014
11015 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * shr.el (shr-insert-document): Autoload.
11018         (shr-img): Be silent.
11019         (shr-insert): Add a newline after every picture before text.
11020         (shr-add-font): Use overlays for combining faces.
11021         (shr-insert): Pass upwards the text start point.
11022
11023         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
11024         possible.
11025         (mm-shr): New function.
11026
11027 2010-10-02  Julien Danjou  <julien@danjou.info>
11028
11029         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
11030         should go backward.
11031
11032 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
11033
11034         * shr.el (shr): Fix typo in provide call.
11035
11036 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11037
11038         * shr.el: New file.
11039
11040         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
11041
11042         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
11043         completing read.
11044
11045 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046
11047         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
11048         we're being queried about.  Suggested by Dan Jacobson.
11049
11050         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
11051         Suggested by Jason Eisner.
11052
11053         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
11054         table, too.  Suggested by Stefan Wiens.
11055         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
11056         the table unnecessary.  Suggested by Stefan Wiens.
11057
11058         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
11059         longer needed, and probably doesn't work either, as pointed out by
11060         Stefan Wiens.
11061         (gnus-summary-exit): Remove call to the clearing function.
11062         (gnus-summary-exit-no-update): Ditto.
11063
11064         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
11065         instead of gnus-eval-in-buffer-window to avoid popping up frames.
11066         Reported by Stefan Monnier.
11067         (gnus-summary-save-in-rmail): Ditto.
11068
11069         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
11070         article buffer, instead of both the article buffer and the summary
11071         buffer.  Sort of suggested by Dan Jacobson.
11072
11073         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
11074
11075         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
11076         Suggested by Dan Jacobson.
11077
11078         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
11079         documentation clearer.
11080
11081         * message.el (message-shorten-references): Comment on the number "21".
11082         Suggested by Stefan Monnier.
11083
11084         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
11085         Suggested by Dan Jacobson.
11086
11087         * gnus.el (gnus-large-newsgroup):
11088         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
11089
11090         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
11091         externalize attachments.  Bug reported by Steve Wen.
11092
11093         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
11094         really message anything to the user.
11095
11096         * nnmail.el (nnmail-article-group): Allow using the fancy split method
11097         directly.
11098
11099         * nnimap.el (nnimap-request-group): Low higher than high to signal no
11100         messages in empty groups.
11101
11102 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11103
11104         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
11105         non-UIDNEXT group.
11106
11107 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
11110         not the value from the collection.
11111
11112         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
11113         values.  This sometimes happens on some groups that have no info.
11114         (nnimap-request-newgroups): New function.
11115
11116 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
11119         check into `gnus-registry-initialize'.
11120         (gnus-registry-initialize): Ditto.
11121         Fix and extend header docs.
11122
11123 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
11126         regexp backtrace overflows.
11127
11128         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
11129         for starttls that tls.el implements; i.e. openssl.
11130
11131         * tls.el (tls-starttls-switches): Give up on using starttls with
11132         gnutls-cli.
11133         (tls-program): Add --insecure to be consistent with the defaults from
11134         openssl s_client.  Now all three commands are insecure.
11135
11136 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * lpath.el: Bind completion-styles-alist for XEmacs.
11139
11140         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
11141         (gravatar-create-image): New function that's an alias to
11142         gnus-xmas-create-image, gnus-create-image, or create-image.
11143         (gravatar-data->image): Use it.
11144
11145 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
11146
11147         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
11148         install the nnregistry refer method.
11149         (gnus-registry-install-hooks): Use it.
11150         (gnus-registry-unfollowed-groups): Add nnmairix to the default
11151         unfollowed groups.
11152
11153 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
11154
11155         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
11156         expanding threads.
11157
11158 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * nnir.el: Use the server names without suffixes (bug#7009).
11161
11162         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
11163         unencrypted to STARTTLS, if possible.
11164
11165 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11166
11167         * message.el (message-ignored-supersedes-headers): Strip Injection-*
11168         headers before superseding.
11169
11170 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * nnrss.el (nnrss-use-local): Add documentation.
11173
11174         * nnimap.el (nnimap-extend-tls-programs): New function.
11175         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
11176         (nnimap-wait-for-connection): Accept the greeting from the stupid
11177         output from openssl s_client -starttls, too.
11178
11179         * tls.el (tls-starttls-switches): New variable.
11180         (tls-find-starttls-argument): Use it.
11181         (open-tls-stream): Ditto.
11182
11183         * netrc.el (netrc-credentials): Return the value of the "default" entry.
11184         (netrc-machine): Ditto.
11185
11186         * nnimap.el (nnimap-find-article-by-message-id): Really return the
11187         article number.
11188         (nnimap-split-fancy): New variable.
11189         (nnimap-split-incoming-mail): Use it.
11190
11191         * nntp.el (nntp-server-list-active-group): Document.
11192
11193         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
11194         SELECT to get the message-id.
11195
11196         * mail-source.el (mail-sources): Remove webmail support.
11197         (defvar): Ditto.
11198         (mail-source-fetcher-alist): Ditto.
11199         (mail-source-fetch-webmail): Remove.
11200
11201         * webmail.el: Remove -- doesn't seem relevant any more.
11202
11203         * gnus.el: Fix up make-obsolete-variable declarations throughout.
11204
11205         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
11206         the \r.
11207
11208 2010-09-30  Julien Danjou  <julien@danjou.info>
11209
11210         * gnus-agent.el (gnus-agent-add-group): Fix call to
11211         gnus-completing-read.
11212
11213 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11214
11215         * nndoc.el (nndoc-retrieve-groups): New function.
11216
11217         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
11218         `default', use nnmail-split-methods.
11219         (nnimap-request-article): Downcase the NILs so that they are nil.
11220
11221         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
11222         symbol.
11223
11224         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
11225         code, since if the user has requested network, that's what they ought
11226         to get.
11227         (nnimap-request-set-mark): Erase the buffer before issuing commands.
11228         (nnimap-split-rule): Mark as obsolete.
11229
11230         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11231         New variable.
11232
11233         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11234         correct slot, too.
11235
11236 2010-09-29  Julien Danjou  <julien@danjou.info>
11237
11238         * gnus.el (gnus-local-domain): Declare variable obsolete.
11239
11240         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11241         Fix history computing.
11242         (gnus-ido-completing-read): Require ido.
11243
11244 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11247         build Gnus.
11248
11249         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11250         when interpreting the structures.
11251         (nnimap-request-accept-article): Add \r\n to the lines to make this
11252         work with Cyrus.
11253
11254         * nndraft.el (nndraft-request-expire-articles): Use the group name
11255         instead if "nndraft".  Fix found by Nils Ackermann.
11256
11257 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11258
11259         * nnregistry.el: Add.
11260
11261 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11262
11263         * nnmail.el (group, group-art-list, group-art):
11264         Remove unneeded directives.
11265
11266 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11269         (mm-mime-charset):
11270         * rfc2047.el (rfc2047-syntax-table):
11271         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11272
11273         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11274         rather than `insert-file-contents' and `eval-region'.
11275
11276         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11277         construction.
11278
11279         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11280
11281         * time-date.el: No need to require cl for Emacs 21.
11282
11283 2010-09-29  Julien Danjou  <julien@danjou.info>
11284
11285         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11286         replacement of `gnus-gravatar-relief' to mimic
11287         `gnus-faces-properties-alist'.
11288         Add :version property.
11289
11290 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * mail-source.el (mail-source-report-new-mail):
11293         * message.el (message-default-mail-headers):
11294         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11295
11296         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11297
11298 2010-09-28  Julien Danjou  <julien@danjou.info>
11299
11300         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11301         mail-address contains the same string as real-name.
11302
11303         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11304         non-blank in header, otherwise it'll get stripped.
11305
11306         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11307         real-name, and then for mail address rather than doing : or , search.
11308
11309 2010-09-27  Julien Danjou  <julien@danjou.info>
11310
11311         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11312         right completing-read function.
11313         (gnus-use-ido): New variable
11314         (gnus-completing-read-with-default): Remove.
11315         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11316         (gnus-agent-add-group):
11317         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11318         * mm-view.el (mm-view-pkcs7-decrypt):
11319         * mm-util.el (mm-codepage-setup):
11320         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11321         * mml-smime.el (mml-smime-openssl-sign-query):
11322         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11323         (mml-insert-multipart):
11324         * gnus-msg.el (gnus-summary-yank-message):
11325         * gnus-int.el (gnus-start-news-server):
11326         * mm-decode.el (mm-interactively-view-part):
11327         * gnus-dired.el (gnus-dired-attach):
11328         * gnus.el (gnus-read-method):
11329         * gnus-bookmark.el (gnus-bookmark-jump):
11330         * gnus-art.el (gnus-mime-view-part-as-type)
11331         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11332         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11333         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11334         * nnmairix.el (nnmairix-create-server-and-default-group)
11335         (nnmairix-update-groups, nnmairix-get-server)
11336         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11337         (nnmairix-get-group-from-file-path):
11338         * nnrss.el (nnrss-find-rss-via-syndic8):
11339         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11340         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11341         (gnus-group-browse-foreign-server):
11342         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11343         (gnus-summary-execute-command, gnus-summary-respool-article)
11344         (gnus-read-move-group-name):
11345         * gnus-score.el (gnus-summary-increase-score)
11346         (gnus-summary-score-effect):
11347         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11348
11349 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11352         x-focus-frame.
11353
11354         * nnimap.el (auth-source-forget-user-or-password)
11355         (auth-source-user-or-password): Autoload.
11356
11357         * message.el (message-from-style, message-interactive)
11358         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11359         (message-yank-prefix, message-indentation-spaces, message-signature)
11360         (message-signature-file): Add comment.
11361
11362 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11363
11364         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11365         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11366         new articles.
11367
11368         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11369         parts.
11370         (nnimap-request-article): Work with the t setting, too.
11371
11372         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11373         that you don't get flashes of other buffers.
11374         (gnus-summary-show-complete-article): Intern before setting.
11375
11376 2010-09-27  David Engster  <dengste@eml.cc>
11377
11378         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11379         well as HEADERS.
11380         (nnmairix-retrieve-headers): Provide new argument for the above.
11381
11382 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * gnus-sum.el (gnus-summary-move-article): Don't alter
11385         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11386         group.
11387
11388         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11389
11390         * message.el (message-cite-prefix-regexp): Revert my last edit.
11391
11392         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11393         variable instead of the Gnus variable.
11394
11395         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11396
11397         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11398
11399         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11400         since some servers don't like it.
11401         (nnimap-open-connection): Forget credentials if the server says the
11402         password was wrong.
11403         (nnimap-parse-line): Protect against invalid data.
11404
11405         * gnus-sum.el (gnus-summary-move-article): Add comment.
11406         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11407         nothing alters it while scanning for new messages.
11408
11409         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11410         which may or may not help.
11411         (nnimap-open-connection): If we're doing a stream connection, and then
11412         discover we're on a STARTTLS-capable server, then open a STARTTLS
11413         connection instead.
11414
11415 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * nnimap.el (utf7): Require.
11418
11419         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11420         prefix.
11421
11422 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11423
11424         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11425
11426 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * nnimap.el (nnimap-request-accept-article): Message the error on
11429         error.
11430
11431 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11434
11435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436
11437         * nndoc.el (nndoc-request-list): Return success always.
11438
11439         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11440         `fetch-old' -- we only want to fetch the articles we've requested.
11441         The rest are in the agent, probably.
11442         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11443         disappeared server" to something low.  It's not important.
11444
11445         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11446         arrived before the FETCH data.
11447
11448         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11449         target here, because we don't know the Gnus name of the group.
11450
11451         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11452         for the correct group.
11453
11454         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11455
11456         * gnus.el (gnus): Give a final warning after startup.
11457
11458         * gnus-util.el (gnus-action-message-log): New variable.
11459         (gnus-message): Use it.
11460         (gnus-final-warning): New function.
11461
11462         * nnimap.el (nnimap-open-connection): Record the greeting.
11463         (nnimap): Add greeting.
11464
11465 2010-09-26  Julien Danjou  <julien@danjou.info>
11466
11467         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11468         arguments.
11469         (gnus-html-wash-images): Fix spec computing to include start/end.
11470
11471         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11472
11473 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11476         deletion.
11477         (nnimap-retrieve-headers): Don't select the group, because that's
11478         already done by nnimap-possibly-change-group.
11479
11480         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11481         (gnus-picon-transform-address): Use it.
11482
11483         * mail-source.el (mail-source-value): Revert previous patch.
11484
11485         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11486         on failure.
11487         (nnimap-open-connection): Look up both virtual and physical server name
11488         credentials.
11489
11490         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11491
11492 2009-02-07  Dave Love  <fx@gnu.org>
11493
11494         * tls.el (open-tls-stream): Don't query killing process.
11495
11496 2009-02-08  Dave Love  <fx@gnu.org>
11497
11498         * gnus-win.el (gnus-window-to-buffer-helper)
11499         (gnus-all-windows-visible-p): Function needn't be a symbol.
11500
11501         * mail-source.el (mail-source-value): Function needn't be a symbol.
11502
11503 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * message.el (message-cite-prefix-regexp): Remove } from the cite
11506         prefix.
11507
11508         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11509         highlight again, so that the highlight is correct.
11510
11511         * gnus-picon.el (gnus-picon): Remove again.
11512         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11513
11514         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11515         doing the header highlightling, so that the background color of the
11516         picon is correct.
11517
11518         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11519         (gnus-picon): Ditto.
11520         (gnus-picon): Reinstate.  The background color for picons is white.
11521         (gnus-picon-insert-glyph): Make the background white.
11522
11523         * nnml.el (nnml-open-nov): Don't return dead buffers.
11524
11525         * auth-source.el (auth-source-create): Query the user for whether to
11526         store the credentials.
11527
11528         * netrc.el (netrc-store-data): New function.
11529
11530         * auth-source.el (auth-source-user-or-password): Use the existing auth
11531         sources, if any, for creation.
11532
11533         * gnus.el (gnus-group-fast-parameter): Return the last matching
11534         parameter instead of the first matching parameter.
11535
11536 2010-09-26  Julien Danjou  <julien@danjou.info>
11537
11538         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11539
11540 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541
11542         * mml2015.el (mml2015-use): Remove gpg support.
11543
11544         * mml1991.el (mml1991-function-alist): Remove gpg function.
11545         (mml1991-gpg-sign): Remove.
11546
11547 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11548
11549         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11550         (gnus-browse-unsubscribe-current-group): Document it.
11551         (gnus-browse-unsubscribe-group): Use it.
11552
11553 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11554
11555         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11556         address to the To list for easier response.
11557
11558         * gnus.el (gnus-play-startup-jingle): Remove.
11559         (gnus-splash): Don't play jingle.
11560         (gnus): Silence gnus-load message.
11561
11562         * gnus-art.el (gnus-treat-play-sounds): Remove.
11563
11564         * gnus.el (gnus-play-jingle): Remove audio support.
11565
11566         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11567
11568         * earcon.el: Remove -- no users.
11569
11570         * gnus-audio.el: Remove -- no users of this package.
11571
11572         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11573
11574         * gnus-start.el (gnus-setup-news): Remove nocem support.
11575
11576         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11577
11578         * gnus.el (gnus-use-nocem): Remove.
11579
11580         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11581         Remove.
11582
11583         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11584         uses NoCeM any more.
11585
11586         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11587         (gnus-button-ctan-handler): Ditto.
11588         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11589         (gnus-button-ctan-directory-regexp): Ditto.
11590         (gnus-button-handle-ctan): Ditto.
11591         (gnus-button-tex-level): Ditto.
11592         (gnus-button-alist): Remove CTAN stuff.
11593
11594 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11597         nnimap-streaming test.
11598
11599         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11600         servers twice.
11601
11602         * nnimap.el (nnimap-open-connection): Add more error reporting when
11603         nnimap fails early.
11604
11605         * nnheader.el (nnheader-get-report-string): New function.
11606         (nnheader-get-report): Use it.
11607
11608         * gnus-int.el (gnus-check-server): Say what the error was when opening
11609         failed.
11610
11611         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11612         using streaming.
11613
11614 2010-09-25  Julien Danjou  <julien@danjou.info>
11615
11616         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11617         gnus-window-inside-pixel-edges.
11618
11619 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620
11621         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11622
11623         * mm-decode.el (mm-save-part): Allow saving to other directories the
11624         normal Emacs way.
11625
11626         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11627         Suggested by Jay Berkenbilt.
11628
11629         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11630         there isn't a single byte.
11631
11632         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11633         just do it.  It doesn't really seem to matter what the user responds
11634         here, I think, so it's just a confusing question.
11635
11636         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11637         non-streaming case.
11638
11639         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11640         (gnus-article-encrypt-body): Use it.
11641
11642         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11643         keystroke.
11644
11645         * nnimap.el (nnimap-find-wanted-parts-1):
11646         Use gnus-fetch-partial-articles.
11647
11648         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11649
11650         * nnimap.el (nnimap-insert-partial-structure): New function.
11651         (nnimap-get-partial-article): New function.
11652         (nnimap-request-article): Use it.
11653         (nnimap-wait-for-response): Return whether the wait was successful.
11654         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11655         retrieval wasn't successful.
11656         (nnimap-retrieve-group-data-early): Allow throttling servers.
11657         (nnimap-streaming): New variable.
11658         (nnimap-fetch-partial-articles): Remove.
11659
11660         * mm-decode.el (mm-with-part): Protect against killed buffers.
11661
11662         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11663         for prettier summary display.
11664
11665 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11666
11667         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11668
11669 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11670
11671         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11672         apparently third-party libraries depend on it.
11673
11674         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11675         before starting negotiation.
11676
11677         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11678         privacy reasons.
11679         (gnus-treat-mail-gravatar): Ditto.
11680
11681         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11682         buffer when inserting images.  Inserting text into the headers, for
11683         instance, can make them invalid.
11684
11685 2010-09-25  Julien Danjou  <julien@danjou.info>
11686
11687         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11688         variables.
11689
11690         * nnheader.el: Remove useless variables news-reply-yank-from and
11691         news-reply-yank-message-id.
11692
11693         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11694         variables.
11695
11696         * mml1991.el: Remove useless mml1991-verbose.
11697
11698         * gnus.el: Remove useless variable gnus-use-generic-from.
11699         Remove obsolete variable gnus-topic-indentation.
11700
11701         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11702
11703         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11704
11705         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11706
11707         * gnus-group.el: Remove useless gnus-group-icon-cache.
11708         Remove useless gnus-ephemeral-group-server.
11709
11710         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11711
11712         * mml2015.el: Remove useless mml2015-verbose.
11713
11714         * mml-smime.el: Remove useless mml-smime-verbose.
11715
11716         * gnus.el: Remove useless gnus-local-domain.
11717
11718         * gnus-gravatar.el (gnus-gravatar-transform-address):
11719         Use gnus-gravatar-size.
11720
11721         * gnus-art.el: Remove useless gnus-treat-translate.
11722
11723 2010-09-24  Julien Danjou  <julien@danjou.info>
11724
11725         * gnus-sum.el: Add support for Gravatars.
11726
11727         * gnus-art.el: Add support for Gravatars.
11728
11729         * gnus-gravatar.el: Add this file.
11730
11731         * gravatar.el: Add this file.
11732
11733 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11736
11737         * gnus-group.el (gnus-group-fetch-faq): Remove.
11738
11739         * gnus.el (gnus-group-faq-directory): Remove.
11740
11741         * gnus-group.el (gnus-group-fetch-charter): Remove.
11742
11743         * gnus.el (gnus-group-charter-alist): Remove.
11744
11745         * gnus-group.el (gnus-group-archive-directory): Remove.
11746         (gnus-group-recent-archive-directory): Ditto.
11747         (gnus-group-make-archive-group): Remove.
11748
11749         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11750
11751         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11752         use the same article number for all the cached articles.
11753
11754         * nnimap.el (nnimap-command): Register the last command time so
11755         that we can use it for idling NOOPs.
11756         (nnimap-open-connection): Start the keeplive timer.
11757         (nnimap-make-process-buffer): Store all the process buffers.
11758         (nnimap-keepalive): New function.
11759
11760         * starttls.el (starttls-open-stream): Add autoload cookie.
11761
11762 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11763
11764         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11765         handling.
11766
11767 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11770         its data structures.
11771
11772         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11773         instead of the cl.el copy-list.
11774         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11775         equalp.
11776
11777 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11780         and tool-bar-local-item-from-menu.
11781
11782         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11783         mode-line-highlight face for Emacs.
11784
11785         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11786         loading gnus-sum.elc; fix comment for canlock-verify.
11787         (gnus-article-jump-to-part): Use read-number.
11788         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11789         Remove Emacs pre-21 compatible code for help-echo.
11790         (gnus-article-next-page-1): No need to adjust the number of lines.
11791         (gnus-article-describe-bindings): Always use help-buffer.
11792
11793         * gnus-audio.el (gnus-audio-inline-sound):
11794         * gnus-cus.el (gnus-custom-mode):
11795         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11796
11797         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11798
11799         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11800         compatible code.
11801
11802 2010-09-24  Glenn Morris  <rgm@gnu.org>
11803
11804         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11805         visiting the fcc file in rmail-mode.
11806
11807         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11808
11809 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * nnir.el: Silence the byte compiler.
11812
11813         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11814         alias to browse-url-url-encode-chars if any.
11815         (gnus-html-encode-url): Use it.
11816
11817 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11818
11819         * gnus-start.el (gnus-use-backend-marks): New variable.
11820         (gnus-get-unread-articles-in-group): Use it.
11821
11822         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11823         makeover.
11824
11825 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11826
11827         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11828
11829 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11830
11831         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11832         Remove.
11833         (gnus-setup-news-hook):
11834         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11835
11836         * gnus-int.el (gnus-request-update-info): Protect against backends not
11837         having the function.
11838
11839         * nnimap.el (nnimap-stream): Mention starttls.
11840         (nnimap-open-connection): Add starttls support.
11841
11842 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11843
11844         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11845
11846 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11847
11848         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11849         BODYSTRUCTUREs.
11850         (nnimap-transform-headers): Unfold quoted {42} headers.
11851
11852         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11853         the info.
11854         (gnus-get-unread-articles): Only call updatep on backends that support
11855         it.
11856
11857         * nnweb.el (nnweb-request-update-info): NOOP.
11858
11859         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11860
11861         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11862         since it only deals with marks.
11863
11864         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11865         gnus-request-marks, and make a new gnus-request-update-info.
11866
11867         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11868         the active instead of the high number, which is usually too low.
11869
11870 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11871
11872         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11873         * encrypt.el: Remove.
11874
11875 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11876
11877         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11878         server in symbolic form.
11879
11880         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11881
11882 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11883
11884         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11885         (nnimap-update-info): Fix up code slightly.
11886
11887         * gnus-int.el (gnus-open-server): Add tracing for performance
11888         debugging.
11889
11890         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11891         (gnus-group-insert-group-line): Pass the real group name so that it
11892         gets the right data.
11893
11894         * gnus-start.el (gnus-get-unread-articles): Don't have
11895         `gnus-get-unread-articles-in-group' update info, since that can be
11896         really slow and doesn't seem to be needed?
11897
11898 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11899
11900         * time-date.el (date-to-time): Try using parse-time-string first before
11901         using the slower timezone-make-date-arpa-standard.
11902
11903 2010-09-22  Julien Danjou  <julien@danjou.info>
11904
11905         * gnus-group.el (gnus-group-insert-group-line):
11906         Call gnus-group-highlight-line.
11907         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11908         default hook list.
11909         (gnus-group-update-eval-form): Add new function.
11910         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11911         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11912
11913 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11916         immediate, then expire all articles.
11917         (nnimap-update-info): Fix off-by-one errors.
11918         (nnimap-flags-to-marks): Would return no marks lists for group with no
11919         flags.  Instead return the other data.
11920
11921 2010-09-22  Julien Danjou  <julien@danjou.info>
11922
11923         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11924         Only return an icon.
11925         (gnus-group-insert-group-line): Compute icon to return.
11926
11927         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11928         (gnus-html-image-fetched): Only cache if
11929         gnus-html-image-automatic-caching is set.
11930         (gnus-html-image-fetched): Check for errors.
11931
11932 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11933
11934         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11935         once per method on `g'.  This ensures that backends like nnfolder don't
11936         open all their folders.
11937
11938         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11939         (nnimap-request-list): Nix out group in the correct buffer.
11940         (nnimap-parse-flags): Implement by using `read' instead of
11941         hand-parsing.
11942         (nnimap-flags-to-marks): Pass on permanent-flags.
11943         (nnimap-make-process-buffer): Record the server name.
11944         (nnimap-parse-flags): Fix typo.
11945         (nnimap-request-scan): Run split on the server in general, not just a
11946         single group.
11947
11948         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11949         parameter, and propagate this downwards.
11950
11951         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11952         since EXAMINE changes it on the server.
11953
11954         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11955         this command might take a while.
11956
11957 2010-09-22  Julien Danjou  <julien@danjou.info>
11958
11959         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11960         harmful if you have 2 images side-by-side, they can't be properly
11961         update on text deletion.  Using text-property is safer here.
11962         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11963         data.
11964
11965 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11966
11967         * nnimap.el (nnimap-expunge-inbox): Remove.
11968         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11969         (nnimap-expunge): Flip default to t.
11970
11971         * gnus.el (gnus-method-to-server): Don't push things to the cache
11972         unless it's unique.
11973         (gnus-server-to-method): Ditto.
11974
11975 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11976
11977         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11978
11979 2010-09-22  Julien Danjou  <julien@danjou.info>
11980
11981         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11982         get the start of data.
11983         (gnus-html-encode-url): Add this function to encode special chars in
11984         URL.
11985         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11986         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11987
11988         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11989         default.
11990         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11991
11992         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11993         images alt-text.
11994         (gnus-html-put-image): Put alt-text as help-echo.
11995
11996 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11999         * mm-util.el (mm-decompress-buffer):
12000         * nnir.el (nnir-run-find-grep):
12001         * pop3.el (pop3-list): Use 3rd arg of split-string.
12002
12003         * time-date.el (format-seconds): Comment fix.
12004
12005         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
12006         and byte-optimize-form-code-walker.
12007         (dgnushack-make-auto-load): Don't advise make-autoload.
12008
12009         * lpath.el: Remove Emacs 21 stuff.
12010
12011 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12012
12013         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
12014         outside the active range.  Suggested by Dan Christensen.
12015
12016         * gnus-start.el (gnus-get-unread-articles): Get the extended method
12017         slightly later to avoid double-getting it.
12018
12019         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
12020         previous patch.
12021
12022         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
12023
12024 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
12025
12026         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
12027
12028 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * gnus-int.el (gnus-open-server): Give a better error message in the
12031         "go offline" case.
12032
12033         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
12034         marks for nnimap, which is seldom the right thing to do.
12035
12036         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
12037         (gnus-same-method-different-name): New function.
12038
12039         * nnimap.el (parse-time): Require.
12040
12041         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
12042         method in the presence of many similar methods.
12043
12044         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
12045
12046         * nnimap.el (nnimap-find-expired-articles): Don't refer to
12047         nnml-inhibit-expiry.
12048
12049         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
12050         find out whether methods are equal.
12051
12052         * nnimap.el (nnimap-find-expired-articles): New function.
12053         (nnimap-process-expiry-targets): New function.
12054         (nnimap-request-move-article): Request the article before looking at
12055         what the Message-ID is.  Fix found by Andrew Cohen.
12056         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
12057
12058         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
12059         for oldness in addition to being a predicate.
12060
12061         * nnimap.el (nnimap-request-group): When we have zero articles, return
12062         the right data to Gnus.
12063         (nnimap-request-expire-articles): Only delete articles immediately if
12064         the target is 'delete.
12065
12066         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
12067         method, this would bug out.
12068
12069         * gnus-group.el (gnus-group-expunge-group): Rename from
12070         gnus-group-nnimap-expunge, and implemented as a normal interface
12071         function.
12072
12073         * gnus-int.el (gnus-request-expunge-group): New function.
12074
12075         * nnimap.el (nnimap-request-create-group): Implement.
12076         (nnimap-request-expunge-group): New function.
12077
12078 2010-09-21  Julien Danjou  <julien@danjou.info>
12079
12080         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
12081         (gnus-html-cache-expired): Add new function.
12082         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
12083         wethever we should display image for fetch it.
12084         Compute alt-text earlier to pass it to the fetching function too.
12085         (gnus-html-schedule-image-fetching): Change function argument to only
12086         get one image at a time, not a list.
12087         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
12088         cache.
12089         (gnus-html-get-image-data): New function to retrieve image data from
12090         cache.
12091         (gnus-html-put-image): Change buffer argument to use image data rather
12092         than file, and place image above region rather than inserting a new
12093         one.  Do not take alt-text as argument, since it's useless now: we place
12094         the image above alt-text.
12095         (gnus-html-prune-cache): Remove.
12096         (gnus-html-show-images): Start to fetch image when we find one, do not
12097         push into a temporary list.
12098         (gnus-html-prefetch-images): Only fetch image if they have expired.
12099         (gnus-html-browse-image): Fix, use 'gnus-image-url.
12100         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
12101
12102 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
12105
12106 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12107
12108         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
12109         spec inser "*" if the group isn't active instead of 0.
12110
12111         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
12112         opening the server.
12113         (nnimap-request-delete-group): Implement group deletion.
12114         (nnimap-transform-headers): Return the size of the entire message in
12115         the Bytes header, not just the size of the first part.
12116         (nnimap-request-move-article): When moving an article from nnimap,
12117         request the article first so the accepting form has an article to
12118         accept.  Reported by Dan Christensen.
12119         (nnimap-command): Make sure that the error message doesn't error out.
12120
12121 2010-09-20  David Edmondson  <dme@dme.org>
12122
12123         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
12124         we haven't requested anything.
12125
12126 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12127
12128         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
12129         "".  Fix found by Andrew Cohen.
12130
12131         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
12132         instead of -encode-string.
12133
12134 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
12137
12138         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
12139         by mm-subst-char-in-string.
12140
12141 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12142
12143         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
12144         waiting for the connection string.
12145
12146         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
12147         arriving.
12148
12149         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
12150         bogus characters.  This allows selecting certain Gmail groups.
12151
12152         * nnimap.el (nnimap-find-wanted-parts-1): New function.
12153         (nnimap-fetch-partial-articles): New variable.
12154         (nnimap-open-connection): When looking for credentials, also use the
12155         nnimap-server-port.
12156         (nnimap-request-article): Return the group/article number, so that Gnus
12157         `^' works as expected.
12158         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
12159
12160         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
12161         comments.
12162         (gnus-methods-sloppily-equal): New function.
12163         (gnus): When using the development version of Gnus, load the gnus-load
12164         file.
12165
12166         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
12167         `gnus-open-server' on each method before trying to scan them etc.
12168         This ensures that all the backend parameters are set correctly.
12169
12170         * nnimap.el (nnimap-authenticator): New variable.
12171         (nnimap-open-connection): Allow anonymous login.
12172         (nnimap-transform-headers): The chars header is called Chars not Bytes.
12173         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
12174
12175         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
12176         patch, found by Knut Anders Hatlen.
12177
12178 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12179
12180         * gnus-agent.el (gnus-agent-batch-confirmation)
12181         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
12182         to gnus-message.
12183         * gnus-art.el (gnus-article-describe-briefly): Likewise.
12184         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
12185         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
12186         * gnus-int.el (gnus-open-server): Likewise.
12187         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
12188         (gnus-score-check-syntax): Likewise.
12189         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
12190         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
12191         Likewise.
12192         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
12193
12194 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12195
12196         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
12197         calling conventions so that prefetch doesn't bug out.
12198
12199 2010-09-19  Julien Danjou  <julien@danjou.info>
12200
12201         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
12202         rather than `subst-char-in-region' in order to be able to replace ASCII
12203         char by UTF-8 ones.
12204
12205         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
12206         than curl.
12207         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
12208         the right URL and ALT text on images.
12209         (gnus-html-wash-tags): Fix tag case.
12210         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
12211         (gnus-article-html): Add -o display_ins_del=2 option.
12212         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
12213
12214 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215
12216         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
12217         the extra mail headers, which sometimes seem to happen for unknown
12218         reasons.
12219
12220         * mail-parse.el (mail-header-encode-parameter): Define as
12221         rfc2045-encode-string instead of as rfc2231-encode-string, since some
12222         (or most, perhaps?) mail readers don't understand the latter, but do
12223         understand the former.
12224
12225         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
12226         to nil, so that no methods are automatically agentized.  I think this
12227         is probably what most users want.
12228
12229         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12230         from url-retrieve, for instance about invalid URLs.
12231
12232         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12233         groups that have no articles.
12234         (nnimap-request-article): Check that we really got an article when we
12235         requested one.
12236
12237         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12238         doesn't exist.
12239
12240         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12241         nntp buffer so the agent can save it.
12242         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12243         that CRLF doesn't get translated to \n.
12244         (nnimap-open-connection): Don't make 'shell commands only send \n.
12245
12246 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12247
12248         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12249         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12250         Update var name.
12251         (nnml-generate-nov-file): Use dolist.
12252         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12253         Use with-current-buffer.
12254
12255 2010-09-18  Julien Danjou  <julien@danjou.info>
12256
12257         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12258         parallel.
12259
12260 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12261
12262         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12263         the range update right.
12264         (nnimap-request-group): Don't make `M-g' bug out on group with no
12265         marks.
12266         (nnoo): Require, so that other packages can require nnimap.
12267         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12268         command we're looking for.  This helps when the server sends more
12269         responses after we've gotten everything we expected.
12270         (nnimap): Add a `newlinep' field to keep track of end-of-line
12271         conventions.
12272         Don't send CRLF to things that don't want it.
12273         (nnimap-request-accept-article): Ditto.
12274
12275 2010-09-18  Julien Danjou  <julien@danjou.info>
12276
12277         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12278         than curl to retrieve images.
12279
12280 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12281
12282         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12283         the marks.
12284         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12285         (nnimap-wait-for-connection): New function.
12286         (nnimap-open-connection): If we have PREAUTH, don't query for login
12287         credentials.
12288         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12289         when doing a partial update.
12290
12291 2010-09-18  Julien Danjou  <julien@danjou.info>
12292
12293         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12294         tags.
12295
12296 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * nnimap.el (nnimap-credentials): New function.
12299         (nnimap-open-connection): Use the new function to look for credentials
12300         also on the numeric equivalents of "imap" and "imaps".
12301
12302         * gnus-start.el (gnus-activate-group): Send the info to
12303         gnus-request-group.
12304
12305         * nnimap.el (nnimap-request-group): Have the "check" version of the
12306         function parse flags and update the info, so that a `M-g' get a total
12307         resync of all flags from the group.
12308
12309         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12310         to allow backends to alter the info on group selection.  Also alter all
12311         the backend -request-group functions to take the parameter.
12312
12313         * nnimap.el (nnimap-store-info): New function.
12314         (nnimap-update-info): Store the info for later usage.
12315         (nnimap-request-group): Use the stored info for the dont-check case, so
12316         that we don't retrieve all marks when we enter a group.
12317
12318         * nnimap.el: Use deffoo instead of defun for interface functions.
12319
12320         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12321         update the group info.  This makes the nndraft groups, for instance, go
12322         back to their old behavior.
12323
12324         * gnus-sum.el (gnus-select-newsgroup): Indent.
12325
12326         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12327         in.
12328         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12329         nothing.
12330
12331         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12332         from methods that are denied.
12333
12334         * gnus-int.el (gnus-method-denied-p): New function.
12335
12336         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12337         store the password instead of netrc.
12338         (nnimap-open-connection): Don't error out when we can't make a
12339         connections.
12340
12341         * auth-source.el (auth-source-create): In the password prompt, say what
12342         we're querying for.  Also prompt for user name if that hasn't been
12343         given.
12344
12345         * nnimap.el (nnimap-with-process-buffer): Remove.
12346
12347 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12350         method when we're reading from the agent.
12351
12352         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12353
12354         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12355         that's probably most useful for users.
12356
12357         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12358         "failed" all the time.
12359
12360         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12361         ...)) with (with-current-buffer ... ).
12362
12363         * nntp.el (nntp-open-server): Return whether the open was successful or
12364         not.
12365
12366         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12367         select an unread unseen article first.
12368
12369         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12370         /etc/services, supply some sensible port defaults.
12371
12372         * dgnushack.el: Define netrc-credentials.
12373
12374 2010-09-17  Julien Danjou  <julien@danjou.info>
12375
12376         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12377
12378 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12379
12380         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12381         doesn't have any parameters.
12382
12383 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12384
12385         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12386         only upcased checks.
12387
12388         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12389
12390         * nnimap.el (nnimap-open-shell-stream): New function.
12391         (nnimap-open-connection): Use it.
12392         (nnimap-transform-headers): Get the number of lines in each message.
12393         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12394         number of lines.
12395         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12396         problem.
12397
12398         * utf7.el (utf7-encode): Autoload.
12399
12400         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12401         to allow the mail splitting to not return a default group.  This is
12402         useful for nnimap, which will leave unmatched mail in the inbox.
12403
12404         * nnimap.el: Rewritten.
12405
12406         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12407         nnimap usage.
12408
12409         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12410         if the move is internal, so that nnimap can do fast internal moves.
12411
12412         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12413         data.
12414         (gnus-read-active-for-groups): Support finishing the early retrieval of
12415         data.
12416
12417         * gnus-range.el (gnus-range-nconcat): New function.
12418
12419         * gnus-int.el (gnus-finish-retrieve-group-infos)
12420         (gnus-retrieve-group-data-early): New functions.
12421
12422 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12423
12424         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12425         (nnrss-retrieve-groups):
12426         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12427         (pop3-quit): Use with-current-buffer.
12428
12429 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12432         instead of nnheader-accept-process-output.
12433
12434         * dgnushack.el (dgnushack-compile): Add comment.
12435
12436         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12437
12438         * gnus-html.el (gnus-html-schedule-image-fetching)
12439         (gnus-html-prefetch-images): Replace process-kill-without-query by
12440         gnus-set-process-query-on-exit-flag.
12441
12442 2010-09-16  Romain Francoise  <romain@orebokech.com>
12443
12444         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12445
12446 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12449         parameter to unintern is mandatory-ish in Emacs 24.
12450
12451         * gnus-html.el (gnus-html-schedule-image-fetching)
12452         (gnus-html-prefetch-images): Check for curl before using it.
12453
12454         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12455         depend on curl, which isn't essential.
12456
12457         * imap.el: Revert back to version
12458         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12459         seem problematic.
12460
12461 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12462
12463         * gnus-registry.el (gnus-registry-install-shortcuts):
12464         Explicitly pass `obarray' to `unintern' to avoid a warning.
12465
12466 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12469         change.
12470
12471         * nnrss.el (nnrss-request-list): Remove this function and related
12472         functions, including the moreover stuff.
12473
12474 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * nnrss.el (nnrss-retrieve-groups): New function.
12477
12478 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12479
12480         * .dir-locals.el: Add no-byte-compile cookie.
12481
12482 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * time-date.el (format-seconds): Comment fix.
12485
12486         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12487         for back end that doesn't support request-scan.
12488
12489 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12490
12491         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12492         then do request scans from the backends.
12493
12494         * netrc.el (netrc-credentials): New conveniency function.
12495
12496         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12497         avoid running a hook per line, since this takes a lot of time,
12498         profiling shows.
12499         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12500         directly if gnus-visual-p is true.
12501
12502 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12505         groups; replace mapcar with dolist which is a bit faster; pass groups
12506         info to gnus-read-active-file-1.
12507         (gnus-read-active-file-1): Scan only specified groups if the new
12508         optional arg `infos' is given.
12509
12510 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12513
12514         * pop3.el (pop3-movemail): Remove.
12515         (pop3-streaming-movemail): Rename to pop3-movemail.
12516
12517         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12518         don't restrict end-tag searches to the end of the line.
12519
12520 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12523         articles of every unchecked group to t, which means unknown since the
12524         server has never been opened.
12525
12526 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12527
12528         * gnus-html.el (gnus-html-show-alt-text): New command.
12529         (gnus-html-browse-image): Ditto.
12530         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12531         to browse the image directly.
12532         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12533         better.
12534
12535         * gnus-async.el (gnus-async-article-callback):
12536         Call `gnus-html-prefetch-images' unconditionally.
12537
12538         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12539         before feeding URLs to curl.
12540
12541 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12544         internal images as deletable by `W D D'.
12545
12546         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12547         (gnus-async-article-callback): Fix typo.
12548
12549 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12550
12551         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12552         current line to work around bugs in the output from w3m.
12553
12554         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12555         for groups that want that.
12556
12557         * nntp.el (nntp-wait-for-string): Supply a timeout for
12558         accept-process-output to ensure progress.
12559
12560         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12561         level to get unread articles from, then use that for foreign groups,
12562         too.
12563
12564         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12565         confuses the rest of the function.
12566
12567         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12568         for the methods that support -retrieve-groups, too.
12569
12570         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12571
12572 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12575         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12576
12577         * pop3.el: Require cl when compiling.
12578         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12579
12580 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12581
12582         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12583         that aren't going to be activated.
12584         (gnus-get-unread-articles): Fix up the last commit.
12585
12586         * gnus-html.el (gnus-article-html): Allow calling without specifying
12587         the handle.  In that case, dissect the buffer first.
12588
12589         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12590
12591         * nnimap.el (nnimap-open-connection): Revert the change that would look
12592         into authinfo for imaps instead of imap.
12593
12594         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12595         say that you don't want to call gnus-request-group with don-check, but
12596         do check the reponse.  This is for virtual groups only.
12597         (gnus-get-unread-articles): Count the archive groups as secondary, so
12598         that they're activated the same way as before.
12599
12600         * imap.el (imap-message-map): Removed optional buffer parameter, since
12601         no callers use it.
12602         (imap-message-get): Ditto.
12603         (imap-message-put): Ditto.
12604         (imap-mailbox-map): Ditto.
12605         (imap-mailbox-put): Ditto.
12606         (imap-mailbox-get): Ditto.
12607         (imap-mailbox-get): Revert last change for this function.
12608
12609         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12610         case-insensitively.
12611         (nnimap-debug): Remove.
12612
12613         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12614         callers to use `imap-fetch' instead.  According to the comments, this
12615         should be safe, since all other IMAP clients use the 1:* syntax.
12616         (imap-enable-exchange-bug-workaround): Remove.
12617         (imap-debug): Remove -- doesn't seem very useful.
12618
12619         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12620         mail from a file, and the file doesn't exist.
12621
12622         * imap.el (imap-log): New convenience function used throughout instead
12623         of repeating the same code all over the place.
12624
12625         * pop3.el (pop3-streaming-movemail): Return t for success.
12626
12627         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12628         .authinfo if we're using ssl connection.
12629
12630         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12631         already have if we're in a main Gnus `g' run.
12632
12633         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12634
12635 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12638
12639         * nnmh.el (nnmh-request-list-1): Bind `file'.
12640
12641         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12642         alias to set-process-query-on-exit-flag or process-kill-without-query.
12643         (pop3-open-server): Use it.
12644
12645 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12648         box to the Incoming file.  Fixes mistake in previous checkin.
12649
12650         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12651         request loop (for debugging purposes) removed.
12652
12653         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12654         culprit is more visible.
12655         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12656         (nnml-add-incremental-nov): New functions to do "incremental" nov
12657         updates, where we just append to the end of the existing nov files
12658         without reading/writing them in full.
12659
12660         * mail-source.el (mail-source-delete-crash-box): Really only check the
12661         incoming files once in a while.
12662
12663         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12664
12665         * mail-source.el (mail-source-delete-crash-box): Only check the
12666         incoming files for deletion once per day to save a lot of file
12667         accesses.
12668
12669         * pop3.el (pop3-logon): Fix up unbound variable typo.
12670
12671         * mail-source.el (pop3-streaming-movemail): Autoload.
12672
12673         * pop3.el (pop3-streaming-movemail):
12674         Respect pop3-leave-mail-on-server.
12675
12676         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12677         retrieval.
12678
12679         * pop3.el (pop3-process-filter): Remove unused function.
12680         (pop3-streaming-movemail, pop3-send-streaming-command)
12681         (pop3-wait-for-messages, pop3-write-to-file)
12682         (pop3-number-of-responses): New functions for streaming pop3
12683         retrieval.
12684
12685         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12686         come from no known methods.
12687         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12688         list.
12689
12690         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12691         message sizes.
12692         (pop3-movemail): Use erase-buffer instead of looping and deleting
12693         regions, which seems rather odd.
12694
12695         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12696         file once per `g' run.
12697
12698         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12699         directories.  This makes the draft queue directory work.
12700
12701         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12702         data from the backends, so that we only request the list of groups from
12703         each method once.  This should speed things up considerably.
12704
12705         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12706         detect that it's not implemented.
12707
12708         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12709         we actually do recurse down into the tree, but don't stat all leaf
12710         nodes.
12711
12712         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12713         then say so instead of bugging out.
12714
12715         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12716         files exist before trying to read them.
12717
12718         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12719         around <pre_int>.
12720
12721         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12722
12723         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12724
12725 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12726
12727         * mm-util.el (mm-image-load-path): Just return the image directories,
12728         not all directories in the path in addition to the image directories.
12729         (mm-image-load-path): Maintain a cache of the image directories so that
12730         the `g' command in Gnus doesn't have to stat dozens of directories each
12731         time.
12732
12733         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12734         (gnus-html-wash-tags): Add a new `i' command to insert images.
12735         (gnus-html-insert-image): New command and keystroke.
12736         (gnus-html-redisplay-with-images): New command and keystroke.
12737         (gnus-html-show-images): Rename command.
12738         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12739         spacers.
12740         (gnus-html-wash-tags): Decode entities at the end, so that entities
12741         inside the tags don't mess up the rest of the "parsing".
12742
12743         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12744         so that nnimap methods aren't agentized by default.  There's apparently
12745         many problems related to agent/imap behavior.
12746
12747         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12748
12749         * gnus-html.el: Doc fix.
12750
12751 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12754         specifier-spec-list for Emacs 21.
12755
12756         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12757         glyph-width and glyph-height instead of display-graphic-p and
12758         image-size; make avoidance of displaying small images work for XEmacs.
12759
12760         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12761         for XEmacs.
12762
12763         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12764         of symbol that holds plist data.
12765         (gnus-process-plist): Remove plist of process after getting it.
12766
12767 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768
12769         * message.el (message-generate-hashcash): Change default to
12770         'opportunistic if hashcash is installed.
12771
12772         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12773         (gnus-html-put-image): Only call image-size once, since it's somewhat
12774         time-consuming on remote X servers.
12775
12776 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12779         type on data, not a file name.
12780
12781         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12782         window-pixel-edges for Emacs 21.
12783
12784         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12785         decoded contents.
12786         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12787
12788 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12789
12790         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12791         group line format, since it isn't very interesting.
12792
12793         * gnus-agent.el (gnus-agent-short-article),
12794         (gnus-agent-long-article): Increase values for these two variables,
12795         since most people are likely to have more network connection and
12796         storage than before.
12797
12798         * gnus.el (gnus-refer-article-method): Change default to 'current.
12799         When referring an article, the common behavior is to refer it from the
12800         current select method, not the native select method.  The chances of
12801         the native select method having the message in question is rather slim
12802         these days.
12803
12804         * gnus-sum.el (gnus-auto-select-subject): Change default to
12805         `unseen-or-unread'.  I think it's likely that most people want to
12806         select an unseen article over a previously seen, but unread one.
12807
12808         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12809         means that in the article buffer none of the minor mode elements will
12810         be shown, usually, and this is not desirable in most cases.
12811
12812         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12813         that commands like `d' (and the like) go to the next line in the
12814         buffer, instead of the next unread article.  I think this is the
12815         behavior that is most natural for most users.
12816         (gnus-single-article-buffer): Change default to nil, so that people can
12817         have as many article buffers open as they have summary buffer.  I think
12818         this is the most natural way for the groups to behave.
12819
12820         * message.el (message-generate-new-buffers): Change default to
12821         `unsent', so that all new message buffers start their names with the
12822         string "*unsent", and it's easier to find the buffers if you move from
12823         them.
12824
12825 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826
12827         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12828         small.  They're probably tracking images.
12829         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12830         (gnus-html-rescale-image): Yet another try at getting the image sizing
12831         right.
12832
12833         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12834         nntp-marks-file-name is nil.
12835
12836 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12837
12838         * gnus-html.el (gnus-html-wash-tags)
12839         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12840         Better logging.
12841
12842 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12843
12844         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12845
12846         * gnus-html.el (gnus-html-wash-tags): Check the value of
12847         gnus-blocked-images in the summary buffer.
12848
12849 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12850
12851         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12852
12853 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12856         like "a", it seems like.
12857         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12858         since it needs to be picked from the correct buffer.
12859
12860         * nnwfm.el: Remove.
12861
12862         * nnlistserv.el: Remove.
12863
12864 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12865
12866         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12867         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12868
12869 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * nnkiboze.el: Remove.
12872
12873         * nndb.el: Remove.
12874
12875         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12876         alt text.
12877         (gnus-html-rescale-image): Try to get the rescaling logic right for
12878         images that are just wide and not tall.
12879
12880         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12881         overshadow variable bindings.
12882
12883 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12884
12885         * gnus-html.el (gnus-html-wash-tags)
12886         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12887         Add extra logging.
12888
12889 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12892         (gnus-max-image-proportion): New variable.
12893         (gnus-html-rescale-image): New function.
12894         (gnus-html-put-image): Rescale images.
12895
12896 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12897
12898         Fix up some byte-compiler warnings.
12899         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12900         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12901         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12902         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12903         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12904         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12905         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12906
12907 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-html.el (gnus-article-html): Decode contents by charset.
12910
12911 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12914         (gnus-html-frame-width, gnus-blocked-images):
12915         * message.el (message-prune-recipient-rules): Add custom version.
12916         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12917
12918         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12919         functions.
12920
12921         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12922         gnus-process-get.
12923
12924 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12925
12926         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12927         instead of lsub directly.
12928
12929 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12930
12931         * nnwarchive.el: Remove.
12932
12933         * gnus-soup.el: Remove.
12934
12935         * nnsoup.el: Remove.
12936
12937         * nnultimate.el: Remove.
12938
12939         * gnus-html.el (gnus-blocked-images): New variable.
12940
12941         * message.el (message-prune-recipients): New function.
12942         (message-prune-recipient-rules): New variable.
12943
12944         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12945         guess whether a long line is natural text or not.
12946
12947         * gnus-html.el (gnus-html-schedule-image-fetching):
12948         Use gnus-process-plist and friends for compatibility.
12949
12950 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12951
12952         * gnus-html.el: Require packages that define macros used in this file.
12953         (gnus-article-mouse-face): Declare to silence byte-compiler.
12954         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12955         process-get.
12956         (gnus-html-put-image): Use plist-get to avoid getf.
12957         (gnus-html-prefetch-images): Use with-current-buffer.
12958
12959 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-ems.el: Provide compatibility functions for
12962         gnus-set-process-plist.
12963
12964         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12965         header-line-format for XEmacs 21.4.
12966
12967         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12968         * gnus.el (gnus-valid-select-methods):
12969         * message.el (message-send-mail-partially-limit):
12970         * mm-decode.el (mm-text-html-renderer):
12971         * mml.el (mml-insert-mime-headers-always):
12972         * smiley.el (smiley-regexp-alist): Bump custom version.
12973
12974 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975
12976         * gnus-html.el: Require mm-url.
12977         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12978         with the url to `url'.
12979         (gnus-html-wash-tags): Support cid: URLs/images.
12980
12981 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12982
12983         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12984         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12985         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12986
12987         * gnus-move.el: Remove file, since it doesn't really work.
12988
12989         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12990         UTF-8.  This seems to fix problems with some German web feeds.
12991
12992         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12993         at the top so that the proper colors are applied.
12994
12995         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12996         don't have dots in their names.
12997
12998         * gnus-art.el (gnus-article-view-part): Doc fix.
12999
13000         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
13001         XEmacs-compatible.
13002         (gnus-html-put-image): Don't do images on non-graphic displays.
13003
13004         * nnslashdot.el: Remove this unused backend.
13005
13006         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
13007         actions.
13008         (gnus-undo-register-1): Revert last change.
13009
13010         * gnus-group.el (gnus-group-completing-read): Protect against not
13011         having completion-styles bound.
13012
13013         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
13014         make broken recipients happier.
13015
13016         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13017
13018         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
13019         point parameter.
13020
13021         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
13022
13023         * gnus-group.el (gnus-group-completing-read): Add 'substring to
13024         completion-styles for group selection.
13025
13026 2009-02-04  Andreas Schwab  <schwab@suse.de>
13027
13028         * gnus-score.el (gnus-score-string): Fix regex for matching extra
13029         headers and regexp-quote the match if necessary.
13030
13031 2009-03-24  Miles Bader  <miles@gnu.org>
13032
13033         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
13034         the blinking smiley.
13035
13036 2009-03-24  Simon Josefsson  <simon@josefsson.org>
13037
13038         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
13039         blink smiley.
13040
13041 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13042
13043         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
13044         where the dribbel file lives exists.
13045
13046         * message.el (message-send-mail-partially-limit): Change the default to
13047         nil, since most people don't want this.
13048
13049         * mm-url.el (mm-url-decode-entities): Also decode entities like
13050         &#x3212.
13051
13052 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13053
13054         * gnus-sum.el (gnus-summary-idna-message):
13055         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
13056         Hyperlink urls in docstrings with URL `...'.
13057
13058 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
13059
13060         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
13061         functions.
13062
13063 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
13066         say what the mouseover text should be.
13067
13068         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
13069         version of the mm-w3m-safe-url-regexp variable to only download images
13070         in the groups where we want that to happen.
13071
13072         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
13073
13074         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
13075         easier debugging.
13076         (gnus-article-beginning-of-window): Add kludge to allow spacing past
13077         big pictures in the article buffer.
13078
13079         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
13080         gnus-article-html.
13081         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13082         w3m.
13083
13084         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
13085
13086 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13087
13088         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
13089         which doesn't exist.
13090
13091         * message.el (message-inhibit-ecomplete): New variable to allow some
13092         function to inhibit ecomplete address storage.
13093         (message-resend): Disable ecomplete message storage when resending
13094         messages.
13095
13096         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
13097
13098 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
13101         Save excursion while copying, moving, and deleting articles in order to
13102         prevent the cursor from jumping to unforeseen place.
13103
13104 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * lpath.el: No need to bind bookmark-current-buffer,
13107         bookmark-yank-point and bookmark-make-record-function.
13108
13109 2010-08-17  Glenn Morris  <rgm@gnu.org>
13110
13111         * gnus-sync.el: Require gnus components whose functions are used.
13112
13113         * gnus-art.el (bookmark-make-record-function):
13114         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
13115         Declare for compiler.
13116
13117         * mm-url.el (mml-compute-boundary): Autoload.
13118
13119 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
13122
13123 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
13124
13125         Typo fix "hoo4a" -> "hook".
13126
13127         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
13128
13129 2010-08-14  Glenn Morris  <rgm@gnu.org>
13130
13131         * gnus-sync.el (gnus-sync): Fix defgroup version.
13132
13133 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
13134
13135         Doc fixes and keep unknown groups (ammended for nunion bug fix).
13136
13137         * gnus-sync.el: Fix docs.
13138         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
13139         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
13140
13141 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13142
13143         Optimizations for gnus-sync.el.
13144
13145         * gnus-sync.el: Add docs about gnus-sync-backend
13146         possibilities.
13147         (gnus-sync-save): Remove unnecessary message.
13148         (gnus-sync-read): Optimize and show what groups were skipped.
13149
13150 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13151
13152         Minor bug fixes for gnus-sync.el.
13153
13154         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
13155         Don't read the sync on get-new-news.
13156
13157         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
13158         quiet.
13159
13160         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
13161         (fix typo).
13162
13163 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
13164
13165         Make saving and restoring of hidden threads work with overlays.
13166         Patch applied by Ted Zlatanov.
13167
13168         * gnus-sum.el (gnus-hidden-threads-configuration)
13169         (gnus-restore-hidden-threads-configuration): Update to deal with text
13170         properties, rather than searching for a magic character.
13171
13172 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         New gnus-sync.el library for synchronization of marks.
13175
13176         * gnus-sync.el: New library for synchronization of marks.
13177
13178         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
13179         renamed from `gnus-registry-grep-in-list'.
13180
13181         * gnus-registry.el (gnus-registry-follow-group-p):
13182         Use `gnus-grep-in-list'.
13183
13184         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
13185
13186 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
13189         determining charset of text fails.
13190
13191 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * nnmail.el (nnmail-get-new-mail-1): Revert.
13194
13195         * nnml.el (nnml-active-number): Make sure names of newly created groups
13196         in nnml-group-alist are encoded.
13197
13198 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
13201         containing non-ASCII characters in active file for nnml back end.
13202
13203 2010-07-24  David Engster  <dengste@eml.cc>
13204
13205         * mml-smime.el (mml-smime-epg-verify): Also accept the older
13206         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
13207
13208 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
13209
13210         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
13211         tag (Bug#6654).
13212
13213 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
13216         the article buffer, not the summary buffer.
13217
13218 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
13221         Emacs 23 as well.
13222
13223 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
13226         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
13227
13228 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13229
13230         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13231         Patch applied by Karl Fogel.
13232
13233         * gnus-sum.el (gnus-summary-bookmark-make-record):
13234         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13235
13236 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13237
13238         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13239         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13240         C-w still not working correctly from Article buffers; Thierry's
13241         patch to fix that will be applied after this.
13242
13243         * gnus-art.el (bookmark-make-record-function): New local variable.
13244
13245         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13246         article buffer.
13247         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13248
13249 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13250
13251         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13252         on changes in bookmark.el.
13253
13254 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13257         `no-log' instead of message not to log prompt string.
13258
13259 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13260
13261         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13262         the *other* type of HTML form submission.
13263
13264 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13265
13266         * auth-source.el (auth-source-pick): If choice does not contain a
13267         questioned keyword, set the check to t.
13268
13269 2010-06-12  Romain Francoise  <romain@orebokech.com>
13270
13271         * gnus-util.el (gnus-date-get-time): Move up before first use.
13272
13273 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13276         (gnus-article-edit-part): Bind it to make last part that is substituted
13277         or deleted visible.
13278         (gnus-mime-display-single): Buttonize part of which id equals to
13279         gnus-mime-buttonized-part-id.
13280
13281 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13282
13283         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13284         (gnus-dd-mmm): Use gnus-date-get-time.
13285         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13286         simplify logic.
13287         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13288         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13289
13290 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13291
13292         * auth-source.el (top): Autoload `secrets-list-collections',
13293         `secrets-create-item', `secrets-delete-item'.
13294         (auth-sources): Fix tag string.
13295         (auth-get-source, auth-source-retrieve, auth-source-create)
13296         (auth-source-delete): New defuns.
13297         (auth-source-pick): Rewrite in order to avoid 2 passes.
13298         (auth-source-forget-user-or-password): New parameter USERNAME.
13299         (auth-source-user-or-password): New parameters CREATE-MISSING and
13300         DELETE-EXISTING.  Retrieve password interactively, if needed.
13301
13302 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13303
13304         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13305         deleting unused directories when gnus-expert-user is t.
13306
13307 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13310         for each temp file when gnus-article-browse-delete-temp is ask.
13311
13312 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13313
13314         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13315         Replace Lisp calls to delete-backward-char by calls to delete-char.
13316
13317 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13318
13319         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13320
13321 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13322
13323         * password-cache.el (password-cache-remove): Fix docstring.
13324
13325 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13328         article unless decoding article to be saved.
13329
13330 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13333         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13334         generated within the mm-with-unibyte-current-buffer macro.
13335
13336 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13339         to nil when we're in a mml-preview buffer and no group is selected.
13340
13341 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13342
13343         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13344         when catching the `C-g'.  Reported by "Leo".
13345
13346 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * message.el (message-forward-make-body-plain)
13349         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13350         multibyte-string-p.
13351
13352         * lpath.el: Revert.
13353
13354 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * message.el (message-forward-make-body-mml): Assume original message
13357         is multibyte string; error on unibyte.
13358         (message-forward-make-body-plain): Ditto; don't add excessive newline
13359         in body end.
13360
13361         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13362
13363 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13364
13365         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13366         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13367
13368 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mm-extern.el (mm-extern-url): Don't use
13371         mm-with-unibyte-current-buffer.
13372         (mm-extern-cache-contents): Use with-current-buffer instead of
13373         save-excursion + set-buffer.
13374
13375 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * mm-util.el (mm-emacs-mule): Remove.
13378
13379 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13380
13381         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13382         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13383         change.
13384
13385 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13388         bind the default value of enable-multibyte-characters to nil.
13389
13390 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * message.el (message-forward-make-body-plain)
13393         (message-forward-make-body-mml):
13394         Don't use mm-with-unibyte-current-buffer.
13395
13396 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13397
13398         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13399
13400 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13401
13402         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13403         (Bug#5592).
13404
13405 2010-05-07  Julien Danjou  <julien@danjou.info>
13406
13407         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13408         it to mm-pipe-part.
13409
13410         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13411         it is given.
13412
13413 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * binhex.el (binhex-decode-region-internal):
13416         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13417         (dns-query):
13418         * nnweb.el (nnweb-gmane-search):
13419         * pgg-parse.el (pgg-parse-armor):
13420         * pgg.el (pgg-verify-region):
13421         * sha1.el (sha1-string-external):
13422         * uudecode.el (uudecode-decode-region-internal):
13423         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13424         XEmacs.
13425
13426         * gnus-art.el (gnus-article-browse-html-parts):
13427         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13428         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13429         make-temp-file.
13430
13431         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13432         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13433         compiling.
13434
13435         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13436         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13437         XEmacs when compiling.
13438
13439         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13440         gnus-pick-mode-off-hook for XEmacs when compiling.
13441         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13442         gnus-binary-mode-off-hook for XEmacs when compiling.
13443
13444         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13445         Return nil if char-charset is not available.
13446
13447         * imap.el (imap-disable-multibyte)
13448         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13449         macros.
13450
13451         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13452         instead of encode-coding-string.
13453
13454         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13455         'xemacs) instead of mm-emacs-mule to switch function definitions.
13456         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13457
13458         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13459         bind temporary-file-directory for XEmacs;
13460         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13461         timer-set-function for XEmacs 21.4 and SXEmacs;
13462         bind timer-list for XEmacs 21.4 and SXEmacs;
13463         fbind char-charset and find-charset-region for non-Mule XEmacs;
13464         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13465         encode-coding-region and encode-coding-string for XEmacs having no
13466         file-coding feature.
13467
13468 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13469
13470         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13471
13472 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13475         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13476
13477 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13478
13479         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13480         alias `jka-compr-delete-temp-file' no longer exists.
13481
13482 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         Use define-minor-mode in Gnus where applicable.
13485         * mml.el (mml-mode): Use define-minor-mode.
13486         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13487         (gnus-undo-mode): Use define-minor-mode.
13488         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13489         (gnus-dead-summary-mode): Use define-minor-mode.
13490         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13491         Initialize in declaration.
13492         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13493         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13494         (gnus-mailing-list-mode): Use define-minor-mode.
13495         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13496         (gnus-draft-mode): Use define-minor-mode.
13497         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13498         (gnus-dired-mode): Use define-minor-mode.
13499
13500 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13501
13502         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13503         handles on recursive mml-to-mime translation and check them for
13504         boundary delimiter collisions.  Reported by Greg Troxel.
13505
13506 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13509
13510 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * mm-util.el (mm-find-buffer-file-coding-system):
13513         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13514
13515 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13516
13517         * message.el (message-generate-headers): Record insertion of optional
13518         headers as well.  Otherwise the check to prevent repeated insertion of
13519         optional headers is a no-op.
13520
13521 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13522
13523         * smime.el: Don't mention CVS.
13524
13525         * nnrss.el (nnrss-fetch): Don't mention CVS.
13526
13527         * nnir.el: Don't mention CVS.
13528
13529 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13530
13531         * gnus-sum.el (gnus-summary-bookmark-make-record):
13532         Add `location' field.
13533
13534 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * lpath.el: Fbind bookmark-default-handler,
13537         bookmark-get-bookmark-record, bookmark-make-record-default,
13538         bookmark-prop-get for Emacs <23 and XEmacs.
13539
13540 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13543         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13544         Use with-current-buffer to silence the byte-compiler.
13545         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13546         bother to require `gnus'.
13547         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13548
13549 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13550
13551         * gnus-sum.el (gnus-summary-bookmark-make-record)
13552         (gnus-summary-bookmark-jump): New functions.
13553         (gnus-summary-mode): Setup bookmark support.
13554
13555 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13556
13557         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13558         if set.
13559
13560 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13563         gnus-article-browse-html-save-cid-image; make it work recursively for
13564         forwarded messages as well.
13565         (gnus-article-browse-html-parts): Work when prefix arg is given.
13566         (gnus-article-browse-html-article): Doc fix.
13567
13568 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13569
13570         * message.el (message-default-mail-headers)
13571         (message-default-headers): Carry the value mail-default-headers over
13572         into message-default-mail-headers, rather than message-default-headers.
13573
13574 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13575
13576         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13577         charset.
13578
13579         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13580         charset into the <meta> tag when the article is encoded to utf-8.
13581
13582 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-art.el (gnus-article-browse-delete-temp-files):
13585         Delete directories as well.
13586         (gnus-article-browse-html-parts): Work for images that do not specify
13587         file names; delete temp directory when quitting; insert header at the
13588         right place; use file: scheme for image files.
13589
13590 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13591
13592         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13593         (gnus-article-browse-html-parts): Use it to make temporary cid image
13594         files in addition to html file so that browser may display them.
13595
13596 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13599
13600 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13601
13602         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13603
13604 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13605
13606         * auth-source.el (auth-sources): Change default to be simpler.
13607         Explain about Secret Service API sources.  Improve Customize options.
13608         (auth-source-pick): Change to accept any number of search parameters.
13609         Implement fallbacks iteratively, not recursively.  Add scoring on the
13610         second pass and sort by score.  Call Secret Service API when needed.
13611         (auth-source-user-or-password): Use it.  Call Secret Service API
13612         directly when needed to get the user name and the password.
13613
13614 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13615
13616         * message.el (message-interactive): Doc fix.
13617         (message-qmail-inject-args): Reflow.
13618         (message-kill-to-signature): Fix typo in docstring.
13619
13620         * smiley.el (smiley-buffer): Fix typo in docstring.
13621
13622 2010-03-24  Glenn Morris  <rgm@gnu.org>
13623
13624         * mail-source.el (gnus-message): Declare.
13625         (mail-source-delete-old-incoming): Require gnus-util.
13626
13627 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13630
13631         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13632
13633         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13634         password-cache's default if it is not bound.
13635         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13636         password-cache-expiry's default if it is not bound.
13637
13638         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13639         available in Emacs 21.
13640
13641         * lpath.el: Suppress compiler warnings for:
13642         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13643         XEmacs;
13644         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13645         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13646         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13647
13648 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * auth-source.el (auth-sources): Fix up definition so extra parameters
13651         are always inline.
13652
13653 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13654
13655         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13656         wasn't updated after mismatch.  Clear cached mailbox info correctly
13657         when uidvalidity changes.
13658         (nnimap-group-prefixed-name): New function to avoid some code
13659         duplication.
13660         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13661         (nnimap-request-group): Use it.
13662         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13663         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13664         with many imap folders.  This is done by caching the group status from
13665         the imap server persistently in a group parameter `imap-status'.  (This
13666         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13667         but not persistently, so every Gnus startup was still very slow.)
13668
13669 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13672         delete the extra newline.  Otherwise editing of :string and :number
13673         types don't work.
13674
13675 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13676
13677         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13678         secrets.el dependency.
13679         (auth-sources): Add optional user name.  Add secrets.el configuration
13680         choice (unused right now).
13681
13682 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13683
13684         * gnus-sum.el (gnus-summary-make-menu-bar):
13685         Let `gnus-registry-install-shortcuts' fill in the functions.
13686
13687         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13688         warnings.
13689         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13690         (gnus-registry-install-shortcuts): Populate and use it in a
13691         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13692
13693 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13694
13695         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13696         In-place substitutions for the group name encoding/decoding.
13697         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13698         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13699         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13700         (nnimap-update-unseen, nnimap-request-list)
13701         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13702         (nnimap-request-set-mark, nnimap-split-to-groups)
13703         (nnimap-split-articles, nnimap-request-newgroups)
13704         (nnimap-request-create-group, nnimap-request-accept-article)
13705         (nnimap-request-delete-group, nnimap-request-rename-group)
13706         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13707         `encoded-mbx' for consistency.
13708         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13709         variable `imap-current-mailbox'.
13710
13711         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13712         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13713
13714 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13715
13716         * pop3.el (pop3-display-message-size-flag): Display message size byte
13717         counts during POP3 download.
13718         (pop3-movemail): Use it.
13719         (pop3-list): Implement listing of available messages.
13720
13721 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13722
13723         * nnir.el (nnir-get-article-nov-override-function): New function to
13724         override the normal NOV retrieval.
13725         (nnir-retrieve-headers): Use it.
13726
13727 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13728
13729         * auth-source.el (netrc-machine-user-or-password): Autoload.
13730
13731 2010-03-19  Glenn Morris  <rgm@gnu.org>
13732
13733         Stop message.el from loading about 40 libraries it doesn't always need.
13734         The general approach is to autoload rather than require, and to
13735         require in the specific functions rather than the file.  (Bug#5642)
13736
13737         * gmm-utils.el: Don't require wid-edit.
13738         (widget-create-child-value, widget-convert, widget-default-get):
13739         Autoload.
13740
13741         * gnus-util.el: Don't require time-date, netrc.
13742         (message-fetch-field, gnus-group-name-decode): Declare rather than
13743         autoloading.
13744         (gnus-fetch-field): Require message.
13745         (gnus-decode-newsgroups): Require gnus-group.
13746
13747         * ietf-drums.el: Don't require time-date.
13748
13749         * message.el: Don't require hashcash, canlock, ecomplete.
13750         Do require mail-utils.  Require nnheader only when compiling.
13751         (smtpmail-default-smtp-server): Remove declaration.
13752         (message-send-mail-function): Check smtpmail-default-smtp-server
13753         is bound rather than requiring smtpmail.
13754         (message-auto-save-directory, message-insert-signature):
13755         Use expand-file-name rather than nnheader-concat.
13756         (nnheader-insert-file-contents): Autoload.
13757         (hashcash-wait-async): Declare.
13758         (message-send-mail): Only call gnus-setup-posting-charset if
13759         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13760         (message-send-mail-with-sendmail): Require sendmail.
13761         (canlock-password, canlock-password-for-verify): Declare.
13762         (message-canlock-password): Require canlock.
13763         (nnheader-get-report): Autoload.
13764         (gnus-setup-posting-charset): Declare.
13765         (message-send-news): Require gnus-msg.
13766         (message-make-references, message-make-in-reply-to): Use mail-header-id
13767         rather than the alias mail-header-message-id.
13768         (ecomplete-add-item, ecomplete-save): Declare.
13769         (message-put-addresses-in-ecomplete): Require ecomplete.
13770         (ecomplete-display-matches): Autoload.
13771
13772         * mm-decode.el: Don't require mailcap, gnus-util.
13773         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13774         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13775         Autoload.
13776         (mailcap-mime-extensions): Declare.
13777
13778         * mm-encode.el: Don't require mailcap.
13779         (mailcap-extension-to-mime): Autoload.
13780
13781         * mml-sec.el: Don't require password-cache.
13782
13783         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13784         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13785         (mml-minibuffer-read-type): Require mailcap.
13786         (mml-preview): Require gnus-msg.
13787
13788         * mml1991.el: Require password-cache.
13789         (password-cache-expiry): Remove declaration.
13790
13791         * mml2015.el: Require password-cache.
13792         (password-cache-expiry): Remove declaration.
13793
13794         * nneething.el (mailcap): Require mailcap.
13795
13796         * nnheader.el (declare-function): Add compatibility stub.
13797         (message-remove-header): Declare rather than autoload.
13798         (nnheader-replace-header): Require message.
13799
13800         * nnimap.el (declare-function): Add compatibility stub.
13801         (netrc-parse, netrc-machine-user-or-password): Declare.
13802         (nnimap-open-connection): Require netrc.
13803
13804         * nntp.el (declare-function): Add compatibility stub.
13805         (netrc-parse, netrc-machine, netrc-get): Declare.
13806         (nntp-send-authinfo): Require netrc.
13807
13808         * rfc2047.el: Don't require qp.
13809         (quoted-printable-encode-region, quoted-printable-decode-string):
13810         Autoload.
13811
13812         * sieve-mode.el: Don't require easymenu.
13813         (easy-menu-add-item): Autoload it.
13814
13815         * spam-stat.el (time-to-number-of-days): Autoload it.
13816
13817 2010-03-19  Glenn Morris  <rgm@gnu.org>
13818
13819         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13820
13821 2010-03-18  Glenn Morris  <rgm@gnu.org>
13822
13823         * hashcash.el (declare-function): Remove duplicate definition.
13824
13825 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13826
13827         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13828         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13829         value if any backslash escapes).
13830
13831 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13834         if it is available.  (bug#5647)
13835
13836         * lpath.el: Suppress compiler warning for coding-system-from-name for
13837         Emacs 21 and XEmacs.
13838
13839 2010-03-14  Juri Linkov  <juri@jurta.org>
13840
13841         * hmac-def.el:
13842         * hmac-md5.el:
13843         * netrc.el: Fix keywords.
13844
13845 2010-02-26  Glenn Morris  <rgm@gnu.org>
13846
13847         * message.el (message-send-mail-function): Change the default, so that
13848         it inherits from a customized send-mail-function.  (Bug#5643)
13849
13850 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13851
13852         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13853         shell-command-to-string signals an error (bug#5299).
13854
13855 2010-02-24  Glenn Morris  <rgm@gnu.org>
13856
13857         * message.el (message-smtpmail-send-it)
13858         (message-send-mail-with-mailclient): Doc fixes.
13859
13860 2010-02-16  Glenn Morris  <rgm@gnu.org>
13861
13862         * message.el (message-default-mail-headers): Change the default value
13863         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13864
13865 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13868         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13869
13870 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13871
13872         * time-date.el (date-to-time): Doc fix (Bug#5408).
13873
13874 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13875
13876         * message.el (message-mail): Just pass yank-action on to message-setup.
13877         (message-setup): Handle (FUN . ARGS) form of yank-action.
13878         (message-with-reply-buffer, message-widen-reply)
13879         (message-yank-original): Handle non-buffer values of
13880         message-reply-buffer (Bug#4080).
13881         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13882
13883 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13884
13885         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13886         Fix typo in docstring.
13887
13888 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13889
13890         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13891         response.
13892
13893 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13896
13897         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13898
13899         * message.el (message-check-news-header-syntax): Protect against a
13900         string that `rfc822-addresses' returns when parsing fails.
13901
13902 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13905         (gnus-previous-char-property-change): New functions.
13906
13907         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13908
13909 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13910
13911         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13912         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13913
13914 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13915
13916         * message.el (message-exchange-point-and-mark): Rework last change to
13917         avoid using optional arg of exchange-point-and-mark, for backward
13918         compatibility.
13919
13920 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13921
13922         * message.el (message-exchange-point-and-mark):
13923         Call exchange-point-and-mark with an argument rather than setting
13924         mark-active by hand (Bug#5175).
13925
13926 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * nntp.el (nntp-service-to-port): Work for service expressed with
13929         numeric string; replace [:digit:] with [0-9] for XEmacs.
13930
13931 2009-12-17  Glenn Morris  <rgm@gnu.org>
13932
13933         * gnus-group.el (gnus-bug-group-download-format-alist):
13934         Change emacs entry to debbugs.gnu.org.  Bump :version.
13935
13936 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13939
13940 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * message.el (message-info): Explain why we use `Info-goto-node'.
13943
13944 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13947
13948 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13949
13950         * message.el (message-completion-in-region): New compatibility function.
13951         (message-expand-group): Use it.
13952
13953 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13956         with no unread article should be listed if the 2nd arg `predicate' is
13957         given.
13958
13959 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13962
13963 2009-11-29  Juri Linkov  <juri@jurta.org>
13964
13965         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13966         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13967         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13968
13969 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13970
13971         * sha1.el (sha1-string-external): default-directory "/" in case
13972         otherwise non-existent.  process-connection-type pipe for touch of
13973         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13974
13975 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13976
13977         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13978         it's comms related and sgml-mode.el has "comm" on that basis too.
13979
13980 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13983         containing tspecial characters if they have been already quoted.
13984
13985 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13986
13987         * dns-mode.el (auto-mode-alist): Purecopy string.
13988
13989 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13990
13991         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13992
13993 2009-10-24  Glenn Morris  <rgm@gnu.org>
13994
13995         * gnus-art.el (help-xref-stack-item): Define for compiler.
13996
13997 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13998
13999         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
14000
14001 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
14004
14005 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
14008         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
14009
14010 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus.el (gnus-overlay-get): New alias to overlay-get.
14013         (gnus-overlays-in): New alias to overlays-in.
14014
14015         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
14016         gnus-overlay-get, and gnus-delete-overlay.
14017         (gnus-summary-show-thread): Make it work as well for systems in which
14018         next-single-char-property-change is not available.
14019         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
14020
14021         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
14022         (gnus-overlay-get): New alias to extent-property.
14023         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
14024
14025         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
14026         SXEmacs.
14027
14028         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
14029         SXEmacs.
14030
14031 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
14034
14035 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14036
14037         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
14038         and XEmacs that don't have `remove-overlays'.
14039
14040 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14041
14042         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
14043         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
14044         selective display.  Use overlays instead.
14045
14046 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14047
14048         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
14049
14050 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14051
14052         * spam-stat.el (spam-stat-load): Fix typo in message.
14053
14054 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14055
14056         * dig.el (dig-invoke): Fix typo in docstring.
14057         (query-dig): Reflow docstring.
14058
14059 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
14060
14061         * gnus-art.el (gnus-article-encrypt-body):
14062         * message.el (message-check-recipients):
14063         * mm-util.el (mm-codepage-setup):
14064         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
14065         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
14066
14067 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
14068
14069         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
14070         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
14071         keys from the menu if mm-{sign,encrypt}-option is 'guided.
14072         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
14073         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
14074
14075 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14076
14077         * dig.el: Add "Keywords: comm", as per net-utils.el.
14078
14079 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14080
14081         * dig.el (dig-mode): Use define-derived-mode.
14082
14083 2009-09-19  Glenn Morris  <rgm@gnu.org>
14084
14085         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14086
14087 2009-09-18  Glenn Morris  <rgm@gnu.org>
14088
14089         * gnus-diary.el (gnus-diary-check-message):
14090         * message.el (message-insert-formatted-citation-line):
14091         * nnbabyl.el (top-level):
14092         * nndiary.el (nndiary-schedule):
14093         Fix typos in condition-case handlers.
14094
14095 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-art.el (gnus-article-edit-part): Work for the buffer
14098         configuration that provides the sole article window in a frame;
14099         position point correctly after deleting a part.
14100
14101 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
14102
14103         * spam.el (spam-unregister-on-reregister): Add boolean variable.
14104         (spam-resolve-registrations-routine): Use it to unregister articles
14105         that change status.
14106
14107 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
14110         with XEmacs.
14111         (parse-time-string-chars): Use it.
14112
14113 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14114
14115         * imap.el (imap-interactive-login): Better messages.
14116         (imap-open): Fix bug with renamed buffer on reconnect.
14117         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14118         for easier debugging and cleaner code.  On successful (guessed based on
14119         server capabilities) secondary authentication, set imap-state
14120         correctly.
14121         (imap-last-authenticator): Define imap-last-authenticator as a variable
14122         to avoid warnings.
14123
14124 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * nnrss.el (nnrss-request-article): Remove binding of
14127         default-enable-multibyte-characters that has gotten needless by
14128         the 2007-07-13 change in rfc2047-encode-message-header.
14129
14130         * mml.el (mml-insert-multipart): Error on the message header.
14131         (mml-insert-part): Error on the message header; position point at
14132         the end of a MIME tag.
14133
14134 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * time-date.el (autoload): Expand define-obsolete-function-alias into
14137         defalias and make-obsolete for old Emacsen that Gnus supports.
14138         (with-no-warnings): Define it for old Emacsen.
14139         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14140         is available.
14141         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14142         float-time is available; suppress compile warning for time-to-seconds.
14143
14144         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
14145         (gnus-float-time): Alias to float-time if it exists.
14146
14147         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
14148         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
14149         float-time is available; suppress compile warning for time-to-seconds.
14150
14151         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
14152         XEmacs.
14153
14154 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         * imap.el (imap-message-map): Docstring fix.
14157
14158 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
14161         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
14162         Add the optional argument `encoding' that overrides the default.
14163
14164         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
14165         mm-encode-buffer.
14166
14167 2009-09-04  Glenn Morris  <rgm@gnu.org>
14168
14169         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
14170         mm-disable-multibyte, rather than default-enable-multibyte-characters.
14171         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
14172         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
14173         * mm-util.el (mm-with-unibyte-current-buffer)
14174         (mm-find-buffer-file-coding-system):
14175         * yenc.el (yenc-decode-region): Use default-value rather than
14176         default-enable-multibyte-characters.
14177
14178 2009-09-03  Glenn Morris  <rgm@gnu.org>
14179
14180         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
14181         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
14182         than default-enable-multibyte-characters.
14183
14184 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
14185
14186         * gnus-art.el (gnus-article-read-summary-keys):
14187         Fix gnus-buffer-configuration's value temporarily used.
14188
14189 2009-09-02  Glenn Morris  <rgm@gnu.org>
14190
14191         * gnus-util.el (gnus-float-time): New function.
14192         * gnus-delay.el (gnus-delay-article):
14193         * gnus-sum.el (gnus-thread-latest-date):
14194         * gnus-util.el (gnus-user-date): Use gnus-float-time.
14195         * nnspool.el (nnspool-request-newgroups):
14196         Use gnus-float-time rather than time-to-seconds.
14197         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
14198
14199         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
14200         (gnus-header-subject-face, gnus-header-newsgroups-face)
14201         (gnus-header-name-face, gnus-header-content-face):
14202         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
14203         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
14204         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
14205         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
14206         (gnus-cite-face-11):
14207         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
14208         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14209         (gnus-server-closed-face, gnus-server-denied-face)
14210         (gnus-server-offline-face):
14211         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14212         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14213         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14214         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14215         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14216         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14217         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14218         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14219         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14220         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14221         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14222         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14223         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14224         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
14225         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
14226         (gnus-summary-high-undownloaded-face)
14227         (gnus-summary-low-undownloaded-face)
14228         (gnus-summary-normal-undownloaded-face)
14229         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14230         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14231         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14232         (gnus-splash-face):
14233         * message.el (message-header-to-face, message-header-cc-face)
14234         (message-header-subject-face, message-header-newsgroups-face)
14235         (message-header-other-face, message-header-name-face)
14236         (message-header-xheader-face, message-separator-face)
14237         (message-cited-text-face, message-mml-face):
14238         * sieve-mode.el (sieve-control-commands-face)
14239         (sieve-action-commands-face, sieve-test-commands-face)
14240         (sieve-tagged-arguments-face):
14241         * spam.el (spam-face):
14242         Mark face aliases with "-face" in the name as obsolete.
14243
14244 2009-09-01  Glenn Morris  <rgm@gnu.org>
14245
14246         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14247         than goto-line.
14248
14249 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14252         Don't move point if the command is invoked inside the message header.
14253
14254 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14255
14256         * imap.el (imap-send-command): Simplify.
14257         (imap-wait-for-tag): point-max -> buffer-size.
14258
14259 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14260
14261         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14262         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14263         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14264         * nnir.el (nnir-swish-e-index-file):
14265         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14266         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14267         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14268         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14269         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14270         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14271
14272 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14275         Don't save excursion.
14276
14277 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14278
14279         * nnheader.el (nnheader-find-file-noselect):
14280         * mm-util.el (mm-insert-file-contents):
14281         Use (default-value 'major-mode) instead of default-major-mode.
14282
14283 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14284
14285         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14286
14287 2009-08-26  Glenn Morris  <rgm@gnu.org>
14288
14289         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14290         than placing in files.el.
14291
14292 2009-08-25  Glenn Morris  <rgm@gnu.org>
14293
14294         * nnir.el (top-level): Don't require cl at run-time.
14295         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14296         Replace cl-function substitute with gnus-replace-in-string.
14297         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14298         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14299         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14300         simplified expansions.
14301
14302 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14303
14304         * dig.el (dig): Add autoload cookie.
14305
14306 2009-08-22  Glenn Morris  <rgm@gnu.org>
14307
14308         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14309         goto-line.
14310
14311 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14312
14313         * parse-time.el (parse-time-string-chars): Save match data.
14314
14315 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14316
14317         * parse-time.el (parse-time-string-chars): Compute using character
14318         classes, to handle non-ascii characters (Bug#3190).
14319
14320 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14323
14324         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14325         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14326         (gnus-mm-display-part, gnus-mime-display-single)
14327         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14328         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14329
14330         * gnus-sum.el
14331         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14332         (gnus-summary-move-article): Add expirable mark to articles copied or
14333         moved to group that has auto-expire turned on if the option is non-nil.
14334
14335 2009-07-24  Glenn Morris  <rgm@gnu.org>
14336
14337         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14338         Fix typo.  (Bug#3903)
14339
14340 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14343         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14344         that should not be used for draft articles.
14345         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14346         that has no concern in minor mode keys.
14347         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14348         Abolish.
14349
14350 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14353         article without making inquiry to a user for unknown encoding.
14354
14355         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14356         (nnmaildir--scan): Assume i-node and device number that file-attributes
14357         returns might be cons-cell.
14358
14359         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14360
14361         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14362
14363 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * auth-source.el: Remove docs now in auth.texi.  Don't use
14366         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14367         `auth-source-hide-passwords' and use them.
14368
14369 2009-07-15  Glenn Morris  <rgm@gnu.org>
14370
14371         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14372
14373 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14376         excessive whitespace from the default values of title and description.
14377
14378 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14381         mail-fetch-field to fetch Content-Description header in order to
14382         exclude newlines.
14383
14384 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14385
14386         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14387         format used by GnuPG 2.0.11.
14388
14389 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14392         to deleted part.
14393
14394 2009-05-30  David Engster  <dengste@eml.cc>
14395
14396         * nnmairix.el: Remove old documentation in the commentary block.
14397         (nnmairix-request-group): Do not update active file for nnml back ends.
14398         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14399         end so that overview files are ignored.
14400         (nnmairix-update-groups): Make updating the groups more robust by using
14401         marks.
14402         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14403         with dollar characters in message-id.
14404
14405 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14408         2008-12-25 in dns.el.
14409
14410 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14411
14412         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14413         could happen if the text is only composed of spaces and/or tabs.
14414
14415 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14416
14417         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14418         when sending a queued message to avoid extra mml tags.
14419
14420 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14423
14424 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14427         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14428         rmail-toggle-header for XEmacs;
14429         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14430
14431 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-dired.el: Remove autoload for gnus-setup-message.
14434         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14435         displaying Gnus logo; always use compose-mail.
14436
14437 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14440
14441 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14444         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14445         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14446         available.
14447         (gnus-nocem-epg-verify): New function.
14448
14449 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14452
14453 2009-02-15  Glenn Morris  <rgm@gnu.org>
14454
14455         * gnus-util.el (rmail-insert-rmail-file-header)
14456         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14457         autoloads.
14458         (rmail-default-rmail-file): Remove unnecessary declaration.
14459         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14460
14461 2009-02-14  Glenn Morris  <rgm@gnu.org>
14462
14463         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14464         variable (only used in gnus-util, which declares it anyway).
14465         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14466         which was only needed by gnus-art (changed to not use it any more).
14467         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14468         only used in gnus-util, which autoloads it itself.
14469         (rmail-update-summary): Fix autoload.
14470
14471         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14472         rather than rmail-output-to-rmail-file.
14473
14474 2009-02-07  Glenn Morris  <rgm@gnu.org>
14475
14476         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14477         autoload of function that no longer exists.
14478         (rmail-toggle-header): Declare.
14479         (message-forward-rmail-make-body): Handle mbox Rmail.
14480
14481 2009-01-31  Glenn Morris  <rgm@gnu.org>
14482
14483         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14484         2009-01-09 change.
14485
14486 2009-01-31  Dave Love  <fx@gnu.org>
14487
14488         * imap.el (imap-fetch-safe): Bind debug-on-error.
14489         (imap-debug): Add imap-fetch-safe.
14490
14491 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14492
14493         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14494         (auth-source-forget-all-cached): New convenience function.
14495         (auth-source-user-or-password): Accept list of modes or a single mode.
14496
14497         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14498         auth-source modes.
14499
14500         * netrc.el (netrc-machine-user-or-password): Use list of
14501         auth-source modes.
14502
14503         * nnimap.el (nnimap-open-connection): Use list of
14504         auth-source modes.
14505
14506         * nntp.el (nntp-send-authinfo): Use list of
14507         auth-source modes.
14508
14509 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14510
14511         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14512         now.
14513
14514 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14517         coding system in XEmacs; add a workaround for XEmacs.
14518
14519         * lpath.el: Fbind coding-system-aliasee.
14520
14521 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14524         of current-language-environment.
14525
14526 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14529         available at runtime.
14530
14531 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14534
14535 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14536
14537         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14538         the greatest positive fixnum value doesn't work under an XEmacs with
14539         bignum support; use the most-positive-fixnum constant instead,
14540         available since Emacs 21.1 with cl and XEmacs 21.1.
14541
14542 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14545         XEmacs gets not to work.
14546
14547 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mm-util.el (mm-coding-system-priorities): Allow the value like
14550         "Japanese (UTF-8)" of current-language-environment.
14551
14552 2009-01-09  Glenn Morris  <rgm@gnu.org>
14553
14554         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14555         with last-command-event.
14556
14557 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14560         in the doc string.
14561
14562         * message.el (message-fix-before-sending): Amend comment.
14563
14564 2009-01-08  Dave Love  <fx@gnu.org>
14565
14566         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14567
14568 2009-01-07  David Engster  <dengste@eml.cc>
14569
14570         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14571         simplified server definitions by converting it via
14572         gnus-server-to-method.
14573
14574 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14577         parameter's operands.
14578
14579 2009-01-06  David Engster  <dengste@eml.cc>
14580
14581         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14582         primary select method (for gnus-group-mark-article-as-read).
14583
14584 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14585
14586         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14587         `(gnus)Face', not `(gnus)X-Face'.
14588
14589 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mm-util.el (mm-ucs-to-char): New function.
14592
14593         * mm-url.el (mm-url-decode-entities): Use it.
14594
14595         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14596         unicode-to-char.
14597
14598 2009-01-05  Dave Love  <fx@gnu.org>
14599
14600         * time-date.el: Require cl for `declare'.
14601
14602 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14605         Dave Love.
14606
14607 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * message.el (message-fix-before-sending): Add `eight-bit' to
14610         illegible-text check.
14611
14612 2009-01-03  Michael Olson  <mwolson@gnu.org>
14613
14614         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14615         `headers' is nil.  This can occur if the IMAP server does not have
14616         permissions to read messages from a folder, but can write new messages
14617         to the folder.
14618         (nnimap-request-article-part): Do not insert `data' if it is nil.
14619
14620         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14621         characters which will confuse `read', so skip past them.
14622
14623 2009-01-01  Dave Love  <fx@gnu.org>
14624
14625         * imap.el (imap-string-to-integer): Fix typo.
14626         (imap-fetch-safe): New function.
14627         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14628
14629         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14630
14631         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14632         (imap-parse-greeting): Fix doc strings.
14633         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14634         (imap-parse-flag-list): Make messages unique.
14635         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14636
14637         * nnimap.el: Fix author email.
14638         (nnimap-split-rule): Add FIXME comment.
14639         (nnimap-debug): Fix doc string.
14640
14641 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14644
14645 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14648         nslookup if resolv.conf isn't available.
14649         (dns-query): Rename from query-dns.
14650         (dns-query-cached): Rename from query-dns-cached.
14651
14652 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14655         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14656         to check if those variables exist (first appeared in Emacs 18.50).
14657
14658 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * mm-util.el (mm-line-number-at-pos): New function.
14661
14662         * spam-report.el (spam-report-process-queue): Use it.
14663
14664 2008-12-24  David Engster  <dengste@eml.cc>
14665
14666         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14667         parameters that haven't existed as variables as buffer-local variables.
14668
14669 2008-12-23  Dave Love  <fx@gnu.org>
14670
14671         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14672         cadar.
14673
14674         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14675         imap-starttls-p.
14676         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14677
14678 2008-12-22  Dave Love  <fx@gnu.org>
14679
14680         * imap.el: Fix author email.  Doc fixes.
14681         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14682         reply.
14683
14684 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * spam-report.el (spam-report-gmane-max-requests): New constant.
14687         (spam-report-gmane-wait): New variable.
14688         (spam-report-gmane-ham, spam-report-gmane-spam)
14689         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14690         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14691         the server.
14692
14693         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14694         Add explanations.
14695
14696         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14697         nnheader-accept-process-output and nnheader-read-timeout if available.
14698         (pop3-movemail): Use it.
14699
14700         * message.el (message-check-news-body-syntax): Fix signature check if
14701         there's an attachment.
14702
14703 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * mm-util.el: Add comments to the mm- emulating functions.
14706
14707 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14710         Reported by Stephen Berman <stephen.berman@gmx.net>.
14711
14712 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * mm-util.el (mm-substring-no-properties): New function.
14715         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14716         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14717         (mm-string-to-multibyte): Doc fix.
14718
14719         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14720
14721 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * mml.el (mml-attach-file): Strip text properties from file name.
14724         (Bug#1574)
14725
14726 2008-12-16  Glenn Morris  <rgm@gnu.org>
14727
14728         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14729
14730 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14733         knows since the charset specified might be a bogus alias that
14734         mm-charset-synonym-alist provides.
14735
14736 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14739         "ISO_8859-1".
14740
14741         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14742
14743 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * mm-util.el (mm-charset-eval-alist):
14746         Define it before mm-charset-to-coding-system.
14747         (mm-charset-to-coding-system): Add optional argument `silent';
14748         define it before mm-charset-override-alist.
14749         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14750         default value if it can be used in Emacs currently running;
14751         silence mm-charset-to-coding-system.
14752
14753 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14756         `allow-override' which says whether to use `mm-charset-override-alist'.
14757         (rfc2047-decode-encoded-words): Use it.
14758
14759         * mm-util.el (mm-charset-override-alist): Fix custom type;
14760         add `(gb2312 . gbk)' to choices.
14761
14762 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14765         fast.
14766
14767         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14768
14769         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14770
14771 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14772
14773         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14774         on links.
14775
14776         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14777
14778 2008-12-03  Lute Kamstra  <lute@gnu.org>
14779
14780         * sha1.el: Remove leading * from docstrings of defcustoms,
14781         deffaces, defconsts and defuns.
14782
14783 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14786         users' addresses that don't have domain parts.
14787         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14788         rather than message-narrow-to-head since there will be the message
14789         header separator.
14790
14791 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14792
14793         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14794         since the result is inserted in a unibyte buffer anyway.
14795         (nnimap-demule-use-string-to-multibyte): Remove.
14796         (nnimap-demule): Alias it to mm-string-to-multibyte.
14797
14798 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14801         variable for debugging bug#464 and bug#1174.
14802         (nnimap-demule): Use it.
14803
14804 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14807         score calculation correctly.
14808
14809 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14810
14811         * message.el (message-send-mail): Just set the buffer to unibyte
14812         rather than use mm-with-unibyte-current-buffer which does a lot more.
14813         (message-send-mail-partially): Don't bother with
14814         mm-with-unibyte-current-buffer since it's already been made unibyte by
14815         message-send-mail.
14816
14817 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14818
14819         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14820
14821 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14822
14823         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14824
14825 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14828         require itself and to remove `with-no-warnings'.
14829
14830 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14831
14832         * starttls.el (starttls-any-program-available): Get the name of the
14833         available TLS layer program.
14834         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14835         well as the host name in the "opening" message.
14836
14837         * auth-source.el (auth-source-cache, auth-source-do-cache)
14838         (auth-source-user-or-password): Cache passwords and logins by default,
14839         allow override with `auth-source-do-cache'.
14840         (auth-source-forget-user-or-password): Allow users to remove cache
14841         entries if needed.
14842
14843 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14844
14845         * md4.el (md4-buffer): Fix typo in docstring.
14846         (md4, md4-64): Doc fixes.
14847         (md4-pack-int32): Reflow docstring.
14848
14849 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14852         condition-case to only the forward-sexp call.
14853
14854 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14857         quotes contained.  Make it more robust regardless by an extra
14858         condition-case wrapper.
14859
14860 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14863
14864 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * nnml.el (nnml-request-expire-articles): Check if the function set to
14867         `nnmail-expiry-target' returns the symbol `delete'.
14868
14869         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14870
14871         * nnmail.el (nnmail-expiry-target): Fix custom type.
14872
14873 2008-10-02  Glenn Morris  <rgm@gnu.org>
14874
14875         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14876         Silence compiler warning.
14877
14878 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14879
14880         * tls.el (open-tls-stream): Show the actual command being
14881         executed, instead of the format string.
14882
14883 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * lpath.el: Fbind codepage-setup for Emacs 23.
14886
14887 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14888
14889         * mml.el (mml-menu): Don't assume mml2015 is bound.
14890
14891 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14894         exists.
14895
14896 2008-09-27  Glenn Morris  <rgm@gnu.org>
14897
14898         * gnus-util.el (mail-header-remove-comments): Autoload it.
14899
14900 2008-09-27  Andreas Schwab  <schwab@suse.de>
14901
14902         * gnus-util.el (gnus-split-references): Strip comments.
14903         (gnus-parent-id): Likewise.
14904
14905 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * message.el (message-confirm-send): Fix version.
14908
14909 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * message.el (message-idna-to-ascii-rhs-1): Use
14912         mail-extract-address-components rather than mail-header-parse-addresses
14913         that is an alias by default to ietf-drums-parse-addresses that does not
14914         support non-ASCII names in headers' contents.
14915
14916 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14917
14918         * message.el (message-confirm-send): Fix variable documentation to
14919         avoid the "y/n" wording.
14920
14921 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14922
14923         * message.el (message-set-auto-save-file-name): Save to a different
14924         filename so multiple messages (especially drafts) can be recovered.
14925
14926 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14927
14928         * message.el (message-confirm-send): Add appropriate version.
14929
14930 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14931
14932         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14933         defvar.
14934
14935 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14936
14937         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14938         (mm-pkcs7-enveloped-magic): Ditto.
14939
14940 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14941
14942         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14943         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14944
14945 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14946
14947         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14948         default, it's better.
14949
14950 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14951
14952         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14953         summary line gnus-number property and ignore them (with a warning
14954         message).
14955
14956 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14959         macro caddr in the interactive form since it won't be expanded.
14960
14961 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14964         `charset'; fix name of function called recursively.
14965         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14966
14967 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14970         (gnus-mime-set-charset-parameters): New function.
14971         (gnus-mime-view-part-as-charset): Use it to correctly display part
14972         specifying wrong charset.
14973
14974 2008-09-08  David Engster  <dengste@eml.cc>
14975
14976         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14977         in completing-read for back end server.
14978
14979 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14980
14981         * message.el (message-confirm-send): New variable to confirm sending a
14982         message.
14983         (message-send): Use it.
14984
14985 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14988
14989 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14992
14993 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14994
14995         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14996         prevent tracking too many groups.
14997         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14998         Use it.
14999
15000 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
15001
15002         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15003         moving point to the bottom of the window in order to avoid recentering.
15004
15005 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
15008
15009         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
15010         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
15011         (gnus-article-beginning-of-window): Fix calculation.
15012
15013 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-msg.el (gnus-summary-supersede-article)
15016         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
15017         value of gnus-newsgroup-charset to decode non-MIME encoded text in
15018         message header.
15019
15020 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15021
15022         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
15023         pending output coming after the status change.
15024
15025 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
15026
15027         * message.el:
15028         * gnus-start.el:
15029         * gnus-registry.el: Remove VMS support.
15030
15031 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
15034         macro.
15035         (rfc2104-hash): Use it.
15036
15037 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
15040         (gnus-summary-sort-by-most-recent-date): New commands.
15041         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
15042         and menu entries.
15043
15044 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
15047         don't redisplay article for raw contents; remove plural articles stuff.
15048
15049         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
15050         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
15051         on gnus-summary-save-article; display results properly.
15052
15053 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * lpath.el: No need to fbind ns-focus-frame.
15056
15057 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
15060
15061 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * gnus-art.el (gnus-summary-save-in-pipe):
15064         Consider gnus-save-all-headers.
15065
15066 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
15067
15068         * gnus-util.el (ns-focus-frame): Remove declaration.
15069         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
15070         like x.
15071
15072 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
15073
15074         * rfc2104.el (rfc2104-zero): Delete defconst.
15075         (rfc2104-hex-alist): Likewise.
15076         (rfc2104-hex-to-int): Delete func.
15077         (rfc2104-hexstring-to-bitstring): Likewise.
15078         (rfc2104-nybbles): New defconst.
15079         (rfc2104-hash): Rewrite for speed.
15080
15081 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * tls.el (open-tls-stream): Make it work with the 2nd argument
15084         BUFFER that is a string but does not exist as a buffer object, as
15085         mentioned in the doc-string.
15086
15087 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
15090         SXEmacs.
15091
15092 2008-07-16  Glenn Morris  <rgm@gnu.org>
15093
15094         * gnus-util.el (ns-focus-frame): Declare for compiler.
15095
15096 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
15099         set as a group parameter.
15100         (gnus-summary-save-in-pipe): Work when it is called independently.
15101         (gnus-summary-pipe-to-muttprint): Don't modify
15102         gnus-summary-pipe-output-default-command.
15103
15104 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15105
15106         * message.el (message-send-mail-with-sendmail):
15107         Display the error message.
15108
15109 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-art.el (gnus-default-article-saver):
15112         Add gnus-summary-save-in-pipe to choices.
15113         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
15114         gnus-summary-pipe-output-default-command as the default command.
15115         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
15116         instead of gnus-last-shell-command.
15117
15118         * gnus-sum.el (gnus-summary-pipe-output-default-command):
15119         New user option.
15120         (gnus-summary-muttprint-program): Mention the value will be changed.
15121         (gnus-summary-save-article): Force showing of all headers.
15122         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
15123
15124 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
15125
15126         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
15127
15128 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
15129
15130         * nnimap.el (nnimap-id):
15131         * sieve-manage.el (sieve-manage-open): Doc fixes.
15132
15133 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
15134
15135         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
15136         if available.
15137
15138 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15139
15140         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
15141
15142         * nnkiboze.el (nnkiboze-generate-group):
15143         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
15144
15145         * nnmairix.el: Require CL.
15146
15147 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * dgnushack.el: Autoload get-display-table and put-display-table for
15150         XEmacs 21.5.
15151
15152         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
15153         21.4 and SXEmacs.
15154
15155 2008-06-15  David Engster  <dengste@eml.cc>
15156
15157         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
15158
15159 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
15160
15161         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
15162         New macros that expand to an `aset'/`aref' call under Emacs, and to a
15163         runtime choice under XEmacs.
15164
15165         * gnus-sum.el (gnus-summary-set-display-table):
15166         Use `gnus-put-display-table', `gnus-get-display-table',
15167         `gnus-set-display-table' for the display table, instead of `aset'.
15168
15169         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
15170         Use `gnus-put-display-table', `gnus-get-display-table',
15171         `gnus-set-display-table' for the display table.
15172
15173 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * nnmairix.el: Add autoloads.
15176
15177 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * nnmairix.el (nnmairix-delete-recreate-group)
15180         (nnmairix-update-and-clear-marks): Fix error messages.
15181
15182 2008-06-14  David Engster  <dengste@eml.cc>
15183
15184         * nnmairix.el: Upgrade to version 0.6.
15185         (nnmairix-group-toggle-propmarks-this-group)
15186         (nnmairix-group-toggle-readmarks-this-group)
15187         (nnmairix-group-delete-recreate-this-group)
15188         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
15189         (nnmairix-remove-tick-mark-original-article): New commands.
15190         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
15191         (nnmairix-propagate-marks-to-nnmairix-groups)
15192         (nnmairix-only-use-registry, nnmairix-allowfast-default)
15193         (nnmairix-marks-cache, nnmairix-version-output): New variables.
15194         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
15195         functions needed for marks propagation and manipulation of read marks.
15196         (nnmairix-update-groups): New function.
15197         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
15198         (nnmairix-determine-original-group-from-registry)
15199         (nnmairix-determine-original-group-from-path)
15200         (nnmairix-get-group-from-file-path, nnmairix-map-range)
15201         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
15202         New helper functions.
15203         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
15204         keystrokes for new commands.
15205         (nnmairix-delete-and-create-on-change): Doc string cleanup.
15206         (nnmairix-request-group): Check allow-fast group parameter.
15207         (nnmairix-request-create-group): Set allow-fast group parameter if
15208         nnmairix-allowfast-default is set.
15209         (nnmairix-close-group): Propagate marks upon closing if needed.
15210         (nnmairix-group-toggle-threads-this-group): Use new.
15211         nnmairix-group-toggle-parameter helper function.
15212         (nnmairix-search): Better check for empty search result.
15213         (nnmairix-goto-original-article): Use new helper functions for
15214         determining original article.
15215         (nnmairix-show-original-article): Make sure message-id is in brackets.
15216         (nnmairix-call-mairix-binary): Change variable name.
15217         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
15218         helper function.
15219         (nnmairix-widget-toggle-activate): Fix doc string.
15220
15221 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * nnir.el: Require edmacro when compiling with XEmacs.
15224         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
15225         available in Emacs 21.
15226
15227 2008-06-11  Glenn Morris  <rgm@gnu.org>
15228
15229         * gnus-util.el (x-focus-frame):
15230         * gnus.el (image-size):
15231         * mm-decode.el (image-size): Declare.
15232
15233         * gnus-picon.el (declare-function): Add compat definition.
15234         (image-size): Declare.
15235
15236         * gnus-group.el (tool-bar-map):
15237         * gnus-sum.el (tool-bar-map): Define for compiler.
15238
15239         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15240
15241         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15242
15243         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15244         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15245         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15246         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15247         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15248         * sieve-manage.el, spam-report.el, spam.el:
15249         Remove unnecessary eval-and-compile of autoloads.
15250
15251 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15252
15253         * auth-source.el: Precise Tramp doc.
15254
15255 2008-06-07  Glenn Morris  <rgm@gnu.org>
15256
15257         * nnmairix.el: Remove unnecessary eval-when-compile.
15258
15259 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * lpath.el: Fbind propertize for XEmacs 21.4.
15262
15263 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15264
15265         * nnir.el: Move here from ../contrib.
15266
15267 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15268
15269         * gnus-util.el (gnus-read-shell-command): New function.
15270         * mm-decode.el (mm-pipe-part):
15271         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15272
15273 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15276
15277 2008-06-03  Glenn Morris  <rgm@gnu.org>
15278
15279         * pop3.el (nnheader-accept-process-output): Autoload it.
15280
15281 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15284         are not 2-digit hexadecimal characters that follow `%'s.
15285
15286 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * message.el (message-bogus-recipient-p): Fix type in doc string.
15289         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15290         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15291         Improve custom options.
15292         (message-bogus-recipient-p): Adjust accordingly.
15293
15294 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15295
15296         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15297         long-form month and day names.
15298
15299 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * dgnushack.el: Autoload debug, eudc-expand-inline and
15302         pgg-snarf-keys-region for XEmacs.
15303
15304         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15305
15306         * nnmairix.el: Require edmacro when compiling with XEmacs.
15307
15308 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15311         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15312
15313 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * auth-source.el: Add more docs.
15316
15317         * netrc.el (netrc-machine): Always match if the port is not given.
15318
15319 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15320
15321         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15322         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15323         retrieval faster in some cases, but might make CPU usage larger.
15324         If this has any bad side effects, we might revert this change.
15325
15326         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15327         seems to make mail retrieval much, much faster.
15328         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15329         unconditionally.
15330
15331         * gnus-draft.el (gnus-group-send-queue):
15332         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15333
15334 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15337
15338         * message.el (message-bogus-address-regexp): Fix and improve custom
15339         type.
15340         (message-setup-hook): Add message-check-recipients as custom option.
15341
15342 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * message.el (message-cite-function): Remove bogus autoload which crept
15345         in during merge from v5-10.
15346
15347 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15348
15349         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15350
15351         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15352
15353         * auth-source.el: Preliminary Tramp docs.
15354         (auth-sources): Change the default auth-sources to use
15355         EPA .gpg files.
15356
15357 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15358
15359         * nntp.el: Autoload `auth-source-user-or-password'.
15360         (nntp-send-authinfo): Use it.
15361
15362         * nnimap.el: Autoload `auth-source-user-or-password'.
15363         (nnimap-open-connection): Use it.
15364
15365         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15366         for the gnus-message function.
15367         (auth-source-user-or-password): Use it.
15368
15369 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15370
15371         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15372         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15373         (rfc2104-hash): Use it.
15374
15375 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15376
15377         * gnus-art.el (gnus-article-toggle-truncate-lines):
15378         Don't use `iff' in docstring.
15379
15380 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15381
15382         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15383
15384         * gnus-util.el (gnus-extract-address-component-name)
15385         (gnus-extract-address-component-email): Convenience functions around
15386         `gnus-extract-address-components'.
15387
15388         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15389         Use `gnus-extract-address-component-email' to fix bug of comparing full
15390         sender name to `user-mail-address'.
15391
15392 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15393
15394         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15395         catch/throw to optimize.
15396         (gnus-registry-find-keywords): Just use member to find a keyword.
15397
15398 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15399
15400         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15401         is current before calling gnus-server-prepare.
15402         (gnus-server-setup-buffer, gnus-server-update-server)
15403         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15404
15405 2008-05-04  Juri Linkov  <juri@jurta.org>
15406
15407         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15408         (mailcap-file-default-commands): Use mailcap-replace-in-string
15409         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15410         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15411
15412 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15413
15414         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15415
15416 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15417
15418         * gnus.el: Bump version to 0.11.
15419
15420 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15421
15422         * gnus.el: No Gnus v0.10 is released.
15423
15424 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15425
15426         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15427         hooks.
15428         (gnus-update-read-articles): Speed up non-marks-using users.
15429         (gnus-use-marks): Define gnus-use-marks.
15430         (gnus-propagate-marks): Rename variable to something more sensible.
15431
15432 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15433
15434         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15435         (gmm-image-load-path-for-library): Fix typos in docstrings.
15436         (gmm-message): Reflow docstring.
15437
15438 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15439
15440         * mail-source.el (mail-source-set-1, mail-source-bind):
15441         Move auth-source code out of the macro to clean it up and fix bugs.
15442
15443 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15446         by sender if it's equal to user-mail-address, it's likely to be
15447         useless.
15448
15449         * mail-source.el (mail-source-bind): Don't use user or password if they
15450         are not bound.  Unintern them if they are nil.  Don't use server unless
15451         it's bound, and default it to empty string otherwise.
15452
15453 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * mail-source.el: Load auth-source.el.
15456         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15457         get user name or password, if auth-sources is set up.
15458
15459         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15460         strategy of splitting with parent.
15461         (gnus-registry-split-fancy-with-parent)
15462         (gnus-registry-post-process-groups): Use it and fix prior
15463         bug (returning a list as the split result).
15464
15465         * auth-source.el (auth-sources): Remove server parameter.
15466         (auth-source-pick, auth-source-user-or-password)
15467         (auth-source-user-or-password-imap)
15468         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15469         (auth-source-user-or-password-sftp)
15470         (auth-source-user-or-password-smtp): Remove server parameter.
15471
15472 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15473
15474         * smime.el (smime-sign-region, smime-encrypt-region)
15475         (smime-decrypt-region):
15476         Remove redundant calls to `generate-new-buffer-name'.
15477
15478 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15479
15480         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15481         Don't use QP for message/rfc822.
15482         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15483
15484 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15485
15486         * sieve-manage.el (sieve-string-bytes): Remove.
15487         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15488         correct byte-length only if the process's coding-system is the same as
15489         the one used internally by Emacs to represent strings.
15490
15491 2008-04-22  Juri Linkov  <juri@jurta.org>
15492
15493         * mailcap.el (mailcap-file-default-commands): New function.
15494
15495 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * message.el (message-signature-separator, message-cite-function):
15498         Change custom version.
15499
15500 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15501
15502         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15503         commands.
15504         (tls-checktrust): Ditto.
15505
15506 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * mm-decode.el (mm-display-external): Make temp file read-only.
15509
15510 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15513         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15514         `C-c C-f d'.
15515
15516 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15517
15518         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15519
15520 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * gnus.el: Bump version to 0.9.
15523
15524 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * gnus.el: No Gnus v0.8 is released.
15527
15528 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15529
15530         * mail-source.el (mail-source-value):
15531         Prefer fboundp to functionp so it works with macros as well.
15532
15533 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15534
15535         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15536         Fix last change in case the element is not even a symbol.
15537
15538 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15539
15540         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15541         Prefer fboundp to functionp so it works with macros as well.
15542
15543 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15544
15545         * auth-source.el: Add docs.
15546         (auth-sources): Modify format to support server.
15547         (auth-source-pick, auth-source-user-or-password)
15548         (auth-source-user-or-password-imap)
15549         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15550         (auth-source-user-or-password-sftp)
15551         (auth-source-user-or-password-smtp): Add server parameter.
15552
15553 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15554
15555         * gnus-registry.el: Initialize the registry when gnus-registry-install
15556         is t.
15557
15558 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * compface.el (uncompface): Make buffer unibyte.
15561
15562 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15563
15564         * mail-source.el (mail-source-value):
15565         Prefer fboundp to functionp so it works with macros as well.
15566
15567 2008-04-05  Glenn Morris  <rgm@gnu.org>
15568
15569         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15570
15571 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15572
15573         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15574         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15575
15576         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15577         multibyteness after rather than before erasing it.
15578
15579         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15580         mm-with-multibyte.
15581         (gnus-request-article-this-buffer): Make sure the proper decoding is
15582         used if gnus-original-article-buffer happens to be unibyte.
15583
15584         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15585         default-enable-multibyte-characters.
15586
15587         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15588         default-enable-multibyte-characters.
15589
15590         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15591
15592         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15593
15594 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15595
15596         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15597         Fix last change in case the element is not even a symbol.
15598
15599 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15600
15601         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15602         (imap-message-copyuid-1): Use it.
15603         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15604         J. Williams in
15605         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15606
15607         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15608         imap-enable-exchange-bug-workaround.
15609         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15610
15611 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15612
15613         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15614         a 100 byte status-checks into a 2-3MB transfer for each group.
15615         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15616         to enable bug workaround or not.
15617         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15618
15619 2008-03-31  Glenn Morris  <rgm@gnu.org>
15620
15621         * message.el (mml2015-use): Declare for compiler.
15622         (message-info): Require mml2015 when appropriate.
15623
15624 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15627         whitespace.
15628
15629 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15630
15631         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15632         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15633         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15634         (nntp-service-to-port): New function.
15635         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15636         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15637         (nntp-open-netcat-stream): New function.
15638         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15639
15640 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15641
15642         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15643
15644 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15645
15646         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15647
15648 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15649
15650         * dns.el (dns-write): Use set-buffer-multibyte.
15651
15652 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15653
15654         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15655
15656 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * message.el (message-signature-separator): Change default.
15659         Improve custom type.
15660         (message-cite-function): Change default to
15661         message-cite-original-without-signature.
15662
15663         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15664         toggle.
15665
15666         * message.el (message-check-news-body-syntax): Fix signature check.
15667         (message-setup-1): Mark buffer as unmodified _after_ running
15668         message-setup-hook and handling message-alternative-emails.
15669         (message-shorten-references): Be more strict when building list of
15670         valid references to comply with GNKSA.
15671
15672         * gnus-group.el (gnus-read-ephemeral-bug-group)
15673         (gnus-read-ephemeral-debian-bug-group)
15674         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15675
15676         * message.el (message-info): Don't use booleanp which isn't supported
15677         in Emacs 21 and XEmacs.
15678
15679 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15682         gnus-group-gmane-group-download-format.
15683         (gnus-group-read-ephemeral-gmane-group): Rename from
15684         gnus-group-read-ephemeral-gmane-group.
15685         (gnus-read-ephemeral-gmane-group-url): Rename from
15686         gnus-group-read-ephemeral-gmane-group-url.
15687         (gnus-bug-group-download-format-alist): New variable.
15688         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15689         (gnus-read-ephemeral-emacs-bug-group): New commands.
15690
15691 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15694         (gnus-visible-headers): Improve custom type.
15695
15696 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * mml.el (mml-menu): Add workarounds for XEmacs.
15699
15700         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15701         X-Boundary header.
15702
15703         * message.el (message-simplify-recipients): Fix previous commit.
15704
15705 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15706
15707         * mm-util.el (mm-set-buffer-multibyte): New function.
15708         * mm-decode.el (mm-copy-to-buffer): Use it.
15709
15710         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15711         Prefer fboundp to functionp so it works with macros as well.
15712
15713 2008-03-19  Glenn Morris  <rgm@gnu.org>
15714
15715         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15716         Accidentally removed in the sync process with Emacs.
15717
15718 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * message.el (message-alter-recipients-discard-bogus-full-name):
15721         New function.
15722         (message-alter-recipients-function): New variable.
15723         (message-get-reply-headers): Use it.
15724         (message-replace-header): New helper function.
15725         (message-recipients-without-full-name): New variable.
15726         (message-simplify-recipients): New command.
15727
15728         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15729
15730         * message.el (message-info): Handle EasyPG manual.
15731
15732         * mml.el (mml-menu): Add entry for EasyPG.
15733
15734 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15735
15736         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15737         parameter.
15738
15739         * message.el (message-disassociate-draft): Specify drafts group name
15740         fully.
15741
15742 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15745         Eliminate unnecessary duplicates from the match list.
15746
15747 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15750
15751         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15752
15753         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15754         args of `how-many' of which the XEmacs version doesn't take; declare
15755         Info-index-next as function.
15756
15757 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * gnus-score.el (gnus-score-headers): Fix handling of
15760         gnus-inhibit-slow-scoring.
15761
15762         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15763         string.
15764         (gnus-button-url-regexp): Improve handling of parenthesis.
15765         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15766         (gnus-button-handle-info-keystrokes): Handle index entries.
15767
15768 2008-03-15  Glenn Morris  <rgm@gnu.org>
15769
15770         * parse-time.el (parse-time-string): Simplify.
15771
15772 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15775         Incoming* files.
15776
15777 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15778
15779         * auth-source.el (auth-sources): Rename from auth-source-choices.
15780         (auth-source-pick): Use it.
15781
15782 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15783
15784         * binhex.el (binhex-decode-region-internal):
15785         * uudecode.el (uudecode-decode-region-internal):
15786         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15787         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15788         setting default-enable-multibyte-characters.
15789
15790 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * auth-source.el (auth-source-protocols)
15793         (auth-source-protocols-customize, auth-source-choices): Add and
15794         modified variable customizations and defaults.
15795         (auth-source-pick, auth-source-user-or-password)
15796         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15797         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15798         (auth-source-user-or-password-sftp)
15799         (auth-source-user-or-password-smtp): Use new variables and provide an
15800         interface to netrc.el.
15801
15802 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15805         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15806         Make sure the nntp port to specify is a string.
15807
15808 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15809
15810         * nntp.el: Use with-current-buffer.
15811         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15812         dubious mm-with-unibyte-current-buffer.
15813         (nntp-with-open-group-function): New function extracted from
15814         nntp-with-open-group macro.
15815         (nntp-with-open-group): Use the function, so it's easier to debug.
15816         Add indentation and debugging info.
15817         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15818         Recommend the use of the netcat alternatives.
15819
15820         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15821         Avoid mm-string-as-multibyte as well.
15822
15823         * nnweb.el (nnweb-insert-html):
15824         Remove use of nnheader-string-as-multibyte.
15825
15826         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15827         (nnheader-string-as-multibyte): Remove.
15828
15829         * mm-view.el: Use inhibit-read-only.
15830         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15831         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15832         or unibyte-string.
15833
15834         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15835         (mm-uu-yenc-extract): Use with-current-buffer.
15836
15837         * gnus-soup.el (gnus-soup-send-packet): Don't use
15838         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15839
15840         * nnmh.el: Use with-current-buffer.
15841         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15842         mm-string-as-multibyte on the output of mm-encode-coding-string.
15843
15844         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15845         (nnimap-request-move-article): Use with-current-buffer.
15846
15847         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15848         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15849         conversion uses string-make-unibyte rather than string-as-unibyte.
15850
15851         * gnus-msg.el: Use with-current-buffer.
15852
15853         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15854
15855 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15856
15857         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15858         string for caching if it is 'PIN.
15859
15860 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * lpath.el: Consider the case without Emacs/W3.
15863
15864 2008-03-08  Glenn Morris  <rgm@gnu.org>
15865
15866         * time-date.el (date-to-time, time-subtract, time-add)
15867         (safe-date-to-time): Doc fixes.
15868
15869 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * mail-source.el (mail-source-delete-old-incoming-confirm):
15872         Change default to nil.
15873         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15874
15875 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * lpath.el: Rearrange.
15878
15879         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15880         (gnus-article-goto-prev-page): Work for articles having ^L's.
15881
15882         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15883
15884         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15885
15886 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15887
15888         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15889         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15890         (gnus-bookmark-jump): Adjust some variable names.
15891
15892 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15893
15894         * auth-source.el: New package.
15895         (auth-source-choices): Add customization entry point variable.
15896
15897         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15898         bug.
15899
15900 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15903         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15904         (gnus-registry-install-shortcuts): Rename from
15905         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15906         the `gnus-registry-mark-map' keymap dynamically from
15907         `gnus-registry-marks'.  The generated functions update the summary line
15908         when a registry mark is added or deleted, and will call
15909         `gnus-registry-install-p' (see the comments in the code).
15910         (gnus-registry-user-format-function-M): Use concat intelligently.
15911
15912         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15913         the registry mark functions.
15914
15915 2008-03-05  Glenn Morris  <rgm@gnu.org>
15916
15917         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15918         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15919         gnus-art.
15920         (top-level): No need to load own source when compiling.
15921
15922 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15925         Suggested by <chris.anderton@zetnet.co.uk>.
15926
15927 2008-03-04  Glenn Morris  <rgm@gnu.org>
15928
15929         * gnus-sum.el (top-level): No need to require gnus when compiling,
15930         since unconditionally required near start of file.
15931         (gnus-summary-display-while-building): Move definition before use.
15932
15933 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15934
15935         * gnus-registry.el (gnus-registry-user-format-function-M):
15936         Add formatting function.
15937
15938 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15939
15940         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15941         with plists.
15942         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15943         Use new format.
15944
15945 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15948         `where-is-internal' that returns a range of key sequences.
15949
15950 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15951
15952         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15953
15954         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15955         (gnus-summary-jump-to-group): Consider windows on other displayed
15956         frames as well.  Similar changes might be needed elsewhere, but that's
15957         the one I've bumped into during my use.
15958
15959         * nndoc.el (nndoc-oe-dbx-type-p):
15960         * gnus-msg.el (gnus-debug):
15961         * gnus-group.el (gnus-update-group-mark-positions):
15962         Use mm-string-to-multibyte.
15963
15964 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15967         doesn't handle NotDashEscaped.
15968
15969         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15970         (mml-dnd-attach-options): Fix typo in custom choice.
15971
15972         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15973         Change nndoc-article-type to mbox.
15974         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15975
15976         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15977         to nil, instead of html2text.
15978
15979         * imap.el (imap-debug): Add `imap-ping-server'.
15980
15981         * gnus-bookmark.el: Add FIXMEs.
15982
15983         * message.el (message-form-letter-separator)
15984         (message-send-form-letter-delay): New variables.
15985         (message-send-form-letter): Use them.  New command to send form
15986         letters.  Requested by Uwe Siart.
15987         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15988
15989 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * Update copyright years.
15992
15993 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15994
15995         Sync from EMACS_22_BASE.
15996
15997         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15998
15999 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
16000
16001         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
16002         empty author.
16003
16004 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
16005
16006         * gnus-registry.el (gnus-registry-marks): Add variable for
16007         customization of marks and their appearance.
16008         (gnus-registry-read-mark): Use it.
16009         (gnus-registry-do-marks): Add utility function to loop through
16010         `gnus-registry-marks'.
16011         (gnus-registry-install-shortcuts-and-menus): Add function to install
16012         shortcuts and menus.
16013         (gnus-registry-initialize): Use it.
16014         (gnus-registry-default-mark): Clarify documentation.
16015
16016 2008-02-29  Glenn Morris  <rgm@gnu.org>
16017
16018         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
16019         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
16020         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
16021         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
16022         Change defcustom :version from 23.0 to 23.1.
16023
16024 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
16025
16026         * gnus-registry.el (gnus-registry-follow-group-p)
16027         (gnus-registry-post-process-groups): Add functions to aid registry
16028         splitting and improve logging.  Clarify behavior in function
16029         documentation.
16030         (gnus-registry-split-fancy-with-parent): Use them.
16031
16032 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16033
16034         * gnus-art.el: Use with-current-buffer.
16035
16036 2008-02-27  David Engster  <dengste@eml.cc>
16037
16038         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
16039         Express real group name in the response.
16040
16041 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
16044         (nnmairix-last-server, nnmairix-current-server): Defvar them.
16045         (nnmairix-goto-original-article): Defvar gnus-registry-install and
16046         autoload gnus-registry-fetch-group when compiling.
16047         (nnmairix-request-group-with-article-number-correction):
16048         Remove unreferenced argument passed to nnmairix-call-backend.
16049
16050 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16051
16052         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
16053         (mm-uu-extract): Improve face for low color ttys.
16054         Reported by Sascha Wilde.
16055
16056 2008-02-27  Glenn Morris  <rgm@gnu.org>
16057
16058         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
16059         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
16060         variables to defconsts.  Convert comments to doc-strings.
16061         (nnmairix-last-server, nnmairix-current-server): Convert from free
16062         variables to defvars.  Convert comments to doc-strings.
16063         (gnus-registry-fetch-group): Autoload.
16064         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
16065         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
16066         (nnmairix-widget-build-editable-fields): Use car cddr rather than
16067         caddr.
16068         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
16069         nnmairix-request-group-with-article-number-correction call.
16070         (nnmairix-fast, nnmairix-group): New, less general names, for free
16071         variables passed from nnmairix-request-group to
16072         nnmairix-request-group-with-article-number-correction.  Declare.
16073         (nnmairix-request-group-with-article-number-correction):
16074         Use nnmairix-fast, nnmairix-group rather than fast, group.
16075
16076 2008-02-26  David Engster  <dengste@eml.cc>
16077
16078         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
16079         version 0.5.
16080
16081 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16082
16083         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
16084         instead of making an extra function call.  Don't add the current group
16085         to articles only when they have the group.  Use
16086         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
16087         Reported by David <de_bb@arcor.de>.
16088
16089 2008-02-24  Miles Bader  <miles@gnu.org>
16090
16091         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
16092         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
16093         (mm-find-mime-charset-region):
16094         * mm-bodies.el (mm-encode-body):
16095         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
16096
16097 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
16100         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
16101
16102 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
16103
16104         * mail-source.el (mail-source-delete-incoming): Change default.
16105         Supplement doc string.
16106
16107         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
16108
16109 2008-02-14  Glenn Morris  <rgm@gnu.org>
16110
16111         * time-date.el (format-seconds): New function.
16112
16113 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16114
16115         * nnmail.el (nnmail-message-id-cache-file): Derive from
16116         `gnus-home-directory'.
16117
16118 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
16121         Document negative prefix.
16122
16123         * gnus-group.el (gnus-group-read-group): Document negative prefix.
16124
16125 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126
16127         * message.el (message-unsent-separator): Add the Exim bounce
16128         separator.
16129
16130 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16131
16132         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
16133         list.
16134         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
16135         recipient/signer list.
16136
16137 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * Makefile.in (datarootdir): Define.
16140         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
16141         name that might contain whitespace.
16142
16143 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
16146         fbound (Emacs 23 unicode), signal an error.
16147
16148 2008-02-08  Glenn Morris  <rgm@gnu.org>
16149
16150         * gnus-art.el (pgg-display-output-buffer): Declare as function.
16151
16152 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
16153
16154         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
16155         ports to the calls to `netrc-machine-user-or-password' in addition to
16156         "imap" and "imaps".
16157
16158 2008-02-01  Zhang Wei  <id.brep@gmail.com>
16159
16160         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
16161
16162         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
16163
16164 2008-02-01  Kenichi Handa  <handa@m17n.org>
16165
16166         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
16167         rfc2104-hexstring-to-bitstring and changed to return a byte list.
16168         (rfc2104-hash): Convert the result of concat to unibyte string.
16169
16170 2008-02-01  Dave Love  <fx@gnu.org>
16171
16172         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
16173         coding-system-for-read.
16174         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
16175
16176 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * gnus.el (gnus-group-startup-message): Add `find-image' call before
16179         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
16180         <hanche@math.ntnu.no>.
16181
16182 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
16185
16186         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
16187
16188 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
16189
16190         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
16191         * message.el (message-beginning-of-line): Use featurep instead of bound
16192         tests in order to resolve conditionals at compile time.
16193
16194 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
16195
16196         * mail-source.el (mail-sources): Add `group' choice.
16197
16198         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
16199         parameter `in-group' to control into which group the articles go.
16200         Add treatment of `group' mail-source.
16201
16202 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
16205
16206         * mm-decode.el (mm-dissect-buffer): Decode description.
16207
16208         * mml.el (mml-to-mime): Encode message header first.
16209
16210 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
16213         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
16214
16215         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
16216         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
16217
16218 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
16221
16222 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
16225         prefix keys.
16226         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
16227         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
16228         gnus-xmas.el.
16229
16230         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16231         (gnus-xmas-article-describe-bindings): New function.
16232         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16233         gnus-xmas-article-describe-bindings.
16234
16235         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16236
16237 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16238
16239         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16240         Add new variables for article mark management.
16241         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16242         list of extra data entries which, when present, will indicate that the
16243         article ID should not be trimmed from the registry.
16244         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16245         functions.
16246         (gnus-registry-read-mark): New function to read a mark name from the
16247         user.
16248         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16249         (gnus-registry-set-article-mark-internal): New functions to add and
16250         remove marks.
16251         (gnus-registry-get-article-marks): New function to show the marks for
16252         an article, or retrieve them for further use.
16253
16254 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16257         keys when no argument is given.
16258
16259 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * imap.el (imap-ping-server): New variable.
16262         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16263         (imap-ping-server): Minor doc string fixes.
16264
16265 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16266
16267         * imap.el (imap-ping-server): New function.
16268         (imap-opened): Call imap-ping-server.
16269
16270 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16271
16272         * gnus-sum.el (gnus-article-sort-by-random)
16273         (gnus-thread-sort-by-random): Fix doc strings.
16274         Reported by jidanni@jidanni.org.
16275
16276 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-art.el (gnus-article-describe-bindings): New function.
16279         (gnus-article-read-summary-keys): Use it.
16280         (gnus-article-mode-map): Bind `C-h b' to it.
16281
16282 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16285         XEmacs.
16286         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16287         Protect against non-character events.
16288
16289         * lpath.el: Fbind map-keymap for Emacs 21.
16290
16291 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16292
16293         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16294         New command.
16295         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16296         instead of END.  Change name of the temp file.
16297         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16298         customizable.
16299
16300 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16303         bind `S W' to gnus-article-wide-reply-with-original; set default
16304         binding to gnus-article-read-summary-send-keys.
16305         (gnus-article-read-summary-keys): Fix the order of keys; display
16306         continuation keys correctly in the echo area; describe bindings
16307         correctly when keys end with `C-h'.
16308         (gnus-article-read-summary-send-keys): New function.
16309         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16310         Work for gnus-article-read-summary-send-keys; display continuation keys
16311         correctly in the echo area.
16312         (gnus-article-reply-with-original): Ignore prefix argument.
16313         (gnus-article-wide-reply-with-original): New function.
16314
16315         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16316         Emacs 21.
16317
16318 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16321         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16322
16323 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16326         (gnus-group-read-ephemeral-gmane-group): New command.
16327
16328 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16329
16330         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16331
16332 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * message.el (message-send-mail-function): Increase custom version.
16335
16336         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16337         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16338
16339 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16340
16341         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16342         for the cases where imap-authenticate is called with a nil buffer
16343         parameter.
16344
16345 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16348         html parts correctly; support forwarded messages.
16349         (gnus-article-browse-html-article): Remove work buffers.
16350
16351         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16352         compiling.
16353         (netrc-bound-and-true-p): New macro.
16354         (netrc-parse): Use it instead of bound-and-true-p that is not available
16355         in XEmacs 21.4.
16356
16357 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16358
16359         * gnus-registry.el (gnus-registry-mark-article)
16360         (gnus-registry-article-marks): Add functionality to mark articles
16361         through the Gnus registry.
16362
16363         * encrypt.el: Clarify documentation for the new pgg method.
16364         (encrypt-file-alist): Add PGG option.
16365         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16366         functionality.  Abstract password key and messaging to external
16367         functions.
16368         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16369         (encrypt-message-method-and-cipher): Add new convenience external
16370         functions.
16371         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16372         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16373
16374         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16375         (netrc-parse): Use encrypt-file-alist to determine if
16376         encrypt-find-model or encrypt-insert-file-contents should be used.
16377
16378         * encrypt.el: Clarify documentation.  Load password-cache or
16379         password, whichever one is found first, instead of autoloading.
16380
16381 2007-12-19  Glenn Morris  <rgm@gnu.org>
16382
16383         * mml.el (message-options-set, message-narrow-to-head)
16384         (message-in-body-p, message-mail-p, message-encode-message-body):
16385         Autoload.
16386         (message-remove-header, message-narrow-to-headers-or-head)
16387         (message-subscribed-p, message-make-mail-followup-to)
16388         (message-position-on-field, message-news-p)
16389         (message-options-set-recipient, message-generate-headers)
16390         (message-sort-headers): Declare as functions.
16391
16392 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16395         convention in doc string.
16396
16397 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16400         title to html parts.
16401         (gnus-article-browse-html-article): Pass message header to it.
16402
16403         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16404
16405 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16408         or password compatible with XEmacs.
16409
16410 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16413         format document.
16414         (gnus-mime-delete-part): Don't write description line if empty.
16415         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16416
16417 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16418
16419         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16420         (gnus-summary-mark-read-and-unread-as-read)
16421         (gnus-summary-mark-current-read-and-unread-as-read)
16422         (gnus-summary-mark-unread-as-ticked): Doc fix.
16423         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16424
16425 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16426
16427         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16428         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16429
16430 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16433         yes-or-no-p.
16434
16435 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * mm-decode.el (mm-add-meta-html-tag): New function.
16438         (mm-save-part-to-file, mm-pipe-part): Use it.
16439
16440         * gnus-art.el (gnus-article-browse-delete-temp-files):
16441         Use gnus-y-or-n-p instead of y-or-n-p.
16442         (gnus-article-browse-html-parts): Work with message/external-body; use
16443         mm-add-meta-html-tag.
16444
16445 2007-12-11  Glenn Morris  <rgm@gnu.org>
16446
16447         * gnus-cache.el: Require gnus-sum not just when compiling.
16448
16449         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16450
16451         * gnus-int.el (gnus-server-opened, gnus-status-message):
16452         Move definitions before use.
16453
16454         * mm-decode.el: Require gnus-util.
16455         (mm-remove-part): Only call delete-annotation on XEmacs.
16456
16457         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16458
16459         * nnmail.el: Require gnus-int.
16460
16461         * spam.el: Move `require's before `eval-when-compile's.
16462
16463         * gnus-ems.el (gnus-alive-p):
16464         * gnus-fun.el (message-goto-eoh):
16465         * gnus-util.el (gnus-group-name-decode):
16466         * mail-source.el (gnus-compress-sequence):
16467         * message.el (Info-goto-node, format-spec):
16468         * mm-bodies.el (message-options-get):
16469         * mm-decode.el (mm-view-pkcs7):
16470         * mm-util.el (gmm-write-region):
16471         * mml-smime.el (mml-compute-boundary)
16472         (gnus-completing-read-with-default):
16473         * mml.el (widget-button-press, gnus-make-hashtable):
16474         * mml1991.el (mm-decode-content-transfer-encoding)
16475         (mm-encode-content-transfer-encoding)
16476         (message-options-get, message-options-set):
16477         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16478         * nnfolder.el (gnus-request-group):
16479         * nnheader.el (ietf-drums-unfold-fws):
16480         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16481         * smime.el (gnus-run-mode-hooks):
16482         * spam-stat.el (gnus-message): Autoload.
16483
16484         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16485         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16486         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16487         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16488         Add declare-function compatibility definition.
16489
16490         * gnus-cache.el (nnvirtual-find-group-art):
16491         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16492         (gnus-add-image, gnus-add-wash-type):
16493         * gnus-group.el (nnkiboze-score-file):
16494         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16495         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16496         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16497         (message-tokenize-header, gnus-get-buffer-create)
16498         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16499         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16500         * gnus.el (gnus-group-decoded-name):
16501         * mail-source.el (imap-capability):
16502         * mm-bodies.el (message-options-set):
16503         * mm-decode.el (gnus-configure-windows):
16504         * mm-extern.el (message-goto-body):
16505         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16506         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16507         (epg-sub-key-validity, message-options-set):
16508         * mml.el (widget-event-point, gnus-configure-windows):
16509         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16510         * mml2015.el (epg-check-configuration, epg-configuration)
16511         (message-options-set):
16512         * nndb.el (nndb-request-article):
16513         * nnfolder.el (gnus-request-create-group):
16514         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16515         * nnmaildir.el (gnus-group-mark-article-read):
16516         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16517         * rfc1843.el (message-fetch-field):
16518         * spam.el (gnus-extract-address-components):
16519         Declare as functions.
16520
16521 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16524
16525         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16526
16527         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16528         bind show-trailing-whitespace for XEmacs.
16529
16530 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16533         new no-op macro for backward compatibility.
16534
16535         * imap.el (imap-string-to-integer): New function.
16536
16537 2007-12-09  Glenn Morris  <rgm@gnu.org>
16538
16539         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16540
16541         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16542         * message.el, mm-view.el, sieve-manage.el, smime.el:
16543         Add declare-function compatibility definition.
16544
16545         * gnus-art.el (w3-region, w3m-region, Info-menu):
16546         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16547         * gnus-sum.el (gnus-get-predicate):
16548         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16549         * message.el (mail-abbrev-in-expansion-header-p):
16550         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16551         (w3m-detect-meta-charset, w3m-region):
16552         * sieve-manage.el (password-read, password-cache-add)
16553         (password-cache-remove):
16554         * smime.el (password-read-and-add): Declare as functions.
16555
16556 2007-12-08  David Kastrup  <dak@gnu.org>
16557
16558         * gnus-sum.el (gnus-summary-simplify-subject-query):
16559         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16560         `message'.
16561
16562 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16565         it to bind idna-program, installation-directory, defined-colors, and
16566         face-attribute for XEmacs of the version that compiles defcustom forms.
16567
16568 2007-12-07  Glenn Morris  <rgm@gnu.org>
16569
16570         * gnus-art.el (article-make-date-line): Revert previous change.
16571
16572 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16575
16576 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16577
16578         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16579         Call gnus-add-to-range ranges only once with a prepared article-list.
16580
16581 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16582
16583         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16584         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16585         group names with backslashes.
16586         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16587
16588 2007-12-06  Deepak Goel  <deego3@gmail.com>
16589
16590         * gnus-art.el (article-make-date-line):
16591         * gnus-start.el (gnus-load):
16592         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16593
16594 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-use-idna):
16597         * gnus-start.el (gnus-site-init-file):
16598         * message.el (message-use-idna):
16599         * mm-uu.el (mm-uu-hide-markers):
16600         * smiley.el (smiley-style): Revert changes that suppress warnings.
16601
16602 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16605         specify charset to html source.
16606         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16607
16608 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16611         idna-program in order to suppress byte compile warning issued by XEmacs
16612         that came to byte compile the default value section of defcustom forms
16613         recently.
16614
16615         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16616         value of installation-directory.
16617
16618         * message.el (message-use-idna): Don't directly refer to the value of
16619         idna-program.
16620
16621         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16622
16623         * smiley.el (smiley-style): Don't directly call face-attribute.
16624
16625 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16628
16629         * gnus-dired.el: Reduce Gnus dependencies.
16630         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16631         Don't require.  Use autoloads instead.
16632         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16633         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16634         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16635         (gnus-dired-mode): Adjust doc string.
16636         (gnus-dired-mail-mode): New variable.
16637         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16638         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16639         (gnus-dired-mail-buffers): New function.  Return mail or message
16640         composition buffers.
16641         (gnus-dired-attach): Use it.
16642         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16643         NO-DECODE.
16644         (gnus-dired-print): Use `gnus-print-buffer' depending on
16645         `gnus-dired-mail-mode'.
16646
16647 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * rfc2047.el (rfc2047-encoded-word-regexp)
16650         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16651         explaining what regexp patterns are for.
16652
16653 2007-12-04  Glenn Morris  <rgm@gnu.org>
16654
16655         * password.el: Move to password-cache.el.
16656
16657         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16658         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16659         * mml-smime.el (password-read, password-cache-add)
16660         (password-cache-remove):
16661         No need to autoload, since mml-sec requires password.
16662
16663         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16664         * message.el (gnus-extract-address-components):
16665         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16666
16667         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16668         password.
16669
16670 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * mailcap.el: Reduce dependencies.
16673         (mail-header-parse-content-type): Autoload.
16674         (mailcap-delete-duplicates): New alias.
16675         (mailcap-mime-info): Add optional argument NO-DECODE.
16676         (mailcap-mime-types): Use mailcap-delete-duplicates.
16677
16678         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16679
16680 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16681
16682         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16683         (imap-parse-status): Upcase status-att for servers that sends them
16684         lower-case (e.g., MS Exchange 2007).
16685
16686 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16687
16688         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16689         function.
16690
16691         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16692         (gnus-uu-yenc-article): New function.
16693
16694         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16695
16696         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16697
16698 2007-12-02  Glenn Morris  <rgm@gnu.org>
16699
16700         * binhex.el (binhex): New custom group.
16701         (binhex-decoder-program, binhex-decoder-switches)
16702         (binhex-use-external): Move to the binhex custom group.
16703
16704         * uudecode.el (uudecode): New custom group.
16705         (uudecode-decoder-program, uudecode-decoder-switches)
16706         (uudecode-use-external): Move to the uudecode custom group.
16707
16708         * netrc.el (top-level): Don't load `encrypt' features.
16709         (netrc-parse): Don't use encrypt.
16710         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16711
16712         * encrypt.el: Remove file.
16713
16714 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16717         matches on patches.
16718
16719         * gnus-art.el (gnus-article-browse-html-article):
16720         Mention `mm-text-html-renderer' in the doc string.
16721
16722         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16723         string.  Add comments.
16724
16725         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16726         if rhs is ASCII.
16727
16728 2007-12-01  Glenn Morris  <rgm@gnu.org>
16729
16730         * mail-source.el (top-level): Require format-spec before
16731         eval-when-compile.
16732
16733 2007-11-30  Glenn Morris  <rgm@gnu.org>
16734
16735         * encrypt.el: Require password, rather than autoloading password-read.
16736
16737 2007-11-29  Glenn Morris  <rgm@gnu.org>
16738
16739         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16740         (sasl-make-client, sasl-next-step, sasl-step-data)
16741         (sasl-step-set-data): Declare as functions.
16742
16743 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16746
16747 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16748
16749         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16750         certs should be verified and what is to be done in the event of a
16751         verification failure.
16752
16753         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16754         caller can indicate whether the cache should be disregarded for this
16755         call.  This way the result of the call is reproducible at all times and
16756         can be considered a canonical server name for the supplied method.
16757         (gnus-agent-method-p): Canonicalize server names by pushing their
16758         method through `gnus-method-to-server' using the no-cache argument.
16759
16760         * gnus-srvr.el (gnus-server-insert-server-line):
16761         Call `gnus-method-to-server' with `no-cache' argument.
16762
16763         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16764         gnus-agent-possibly-synchronize-flags as this should be called when the
16765         server is actually being opened.
16766         (gnus-agent-possibly-synchronize-flags)
16767         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16768         flags file of an agentized server to the latter function.
16769
16770         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16771         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16772         after a connection has been established successfully.
16773
16774 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-art.el (article-display-face): Force to display face if called
16777         interactively; check if gnus-article-x-face-too-ugly matches author.
16778         (article-display-x-face): Display face even if From header is missing
16779         as article-display-face does.
16780
16781 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16782
16783         * hashcash.el (message-narrow-to-headers-or-head)
16784         (message-fetch-field, message-goto-eoh)
16785         (message-narrow-to-headers): Declare as functions.
16786
16787 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * mail-source.el (mail-sources): Default to fetch from file for
16790         compatibility with default of nnmail-spool-file.
16791
16792 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16795         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16796         to look for encoded word that should be encoded again.
16797         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16798         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16799         encoding pattern.
16800         (rfc2047-decode-region): Switch strict regexp and loose one according
16801         to rfc2047-allow-irregular-q-encoded-words.
16802
16803 2007-11-25  Romain Francoise  <romain@orebokech.com>
16804
16805         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16806
16807 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * tls.el (tls-program): Provide more custom choices from
16810         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16811         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16812
16813 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16816         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16817
16818         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16819         `nnmail-spool-file'.
16820
16821         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16822         `nnmail-spool-file'.
16823
16824         * gnus-move.el (gnus-change-server): Ditto.
16825
16826         * gnus-kill.el (gnus-batch-score): Ditto.
16827
16828         * gnus-cache.el (gnus-jog-cache): Ditto.
16829
16830         * gnus-msg.el (gnus-summary-reply):
16831         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16832
16833 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16836         version.  Minor improvement to doc strings.
16837         (tls-program): Add comment.
16838
16839 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16840
16841         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16842         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16843         mismatch between the hostname provided in the certificate and the name
16844         of the host connnecting to.
16845         (open-tls-stream): Use them.  Check certificates against trusted root
16846         certificates.
16847
16848 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16849
16850         * gnus-cache.el (gnus-cache-generate-nov-databases):
16851         Use nnml-generate-nov-databases-directory instead of
16852         nnml-generate-nov-databases-1.
16853
16854 2007-11-24  Glenn Morris  <rgm@gnu.org>
16855
16856         * message.el (message-tool-bar-retro): Update for rename
16857         mail_send.xpm->mail-send.xpm.
16858
16859 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16862         `smime-ldap-search' for Emacs 22 and up.
16863
16864 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16865
16866         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16867
16868         * message.el (message-send-mail-function): Fix error convention.
16869         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16870         (message-widen-reply, message-send-mail, message-talkative-question)
16871         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16872         (message-clone-locals, message-send-news): Use with-current-buffer.
16873         (message-insert-or-toggle-importance): Remove unused var `valid'.
16874         (message-make-references): Remove unused var `new-references'.
16875         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16876
16877 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16878
16879         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16880         (spam-split-symbolic-return-positive): Reflow docstring.
16881         (spam-backends, spam-summary-exit-behavior)
16882         (spam-mark-ham-unread-before-move-from-spam-group)
16883         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16884         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16885         (spam-clear-cache, spam-backend-check, spam-install-backend)
16886         (spam-install-statistical-backend, spam-list-of-processors)
16887         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16888         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16889         (spam-check-crm114, spam-initialize, spam-unload-hook):
16890         Fix typos in docstrings.
16891
16892 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16895         been checked if they have never been read and those group levels are
16896         higher than the one that a user specified.
16897
16898 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16901         foreign groups unless a group level is specified by a user.
16902         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16903
16904 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * message.el (message-send-mail-function): Require sendmail.
16907
16908 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * message.el (message-send-mail-function): Check for smtpmail too.
16911
16912         * utf7.el (utf7-encode, utf7-decode): Use coding system
16913         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16914
16915         * message.el (message-send-mail-function): New function.
16916         (message-send-mail-function): Set default using
16917         message-send-mail-function.  Adjust doc string.
16918         (message-send-mail-with-mailclient): New function.
16919
16920 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16921
16922         * smime.el (from):
16923         * rfc2047.el (message-posting-charset):
16924         * qp.el (mm-use-ultra-safe-encoding):
16925         * pop3.el (parse-time-months):
16926         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16927         * nnml.el (files):
16928         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16929         (jka-compr-compression-info-list, ange-ftp-path-format)
16930         (efs-path-regexp):
16931         * nndiary.el (files):
16932         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16933         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16934         (epg-digest-algorithm-alist, inhibit-redisplay)
16935         (password-cache-expiry):
16936         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16937         (pgg-output-buffer, password-cache-expiry):
16938         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16939         (efs-path-regexp):
16940         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16941         (inhibit-redisplay):
16942         * mm-uu.el (file-name, start-point, end-point, entry)
16943         (gnus-newsgroup-name, gnus-newsgroup-charset):
16944         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16945         (latin-unity-ucs-list):
16946         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16947         (mm-uu-binhex-decode-function):
16948         * message.el (gnus-message-group-art, gnus-list-identifiers)
16949         (rmail-enable-mime-composing, gnus-local-organization)
16950         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16951         (gnus-read-active-file, facemenu-add-face-function)
16952         (facemenu-remove-face-function, gnus-article-decoded-p)
16953         (tool-bar-mode):
16954         * mail-source.el (display-time-mail-function):
16955         * gnus-util.el (nnmail-pathname-coding-system)
16956         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16957         (gnus-original-article-buffer, gnus-user-agent)
16958         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16959         (xemacs-codename, sxemacs-codename, emacs-program-version):
16960         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16961         * gnus-start.el (gnus-agent-covered-methods)
16962         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16963         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16964         (gnus-newsgroup-headers, gnus-group-list-mode)
16965         (gnus-group-mark-positions, gnus-newsgroup-data)
16966         (gnus-newsgroup-unreads, nnoo-state-alist)
16967         (gnus-current-select-method, mail-sources)
16968         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16969         (nnmail-spool-file, gnus-cache-active-hashtb):
16970         * gnus-mh.el (mh-lib-progs):
16971         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16972         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16973         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16974         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16975         (gnus-group-buffer):
16976         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16977         (font-lock-set-defaults):
16978         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16979         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16980         (gnus-summary-post-menu, total-parts, type, condition, length):
16981         * gnus-agent.el (gnus-agent-read-agentview):
16982         * flow-fill.el (show-trailing-whitespace):
16983         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16984         eval-and-compile wrappers for byte compiler pacifiers.
16985
16986         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16987         (mm-display-inline-fontify): Check for featurep 'xemacs not
16988         extent-list.
16989
16990         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16991         itimer-list.
16992         (mm-create-image-xemacs): Only do something for XEmacs.
16993         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16994
16995         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16996
16997         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16998         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16999
17000 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
17001
17002         * nnimap.el (nnimap-split-download-body):
17003         * gnus-demon.el (gnus-demon):
17004         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
17005
17006 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
17009         New macros.
17010         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
17011         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
17012         copy data from unibyte buffer to multibyte current buffer.
17013         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
17014         to copy data from unibyte current buffer to multibyte buffer.
17015         (nntp-make-process-buffer): Make process buffer unibyte.
17016
17017         * pop3.el (pop3-open-server): Fix typo in Lisp code.
17018
17019 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
17020
17021         * pop3.el (pop3-open-server): Accept and process data more robustly at
17022         connection start to avoid spurious "POP SSL connection failed" errors.
17023
17024 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
17027         read group names.
17028
17029 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
17032
17033 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * nnmail.el (nnmail-parse-active): Make group names unibyte.
17036         (nnmail-save-active): Use a unibyte buffer when saving active file,
17037         which may contain non-ASCII group names.
17038
17039         * nnml.el (nnml-request-group): Decode group names in messages.
17040
17041 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * message.el (message-citation-line-function)
17044         (message-insert-formatted-citation-line): Fix spelling of
17045         `message-insert-formated-citation-line'.
17046
17047 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
17050
17051 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
17054         nnmail-pathname-coding-system.
17055
17056         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17057         that a user enters; decode group names in messages.
17058
17059         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
17060
17061 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
17064
17065         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
17066
17067         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
17068         risky local variable.
17069
17070         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
17071
17072 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
17073
17074         * encrypt.el: Improve documentation to fix function name typo.
17075         Reported by Daiki Ueno <ueno@unixuser.org>.
17076
17077 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
17080         even if the point is not in the last page of an article.
17081         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
17082         back to the previous page.
17083
17084 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
17087
17088 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
17091
17092 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17093
17094         * message.el (message-check-news-body-syntax):
17095         Avoid mm-string-as-multibyte.
17096         (message-hide-headers): Don't assume (point-min)==1.
17097
17098 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * message.el (message-remove-blank-cited-lines): Fix if remove is
17101         given.
17102         (message-bogus-address-regexp): New variable.
17103         (message-bogus-recipient-p): New function.
17104         (message-check-recipients): New command.
17105         (message-syntax-checks): Add `bogus-recipient'.
17106         (message-fix-before-sending): Add `bogus-recipient'.
17107
17108         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
17109         (gnus-treat-body-boundary): Don't test window-system.
17110
17111 2007-10-28  Leo Liu  <sdl.web@gmail.com>
17112
17113         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
17114
17115 2007-10-28  Miles Bader  <miles@gnu.org>
17116
17117         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
17118         at compile-time too.
17119
17120 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * gnus-msg.el (gnus-message-setup-hook):
17123         Add `message-remove-blank-cited-lines' to options.
17124
17125 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * message.el (message-remove-blank-cited-lines): New function.
17128         Suggested by Karl Plästerer.
17129
17130 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
17133         mapc.
17134
17135         * imap.el (imap-open): Replace mapcar called for effect with mapc.
17136         (top-level): Use mapc to set functions to be traced for debugging.
17137
17138         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
17139         called for effect with while loop.
17140
17141         * message.el (message-talkative-question): Replace mapcar called for
17142         effect with mapc.
17143
17144         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
17145         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
17146         called for effect with dolist.
17147
17148         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
17149
17150         * nndiary.el: Use dolist instead of mapcar to add diary headers to
17151         gnus-extra-headers and nnmail-extra-headers.
17152
17153         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
17154         called for effect with dolist.
17155         (top-level): Use mapc to set functions to be traced for debugging.
17156
17157         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
17158         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
17159         dolist.
17160
17161         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
17162         Replace mapcar called for effect with mapc.
17163         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
17164         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
17165         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
17166         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
17167
17168         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
17169         remove-if that's a cl function.
17170
17171         * webmail.el (webmail-debug): Replace mapcar called for effect with
17172         dolist.
17173
17174         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
17175         with mapc.
17176
17177 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
17180         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
17181         with while loop.
17182
17183         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
17184         functions from article-* functions.
17185         (gnus-multi-decode-header): Replace mapcar called for effect with
17186         dolist.
17187
17188         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
17189         (gnus-bookmark-show-details): Replace mapcar called for effect with
17190         while loop.
17191
17192         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
17193         called for effect with while loop.
17194
17195         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
17196         with dolist.
17197
17198         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17199         Replace mapcar called for effect with dolist.
17200
17201         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
17202
17203         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
17204         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
17205         Replace mapcar called for effect with dolist.
17206         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
17207         mapc.
17208
17209         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
17210         Replace mapcar called for effect with dolist.
17211         (gnus-topic-list): Replace mapcar called for effect with mapc.
17212
17213         * gnus.el: Use mapc instead of mapcar to add autoloads.
17214
17215 2007-10-23  Richard Stallman  <rms@gnu.org>
17216
17217         * gnus-group.el (gnus-group-highlight): Mark as risky.
17218
17219 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * gnus.el (gnus-server-to-method): Return method found first in
17222         gnus-newsrc-alist.
17223
17224         * gnus-art.el (gnus-article-highlight-signature)
17225         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
17226         button overlay without the front stickiness.
17227
17228 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
17229
17230         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17231         overview buffer needed a catch to receive its throw.
17232         (gnus-agent-flush-cache): Declare as interactive to make this function
17233         easier to use.
17234
17235 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17236
17237         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17238         `next-line'.
17239
17240 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17243         exclude address matching message-dont-reply-to-names.
17244
17245 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-util.el (gnus-string<): New function.
17248
17249         * gnus-sum.el (gnus-article-sort-by-author)
17250         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17251
17252 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17253
17254         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17255         the frame-focus tag is set in gnus-buffer-configuration.
17256
17257 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17260         the front stickiness.
17261
17262 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17265         url pattern; remove duplicate one.
17266         (gnus-article-extend-url-button): New function.
17267         (gnus-article-add-buttons): Use it.
17268         (gnus-button-push): Use concatenated url that it makes.
17269
17270 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17271
17272         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17273
17274 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17275
17276         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17277         Don't hardcode point-min==1.
17278
17279 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17282         Fix comment about "iso8859-1".
17283
17284 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17285
17286         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17287         ones returned from the verify-function.
17288
17289         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17290         Call mml2015-extract-cleartext-signature if extraction failed.
17291
17292 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17293
17294         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17295         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17296         failed.
17297
17298 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17301
17302 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17305         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17306         recommends to use EasyPG instead of PGG.
17307
17308         * pgg.el: Revert to revision 6.23.2.16.
17309
17310         * pgg-def.el: Revert to revision 6.6.2.14.
17311
17312         * pgg-gpg.el: Revert to revision 6.23.2.34.
17313
17314 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17315
17316         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17317         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17318         thread for both the null and zero (kill/expire thread) universal prefix
17319         cases.
17320         (gnus-summary-expire-thread): Add new function to expire a thread,
17321         using gnus-summary-kill-thread.
17322         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17323         shortcuts for gnus-summary-expire-thread.
17324         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17325         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17326
17327 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17328
17329         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17330         extras value, so an extras entry can be deleted.
17331         (gnus-registry-delete-extra-entry): Use it.
17332         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17333         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17334         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17335         storage through the gnus-registry, and provide an appropriate API for
17336         it.
17337
17338 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17341         Suggested by Leo <sdl.web@gmail.com>.
17342
17343         * gnus.el: Do.
17344
17345 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17348         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17349
17350         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17351
17352         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17353         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17354
17355 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17358         newline.
17359         (nnmbox-request-accept-article): Don't change article in source buffer;
17360         narrow to header to use message-fetch-field rather than
17361         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17362         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17363         as delimiters; make sure article ends with newline.
17364         (nnmbox-delete-mail): Correct last position of article to be deleted;
17365         ignore X-Gnus-Newsgroup header in article body.
17366         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17367         positions; make sure article ends with newline.
17368
17369         * message.el (message-display-abbrev): Don't infloop when a user
17370         inserts SPC in the beginning of header.
17371
17372         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17373         coding-system-for-read and coding-system-for-write for XEmacs having no
17374         file-coding feature.
17375
17376         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17377
17378 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17379
17380         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17381         list of groups not followed by default.  Fix type to be regexp.
17382         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17383
17384 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17385
17386         * hmac-def.el (define-hmac-function): Switch from old-style to
17387         new-style backquotes.
17388
17389         * md4.el (md4-make-step): Likewise.
17390
17391 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17394         raw-text coding system when saving .newsrc file, which may contain
17395         non-ASCII group names.
17396
17397 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-cus.el (gnus-score-extra): New widget.
17400         (gnus-score-extra-convert): New function.
17401         (gnus-score-customize): Use it for Extra.
17402
17403 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17404
17405         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17406         (mml2015-mailcrypt-clear-verify): Use it.
17407         (mml2015-gpg-clear-verify): Use it.
17408         (mml2015-pgg-clear-verify): Use it.
17409         (mml2015-epg-clear-verify): Replace the current part with the output
17410         from GnuPG; don't extract the plaintext by itself.
17411
17412         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17413         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17414         mml2015-clear-verify-function; don't touch the armor headers or
17415         dash-escaped text here.
17416
17417 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17420         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17421         parts, or application/octet-stream as a last resort.
17422         (gnus-mime-view-part-as-type): Don't toggle display.
17423         (gnus-mime-view-part-as-charset): Don't turn off display before
17424         querying charset.
17425
17426         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17427         stuff to undisplayer function in Emacs.
17428         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17429
17430         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17431         text/calendar parts.
17432
17433 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17436         decoding text/calendar parts.
17437
17438         * message.el (message-forward-make-body-mime): Always mark body as
17439         having no illegible text; remove signed-or-encrypted argument.
17440         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17441
17442         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17443         (mml-generate-mime-1): Don't encode body if it is specified to be in
17444         raw form; don't make buffer be unibyte when inserting multibyte string.
17445
17446 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17447
17448         * sha1.el: Fix up comment style.
17449         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17450         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17451
17452         * hex-util.el: Fix up comment style.
17453         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17454
17455         * gnus-salt.el: Use with-current-buffer.
17456         (gnus-pick-setup-message): Fix long-standing typo.
17457
17458 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * imap.el (imap-logout-timeout): New variable.
17461         (imap-logout, imap-logout-wait): New functions.
17462         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17463
17464         * nnimap.el (nnimap-logout-timeout): New server variable.
17465         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17466         nnimap-logout-timeout.
17467
17468         * gnus-art.el (gnus-article-summary-command-nosave)
17469         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17470
17471 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * gnus.el (gnus-maximum-newsgroup): New variable.
17474
17475         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17476         according to gnus-maximum-newsgroup.
17477
17478         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17479         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17480         Limit the range of articles according to gnus-maximum-newsgroup.
17481
17482 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17483
17484         * gnus-art.el (gnus-sticky-article): Fix problems described in
17485         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17486         Don't perform gnus-configure-windows here; reuse existing sticky
17487         article buffer.
17488
17489         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17490         it doesn't exist in gnus-article-mode.
17491
17492 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17495         (gnus-agent-decoded-group-name): New function.
17496         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17497         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17498
17499 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17500
17501         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17502         Add binding for gnus-sticky-article.
17503         (gnus-summary-exit): Don't kill sticky article buffers.
17504
17505         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17506         article buffer.
17507         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17508         (gnus-kill-sticky-article-buffers): New commands.
17509
17510 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * nntp.el (nntp-xref-number-is-evil): New server variable.
17513         (nntp-find-group-and-number): If it is non-nil, don't trust article
17514         numbers in the Xref header.
17515
17516 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * gnus-agent.el (gnus-agent-read-group): New function.
17519         (gnus-agent-flush-group, gnus-agent-expire-group)
17520         (gnus-agent-regenerate-group): Use it.
17521         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17522         nnmail-pathname-coding-system.
17523
17524 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17527
17528         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17529         that are unread as unread, and also as selected so that information of
17530         marks having been changed by a user may be updated when exiting group.
17531
17532 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17535
17536 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17539         calculated ignoring signature parts to gnus-treat-article.
17540
17541 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17544         a point here in order to keep the window start.
17545         (gnus-insert-mime-security-button): Make a button overlay without the
17546         front stickiness.
17547         (gnus-mime-display-security): Goto the end of a button.
17548
17549         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17550
17551 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17554         group-name-at-point.
17555         (gnus-group-completing-read): New function that offers decoded
17556         non-ASCII group names for completion.
17557         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17558         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17559         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17560         (gnus-group-fetch-control): Use it.
17561         (gnus-fetch-group): Use group-name-at-point for the initial value
17562         rather than the default value; use gnus-alive-p.
17563
17564         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17565         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17566         (gnus-summary-post-news): Use gnus-group-completing-read.
17567
17568         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17569         (gnus-read-move-group-name): Decode group name for completion.
17570
17571 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17572
17573         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17574         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17575         Yamaoka slightly modified the code).
17576
17577 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17578
17579         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17580         (nnmail-split-incoming): Bind it.
17581
17582         * nnml.el (nnml-group-name-charset): New function.
17583         (nnml-decoded-group-name): Use it; don't decode group name if
17584         nnmail-group-names-not-encoded-p is non-nil.
17585         (nnml-encoded-group-name): New function.
17586         (nnml-group-pathname): Inline nnml-decoded-group-name.
17587         (nnml-request-expire-articles): Decode group name in message.
17588         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17589         nnmail-pathname-coding-system.
17590         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17591         not decoded ones according to nnmail-group-names-not-encoded-p.
17592         (nnml-generate-active-info): Use nnml-encoded-group-name.
17593
17594 2007-08-08  Glenn Morris  <rgm@gnu.org>
17595
17596         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17597         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17598         doc-strings and comments.
17599
17600 2007-07-25  Glenn Morris  <rgm@gnu.org>
17601
17602         * Relicense all FSF files to GPLv3 or later.
17603
17604 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17605
17606         * gnus-sum.el (gnus-summary-move-article):
17607         Make gnus-summary-respool-article work.
17608
17609 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17612         string.
17613
17614 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17615
17616         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17617         that should be ignored when comparing distant RSS articles with local
17618         ones.
17619         (nnrss-make-hash-index): New function.  Create a hash index according
17620         to the ignored fields.
17621         (nnrss-check-group): Use it.
17622
17623 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17626
17627         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17628
17629         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17630         the new optional argument ENCODED is non-nil.
17631         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17632         coding system for encoding group name.
17633         (gnus-group-make-rss-group): Pass un-encoded group name to
17634         gnus-group-make-group.
17635         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17636         encoded.
17637
17638         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17639         Encode group name to which articles are moved or copied.
17640         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17641         coding system for encoding Newsgroup, Followup-To and Xref headers.
17642
17643         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17644         marks; use nnheader-file-coding-system to write a file.
17645         (nnagent-retrieve-headers): Bind file-name-coding-system to
17646         nnmail-pathname-coding-system.
17647
17648         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17649
17650         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17651         (nnml-request-article, nnml-request-create-group)
17652         (nnml-request-rename-group, nnml-find-id)
17653         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17654         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17655         (nnml-save-marks): Use nnml-group-pathname instead of
17656         nnmail-group-pathname.
17657
17658         (nnml-request-create-group, nnml-request-expire-articles)
17659         (nnml-request-move-article, nnml-request-delete-group)
17660         (nnml-deletable-article-p, nnml-possibly-create-directory)
17661         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17662         (nnml-open-marks): Bind file-name-coding-system to
17663         nnmail-pathname-coding-system.
17664
17665         (nnml-request-article): Pass server argument to nnml-find-group-number.
17666         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17667         Pass server argument to nnml-possibly-create-directory.
17668         (nnml-request-accept-article): Pass server argument to
17669         nnml-active-number and nnml-save-mail.
17670         (nnml-find-group-number): Pass server argument to nnml-find-id.
17671         (nnml-request-update-info): Pass server argument to
17672         nnml-marks-changed-p.
17673
17674         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17675         (nnml-save-mail, nnml-active-number): Add server argument.
17676
17677         (nnml-request-delete-group): Warn if group is missing.
17678         (nnml-get-nov-buffer): Decode group name.
17679         (nnml-generate-active-info): Encode group name.
17680         (nnml-open-marks): Decode group name in messages.
17681
17682 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17685         if it is not specified.
17686         (gnus-article-pipe-part, gnus-article-save-part)
17687         (gnus-article-interactively-view-part, gnus-article-copy-part)
17688         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17689         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17690         (gnus-article-replace-part, gnus-article-delete-part)
17691         (gnus-article-view-part-as-type): Pass raw prefix argument to
17692         gnus-article-part-wrapper.
17693
17694 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * gnus-agent.el (gnus-agent-save-active):
17697         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17698
17699         * gnus-cache.el (gnus-cache-save-buffers)
17700         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17701         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17702         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17703         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17704         (gnus-cache-generate-active, gnus-cache-rename-group)
17705         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17706         (gnus-cache-update-overview-total-fetched-for):
17707         Bind file-name-coding-system to nnmail-pathname-coding-system.
17708         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17709         New variables.
17710         (gnus-cache-decoded-group-name): New function.
17711         (gnus-cache-file-name): Use it.
17712         (gnus-cache-generate-active): Use non-decoded group name for active.
17713
17714         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17715         right place.
17716         (gnus-write-active-file): Don't break non-ASCII group names.
17717
17718         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17719         nnmail-pathname-coding-system.
17720
17721         * lpath.el: Bind default-file-name-coding-system,
17722         file-name-coding-system and language-info-alist for XEmacs.
17723
17724         * gnus-uu.el (gnus-uu-decode-save): Typo.
17725
17726 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17729
17730 2007-07-14  David Kastrup  <dak@gnu.org>
17731
17732         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17733         finishing actions if we did not edit the article.
17734
17735 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17738         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17739         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17740         (gnus-agent-flush-group, gnus-agent-flush-cache)
17741         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17742         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17743         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17744         (gnus-agent-regenerate-group)
17745         (gnus-agent-update-files-total-fetched-for)
17746         (gnus-agent-update-view-total-fetched-for):
17747         Bind file-name-coding-system to nnmail-pathname-coding-system.
17748         (gnus-agent-group-pathname): Don't encode file names by
17749         nnmail-pathname-coding-system.
17750         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17751         coding-system-for-write instead of buffer-file-coding-system to
17752         gnus-agent-file-coding-system.
17753
17754         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17755         Decode group name.
17756
17757         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17758
17759         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17760         (gnus-read-newsrc-el-file): Make group names unibyte.
17761
17762         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17763         nnmail-pathname-coding-system.
17764
17765         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17766         (nnrss-request-delete-group): Bind file-name-coding-system to
17767         nnmail-pathname-coding-system.
17768         (nnrss-read-server-data, nnrss-read-group-data):
17769         Bind file-name-coding-system correctly.
17770         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17771
17772         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17773         (nntp-server-to-method-cache): New variable.
17774         (nntp-group-pathname): New function that decodes non-ASCII group names.
17775         (nntp-possibly-create-directory, nntp-marks-changed-p)
17776         (nntp-save-marks, nntp-open-marks): Use it.
17777         (nntp-possibly-create-directory, nntp-open-marks):
17778         Bind file-name-coding-system to nnmail-pathname-coding-system.
17779         (nntp-open-marks): Decode group names when bootstrapping marks.
17780
17781         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17782         Newsgroups and Followup-To headers.
17783
17784 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17787         (gnus-server-closed-face, gnus-server-denied-face)
17788         (gnus-server-offline-face): Remove variable.
17789         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17790
17791         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17792         of modifying message-stack directly for XEmacs.
17793
17794         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17795         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17796         if the coding-system argument is nil for XEmacs.
17797
17798         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17799         mm-charset-override-alist.
17800
17801         * rfc2047.el: Don't require base64; require rfc2045 for the function
17802         rfc2045-encode-string.
17803         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17804         to quote the parameter value.
17805
17806 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17809         form in gnus-group-name-charset-method-alist.
17810
17811         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17812         overrides the default layout edit-form.
17813
17814         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17815
17816         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17817
17818 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17821         as unfetched articles.
17822
17823 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17826
17827 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17830         original back end that keeps marks in the local system.
17831
17832 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17835         arg of pop-to-buffer for XEmacs.
17836         (gnus-article-read-summary-keys): Ditto; don't restore window
17837         configuration if summary command ends up with neither article buffer
17838         nor summary buffer; describe bindings if summary keys end with C-h.
17839
17840 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17841
17842         * message.el (message-fix-before-sending): Skip raw message part to be
17843         forwarded while checking illegible text.
17844         (message-forward-make-body-mime, message-forward-make-body):
17845         Mark signed or encrypted raw message as having no illegible text.
17846
17847 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17850         (gnus-message-with-timestamp-1): New macro.
17851         (gnus-message-with-timestamp): New function.
17852         (gnus-message): Use them.
17853
17854         * nnheader.el (nnheader-message): Use them.
17855
17856 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17857
17858         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17859         .newsrc.eld file.
17860
17861 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * gnus-agent.el (gnus-agent-fetch-headers)
17864         (gnus-agent-retrieve-headers):
17865         Bind gnus-decode-encoded-address-function to identity.
17866
17867         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17868         available also when the server returns simply a dot.
17869
17870         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17871
17872 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17873
17874         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17875
17876 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-ems.el (gnus-x-splash): Make it work.
17879
17880         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17881         from being used.
17882
17883         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17884
17885 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17888         4th and the 5th arguments.
17889
17890         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17891         the front stickiness.
17892         (gnus-article-summary-command-nosave): Correct the order of the
17893         arguments passed to pop-to-buffer.
17894         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17895         summary command ends up with the article buffer.
17896
17897         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17898         the same faces.
17899
17900 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17901
17902         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17903
17904 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17905
17906         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17907         * gnus-sum.el (gnus-summary-highlight):
17908         * pgg.el (pgg-sign-region, pgg-sign):
17909         * mail-source.el (mail-source-delete-old-incoming-confirm):
17910         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17911
17912 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * gnus-art.el (gnus-mime-view-part-externally)
17915         (gnus-mime-view-part-internally): Fix predicate function passed to
17916         completing-read.
17917
17918         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17919
17920         * gnus.el (gnus-update-message-archive-method): Add :version.
17921
17922 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus.el (gnus-update-message-archive-method): New variable.
17925
17926         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17927         according to gnus-message-archive-method if
17928         gnus-update-message-archive-method is non-nil.
17929
17930 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17933         Suggested by Loic Dachary <loic@dachary.org>.
17934         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17935
17936 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * message.el (message-pop-to-buffer): Add switch-function argument.
17939         (message-mail): Pass switch-function argument to it.
17940
17941 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17944         Improve doc string.
17945
17946 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17949         (gnus-header-content):
17950         * gnus-cite.el (gnus-cite-10):
17951         * gnus-srvr.el (gnus-server-closed):
17952         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17953         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17954         (gnus-group-mail-3-empty, gnus-group-mail-low)
17955         (gnus-group-mail-low-empty, gnus-splash):
17956         * message.el (message-header-to, message-header-cc)
17957         (message-header-subject, message-header-other, message-header-name)
17958         (message-header-xheader, message-separator, message-cited-text)
17959         (message-mml): Lighten colors of faces used for dark background.
17960
17961 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17962
17963         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17964         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17965
17966 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * message.el (message-narrow-to-headers-or-head):
17969         Ignore mail-header-separator in the body.
17970
17971 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17974         same as window size.
17975
17976 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17977
17978         * message.el (message-font-lock-keywords): Use message-header-xheader
17979         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17980         ahead of the anything pattern, to get it recognized.
17981
17982 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17985         spam.el loads uses it in the compiled defadvice form.
17986
17987 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17988
17989         * gnus-sum.el (gnus-articles-to-read)
17990         (gnus-summary-insert-old-articles): Don't truncate group name for
17991         `read-string'.
17992
17993         * gnus-util.el (gnus-limit-string): Delete this function.
17994
17995         * gnus-sum.el (gnus-simplify-subject-fully):
17996         Use `truncate-string-to-width' instead.
17997
17998 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17999
18000         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
18001         Tell if, on summary exit, the next group has to be selected.
18002         (gnus-summary-exit): Use it.
18003
18004 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
18005
18006         * gnus-art.el (gnus-article-mode): Fix comment about displaying
18007         non-break space.
18008
18009 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18010
18011         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
18012         Check if group is not a directory.
18013         (nnfolder-request-expire-articles): Don't delete articles if the target
18014         group is not available.
18015
18016         * nnml.el (nnml-request-create-group): Properly check if group is not a
18017         file.
18018         (nnml-request-expire-articles): Don't delete articles if the target
18019         group is not available.
18020
18021         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18022         Don't quote characters that are within parentheses.
18023
18024 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
18027         (gnus-handle-ephemeral-exit): Select article according to it.
18028
18029 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * message.el (message-insert-formated-citation-line): Remove newline.
18032         (message-citation-line-format): Add final \n here so that the user can
18033         avoid a blank line.
18034
18035 2007-05-03  Dan Christensen  <jdc@uwo.ca>
18036
18037         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
18038         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
18039         Update lanl/arXiv support.
18040
18041 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18042
18043         * gnus.el: Bump version number.
18044
18045 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18046
18047         * gnus.el (gnus-version-number): Bump version.
18048
18049 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18050
18051         * gnus.el: No Gnus v0.6 is released.
18052
18053 2007-04-27  Didier Verna  <didier@xemacs.org>
18054
18055         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
18056         * gmm-utils.el (gmm-regexp-concat): ... here.
18057         * message.el: Don't require 'gnus-util.
18058         (message-dont-reply-to-names): Handle name change above.
18059         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
18060
18061 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
18064         since the initial value varies according to the system.
18065
18066 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * mm-util.el (mm-charset-synonym-alist): Defcustom.
18069
18070 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
18071
18072         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
18073
18074 2007-04-24  Didier Verna  <didier@xemacs.org>
18075
18076         Improve the type of gnus-ignored-from-addresses.
18077         * gnus-util.el (gnus-orify-regexp): New function.
18078         * message.el (gnus-util): Require it.
18079         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
18080         * gnus-sum.el (gnus-ignored-from-addresses): New function.
18081         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
18082
18083 2007-04-24  Didier Verna  <didier@xemacs.org>
18084
18085         * gnus-sum.el:
18086         * gnus-utils.el: Fix some trailing whitespaces.
18087
18088 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
18091         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
18092         article's Message-ID; refer parent article in summary buffer.
18093
18094         * message.el (message-bounce): Call mime-to-mml.
18095
18096         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
18097         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
18098         optimize and/or forms properly.
18099
18100 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
18103         URL.
18104
18105 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
18108
18109 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
18112         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
18113         displayed of multipart/alternative part if it is invoked from summary
18114         buffer.
18115
18116         * mm-view.el (mm-inline-text-html-render-with-w3m)
18117         (mm-inline-text-html-render-with-w3m-standalone)
18118         (mm-inline-render-with-function): Use mail-parse-charset by default.
18119
18120 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
18121
18122         * parse-time.el (parse-time-string-chars): Check if CHAR
18123         is less than the length of parse-time-syntax.
18124
18125 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
18128         from gnus-newsgroup-processable.
18129
18130 2007-04-16  Didier Verna  <didier@xemacs.org>
18131
18132         * gnus-msg.el (gnus-configure-posting-styles):
18133         Handle message-signature-directory properly with :file syntax.
18134         Reported by "Leo".
18135
18136 2007-04-11  Didier Verna  <didier@xemacs.org>
18137
18138         New user option: message-signature-directory.
18139         * gnus-msg.el (gnus-configure-posting-styles): Support it.
18140         * message.el (message-insert-signature): Ditto.
18141         * message.el (message-signature-file): Doc update.
18142         * message.el (message-signature-directory): New.
18143
18144 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18145
18146         * gnus-msg.el (gnus-inews-yank-articles):
18147         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
18148
18149 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * message.el (message-yank-original): Make sure cited text ends with
18152         newline; don't exchange point and mark.
18153
18154 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
18155
18156         * tls.el (open-tls-stream): Properly handle case where there
18157         is no associated buffer.
18158
18159 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
18160
18161         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
18162         message-yank-original, make sure (< mark TEXT point).
18163
18164 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * message.el (message-fill-column): New variable.
18167         (message-mode): Use it.  Add comment on a possible new hook.
18168
18169         * nnmail.el (nnmail-spool-file): Mark as obsolete.
18170         (nnmail-get-new-mail): Reformat.
18171
18172         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
18173
18174         * gmm-utils.el: Fix Commentary.
18175         (gmm-tool-bar-from-list): Fix typo in doc string.
18176
18177 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
18178
18179         * message.el (message-yank-original): Don't switch point and mark
18180         unnecessarily to put point and mark as documented.
18181
18182 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18183
18184         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
18185         from the message heads.
18186
18187 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
18188
18189         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
18190         article buffer does not have a window.  This may not be the best
18191         solution but is certainly better than setting the start of the null,
18192         that is the current, window.
18193
18194 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
18195
18196         * gnus-draft.el (gnus-draft-setup-hook): New hook.
18197         (gnus-draft-setup): Run it.
18198
18199         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
18200         gnus-score-fast-scoring.  Allow regexp.
18201         (gnus-score-headers): Use it.
18202
18203         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
18204         XEmacs.
18205
18206         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
18207         string.
18208         (gnus-button-alist): Also catch `<f1> k ...'.
18209         (gnus-treat-display-x-face): Fix doc string.
18210
18211 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18212
18213         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
18214         evaluation of gnus-extended-version to ensure correct generation of the
18215         User-Agent header when message-generate-headers-first is used.
18216
18217 2007-03-24  Simon Josefsson  <simon@josefsson.org>
18218
18219         * hashcash.el (hashcash-generate-payment-async): Don't crash if
18220         hashcash-path is nil.  Don't call callback with incorrect number of
18221         parameters if val is 0.
18222
18223 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18224
18225         * message.el (message-required-news-headers):
18226         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
18227
18228 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
18229
18230         * tls.el (open-tls-stream): In handshake-waiting loop,
18231         don't wait more if there is output available to process.
18232
18233 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18234
18235         * tls.el (tls-program): Doc fix.
18236
18237 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * message.el (message-generate-new-buffers): Change the meaning of the
18240         nil value; add `standard' to the choices; treat t as `unique'; improve
18241         doc string.
18242         (gnus-select-frame-set-input-focus): Autoload.
18243         (message-buffer-name): Search for the existing message buffer if
18244         message-generate-new-buffers is nil or `standard'; treat the value t of
18245         message-generate-new-buffers as `unique'.
18246         (message-pop-to-buffer): Raise the frame already displaying the message
18247         buffer; clear the echo area after querying.
18248         (message-setup): Pass the `continue' argument to compose-mail.
18249         (message-mail): Prefer `switch-function' if it is given; search for the
18250         existing message buffer if the `continue' argument is non-nil; pass
18251         continue and switch-function arguments to compose-mail by way of
18252         message-setup.
18253         (message-mail-other-window): Adjust argument of message-setup.
18254         (message-mail-other-frame): Ditto.
18255
18256 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18259         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18260         to turn font-lock on when turning gnus-message-citation-mode on.
18261
18262 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18263
18264         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18265         (mml-smime-function-alist): New variable; add epg as the backend.
18266         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18267         mml-smime- functions instead.
18268         * mm-view.el: Require smime.
18269
18270 2007-03-05  Didier Verna  <didier@xemacs.org>
18271
18272         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18273         instead of just inheritance for posting styles.
18274         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18275
18276 2007-02-24  Chris Moore  <dooglus@gmail.com>
18277
18278         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18279         * pgg-pgp.el (pgg-pgp-encrypt-region):
18280         * pgg-gpg.el (pgg-gpg-encrypt-region):
18281         Check pgg-encrypt-for-me if no other recipients.
18282
18283 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18284
18285         * tls.el (tls-certtool-program): Fix custom type.
18286
18287 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18290         and point-at-eol instead of line-(beginning|end)-position.
18291
18292         * assistant.el (assistant-parse-buffer): Ditto.
18293
18294         * netrc.el (netrc-parse-services): Ditto.
18295
18296 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18297
18298         * mml2015.el (mml2015-epg-find-usable-key): New function.
18299         (mml2015-epg-sign): Use it.
18300         (mml2015-epg-encrypt): Use it.
18301
18302 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * message.el (message-make-in-reply-to): Quote name containing
18305         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18306         if there are special characters.  Reported by NAKAJI Hiroyuki
18307         <nakaji@jp.freebsd.org>.
18308
18309 2007-02-27  Didier Verna  <didier@xemacs.org>
18310
18311         Include the group parameters as well as the topic ones in the
18312         inheritance filter process.
18313         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18314         argument GROUP-PARAMS-LIST.
18315         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18316
18317 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * nntp.el (nntp-never-echoes-commands)
18320         (nntp-open-connection-functions-never-echo-commands): New variables.
18321         (nntp-send-command): Use them.
18322
18323 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18324
18325         * mml2015.el (mml2015-epg-verify): Simplify.
18326
18327 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18328
18329         * mml.el (mml-content-disposition-alist): New user option.
18330         (mml-content-disposition): New function.
18331         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18332         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18333
18334 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18335
18336         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18337         verification.
18338
18339 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18340
18341         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18342         articles posted in the last 24 hours.
18343
18344 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18345
18346         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18347
18348 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18349
18350         * nntp.el (nntp-send-command): Don't wait for echoes when
18351         nntp-open-ssl-stream is used.
18352
18353 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18356         (gnus-message-add-citation-keywords)
18357         (gnus-message-remove-citation-keywords): Remove.
18358         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18359         directly, make the variables in font-lock-defaults buffer-local, add
18360         gnus-message-citation-keywords to them and then update the value of
18361         font-lock-keywords.
18362
18363 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * message.el (message-cite-original-1): Don't call
18366         gnus-article-highlight-citation.
18367
18368         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18369         citations; fix line count.
18370
18371 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18374         (gnus-message-add-citation-keywords)
18375         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18376         versions of font-lock-add-keywords and font-lock-remove-keywords to
18377         work with XEmacs correctly.
18378
18379 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-cite.el (gnus-cite-face-list): Set the values of
18382         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18383         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18384         (gnus-message-cite-prefix-regexp): New variable.
18385         (gnus-message-search-citation-line): Use it; protect against long
18386         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18387         the 0th match data for Emacs.
18388         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18389         (gnus-message-add-citation-keywords): Append keywords rather than
18390         prepending; emulate font-lock-add-keywords if it is not available.
18391         (gnus-message-remove-citation-keywords):
18392         Emulate font-lock-remove-keywords if it is not available.
18393
18394         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18395
18396         * message.el (message-cite-prefix-regexp): Set the value of
18397         gnus-message-cite-prefix-regexp.
18398
18399 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18400
18401         * nnweb.el (nnweb-google-parse-1): Update parser.
18402
18403 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18404
18405         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18406
18407 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18408
18409         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18410         regexp.
18411
18412 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18415         string-to-multibyte.
18416         (uudecode-decode-region-internal): Use it.
18417
18418         * lpath.el: Fbind string-as-multibyte for XEmacs.
18419
18420 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18421
18422         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18423         Fix custom choice.
18424
18425         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18426
18427 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18428
18429         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18430
18431         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18432         `write-region' to respect `mm-inhibit-file-name-handlers'.
18433
18434 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18437         Use gnus-home-directory instead of "~/" or "$HOME".
18438
18439 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18440
18441         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18442         to mention filename.
18443         Add comments at beginning regarding usage.
18444         (encrypt-write-file-contents): Change interactive so a string is
18445         acceptable.  If the file has no associated model, show an error instead
18446         of a nonsense prompt.
18447
18448 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18449
18450         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18451         Thanks to Yoshihiko Yamada for kind notification of this typo.
18452
18453 2007-01-12  Kenichi Handa  <handa@m17n.org>
18454
18455         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18456         multibyte buffer.
18457
18458 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18459
18460         * gnus-score.el (gnus-score-fast-scoring): New variable.
18461         (gnus-score-headers): Use it.
18462
18463         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18464
18465         * message.el (message-cite-original-1):
18466         Call gnus-article-highlight-citation if requested.
18467         (message-make-from): Allow name and address as optional arguments.
18468
18469         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18470
18471         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18472         bugs to doc string.
18473         (gnus-button-alist): Add mid\\|message-id.
18474         (gnus-button-fetch-group): Extend for use in
18475         `browse-url-browser-function'.
18476         (gnus-button-url-regexp): Try to catch paired parentheses like in
18477         Wikipedia URLs.
18478
18479         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18480         Suggested by Simon Krahnke <overlord@gmx.li>.
18481
18482 2007-01-13  Romain Francoise  <romain@orebokech.com>
18483
18484         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18485         Update copyright.
18486
18487 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18488
18489         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18490
18491 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18492
18493         * gnus-registry.el (gnus-registry-unfollowed-groups)
18494         (gnus-registry-split-fancy-with-parent): Fix documentation.
18495
18496 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18499         from nnweb groups.
18500
18501 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18502
18503         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18504         Xref urls.  Erase buffer before requesting head.
18505
18506         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18507
18508 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18509
18510         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18511         customizable.
18512
18513 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18514
18515         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18516         no signing key is found.
18517         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18518         no encrypting and/or signing key is found.
18519
18520 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18521
18522         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18523
18524 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18525
18526         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18527         headers read from disk with the ones newly found in the current search.
18528         This should no longer cause problems, because the article numbers in
18529         Gmane's `nov.php' output are ignored since the previous change.
18530
18531 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18532
18533         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18534
18535 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18538         replace-regexp-in-string; bind url-version; fbind display-images-p and
18539         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18540         find-face and set-itimer-function for Emacs; bind itimer-list for
18541         Emacs.
18542
18543         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18544
18545 2007-01-01  Romain Francoise  <romain@orebokech.com>
18546
18547         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18548
18549 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18550
18551         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18552         `define-minor-mode' macro definition expanded properly.
18553         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18554         exclude it there.
18555
18556         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18557         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18558         `fboundp' test.
18559         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18560         This is OK to autoload in (S)XEmacs now.
18561
18562 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18563
18564         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18565         keystroke.
18566         (gnus-summary-limit-to-singletons): Fix typo.
18567
18568         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18569         else fails.
18570
18571 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18572
18573         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18574         docstring.
18575
18576         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18577         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18578         (gnus-summary-insert-dormant-articles): Fix typo in message.
18579
18580 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18583         nil for XEmacs.
18584         (gnus-message-citation-mode): Don't autoload in XEmacs.
18585
18586         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18587
18588 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18589
18590         * nnimap.el (nnimap-expunge-search-string):
18591         Mention nnimap-search-uids-not-since-is-evil in docstring.
18592
18593 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * spam.el: Revert to make-obsolete-variable because
18596         define-obsolete-variable-alias is not supported in Emacs 21.
18597
18598         * spam.el (spam-ifile-path, spam-ifile-database-path)
18599         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18600         make-obsolete-variable.
18601         (spam-bsfilter-path, spam-bsfilter-program)
18602         (spam-spamassassin-path, spam-spamassassin-program)
18603         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18604         Don't use "path" inappropriately.
18605         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18606         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18607         variable names.
18608
18609 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18610
18611         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18612         summary buffer.
18613
18614         * password.el (password-cache-remove): Use clear-string to burn
18615         password, if available.
18616
18617 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18620
18621         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18622
18623         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18624         (gnus-message-highlight-citation): Move defcustom here from
18625         gnus-cite.el.
18626         (gnus-message-citation-mode): Autoload.
18627
18628         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18629         checks to make it compile with XEmacs.
18630         (gnus-message-citation-mode): New minor mode.
18631         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18632         (gnus-message-highlight-citation): New variables.
18633         (gnus-message-search-citation-line)
18634         (gnus-message-add-citation-keywords)
18635         (gnus-message-remove-citation-keywords)
18636         (turn-on-gnus-message-citation-mode)
18637         (turn-off-gnus-message-citation-mode): New functions.
18638
18639 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18640
18641         * gnus-cite.el: Enable highlighting of different citation levels in
18642         message-mode.
18643
18644 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18645
18646         * message.el (message-make-fqdn): Fix comment.
18647         (message-bogus-system-names): Add ".local".
18648
18649         * spam.el (spam-ifile-path, spam-ifile-program)
18650         (spam-ifile-database-path, spam-ifile-database)
18651         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18652         Don't use "path" inappropriately.
18653         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18654         strings.
18655         (spam-check-ifile, spam-ifile-register-with-ifile)
18656         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18657         Use new variable names.
18658
18659         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18660         (gnus-treat-display-smileys): Simplify using
18661         gnus-image-type-available-p.
18662
18663         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18664         available.
18665
18666         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18667         Use `display-images-p' if available.
18668
18669 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18672         one after turning on the buffer's multibyteness instead of decoding
18673         them directly in the unibyte buffer that causes unexpected conversion
18674         in Emacs 23 (unicode).
18675
18676 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18677
18678         * message.el (message-generate-hashcash): Fix custom type.
18679
18680 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18683
18684 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18685
18686         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18687         disconnect icons.  Add help text.
18688
18689 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18690
18691         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18692         negated to be consistent with the others we handle.
18693
18694 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18695
18696         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18697         version of gnus-summary-buffer to something, so that we can use two
18698         article buffers at the same time.
18699
18700 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18701
18702         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18703         trigger all the extra headers.
18704         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18705         sorting.
18706
18707 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18708
18709         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18710         solid groups.
18711
18712 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18713
18714         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18715
18716 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18717
18718         * legacy-gnus-agent.el: Add Copyright notice.
18719
18720 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18721
18722         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18723
18724 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18725
18726         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18727
18728         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18729         to make it work reliably in CVS Emacs.
18730         (gnus-summary-limit-strange-charsets-predicate)
18731         (gnus-summary-limit-to-predicate): New functions.
18732
18733 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18734
18735         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18736         specifying array size.
18737         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18738         array if it is too small.
18739         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18740         (gnus-sort-threads-loop): New function.
18741
18742 2006-12-06  Chris Moore  <dooglus@gmail.com>
18743
18744         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18745         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18746
18747 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18748
18749         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18750         options.
18751
18752 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18753
18754         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18755         DOS-ing the recipient.
18756
18757         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18758         the headers when creating the mapping to avoid mismappings.
18759         (nnweb-gmane-create-mapping): Always nix out old mapping.
18760
18761 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18764         and mm-verify-option to never.
18765
18766 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * message.el (message-signed-or-encrypted-p): New function.
18769         (message-forward-make-body): Use it.
18770
18771         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18772         Replace encode-coding-string with mm-encode-coding-string.
18773
18774 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * nneething.el (nneething-decode-file-name):
18777         Replace decode-coding-string with mm-decode-coding-string.
18778
18779         * gnus-int.el (gnus-open-server): Say failed server's name.
18780
18781 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18782
18783         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18784         strings to a single string.  Quote `errors-file-name'.
18785         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18786         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18787         Adjust calls.  Use `shell-quote-argument'.
18788
18789 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18790
18791         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18792         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18793
18794         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18795         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18796         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18797         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18798         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18799         (gnus-subscribe-newsgroup, gnus-1):
18800         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18801         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18802         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18803         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18804
18805 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18806
18807         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18808         keystroke.
18809         (gnus-summary-limit-to-bodies): Implement headersp.
18810
18811 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18812
18813         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18814
18815 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18818
18819 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * message.el (message-generate-hashcash): Expand range of values to
18822         include `opportunistic'.
18823         (message-send-mail): Use it.
18824
18825 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18826
18827         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18828         and comment it.
18829
18830         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18831
18832 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18833
18834         * gnus-util.el (gnus-extract-address-components): Improve comment.
18835
18836 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * gnus-util.el (gnus-extract-address-components): Work with address in
18839         which the name portion contains @.
18840
18841         * lpath.el: Fbind custom-autoload.
18842
18843 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18844
18845         * gnus.el (gnus-start): Move custom group up.
18846         (gnus-select-method): Don't autoload, but make it available for
18847         `customize-variable'.
18848         (gnus-getenv-nntpserver): Don't autoload.
18849
18850 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18851
18852         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18853
18854 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18855
18856         * message.el (message-sendmail-extra-arguments): New variable.
18857         (message-send-mail-with-sendmail): Use it.
18858
18859 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18862         mm-with-unibyte-current-buffer to make string unibyte.
18863
18864         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18865         mm-string-as-multibyte.
18866
18867 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18868
18869         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18870         Reported by Werner Koch <wk@gnupg.org>.
18871
18872 2006-11-14  Daiki Ueno  <ueno@p360>
18873
18874         * mml2015.el: Autoload epa-select-keys when compiling.
18875
18876 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18877
18878         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18879         message-options.
18880         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18881
18882 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18883
18884         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18885         EasyPG (< 0.0.6).
18886         (mml2015-always-trust): New user option.
18887         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18888         prompt.
18889
18890 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * nntp.el (nntp-authinfo-force): New variable.
18893         (nntp-send-authinfo): Use it.
18894
18895 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18896
18897         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18898         decode encoded words.  Improve prompt.  Add comment about forwarding.
18899         (message-replacement-char): Move up.
18900
18901 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18902
18903         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18904         instead of gnus-intersection because arguments of gnus-sorted-nunion
18905         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18906
18907 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18908
18909         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18910         (message-simplify-subject-functions):
18911         Enable message-strip-subject-encoded-words by default.
18912
18913 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18914
18915         * message.el (message-strip-subject-encoded-words): New function.
18916         (message-simplify-subject-functions): New variable.
18917         (message-simplify-subject): Use it.  Fix typo in doc string.
18918         Support message-strip-subject-encoded-words.
18919
18920 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18921
18922         * gnus-diary.el (gnus-diary-delay-format-function):
18923         * nndiary.el (nndiary-reminders):
18924         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18925
18926 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18927
18928         * gnus-art.el (article-hide-boring-headers): Fetch date from
18929         gnus-original-article-buffer to avoid problems with localized date
18930         strings.
18931
18932 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18935
18936 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18937
18938         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18939         New variables.
18940         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18941         (mm-charset-synonym-alist): Move some entries to
18942         mm-codepage-iso-8859-list.
18943         (mm-charset-synonym-alist, mm-charset-override-alist):
18944         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18945
18946 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18947
18948         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18949
18950 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18951
18952         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18953         with Emacs 21 and XEmacs.
18954
18955 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * spam.el (spam-parse-address): New function for better parsing,
18958         catching errors, etc.
18959         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18960
18961 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18962
18963         * mm-view.el: Add interactive arg to html2text autoload.
18964
18965 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18966
18967         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18968
18969 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18972         New variables.
18973         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18974         (mm-charset-synonym-alist): Move some entries to
18975         mm-codepage-iso-8859-list.
18976
18977         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18978
18979 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18980
18981         * message.el (message-citation-line-format)
18982         (message-insert-formated-citation-line): Fix implementation of %E, %N
18983         and %n according to the doc string.
18984
18985 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18986
18987         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18988         Use car-safe to avoid bad parses.
18989
18990 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18993         names.
18994
18995         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18996
18997 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
19000         header.
19001
19002         * message.el (message-draft-headers): Add Date.
19003         (message-headers-to-generate): Fix typo in docstring.
19004
19005         * nndraft.el (nndraft-required-headers): New variable.
19006         (nndraft-generate-headers): Use it.
19007
19008         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
19009
19010 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19011
19012         * gnus-registry.el (gnus-registry-wash-for-keywords)
19013         (gnus-registry-find-keywords): New functions to allow easy searching of
19014         articles that are in the registry.
19015
19016 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
19017
19018         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
19019         Use ietf-drums-parse-address instead of gnus-extract-address-components.
19020         Reported by Damien Elmes <damien@repose.cx>.
19021
19022 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19023
19024         * gnus.el (gnus-mime): Remove unused custom group.
19025
19026 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19027
19028         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
19029         "blank line" when searching for end of armor headers.
19030
19031 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * gmm-utils.el (gmm-write-region): Fix variable name.
19034
19035 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19036
19037         * gmm-utils.el (gmm-write-region): New function based on compatibility
19038         code from `mm-make-temp-file'.
19039
19040         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
19041
19042         * nnmaildir.el (nnmaildir--update-nov)
19043         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
19044         Use `gmm-write-region'.
19045
19046 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19047
19048         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
19049         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
19050
19051         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
19052
19053         * message.el (message-replacement-char): New variable.
19054         (message-fix-before-sending): Use it.
19055         (message-simplify-subject): New function to remove duplicate code.
19056         (message-reply, message-followup): Use it.
19057
19058         * gnus-sum.el (gnus-summary-make-menu-bar):
19059         Clarify gnus-summary-limit-to-articles.
19060
19061 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * gnus-util.el (gnus-with-local-quit): New macro.
19064
19065         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
19066
19067 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
19068
19069         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
19070         ignore non-string data.
19071
19072 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19073
19074         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
19075         non-string data (needs to be done in the registry too).
19076
19077 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19078
19079         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
19080         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
19081         (gnus-registry-split-fancy-with-parent)
19082         (gnus-registry-fetch-simplified-message-subject-fast)
19083         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
19084         Remove text properties on ingress into the registry and when it's saved.
19085         (gnus-registry-clean-empty-function): Fix bug with cleaning the
19086         registry from entries with no groups.
19087
19088 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19089
19090         * gnus-util.el (gnus-string-remove-all-properties): Add utility
19091         function to remove string properties.
19092
19093 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19094
19095         * gmm-utils.el (gmm): Adjust custom version.
19096
19097         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
19098         Adjust custom version.
19099
19100         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
19101
19102 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19103
19104         * gnus-art.el (gnus-insert-prev-page-button)
19105         (gnus-insert-next-page-button): Simplify.  Reformat.
19106
19107 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19108
19109         * gnus-art.el (gnus-insert-prev-page-button)
19110         (gnus-insert-next-page-button): Apply gnus-article-button-face.
19111
19112 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
19113
19114         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
19115
19116 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
19117
19118         * gnus-art.el (gnus-insert-mime-button)
19119         (gnus-insert-mime-security-button):
19120         Apply gnus-article-button-face to MIME and security buttons.
19121
19122 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
19123
19124         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
19125         readable.
19126
19127 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
19130
19131 2006-09-20  Steve Youngs  <steve@sxemacs.org>
19132
19133         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
19134         `browse-url-of-file' instead of `browse-url'.
19135
19136 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19137
19138         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
19139         regexp.  Articles containing quotation were cut prematurely.
19140
19141 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19142
19143         * message.el (message-cite-original-1): Use nobody by default for the
19144         value of From header.
19145         (message-reply): Ditto.
19146
19147 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
19148
19149         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
19150         to the gnus-info.  This fixes a bug of inline-PGP message verification.
19151         Reported by Michael Piotrowski <mxp@dynalabs.de>.
19152
19153 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
19154
19155         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
19156         mails in the doc string.  Add some URLs in comment.
19157         (pop3-movemail): Warn about pop3-leave-mail-on-server.
19158
19159 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
19162         backslashes handling and the way to find boundaries of quoted strings.
19163
19164 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
19165
19166         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
19167         mml1991-encrypt-to-self is set and mml1991-signers is not set.
19168         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
19169         mml2015-encrypt-to-self is set and mml2015-signers is not set.
19170
19171 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
19174         doc string.
19175         (gnus-button-regexp, gnus-button-last): Remove unused variables.
19176
19177 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * lpath.el: Fbind epg-check-configuration.
19180
19181 2006-09-06  Simon Josefsson  <jas@extundo.com>
19182
19183         * mml2015.el (mml2015-use): Doc fix, mention epg.
19184
19185 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19186
19187         * mml2015.el (mml2015-use): Default to epg, if available.
19188
19189 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
19190
19191         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
19192         message-sender.
19193         (mml1991-epg-encrypt): Ditto.
19194         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
19195         message-sender.
19196         (mml2015-epg-encrypt): Ditto.
19197
19198 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
19199
19200         * message.el (message-send-mail-with-sendmail): Look for sendmail in
19201         several common directories.
19202
19203 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
19204
19205         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
19206         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
19207
19208 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * gnus-art.el (article-decode-encoded-words): Make it fast.
19211
19212 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
19215
19216         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
19217         in quoted string into `\'.
19218
19219 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19220
19221         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19222         Use standard-syntax-table.
19223
19224 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * gnus-art.el (gnus-decode-address-function): New variable.
19227         (article-decode-encoded-words): Use it to decode headers which are
19228         assumed to contain addresses.
19229         (gnus-mime-delete-part): Remove useless `or'.
19230
19231         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19232         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19233         (gnus-nov-parse-line): Use it to decode From header.
19234         (gnus-get-newsgroup-headers): Ditto.
19235         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19236
19237         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19238         (mail-decode-encoded-address-string): New alias.
19239
19240         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19241         New function.
19242         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19243         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19244         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19245         (rfc2047-decode-string): Ditto.
19246         (rfc2047-decode-address-region): New function.
19247         (rfc2047-decode-address-string): New function.
19248
19249 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19250
19251         * message.el (message-caesar-buffer-body): Allow rotating headers.
19252
19253         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19254
19255         * message.el (message-insert-formated-citation-line): Fix %f.
19256         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19257
19258 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19261         (gnus-bookmark-mouse-available-p): New macro.
19262         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19263         (gnus-bookmark-bmenu-show-infos): Use it.
19264         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19265         (gnus-bookmark-bmenu-hide-infos): Ditto.
19266         (gnus-bookmark-remove-properties): New function.
19267         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19268         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19269         (gnus-bookmark-write-file): Bind coding-system-for-write.
19270         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19271         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19272         group before selecting it.
19273         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19274         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19275         quit-window if it is not available; use gnus-mouse-2 and bind it to
19276         gnus-bookmark-bmenu-select-by-mouse.
19277         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19278         (gnus-bookmark-bmenu-select-by-mouse): New function.
19279
19280 2006-08-13  Romain Francoise  <romain@orebokech.com>
19281
19282         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19283         space.
19284
19285 2006-08-10  Romain Francoise  <romain@orebokech.com>
19286
19287         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19288         (dns-mode-soa-auto-increment-serial): New user option.
19289         (dns-mode-soa-maybe-increment-serial): New function.
19290         (dns-mode): Add the latter to `write-contents-functions'.
19291
19292 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19293
19294         * compface.el (uncompface): Use binary rather than raw-text-unix.
19295
19296 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * compface.el (uncompface): Make sure the eol conversion doesn't take
19299         place when communicating with the external programs.
19300         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19301
19302 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19305
19306 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19307
19308         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19309         Make it more robust by parsing author and date independently.
19310
19311 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19312
19313         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19314
19315 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19316
19317         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19318         first matching secret key.
19319         (mml2015-epg-encrypt): Ditto.
19320
19321         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19322         first matching secret key.
19323         (mml1991-epg-encrypt): Ditto.
19324
19325         * mml2015.el (mml2015-encrypt-to-self): New user option.
19326         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19327         mml2015-epg-encrypt-to-self is set.
19328
19329         * mml1991.el (mml1991-encrypt-to-self): New variable.
19330         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19331         mml1991-epg-encrypt-to-self is set.
19332
19333         * mml2015.el (mml2015-signers): New user option.
19334         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19335         (mml2015-epg-encrypt): Allow to select signing keys.
19336
19337         * mml1991.el (mml1991-signers): New variable.
19338         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19339         (mml1991-epg-encrypt): Allow to select signing keys.
19340
19341 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * nnheader.el (nnheader-insert-head): Make it work even if the file
19344         uses CRLF for the line-break code.
19345
19346 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19347
19348         * mml2015.el: Require mml-sec instead of password.
19349         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19350         (mml2015-cache-passphrase): Inherit the default value from
19351         mml-secure-cache-passphrase.
19352         (mml2015-passphrase-cache-expiry): Inherit the default value from
19353         mml-secure-passphrase-cache-expiry.
19354
19355         * mml1991.el: Require mml-sec instead of password.
19356         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19357         (mml1991-cache-passphrase): Inherit the default value from
19358         mml-secure-cache-passphrase.
19359         (mml1991-passphrase-cache-expiry): Inherit the default value from
19360         mml-secure-passphrase-cache-expiry.
19361
19362         * mml-sec.el: Require password.
19363         (mml-secure-verbose): New user option.
19364         (mml-secure-cache-passphrase): New user option.
19365         (mml-secure-passphrase-cache-expiry): New user option.
19366
19367 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19368             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19369
19370         * pgg-def.el (pgg-truncate-key-identifier):
19371         Truncate the key ID to 8 letters from the end.
19372
19373 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19374
19375         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19376         workaround for the url package included with Emacs.
19377
19378         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19379
19380 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19383         correctly.  This fixes a bug caused by the 2006-05-12 change.
19384
19385 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19386
19387         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19388         some information about the error when saying that the `bogus' mail
19389         group will be used.
19390
19391 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19392
19393         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19394         string.
19395
19396 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19397
19398         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19399
19400 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19401
19402         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19403
19404 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19405
19406         * mml1991.el (mml1991-function-alist): Add epg.
19407         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19408         (mml1991-epg-encrypt): New functions.
19409
19410 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19411
19412         * mml2015.el (mml2015-verbose): New variable.
19413         (mml2015-cache-passphrase): Ditto.
19414         (mml2015-passphrase-cache-expiry): Ditto.
19415         (mml2015-function-alist): Add epg.
19416         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19417         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19418         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19419         New functions.
19420
19421 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19422
19423         * message.el (message-cite-original-1): Preserve region when removing
19424         quoted text due to X-No-Archive in order to avoid bogus attribution
19425         when citing multiple messages.
19426
19427 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19428
19429         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19430         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19431
19432 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19433
19434         * gnus-diary.el (gnus-user-format-function-d)
19435         (gnus-user-format-function-D): Autoload.
19436
19437         * imap.el (Commentary): Fix typo.
19438
19439         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19440         2006-04-22 contribution.
19441
19442 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19443
19444         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19445         It didn't really fix the bogosity I'm seeing with solid web groups.
19446
19447 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19448
19449         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19450         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19451         created using server names.  If we use the feature without declaring
19452         it, Gnus does not properly manage server and group state.
19453
19454         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19455         bound.
19456
19457 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19458
19459         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19460         looking up the method using GROUP's prefix before inventing a new one.
19461         It is used on killed/unknown groups in various places where returning
19462         an all-new method isn't expected by the caller.
19463
19464         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19465         and match semantics of gnus-group-real-prefix.
19466
19467 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19468
19469         * nnmail.el (nnmail-broken-references-mailers): New variable.
19470         (nnmail-ignore-broken-references): New function generalizing
19471         nnmail-fix-eudora-headers.
19472         (nnmail-fix-eudora-headers): Now obsolete.
19473
19474         * gnus-art.el (gnus-button-handle-custom):
19475         Support `customize-apropos*'.
19476
19477 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19478
19479         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19480
19481         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19482         articles.
19483
19484 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19485
19486         * message.el (message-cite-reply-above): New variable.
19487         (message-yank-original): Use it.
19488
19489 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19490
19491         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19492
19493 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19494
19495         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19496         as read.
19497
19498         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19499
19500 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19501
19502         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19503         (gnus-bookmark-default-file): Use gnus-directory.
19504         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19505         Remove "*" in doc string.
19506         (gnus-bookmark-write-file): Simplify.
19507         (gnus-bookmark-maybe-sort-alist): Use `when'.
19508         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19509         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19510         Add FIXME about Emacs 21 and XEmacs compatibility.
19511         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19512         compatibility.
19513         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19514         compatibility.
19515         (gnus-bookmark-menu-heading): Fix version.
19516
19517 2006-06-19  Bastien Guerry  <bzg@altern.org>
19518
19519         * gnus-bookmark.el: New file.
19520
19521 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * message.el (message-syntax-checks): Doc fix.
19524
19525 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19526
19527         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19528         unsubscribed groups as if they were killed ones.  It causes duplicate
19529         entries in gnus-newsrc-alist.
19530
19531 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * message.el (message-syntax-checks): Doc fix.
19534         (message-send-mail): Add check for continuation headers.
19535         (message-check-news-header-syntax): Fix regexp used to check for
19536         continuation headers.
19537
19538 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19539
19540         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19541
19542 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19545
19546 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19549         default-truncate-lines.
19550
19551 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19554         to fill the utf-8 entry.
19555
19556         * lpath.el: Fbind unicode-precedence-list.
19557
19558 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19559
19560         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19561
19562 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19563
19564         * gnus-agent.el (directory-files-and-attributes): Move all the way
19565         forward (the third and final move).
19566         (gnus-agent-read-agentview): Trap reconstruction errors due to
19567         nonexistent directory.  Handle by returning nil.
19568
19569 2006-05-30  Didier Verna  <didier@xemacs.org>
19570
19571         * message.el (message-dont-reply-to-names): Update the custom type.
19572         * message.el (message-dont-reply-to-names): New defsubst: potentially
19573         convert a list of regexps into a single one.
19574         * message.el (message-get-reply-headers): Use it.
19575         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19576
19577 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * gnus-agent.el (directory-files-and-attributes): Move forward.
19580
19581 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * gnus-ml.el (gnus-mailing-list-subscribe)
19584         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19585         (gnus-mailing-list-message): Fix doc strings.
19586
19587 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19588
19589         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19590         of doing it manually.
19591
19592 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19593
19594         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19595         comment.
19596
19597 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19598
19599         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19600         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19601         (gnus-agent-read-local): All symbols allocated in my-obarray.
19602         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19603         (gnus-agent-regenerate-group): Check numeric names to see if they are
19604         messages or groups.
19605         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19606         better way of do this...)
19607
19608         * gnus-cache.el (gnus-agent-total-fetched-for):
19609         Ignore 'dummy.group' (there should be a better way of do this...)
19610
19611 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19612
19613         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19614         (gnus-saved-headers): Ditto.
19615         (gnus-default-article-saver): Mention functions may have properties.
19616         (gnus-article-save): Override gnus-save-all-headers and
19617         gnus-saved-headers by :headers property which saver function may have.
19618         (gnus-summary-save-in-file): Add :headers property.
19619         (gnus-summary-write-to-file): Ditto.
19620
19621         * gnus-sum.el (gnus-summary-save-article): Bind
19622         gnus-prompt-before-saving to t when saving many articles in a file;
19623         always show all headers.
19624
19625         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19626
19627 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19630         marks.
19631
19632         * message.el (message-indent-citation): Add optional arguments to allow
19633         using it outside of message buffers.
19634
19635         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19636         (gnus-article-treat-unfold-headers): Use it.
19637         (gnus-article-truncate-lines): New variable.
19638         (gnus-article-mode): Use it.
19639         (gnus-article-toggle-truncate-lines): New function.
19640
19641         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19642         Add gnus-article-toggle-truncate-lines.
19643
19644         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19645         coding system in XEmacs, use binary.
19646
19647 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19648
19649         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19650         after-load-alist.
19651
19652         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19653         this function should save decoded articles.
19654         (gnus-summary-write-to-file): Use property to specify this function
19655         should save decoded articles and specify gnus-summary-save-in-file
19656         should be used to save articles other than the first one when saving
19657         many articles.
19658         (gnus-summary-save-body-in-file): Use property to specify this
19659         function should save decoded articles.
19660         (gnus-summary-write-body-to-file): Use property to specify this
19661         function should save decoded articles and specify
19662         gnus-summary-save-body-in-file should be used to save articles other
19663         than the first one when saving many articles.
19664
19665         * gnus-sum.el (gnus-summary-save-article): Simplify.
19666
19667 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * gnus-art.el (gnus-default-article-saver):
19670         Add gnus-summary-write-body-to-file.
19671         (gnus-article-save-coding-system): Don't use coding system object
19672         in XEmacs.
19673         (gnus-read-save-file-name): Add optional `dir-var' argument which
19674         specifies directory in which files are saved; work even if optional
19675         `variable' argument is not specified.
19676         (gnus-summary-write-to-file): Read file name.
19677         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19678         (gnus-summary-write-body-to-file): New function.
19679
19680         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19681         (gnus-summary-local-variables): Add it.
19682         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19683         (gnus-summary-save-article): Remove optional `decode' argument;
19684         determine whether to decode articles by the value of
19685         gnus-default-article-saver; when saving many files using
19686         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19687         it first and use gnus-summary-save-in-file or
19688         gnus-summary-save-body-in-file thereafter unless
19689         gnus-prompt-before-saving is always; move point to article which
19690         will be saved.
19691         (gnus-summary-save-article-file): Revert.
19692         (gnus-summary-write-article-file): Revert.
19693         (gnus-summary-save-article-body-file): Revert.
19694         (gnus-summary-write-article-body-file): New function.
19695
19696 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * gnus-art.el (gnus-default-article-saver): Doc fix.
19699         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19700         from gnus-summary-save-article-coding-system, and default to a
19701         certain coding system.
19702         (gnus-output-to-file): Add coding cookie and encode text according
19703         to gnus-article-save-coding-system; don't use mm-append-to-file.
19704
19705         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19706         gnus-art.el and rename to gnus-article-save-coding-system.
19707         (gnus-summary-save-article): Require gnus-art; don't show all
19708         headers if it decodes articles; don't add coding cookie here;
19709         don't bind mm-text-coding-system-for-write.
19710         (gnus-summary-save-article-file): Save decoded articles.
19711         (gnus-summary-write-article-file): When saving many files, use
19712         gnus-summary-write-to-file first and gnus-summary-save-in-file
19713         thereafter unless gnus-prompt-before-saving is always.
19714         (gnus-summary-save-article-body-file): Save decoded articles.
19715
19716         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19717
19718 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19719
19720         * nnrss.el (nnrss-check-group): Bind hash-index.
19721
19722 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19723
19724         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19725         its hash index.  Store this hash in `nnrss-group-data'.
19726         (nnrss-read-group-data): Update accordingly.
19727
19728 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19729
19730         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19731         entry.
19732
19733         * gnus-sum.el (gnus-summary-make-menu-bar):
19734         Add gnus-article-browse-html-article.
19735
19736 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19737
19738         * gnus-sum.el (gnus-summary-mime-map):
19739         Add gnus-article-browse-html-article.
19740
19741         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19742
19743 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19746         suitable coding systems in customize.
19747
19748 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19749
19750         * mail-source.el (mail-sources): Fix custom type.
19751
19752 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19753
19754         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19755         (gnus-summary-expire-articles-now): Shorten prompt.
19756
19757         * gmm-utils.el (wid-edit): Require.
19758         (defun-gmm): Rename from `gmm-defun-compat'.
19759         (gmm-image-search-load-path): Use it.
19760         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19761
19762 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * gnus-sum.el (gnus-summary-save-article-coding-system):
19765         New variable.
19766         (gnus-summary-save-article): Add optional `decode' argument.
19767         If it is set and gnus-summary-save-article-coding-system is non-nil,
19768         save decoded article.
19769         (gnus-summary-write-article-file): Save decoded article if
19770         gnus-summary-save-article-coding-system is non-nil.
19771
19772         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19773         type.
19774
19775 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19778
19779 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19780
19781         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19782         first to test gnus-single-article-buffer which may be buffer-local.
19783
19784         * gnus-sum.el (gnus-summary-setup-buffer):
19785         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19786         group; make gnus-article-buffer, gnus-article-current, and
19787         gnus-original-article-buffer always buffer-local.
19788         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19789         group.
19790         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19791
19792 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19793
19794         * nnml.el (nnml-request-compact-group): Compressed files might not
19795         have .gz extension.
19796
19797 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19798
19799         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19800         (mm-copy-to-buffer): Use with-current-buffer.
19801         (mm-display-part): Simplify.
19802         (mm-inlinable-p): Add optional arg `type'.
19803
19804 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19805
19806         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19807         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19808         Try harder to show the attachment internally or externally using
19809         gnus-mime-view-part-as-type.
19810
19811 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19812
19813         * message.el (message-from-style, message-signature-separator)
19814         (message-user-organization-file, message-send-mail-function)
19815         (message-citation-line-function, message-yank-prefix)
19816         (message-indent-citation-function, message-signature)
19817         (message-signature-file, message-signature-insert-empty-line):
19818         Remove autoloads.
19819
19820         * gnus-art.el (gnus-buttonized-mime-types):
19821         Remove "multipart/signed".  Revert 2006-04-26 change.
19822
19823 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19824
19825         * gnus.el (gnus-version-number): Bump version.
19826
19827 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19828
19829         * gnus.el: No Gnus v0.5 is released.
19830
19831 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19832
19833         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19834         fetching articles by message-id.
19835
19836 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19837
19838         * message.el (hashcash): Require hashcash as normal.
19839
19840         * ecomplete.el (ecomplete-highlight-match-line):
19841         Use point-at-eol.
19842         (ecomplete-highlight-match-line): Use `highlight', because that
19843         face exists in both Emacs and XEmacs.
19844
19845         * message.el (message-display-abbrev): Use point-at-bol.
19846
19847         * mail-source.el: Don't require timer/timer-funcs.
19848
19849         * gnus-async.el: Ditto.
19850
19851         * password.el: Ditto.
19852
19853         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19854
19855         * mm-url.el: Ditto.
19856
19857         * gnus-xmas.el: Don't require timer-funcs.
19858
19859         * mm-util.el: Require timer/timer-funcs.
19860
19861 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19862
19863         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19864         Close.
19865
19866 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19869         unibyte after clear-decrypt function runs.
19870
19871         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19872         returns as a unibyte string.
19873
19874 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * lpath.el: Revert.
19877
19878         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19879         (pgg-gpg-process-sentinel): Revert.
19880
19881         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19882         (pgg-pgp-lookup-key): Revert.
19883
19884         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19885         (pgg-pgp5-lookup-key): Revert.
19886
19887         * pgg.el (pgg-fetch-key): Revert.
19888
19889 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * lpath.el: Fbind string-as-multibyte for XEmacs.
19892
19893         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19894         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19895         (mml1991-pgg-encrypt): Ditto.
19896
19897         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19898         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19899         a multibyte buffer.
19900
19901         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19902         (pgg-pgp-lookup-key): Ditto.
19903
19904         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19905         (pgg-pgp5-lookup-key): Ditto.
19906
19907         * pgg.el (pgg-fetch-key): Ditto.
19908
19909 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19910
19911         * message.el (message-user-organization-file): Check several
19912         locations of the organization file.
19913
19914         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19915         Add gnus-article-view-part-as-type.
19916
19917         * gnus-art.el (gnus-article-view-part-as-type): New function.
19918
19919         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19920         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19921
19922         * mml.el: Simplify autoload.
19923         (mml-mode): defvar dnd-protocol-alist instead of using
19924         symbol-value.
19925         (mml-default-directory): New variable.
19926         (mml-minibuffer-read-file): Use it.
19927         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19928
19929         * message.el (message-citation-line-format): New variable.
19930         (message-insert-formated-citation-line): New function.
19931         (message-citation-line-function):
19932         Add `message-insert-formated-citation-line' to custom type.
19933
19934         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19935         to doc string.
19936
19937         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19938         depending on mm-verify-option.
19939
19940 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19941
19942         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19943         binding pgg-* variables; reimplement the section which prevents
19944         MIME header from being signed.
19945         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19946         pgg-text-mode; remove a blank line at the top of body.
19947
19948         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19949         lines at the top of body; use gnus-newsgroup-charset if there's no
19950         Charset header.
19951
19952 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19953
19954         * message.el (message-self-insert-commands): Doc fix.
19955
19956         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19957         (mm-uu-pgp-encrypted-test): Ditto.
19958         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19959         between header and body; return application/pgp-encrypted handle
19960         if decryption failed; decode decrypted body by charset.
19961
19962         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19963         element match to application/pgp-*.
19964
19965 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19966
19967         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19968         HTML.
19969
19970 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19971
19972         * mail-source.el (mail-source-call-script): Message the error
19973         string.
19974
19975 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19976
19977         * gnus-util.el (gnus-byte-compile): Use it.
19978
19979 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19980
19981         * gnus-util.el (kill-empty-logs): New function.
19982
19983 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19984
19985         * message.el (message-mail-alias-type): Doc fix.
19986         (message-mail-alias-type-p): New function.
19987         (message-send): Use it.
19988         (message-mode): Ditto.
19989         (message-strip-forbidden-properties): Ditto.
19990
19991         * ecomplete.el (ecomplete-database-file-coding-system):
19992         New variable.
19993         (ecomplete-save): Use it.
19994         (ecomplete-setup): Use it.
19995
19996 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19997
19998         * message.el (message-self-insert-commands): New variable.
19999         (message-strip-forbidden-properties): Use it.
20000
20001 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20002
20003         * message.el (message-put-addresses-in-ecomplete): Use a regexp
20004         that doesn't make XEmacs choke.
20005
20006 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
20007
20008         * gnus-util.el (gnus-replace-in-string):
20009         Prefer replace-regexp-in-string over of replace-in-string.
20010
20011 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * gnus-util.el (gnus-select-frame-set-input-focus):
20014         Use select-frame-set-input-focus if it is available in XEmacs; use
20015         definition defined in Emacs 22 for old Emacsen.
20016
20017         * dgnushack.el: Autoload unmorse-region for XEmacs.
20018
20019         * lpath.el: Bind cursor-in-non-selected-windows and
20020         select-frame-set-input-focus for XEmacs.
20021
20022 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * mm-view.el (mm-inline-text): Use equal instead of equalp.
20025
20026 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
20027
20028         * gnus-registry.el (gnus-registry-cache-save): Remove text
20029         properties when saving via the temp buffer.
20030
20031 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20032
20033         * message.el (message-generate-hashcash): Honor custom type.
20034
20035 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20036
20037         * message.el (message-generate-hashcash): Default to non-nil when
20038         hashcash is found.
20039
20040         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
20041         (gnus-refer-thread-limit): Increase default to 500.
20042
20043         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
20044
20045         * flow-fill.el (fill-flowed): Allow delete-space.
20046
20047 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20048
20049         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20050         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
20051         Remove autoloads.
20052
20053 2006-04-18  Simon Josefsson  <jas@extundo.com>
20054
20055         * message.el (message-generate-hashcash): Default to.
20056
20057 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20060         concatenating segments rather than before concatenating them.
20061
20062 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
20065
20066 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20067
20068         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
20069
20070         * message.el (message-forward-make-body-plain):
20071         Allow message-forward-ignored-headers to be a list.
20072         (message-remove-ignored-headers): Factor out into function.
20073         (message-forward-make-body-mml): Use it.
20074
20075         * imap.el (imap-quote-specials): New function.
20076         (imap-login-auth): Quote specials.
20077
20078         * rfc2231.el (rfc2231-parse-string): Remove dead code.
20079         (rfc2231-parse-string): Allow concatanation of parameters that
20080         aren't contiguous.  The test case is
20081           (mail-header-parse-content-type "message/external-body;
20082             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
20083             access-type=LOCAL-FILE;
20084             name*1*=plugh%2fhello-sailor%2fbing.pdf")
20085
20086 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20087
20088         * nntp.el (nntp-accept-process-output): Return the value of
20089         `nnheader-accept-process-output'.
20090
20091 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20092
20093         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
20094         (gnus-button-alist): Recognize more diff formats.
20095         (gnus-button-patch): Strip directory.
20096
20097 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
20098
20099         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
20100         Emacs 22 when setting focus.
20101
20102 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20103
20104         * gnus-art.el (gnus-article-treat-types): Do treatment of
20105         text/x-verbatim parts.
20106         (gnus-button-patch): New command.
20107
20108         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
20109         addresses that contain invalid characters.
20110
20111 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20112
20113         * message.el (message-put-addresses-in-ecomplete):
20114         Use gnus-replace-in-string.
20115         (message-is-yours-p): Use the more correct
20116         mail-header-parse-address instead of
20117         mail-extract-address-components.
20118         (message-put-addresses-in-ecomplete): Fix typo.
20119
20120         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
20121         keystroke.
20122
20123         * gnus-art.el (gnus-treatment-function-alist): Change order of
20124         newsgroups/generic header folding to avoid double-folding.
20125
20126         * message.el (message-hidden-headers): Add X-Draft-From.
20127
20128         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
20129         New command.
20130         (gnus-summary-repeat-search-article-backward): New command.
20131
20132         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
20133         groups in the parent topic.
20134
20135 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
20136
20137         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
20138         (spam-extra-header-to-number): Return the CRM114 number as a
20139         number instead of a string.
20140
20141 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20142
20143         * gnus-art.el (gnus-face-properties-alist): Move here from
20144         gnus-fun.
20145
20146         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
20147
20148 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20149
20150         * message.el (message-strip-forbidden-properties): Only display on
20151         self-insert-command.
20152
20153         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
20154         reindent.
20155         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
20156
20157 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
20158
20159         * smiley.el (smiley-style): Fix typo.
20160
20161 2006-03-23  Kenichi Handa  <handa@m17n.org>
20162
20163         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
20164         instead of set-buffer-multibyte.
20165
20166 2006-03-23  Kenichi Handa  <handa@m17n.org>
20167
20168         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20169         buffer and then decode the buffer text if necessary.
20170         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20171         first, and after mm-encode-body, change the buffer to unibyte.
20172
20173 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20174
20175         * hashcash.el (hashcash-insert-payment-async-2):
20176         Use message-goto-eoh instead of doing it manually.
20177         (mail-add-payment): Use message-narrow-to-header instead of trying
20178         to do the same itself.
20179
20180         * message.el (message-hidden-headers): Add Face.
20181
20182         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
20183         reparenting code.
20184         (gnus-summary-reparent-children): Refactored out code.
20185         (gnus-summary-thread-map): New keystroke.
20186         (gnus-summary-reparent-children): Make into command.
20187
20188         * smiley.el (smiley-style): Default to `medium' if using a large
20189         font.
20190
20191         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
20192         does it itself.
20193
20194         * message.el (message-point-in-header-p): Simplify definition.
20195
20196 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20197
20198         * nnagent.el (nnagent-request-set-mark): Silence log file
20199         writing.
20200         (nnagent-request-set-mark): Use write-region instead of
20201         append-to-file.
20202
20203         * gnus-sum.el (gnus-read-header): Fudge article number if using a
20204         strange select method.
20205
20206         * ecomplete.el (ecomplete-display-matches): Get highlightling
20207         right.
20208         (ecomplete-display-matches): Use literals.
20209         (ecomplete-display-matches): Disable message logging.
20210
20211         * message.el (message-display-abbrev): Small optimization.
20212
20213         * ecomplete.el (ecomplete-display-matches): Allow automatic
20214         display.
20215
20216         * message.el (message-strip-forbidden-properties):
20217         Display abbrevs.
20218         (message-display-abbrev): Get automatic display right.
20219
20220         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
20221         keystrokes.
20222
20223 2006-04-13  Romain Francoise  <romain@orebokech.com>
20224
20225         TODO: Backport to v5-10!
20226
20227         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
20228         Move here (and rename) from gnus-registry.el.
20229
20230         * gnus-registry.el: Require gnus-util.
20231         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20232
20233 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20234
20235         * gnus-group.el (gnus-group-catchup-current):
20236         Change if-then-else-if-then-else into cond.
20237         (gnus-group-catchup): Indent.
20238         (group-name-at-point): New function.
20239         (gnus-fetch-group): Provide default from thing at point.
20240
20241 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20242
20243         * message.el (message-display-abbrev): Fix regexp.
20244
20245         * ecomplete.el (ecomplete-highlight-match-line):
20246         Reimplement choosing.
20247         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20248         dead variables.
20249
20250         * message.el (message-newline-and-indent): Remove debugging.
20251         (message-display-abbrev): Use new implementation.
20252
20253 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20254
20255         * gnus-art.el (gnus-article-mode):
20256         Set cursor-in-non-selected-windows to nil.
20257
20258         * smiley.el: Revert previous change.
20259         (smiley-data-directory): defvar it before using it in the
20260         defcustom of `smiley-style'.
20261
20262 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20263
20264         * message.el (message-newline-and-indent): New function.
20265
20266         * ecomplete.el: Implement more bits.
20267
20268         * message.el (message-put-addresses-in-ecomplete): Clean up the
20269         string.
20270
20271         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20272
20273         * gnus-sum.el (gnus-summary-save-parts):
20274         Bind gnus-summary-save-parts-counter and use it to make unique file
20275         names.
20276
20277         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20278
20279         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20280         parameter to say whether to actually parse the individual
20281         addresses.
20282
20283         * message.el (message-put-addresses-in-ecomplete): New function.
20284         (ecomplete): Require.
20285         (message-mail-alias-type): Add ecomplete as an option.
20286
20287 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20288
20289         * flow-fill.el (fill-flowed): Remove trailing space from blank
20290         quoted lines.
20291
20292 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20293
20294         * smiley.el (smiley-style): Move definition later to avoid a
20295         compilation warning.
20296
20297 2006-04-12  Kenichi Handa  <handa@m17n.org>
20298
20299         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20300         buffer and then decode the buffer text if necessary.
20301         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20302         first, and after mm-encode-body, change the buffer to unibyte.
20303         Use mm-disable-multibyte instead of set-buffer-multibyte.
20304
20305 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20306
20307         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20308         Content-Type header instead of Content-Disposition header.
20309         (gnus-mime-inline-part): Ditto.
20310         (gnus-mime-view-part-as-charset): Ignore charset that the part
20311         specifies.
20312
20313         * mm-decode.el (mm-display-part): Work with external parts and
20314         usual parts similarly.
20315
20316         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20317         instead of gnus-display-mime.
20318
20319         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20320         instead of with-temp-buffer.
20321
20322         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20323         tag to summarized topics part in order to encode non-ASCII text.
20324
20325 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20326
20327         * smiley.el (smiley-style): New variable.
20328         (smiley-directory): New function.
20329         (smiley-data-directory): Derive from `smiley-style' using
20330         `smiley-directory'.
20331         (smiley-regexp-alist): Add new entries.
20332
20333         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20334         (gnus-article-browse-delete-temp): Add :version.
20335
20336 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20337
20338         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20339         the sieve region.
20340
20341 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20342
20343         * gnus.el (gnus-version-number): Bump version.
20344
20345 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20346
20347         * gnus.el: No Gnus v0.4 is released.
20348
20349 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20352         layout.
20353
20354         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20355         unknown charset.
20356
20357         * message.el (message-header-synonyms): Add Original-To to the
20358         default.
20359
20360         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20361         optional parameter.
20362
20363 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20364
20365         * gnus-fun.el (gnus): Require it for gnus-directory.
20366
20367 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20368
20369         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20370
20371 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20372
20373         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20374
20375 2006-04-05  Simon Josefsson  <jas@extundo.com>
20376
20377         * password.el (password-reset): New function.
20378
20379 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20380
20381         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20382         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20383
20384 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20385
20386         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20387         Some whitespace was matched into the url, which broke browsing hits
20388         > 100 when mm-url-use-external was nil.
20389
20390 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20391
20392         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20393         Check gnus-extra-headers for 'Newsgroups.
20394
20395         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20396         bound.
20397
20398 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20399
20400         * pgg-gpg.el: Clean up process buffers every time gpg processes
20401         complete.
20402
20403 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20404
20405         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20406         doc string.
20407
20408 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20409
20410         * pgg-gpg.el (pgg-gpg-process-filter)
20411         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20412
20413         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20414         lines, temporary fix.
20415
20416 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20417
20418         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20419
20420 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20421
20422         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20423         default-enable-multibyte-characters.  This reverts the change from
20424         revision 6.17 which is no longer necessary because the passphrase
20425         is sent separately now.  GnuPG messages are unreadable under
20426         multibyte locales with default-enable-multibyte-characters set to
20427         nil.
20428
20429 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20430
20431         * message.el (message-tool-bar-gnome): Move "spell".
20432
20433 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20434
20435         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20436         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20437         instead.
20438
20439 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20440
20441         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20442         Improve newsgroups handling for NNTP overviews which don't include
20443         Newsgroups.
20444
20445 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20446
20447         * message.el (message-resend): Bind message-generate-hashcash to nil.
20448
20449 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20450
20451         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20452         when searching for already-paid recipients.
20453
20454 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20455
20456         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20457         passphrases when it is not needed.
20458         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20459         passphrase stuff from gpg, should only be necessary when you use
20460         gpg with a smartcard.
20461
20462 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20463
20464         * mml.el (mml-insert-mime): Ignore cached contents of
20465         message/external-body part.
20466
20467         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20468         (mm-insert-part): Ditto.
20469
20470 2006-03-23  Simon Josefsson  <jas@extundo.com>
20471
20472         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20473         Reiner.
20474         (pgg-gpg-use-agent-p): Use it again.
20475
20476 2006-03-23  Simon Josefsson  <jas@extundo.com>
20477
20478         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20479         older emacsen.
20480         (pgg-gpg-use-agent-p): Don't use it.
20481
20482 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20483
20484         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20485         if we can.
20486
20487 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20488
20489         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20490         (pgg-gpg-update-agent): New function.
20491         (pgg-gpg-use-agent-p): New function.
20492         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20493         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20494         (pgg-gpg-sign-region): Use it.
20495
20496 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20499         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20500
20501 2006-03-21  Simon Josefsson  <jas@extundo.com>
20502
20503         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20504         <wilde@sha-bang.de>.
20505         (pgg-gpg-use-agent): New variable.
20506         (pgg-gpg-process-region): Use it.
20507         (pgg-gpg-encrypt-region): Likewise.
20508         (pgg-gpg-encrypt-symmetric-region): Likewise.
20509         (pgg-gpg-decrypt-region): Likewise.
20510         (pgg-gpg-sign-region): Likewise.
20511         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20512
20513 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20516
20517         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20518         Add comment on version.
20519
20520 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20521
20522         * smiley.el: Add missing test smiley.
20523
20524 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * mm-decode.el (mm-with-part): New macro.
20527         (mm-get-part): Use it; work with message/external-body as well.
20528         (mm-save-part): Treat name and filename equally.
20529
20530         * mm-extern.el (mm-extern-cache-contents): New function.
20531         (mm-inline-external-body): Use it; force the part to be displayed;
20532         move undisplayer added to the cached handle to the parent.
20533
20534         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20535         (gnus-mime-view-part-as-type): Work with message/external-body.
20536
20537         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20538
20539 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20540
20541         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20542         images in image-load-path.  [Sync with image.el, revision 1.60, in
20543         Emacs.]
20544
20545 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20546
20547         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20548         path rather than symbol.  Always return list of directories.
20549         Guarantee that image directory comes first.  [Sync with image.el,
20550         revision 1.59, in Emacs.]
20551
20552         * message.el (message-make-tool-bar): Adjust to new API of
20553         `gmm-image-load-path-for-library'.
20554
20555         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20556
20557         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20558
20559 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20560
20561         * gnus-art.el (gnus-article-only-boring-p):
20562         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20563         intangible text.
20564         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20565
20566 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20567
20568         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20569         Use `defun' instead of `gmm-defun-compat'.
20570
20571 2006-03-14  Simon Josefsson  <jas@extundo.com>
20572
20573         * message.el (message-unique-id): Don't use message-number-base36
20574         if (user-uid) is a float.
20575         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20576
20577 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20580
20581         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20582         empty line between a part and a message part.
20583
20584 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20585
20586         * smiley.el: Add more test smileys.
20587         (smiley-data-directory, smiley-regexp-alist)
20588         (gnus-smiley-file-types): Fix doc strings.
20589         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20590         adding new elements.
20591         (smiley-mouse-map): Unused code.  Make it a comment.
20592
20593 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20596         scan latest NoCeM messages instead of old ones.
20597         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20598         delimiters that are recently used.
20599         (gnus-nocem-load-cache): Add autoload cookie.
20600
20601         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20602
20603         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20604         level which is larger than gnus-use-nocem is specified.
20605
20606         * gnus-group.el (gnus-group-get-new-news): Ditto.
20607
20608 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20609
20610         * gnus-util.el (gnus-tool-bar-update): New function.
20611
20612         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20613         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20614
20615         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20616
20617         * gnus-group.el (gnus-group-redraw-when-idle)
20618         (gnus-group-redraw-check): Remove.
20619         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20620
20621 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20624         if optional last element is specified in splits (FIELD VALUE...).
20625
20626 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20627
20628         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20629         to gmm-image-load-path-for-library.  Call with no-error argument.
20630         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20631
20632         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20633
20634         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20635
20636         * gmm-utils.el (gmm-image-load-path): Remove alias.
20637
20638 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20639
20640         * gmm-utils.el (gmm-image-load-path): Add alias.
20641
20642         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20643         nnml-generate-nov-databases-1.
20644         (nnml-generate-nov-databases): Use it.
20645         (nnml-generate-nov-databases-directory): Document no-active
20646         argument.
20647
20648         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20649         directory if path is t.  Add no-error.
20650
20651         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20652         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20653
20654         * gnus-art.el (gnus-article-browse-delete-temp-files):
20655         Simplify resetting gnus-article-browse-html-temp-list.
20656
20657         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20658         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20659         Add example to docstring.  Rename local variables.  Move error
20660         checks to default case in cond and simplify.
20661
20662 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20663
20664         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20665         handle is multipart when calling it recursively.
20666         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20667
20668 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20669
20670         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20671         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20672
20673 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20674
20675         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20676         is loaded.
20677
20678         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20679         loaded.
20680
20681 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20682
20683         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20684         to "Emacs 23 (unicode)" in doc string.
20685
20686         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20687         "Emacs 23 (unicode)" in comment.
20688
20689 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20692
20693         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20694         characters 160 through 255 in Emacs 23.
20695
20696 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20697
20698         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20699         gnus-article-browse-html-temp.
20700         (gnus-article-browse-delete-temp): Make it customizable.
20701         Add `file'.  Adjust doc string.
20702         (gnus-article-browse-delete-temp-files): Add argument.
20703         Allow query for each file.  Adjust doc string.
20704         (gnus-article-browse-html-parts):
20705         Add `gnus-article-browse-delete-temp-files' to
20706         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20707
20708 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20709
20710         * gnus-art.el (gnus-article-browse-html-temp)
20711         (gnus-article-browse-delete-temp): New variables.
20712         (gnus-article-browse-delete-temp-files): New function.
20713         (gnus-article-browse-html-parts): Use it.
20714
20715 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20718
20719         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20720         string.
20721
20722         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20723         gnus-summary-insert-new-articles when unplugged.
20724         Remove gnus-summary-search-article-forward.
20725
20726         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20727         display-visual-class instead of display-color-cells.
20728
20729 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * dgnushack.el: Autoload customize-group for XEmacs.
20732
20733         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20734         message/* containing non-ASCII text properly.
20735
20736 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20737
20738         * message.el: Require gmm-utils, remove autoloads.
20739         (message-tool-bar): Set default based on
20740         gmm-tool-bar-style.
20741         (message-tool-bar-gnome): Add gmm-customize-mode.
20742
20743         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20744         gmm-tool-bar-style.
20745         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20746
20747         * gnus-group.el (gnus-group-tool-bar): Set default based on
20748         gmm-tool-bar-style.
20749         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20750
20751         * gmm-utils.el (gmm-image-directory): Rename variable from
20752         gmm-image-load-path.
20753         (gmm-image-load-path): Use gmm-image-directory.
20754         (gmm-customize-mode): New function.
20755         (gmm-tool-bar-style): New variable.
20756
20757         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20758         gnus-group-redraw-line-number.
20759         (gnus-group-redraw-check): Simplify.
20760         (gnus-group-tool-bar-update): Remove redraw check.
20761         (gnus-group-make-tool-bar): Add redraw check.
20762
20763 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20764
20765         * gnus-art.el (gnus-button): Add missing parentheses.
20766
20767 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * lpath.el: Fbind line-number-at-pos.
20770
20771 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20774
20775 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20776
20777         * gnus-art.el (gnus-button): New face.
20778         (gnus-article-button-face): Use it.
20779
20780         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20781         Add gnus-summary-next-page.  Re-order.
20782
20783         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20784         next-node are now included.
20785         (gnus-group-redraw-line-number): New internal variable.
20786         (gnus-group-redraw-check): Helper function for updating the tool
20787         bar.
20788         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20789
20790         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20791
20792         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20793         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20794         Use it to match format of Spamassassin 3.0 and later.
20795         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20796         (spam-check-bogofilter)
20797         (spam-bogofilter-register-with-bogofilter): Fix args of
20798         `gnus-error' calls.
20799
20800 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20801
20802         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20803         unnecessary interaction when sending queued mails.
20804         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20805
20806 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20807
20808         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20809         first or last are nil.
20810
20811 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20812
20813         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20814
20815 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20816
20817         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20818
20819 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20820
20821         * dns.el (query-dns): Protect more against buggy tcp output.
20822
20823 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20824
20825         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20826         nov.php.
20827
20828 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20829
20830         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20831         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20832         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20833         output on the server side.
20834         (nnweb-google-create-mapping): Update regexps and add some
20835         progress indication.
20836
20837 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20838
20839         * gnus-group.el (gnus-group-tool-bar-gnome):
20840         Fix gnus-agent-toggle-plugged.  Re-order icons.
20841         (gnus-group-tool-bar-gnome):
20842         Add gnus-group-{prev,next}-unread-group.
20843         (gnus-group-tool-bar-gnome): Re-order icons.
20844
20845         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20846         Move gnus-summary-insert-new-articles.
20847
20848         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20849         Fix comments.
20850
20851         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20852         also available in Emacs 21.3.
20853
20854         * message.el (message-fix-before-sending): Change "Emacs 22" to
20855         "Emacs 23 (unicode)" in comment.
20856
20857         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20858         "Emacs 23 (unicode)" in comment.
20859
20860         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20861         comment.
20862         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20863
20864         * mm-view.el (mm-fill-flowed): Add :version.
20865
20866 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20869         and load-path.
20870
20871 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20872
20873         * message.el: Autoload gmm-image-load-path.
20874         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20875         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20876         consitency.
20877
20878         * gmm-utils.el (gmm-image-load-path): Also search in
20879         "../etc/images".  Don't set gmm-image-load-path if we don't find
20880         the image.
20881
20882 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20883
20884         * gmm-utils.el (gmm-image-load-path): Don't make
20885         `gmm-image-load-path' include subdirectories which the second arg
20886         `image' might specify.
20887
20888         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20889         subdirectory to icon file names.
20890
20891         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20892
20893 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20894
20895         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20896         gmm-image-load-path calls.
20897
20898         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20899
20900         * message.el (message-make-tool-bar): Ditto.
20901
20902         * mml.el (mml-preview): Add comment concerning tool bar icons.
20903
20904         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20905         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20906
20907         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20908         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20909
20910         * message.el (message-tool-bar-gnome): Use new icon names.
20911         (message-make-tool-bar): Use `gmm-image-load-path'.
20912
20913         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20914         New functions from MH-E.
20915         (gmm-image-load-path): New variable from MH-E.
20916         (gmm-image-load-path): New function from MH-E.  Add arguments
20917         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20918         *-image-load-path-called-flag.
20919
20920 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20921
20922         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20923
20924 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20925
20926         * nnimap.el (nnimap-request-move-article): Change folder back to
20927         source group before deleting.
20928
20929 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20930
20931         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20932
20933         * gnus-art.el (mm-url-insert-file-contents-external):
20934         Autoload mm-url.
20935
20936         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20937
20938 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20939
20940         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20941         coding system which mm-charset-to-coding-system returns for a
20942         given charset is valid.
20943
20944 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20945
20946         * html2text.el (html2text-remove-tag-list):
20947         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20948
20949 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20950
20951         * gnus-cus.el: Revert 2005-10-17 change.
20952
20953 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * gnus-art.el (article-strip-banner):
20956         Call article-really-strip-banner only when the regexp match is made.
20957
20958 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20959
20960         * gnus-art.el (article-strip-banner):
20961         Use gnus-extract-address-components instead of
20962         mail-header-parse-addresses to make it work with non-ASCII text;
20963         remove mail-encode-encoded-word-string.
20964
20965         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20966         values which are surrounded with \"...\"; make it never cause a
20967         Lisp error; give up parsing of parameters if it failed in
20968         extracting type.
20969
20970 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20971
20972         * smime.el (smime-cert-by-ldap-1): Fix bug where
20973         `smime-ldap-search' returns results without userCertificates.
20974
20975 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20978
20979 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20980
20981         * spam.el (spam-check-spamassassin-headers): Adapt format for
20982         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20983         <ari@mbf.ocn.ne.jp>.
20984         (spam-list-of-processors): Add spam-use-gmane.
20985
20986 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20989         make-temp-file; make it work with XEmacs as well.
20990
20991         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20992         mm-make-temp-file.
20993
20994         * mm-decode.el (mm-display-external): Use the 3rd arg of
20995         mm-make-temp-file.
20996         (mm-create-image-xemacs): Ditto.
20997
20998 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20999
21000         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
21001         with message-narrow-to-headers.
21002         (gnus-draft-setup): Narrow to header to run message-fetch-field.
21003         (gnus-draft-check-draft-articles): New function.
21004         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
21005
21006 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21007
21008         * gnus-art.el (gnus-article-browse-html-parts):
21009         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
21010         Don't use suffix argument for mm-make-temp-file for Emacs 21
21011         compatibility.  Remove useless `format'.
21012
21013 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21014
21015         * nnweb.el (nnweb-google-wash-article): Update regexps.
21016         (nnweb-group-alist): Use defvoo instead of defvar.
21017
21018 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21019
21020         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
21021         re-loading nn* modules.
21022
21023 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
21024
21025         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
21026         for `tool-bar-mode' and don't check it's default-value.
21027
21028         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
21029
21030         * message.el (message-make-tool-bar): Ditto.
21031
21032         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
21033         `substring'.  Shorten tmp-file name.
21034
21035         * gnus.el: Remove bogus comment.
21036
21037 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
21038
21039         * gnus-art.el (gnus-article-browse-html-parts): New function.
21040         (gnus-article-browse-html-article): New function for viewing html
21041         articles with a browser.
21042
21043 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
21044
21045         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
21046         in elisp.
21047         (pgg-gpg-encrypt-symmetric-region): Ditto.
21048         (pgg-gpg-sign-region): Ditto.
21049
21050         * pgg-def.el (pgg-text-mode): New variable.
21051
21052         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
21053         (mml2015-pgg-encrypt): Ditto.
21054
21055         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
21056         (mml1991-pgg-encrypt): Ditto.
21057
21058 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * nnfolder.el (nnfolder-insert-newsgroup-line):
21061         Use message-make-date instead of current-time-string.
21062
21063         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
21064         to gnus-decoded which mm-uu might set.
21065
21066 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21067
21068         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
21069         don't decode quoted parameters; remove misimported Emacs code.
21070         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21071         (rfc2231-decode-encoded-string): Don't use split-string which
21072         behaves differently according to Emacs version; use
21073         mm-decode-coding-region to convert charset to coding-system.
21074         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21075         (rfc2231-encode-string): Remove misimported Emacs code.
21076
21077 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21078
21079         * gnus-art.el (article-decode-charset): Don't use ignore-errors
21080         when calling mail-header-parse-content-type.
21081         (article-de-quoted-unreadable): Ditto.
21082         (article-de-base64-unreadable): Ditto.
21083         (article-wash-html): Ditto.
21084
21085         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
21086         calling mail-header-parse-content-type and
21087         mail-header-parse-content-disposition.
21088         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
21089         mail-header-parse-content-type.
21090
21091         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
21092         insert charset and format parameters; encode description after
21093         inserting it to buffer.
21094         (mml-insert-parameter): Fold lines properly even if a parameter is
21095         segmented into two or more lines; change the max column to 76.
21096
21097         * rfc1843.el (rfc1843-decode-article-body): Don't use
21098         ignore-errors when calling mail-header-parse-content-type.
21099
21100         * rfc2231.el (rfc2231-parse-string): Return at least type if
21101         possible; don't cause an error even if it fails in parsing of
21102         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21103         (rfc2231-encode-string): Don't break lines at the beginning, leave
21104         it to mml-insert-parameter.
21105
21106         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
21107         calling mail-header-parse-content-type.
21108
21109 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * spam-report.el (spam-report-gmane-use-article-number):
21112         Improve doc string.
21113         (spam-report-gmane-internal): Check if a suitable header was found
21114         in the article.
21115
21116 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21117
21118         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
21119         (rfc2231-encode-string): Make param*=value always begin with LWSP.
21120
21121 2006-02-05  Romain Francoise  <romain@orebokech.com>
21122
21123         Update copyright notices of all files in the gnus directory.
21124
21125 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21126
21127         * nnweb.el (nnweb-request-group): Avoid growing overview files.
21128
21129 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21130
21131         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
21132         segmented lines of parameter value to cope with Thunderbird 1.5
21133         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
21134         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21135         (rfc2231-encode-string): Don't make lines exceeding 76 column.
21136
21137 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
21138
21139         * mml.el (mml-generate-mime-1): Correct the order of inline signed
21140         parts.
21141
21142 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21143
21144         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
21145         there's only one active file for all servers.
21146         (nnweb-request-scan): Make sure nnweb-articles is initialized on
21147         solid groups.  Gnus might have used a FAST request to select the group.
21148         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
21149         and nnweb-search redundantly in the active file.
21150         (nnweb-request-list): Don't list bogus groups.  There can only be one.
21151         (nnweb-request-create-group): Don't use ARGS.
21152         (nnweb-possibly-change-server, nnweb-request-group): Remove some
21153         initializations.  Let nnoo do the work.
21154
21155 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
21158         Say the part has been decoded.
21159
21160         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
21161
21162 2006-01-31  Kevin Ryde  <user42@zip.com.au>
21163
21164         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
21165         mailcap-viewer-test-cache when there's no 'test clause, since that
21166         will invert the meaning of a "nil" test previously determined by
21167         mailcap-mailcap-entry-passes-test.
21168
21169 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
21172         compiling.
21173
21174         * gnus-sum.el: Ditto.
21175
21176         * message.el: Don't bind tool-bar-map when compiling.
21177
21178 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
21179
21180         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
21181
21182 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
21183
21184         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
21185         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
21186         current Google Groups.
21187
21188 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
21189
21190         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
21191         and tool-bar-mode.
21192
21193         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
21194         and tool-bar-mode.
21195
21196         * message.el (message-tool-bar-update): Simplify.
21197         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
21198
21199         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
21200         gnus-summary-buffer.
21201         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
21202         gnus-summary-reply.
21203
21204         * gmm-utils.el (gmm): Add :version.
21205
21206 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * Makefile.in (clean): New rule.
21209         (distclean): Use it.
21210
21211 2006-01-26  Steve Youngs  <steve@sxemacs.org>
21212
21213         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
21214         Don't autoload.
21215
21216 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * gmm-utils.el (gmm-verbose): Add :group.
21219
21220 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
21221
21222         * message.el: Change some comments WRT tool-bars.
21223
21224         * gnus-sum.el (gnus-summary-tool-bar)
21225         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
21226         (gnus-summary-tool-bar-zap-list): New variables.
21227         (gnus-summary-make-tool-bar): Complete rewrite using
21228         `gmm-tool-bar-from-list'.
21229
21230         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21231         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21232         New variables.
21233         (gnus-group-make-tool-bar): Complete rewrite using
21234         `gmm-tool-bar-from-list'.
21235         (gnus-group-tool-bar-update): New function.
21236
21237         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21238
21239 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21240
21241         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21242         is dissected into a single part of which the type is the same as
21243         the given one; decode charset.
21244
21245 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21246
21247         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21248         into alists as symbol not string, since that's what
21249         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21250         look for.
21251
21252 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21253
21254         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21255         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21256
21257         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21258
21259 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21260
21261         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21262         (gnus-xmas-mime-security-button-menu): New function.
21263
21264         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21265         (gnus-mime-security-button-menu): New definition.
21266         (gnus-mime-security-button-map): Use them.
21267         (gnus-mime-security-button-menu): New function.
21268         (gnus-insert-mime-security-button): Addition to help echo.
21269         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21270         (gnus-mime-security-pipe-part): New functions.
21271
21272         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21273         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21274
21275         * mm-decode.el (mm-handle-set-disposition): Remove.
21276         (mm-handle-set-description): Remove.
21277
21278 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21281         (mm-w3m-standalone-supports-m17n-p): New function.
21282         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21283         w3m usage.
21284
21285         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21286         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21287
21288 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21289
21290         * message.el (message-tool-bar-zap-list):
21291         Use gmm-tool-bar-zap-list as custom type.
21292         (message-tool-bar-update): New function.
21293         (message-tool-bar, message-tool-bar-gnome)
21294         (message-tool-bar-retro): Add message-tool-bar-update.
21295         (message-tool-bar-gnome): Add flyspell-buffer.
21296
21297         * gnus-util.el (gnus-error): Describe `args'.
21298
21299         * gmm-utils.el (gmm-error): Describe `args'.
21300         (gmm-tool-bar-zap-list): New widget.
21301         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21302
21303 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21304
21305         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21306         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21307         the number of recursive calls.
21308
21309         * mm-decode.el (mm-handle-set-disposition): New macro.
21310         (mm-handle-set-description): New macro.
21311
21312 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21315         encoding.
21316
21317 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21318
21319         * message.el (message-tool-bar-zap-list, message-tool-bar)
21320         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21321         (message-tool-bar-local-item-from-menu): Remove.
21322         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21323         (message-make-tool-bar): New function.
21324         (message-mode): Use `message-make-tool-bar'.
21325
21326         * gmm-utils.el: New file.
21327         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21328         (gmm-lazy): New widget copied from `nnmail.el'.
21329         (gmm-tool-bar-from-list): New function for creating customizable
21330         tool bars.
21331         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21332         output.
21333         (gmm): Add :prefix to defgroup.
21334
21335 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21336
21337         * gmm-utils.el (gmm-widget-p): New function.
21338
21339 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21340
21341         * mml.el (mml-attach-file): Describe `description' in doc string.
21342         (mml-menu): Add Emacs MIME manual and PGG manual.
21343
21344 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21345
21346         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21347
21348 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21349
21350         * nntp.el (nntp-end-of-line): Doc fix.
21351
21352 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21353
21354         * imap.el (imap-open): Handle case where buffer is a buffer
21355         object.
21356
21357 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21358
21359         * gnus-delay.el (gnus-delay): Don't autoload.
21360         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21361         to be re-loaded when customizing the `gnus-delay' group.
21362
21363 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21364
21365         * message.el (message-insert-citation-line): Use newlines.
21366
21367 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21368
21369         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21370         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21371         these routines, so the passphrase can be managed externally and
21372         passed in to the system.
21373         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21374         pgg-add-passphrase-to-cache function.
21375
21376         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21377         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21378         these routines, so the passphrase can be managed externally and
21379         passed in to the system.
21380         (pgg-pgp5-sign-region): Use new name of
21381         pgg-add-passphrase-to-cache function.
21382
21383 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21384
21385         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21386         part of the decoded armor to find the key-identifier.
21387         (pgg-gpg-lookup-key-owner): New function to return the
21388         human-readable identifier of a key owner.
21389         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21390         itself.
21391         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21392         the key value) if we have a key and can match it against a secret
21393         key.  Also, added a note pointing out fact that the prompt only
21394         indicates the first matching key.
21395
21396         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21397         pgg-decrypt-region.
21398         (pgg-add-passphrase-to-cache): Rename from
21399         `pgg-add-passphrase-cache' to reduce confusion (all callers
21400         changed).
21401         (pgg-remove-passphrase-from-cache): Rename from
21402         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21403         changed).
21404         (pgg-read-passphrase, pgg-add-passphrase-cache)
21405         (pgg-remove-passphrase-cache): Add informative docstrings.
21406         (pgg-decrypt): Convey provided passphrase in subordinate call to
21407         pgg-decrypt-region.
21408
21409 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21410
21411         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21412         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21413         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21414         'passphrase' argument, so the passphrase can be managed externally
21415         and then passed in to the system.
21416
21417         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21418         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21419         so the passphrase cache can be used reliably with identifiers
21420         besides a pgp packet's key id.
21421
21422         * pgg-gpg.el (pgg-gpg-encrypt-region)
21423         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21424         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21425         these routines, so the passphrase can be managed externally and
21426         passed in to the system.
21427
21428         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21429         'notruncate' argument, so the passphrase cache can be used
21430         reliably with identifiers besides a pgp packet's key id.
21431
21432 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21433
21434         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21435         symmetric encryption.
21436         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21437         encrypted session key.
21438         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21439         message ask for the passphrase in a proper way.
21440
21441         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21442         New user commands for symmetric encryption.
21443
21444 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21447
21448         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21449
21450 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21451
21452         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21453
21454 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * mm-decode.el (mm-inlined-types): Add application/pgp.
21457         (mm-automatic-display): Ditto.
21458
21459         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21460         part as text.
21461
21462 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21463
21464         * nnrss.el: Update copyright.
21465         (nnrss-opml-import): Query whether to subscribe to each entry.
21466
21467         * gnus-art.el:
21468         * gnus-sum.el:
21469         * gnus-xmas.el:
21470         * messagexmas.el:
21471         * mm-uu.el:
21472         * mm-view.el: Update copyright.
21473
21474 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21475
21476         * message.el (message-info): New function.
21477         (message-mode-menu): Add it.
21478         Update copyright.
21479
21480         * ChangeLog: Fix and update copyright.
21481
21482 2006-01-13  Romain Francoise  <romain@orebokech.com>
21483
21484         * message.el (message-forward-subject-name-subject): Prefer the
21485         address to 'nowhere' if the sender has no name.
21486         Fix typo.  Update copyright year.
21487
21488 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21489
21490         * gnus-art.el (article-wash-html):
21491         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21492         (gnus-article-wash-html-with-w3m-standalone): New function.
21493
21494         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21495         mm-inline-text-html-render-with-w3m-standalone.
21496         (mm-text-html-washer-alist): Map w3m-standalone to
21497         gnus-article-wash-html-with-w3m-standalone.
21498         (mm-inline-text-html-render-with-w3m-standalone): New function.
21499
21500 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21501
21502         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21503         Improve LaTeX.
21504
21505 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21506
21507         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21508         (nnrss-request-article): Render text/plain parts as HTML.
21509
21510         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21511         the buffer.
21512
21513 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21514
21515         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21516         custom definition of `gnus-posting-styles'.
21517
21518         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21519         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21520
21521 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21522
21523         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21524         Use nntp for bug archive.
21525
21526 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21527
21528         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21529         parts.
21530         (nnrss-normalize-date): New function converts ISO 8601 date into
21531         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21532         (nnrss-check-group): Use it.
21533
21534 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21535
21536         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21537
21538         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21539         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21540         (nnrss-insert-w3): Ditto.
21541
21542 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21543
21544         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21545         the articles to be forwarded including the case where neither a
21546         number of articles nor a region is specified.
21547
21548 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21549
21550         * nnrss.el (nnrss-request-article): Fix last change; fill
21551         text/plain parts.
21552
21553 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21554
21555         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21556         in text/plain part.
21557         (nnrss-check-group): Don't add excessive newline to dc:subject.
21558
21559 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21560
21561         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21562         article.
21563
21564 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21567         (nnml-use-compressed-files, nnml-save-mail): Support other
21568         comression programs such as bzip2.
21569
21570 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21571
21572         * dns.el (query-dns): Make sure we check the buffer size before
21573         removing tcp headers.
21574
21575 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21576
21577         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21578         remove MIME buttons associated with multipart/alternative parts.
21579         (gnus-mime-display-alternative): Tag buttons using `article-type'
21580         text property.
21581
21582         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21583         associated with multipart/alternative parts.
21584
21585         * gnus-art.el (gnus-signature-separator): Fix custom type.
21586
21587         * mm-decode.el (mm-inlined-types): Fix custom type.
21588         (mm-keep-viewer-alive-types): Ditto.
21589         (mm-automatic-display): Ditto.
21590         (mm-attachment-override-types): Ditto.
21591         (mm-inline-override-types): Ditto.
21592         (mm-automatic-external-display): Ditto.
21593
21594 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21595
21596         * spam-report.el (spam-report-user-mail-address)
21597         (spam-report-user-agent): New variables.
21598         (spam-report-url-ping-plain): Use spam-report-user-agent.
21599
21600 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21601
21602         * gnus-art.el (gnus-button-handle-custom): Do not just use
21603         `customize-apropos' for any "M-x customize-*" button but the
21604         function called for.  Accept both the function name and its
21605         argument in order to achieve this.
21606         (gnus-button-alist): Remove support for "custom:" URL's.
21607         Pass function name to `gnus-button-handle-custom' in case of "M-x
21608         customize-*" buttons.
21609
21610 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21611
21612         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21613         multipart/alternative and add xref to mm-discouraged-alternatives
21614         in doc string.
21615
21616         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21617         gnus-buttonized-mime-types in doc string.
21618
21619 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21620
21621         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21622         Suggest image/.* in the doc string.
21623
21624 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21625
21626         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21627         message-marks (Debian bug#342521).
21628
21629 2005-12-12  Simon Josefsson  <jas@extundo.com>
21630
21631         * password.el (password-read-from-cache): Add.
21632         (password-read): Use it.
21633
21634 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21635
21636         * rfc2047.el (rfc2047-charset-to-coding-system):
21637         Recognize us-ascii as a MIME charset.
21638
21639         * mm-bodies.el (mm-decode-content-transfer-encoding):
21640         Protect against the case where the 2nd arg TYPE is nil.
21641
21642 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21643
21644         * pop3.el (pop3-stream-type): Fix custom version.
21645
21646         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21647
21648 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21649
21650         * mm-decode.el (mm-display-external): Add missing cdr.
21651
21652 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21653
21654         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21655         RFC1524) if it is in mailcap or add a suffix according to
21656         mailcap-mime-extensions when generating a temp filename; postpone
21657         deleting a temp file for 2 seconds for some wrappers, shell
21658         scripts, and so on, which might exit right after having started a
21659         viewer command as a background job.
21660
21661 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * nntp.el (nntp-marks-directory): Fix custom group.
21664
21665         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21666         steps when < 10.
21667
21668         * gnus-start.el (gnus-no-server-1):
21669         Mention `gnus-level-default-subscribed' in doc string.
21670
21671 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21672
21673         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21674         parens.
21675
21676 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21677
21678         * gnus-xmas.el (gnus-use-toolbar): Revert.
21679         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21680         gnus-use-toolbar is default.
21681
21682         * messagexmas.el (message-use-toolbar): Revert.
21683         (message-setup-toolbar): Use global default-toolbar if
21684         message-use-toolbar is default.
21685
21686 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21689         according to default-toolbar-visible-p.
21690
21691         * messagexmas.el (message-use-toolbar): Ditto.
21692
21693 2005-11-26  Dave Love  <fx@gnu.org>
21694
21695         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21696         (tls-program, tls-success): Provide openssl alternative.
21697
21698         * starttls.el: Doc fixes.
21699         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21700         SERVICE to PORT.
21701
21702         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21703         port null or service name.
21704         (starttls-negotiate): Autoload.
21705
21706 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21707
21708         * message.el (message-kill-to-signature): Fix interactive spec.
21709
21710 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21711
21712         * pop3.el (pop3-open-server): Recognize a string as a service name.
21713
21714 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21715
21716         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21717
21718 2005-11-23  Dave Love  <fx@gnu.org>
21719
21720         Add pop3s, pop3/starttls.
21721
21722         * pop3.el (pop3-authentication-scheme): Clarify doc.
21723         (open-tls-stream, starttls-open-stream): Autoload.
21724         (pop3-stream-type): New.
21725         (pop3-open-server): Use it.
21726
21727         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21728         for POP.
21729         (mail-source-keyword-map): Add :stream for POP.
21730         (mail-source-fetch-pop): Use pop3-stream-type.
21731
21732 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21735         of current-time-string.
21736
21737 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21738
21739         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21740         date header.
21741
21742 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21743
21744         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21745         it can seriously impact performance as it bypasses the agent's
21746         local caches.
21747
21748 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21749
21750         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21751         must be explicitly online rather than "not explicitly offline" for
21752         its flags to be synchronized.
21753
21754         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21755         that gnus-uu-unmark-thread will function correctly.
21756
21757         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21758         1024K is instead displayed as 1M.
21759
21760 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21761
21762         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21763
21764 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21765
21766         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21767
21768 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21769
21770         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21771         error message to display actual error condition.
21772         (gnus-agent-save-local): Avoid saving symbols that are bound to
21773         nil as they simply result in a warning message in
21774         gnus-agent-read-local.
21775
21776 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21777
21778         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21779         rather than make-variable-buffer-local for file-precious-flag.
21780
21781 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21782
21783         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21784         for duplicates which are removed.  The invalid sort check then
21785         triggers a rescan after the sort as sorting may have moved
21786         duplicate entries such that they can be cheaply detected.
21787
21788 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21791
21792 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21793
21794         * gnus-agent.el (gnus-agent-article-alist-save-format):
21795         Change internal variable to a custom variable.  Change default value
21796         from compressed(2) to uncompressed(1).
21797         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21798         support for uncompressed agentview files.  Taken together, reading
21799         the agentview file should now be 6-7 times faster.
21800
21801 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21802
21803         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21804         as a buffer-local variable.  This avoids creating truncated
21805         dribble files as a result of a hang up, eg.
21806
21807 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21808
21809         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21810         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21811         XEmacs.
21812
21813 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21814
21815         * gnus-start.el (gnus-start-draft-setup):
21816         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21817
21818         * gnus.el (gnus-splash): Change custom group.
21819         (gnus-group-get-parameter, gnus-group-parameter-value):
21820         Describe allow-list argument.
21821
21822         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21823         string.
21824
21825 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * gnus-art.el (gnus-default-article-saver): Add user-defined
21828         `function' to custom type.
21829
21830 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21831
21832         * imap.el (imap-open): Handle case where buffer is a buffer
21833         object.
21834
21835 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21836
21837         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21838         long lines.
21839         (gnus-cache-delete-group): Wrap doc strings.
21840
21841         * gnus-agent.el (gnus-agent-rename-group)
21842         (gnus-agent-delete-group): Wrap doc strings.
21843
21844 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * messagexmas.el (message-use-toolbar): Change the valid values
21847         into default, top, bottom, left, and right.
21848         (message-toolbar-thickness): New variable.
21849         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21850         well.
21851         (message-setup-toolbar): Make it work.
21852
21853         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21854         (gnus-use-toolbar): Change the valid values into default, top,
21855         bottom, left, and right.
21856         (gnus-toolbar-thickness): New variable.
21857         (gnus-xmas-setup-toolbar): New function.
21858         (gnus-xmas-setup-group-toolbar): Use it.
21859         (gnus-xmas-setup-summary-toolbar): Use it.
21860
21861 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21862
21863         * gnus-start.el (gnus-1): Add "native" to
21864         gnus-predefined-server-alist.
21865
21866         * gnus.el (gnus-method-to-server): Don't add "native" to the
21867         lists here, because that leads to problems when
21868         gnus-select-method is bound.
21869
21870 2005-11-09  Simon Josefsson  <jas@extundo.com>
21871
21872         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21873         use (not sort-by-date) instead.
21874
21875 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21876
21877         * gnus-delay.el (gnus-delay-group): Don't autoload.
21878         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21879         to be re-loaded when customizing the `gnus-delay' group.
21880
21881 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21882
21883         * message.el: Revert last changes.
21884         (message-insert-citation-line): Use newlines.
21885
21886 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21887
21888         * message.el (message-courtesy-message)
21889         (message-mark-insert-begin, message-mark-insert-end)
21890         (message-elide-ellipsis, message-cancel-message)
21891         (message-add-header, message-change-subject)
21892         (message-cross-post-followup-to-header)
21893         (message-cross-post-insert-note, message-reduce-to-to-cc)
21894         (message-widen-reply, message-delete-not-region)
21895         (message-kill-to-signature, message-insert-signature)
21896         (message-insert-importance-high, message-insert-importance-low)
21897         (message-insert-or-toggle-importance)
21898         (message-insert-disposition-notification-to)
21899         (message-indent-citation, message-yank-original)
21900         (message-cite-original-without-signature, message-cite-original)
21901         (message-insert-citation-line, message-position-on-field)
21902         (message-fix-before-sending, message-send-mail-partially)
21903         (message-send-mail, message-send-mail-with-sendmail)
21904         (message-send-mail-with-qmail, message-send-news)
21905         (message-check-news-header-syntax, message-generate-headers)
21906         (message-insert-courtesy-copy, message-fill-address)
21907         (message-fill-header, message-shorten-references)
21908         (message-setup-1, message-cancel-news)
21909         (message-forward-make-body-plain, message-forward-make-body-mime)
21910         (message-forward-make-body-mml, message-encode-message-body)
21911         (message-forward-make-body-digest-plain)
21912         (message-forward-make-body-digest-mime)
21913         (message-use-alternative-email-as-from): Insert `hard-newline'
21914         instead of ordinary newlines.
21915
21916 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * message.el (message-generate-headers): Downcase the argument
21919         given to message-check-element.
21920
21921 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21922
21923         * nntp.el (nntp-authinfo-rejected): New error condition.
21924         (nntp-wait-for): Use new error condition to signal authentication
21925         error.
21926         (nntp-retrieve-data): Rethrow new error condition to break out of
21927         recursive call to nntp-send-authinfo.
21928
21929 2005-11-08  Romain Francoise  <romain@orebokech.com>
21930
21931         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21932         (gnus-summary-exit-map): Bind to `Z p'.
21933         (gnus-summary-make-menu-bar): Add menu item.
21934
21935 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21936
21937         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21938         (gnus-treat-*): Add `first' in all doc strings.
21939
21940         * gnus-group.el (gnus-group-compact-group): Fix typo.
21941
21942 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * gnus.el (gnus-parameters-case-fold-search): New variable.
21945         (gnus-parameters-get-parameter): Use it.
21946
21947         * gnus-score.el (gnus-home-score-file): Doc fix.
21948
21949 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21950
21951         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21952
21953 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * mm-util.el (mm-special-display-p): New function.
21956
21957         * mml.el (mml-preview): Use it; doc fix.
21958
21959 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21960
21961         * imap.el (imap-open): Handle case where buffer is a buffer object.
21962
21963 2005-10-29  Romain Francoise  <romain@orebokech.com>
21964
21965         * message.el (message-fix-before-sending): Fix comment.
21966
21967 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21968
21969         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21970
21971 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21972
21973         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21974         Used in gnus-score.el.
21975
21976 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21977
21978         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21979
21980 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21981
21982         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21983         whitespace removed in revision 7.8.  Use concatenated string to
21984         protect trailing whitespace.
21985
21986 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21987
21988         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21989         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21990         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21991         Courier IMAP ("some version from 2004").  Mostly based on similar
21992         code in the same function.
21993
21994 2005-10-26  Didier Verna  <didier@xemacs.org>
21995
21996         * gnus-group.el (gnus-group-compact-group): Invalidate original
21997         article buffer.
21998         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21999         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
22000         NOV database and in article itself.
22001         Invalidate article backlog.
22002
22003 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22004
22005         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
22006
22007 2005-10-26  Simon Josefsson  <jas@extundo.com>
22008
22009         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
22010         part of 2004-07-25 change.
22011
22012 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22013
22014         * message.el (message-display-completion-list): New function.
22015         (message-expand-group): Use it; make sure the Completions buffer
22016         is modifiable.
22017 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22018
22019         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
22020         user-mail-name is an empty string.
22021
22022 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22023
22024         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
22025         depending on gnus-score-decay-constant.
22026
22027         * encrypt.el (encrypt-insert-file-contents)
22028         (encrypt-write-file-contents): Don't use `gnus-message'.
22029
22030         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
22031         arguments.
22032         (mm-uu-type-alist): Add message-marks and insert-marks.
22033         Pass arguments to mm-uu-verbatim-marks-extract.
22034         (mm-uu-hide-markers): New variable.
22035         (mm-uu-extract): Use face similar to `gnus-cite-3'.
22036
22037         * gnus-fun.el (gnus-convert-image-to-x-face-command)
22038         (gnus-convert-image-to-face-command): Use "convert" by default to
22039         allow other input image formats.
22040         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
22041         accordingly.
22042
22043 2005-10-23  Simon Josefsson  <jas@extundo.com>
22044
22045         * imap.el (imap-gssapi-program): Align command line parameters
22046         with latest GNU SASL.
22047         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
22048
22049 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22050
22051         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
22052         HTML.
22053         (nnslashdot-request-article): Ditto.
22054
22055         * lpath.el (featurep): Add nobreak-char-display.
22056
22057 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22058
22059         * mail-source.el (mail-source-fetch-pop): Require pop3.
22060         (mail-source-check-pop): Ditto.
22061
22062 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22063
22064         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
22065         errors.
22066
22067 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
22068
22069         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
22070         (gnus-treat-strip-leading-blank-lines): Improve doc string.
22071
22072         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
22073
22074         * mm-bodies.el (mm-decode-string):
22075         Call `mm-charset-to-coding-system' with allow-override argument.
22076
22077 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22078
22079         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
22080         (rfc2047-charset-to-coding-system): New function.
22081         (rfc2047-decode-encoded-words): New function.
22082         (rfc2047-decode-region): Use them.
22083         (rfc2047-decode-cte): Remove.
22084         (rfc2047-parse-and-decode): Remove.
22085         (rfc2047-decode): Remove.
22086
22087 2005-10-15  Kenichi Handa  <handa@m17n.org>
22088
22089         * rfc2047.el (rfc2047-decode-cte): New function.
22090         (rfc2047-decode-region): Change the way to decode successive
22091         encoded-words: decode B- or Q-encoding in each encoded-word,
22092         concatenate them, and decode it as charset.
22093
22094 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22095
22096         * lpath.el: Fbind codepage-setup for XEmacs.
22097
22098 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22099
22100         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
22101         widget-move-and-invoke.
22102         (gnus-custom-mode): Use gnus-custom-map.
22103
22104 2005-10-15  Bill Wohler  <wohler@newt.com>
22105
22106         * message.el (message-tool-bar-map): Rename image file from
22107         mail_send to mail/send.
22108
22109 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22110
22111         * message.el (message-expand-group): Pass the common
22112         prefix substring of completion to `display-completion-list'.
22113
22114 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
22115
22116         * mml-sec.el (mml-secure-method): New internal variable.
22117         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
22118         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
22119         New functions using mml-secure-method.
22120
22121         * mml.el (mml-mode-map): Add key bindings for those functions.
22122         (mml-menu): Simplify security menu entries.  Suggested by Jesper
22123         Harder <harder@myrealbox.com>.
22124         (mml-attach-file, mml-attach-buffer, mml-attach-external):
22125         Goto end of message if point is the headers of the message.
22126
22127         * message.el (message-in-body-p): New function.
22128
22129         * assistant.el: Autoload gnus-util and netrc.
22130
22131         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
22132         Use `mm-charset-override-alist' only when decoding.
22133
22134         * mm-bodies.el (mm-decode-body):
22135         Call `mm-charset-to-coding-system' with allow-override argument.
22136
22137         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
22138         `filename' from Content-Disposition if Content-Type doesn't
22139         provide `name'.
22140         (gnus-mime-view-part-as-type): Set default instead of
22141         initial-input.
22142
22143 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22144
22145         * format-spec.el (format-spec): Propagate text properties of % spec.
22146
22147 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22148
22149         * gnus-art.el (gnus-treat-predicate): Add `first'.
22150
22151 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22152
22153         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
22154         (mm-charset-override-alist): New variable.
22155         (mm-charset-to-coding-system): Use it.
22156         (mm-codepage-setup): New helper function.
22157         (mm-charset-eval-alist): New variable.
22158         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
22159         Warn about unknown charsets.
22160
22161         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
22162
22163 2005-10-04  David Hansen  <david.hansen@gmx.net>
22164
22165         * nnrss.el (nnrss-request-article): Add support for the comments tag.
22166         (nnrss-check-group): Ditto.
22167
22168 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
22169
22170         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
22171         Rename x-gnus-verbatim to x-verbatim.
22172         (mm-uu-type-alist): Fix regexp for verbatim-marks.
22173
22174         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
22175         x-verbatim.
22176
22177         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
22178
22179         * gnus-util.el (gnus-remove-duplicates): Remove.
22180
22181         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
22182         instead of gnus-remove-duplicates.
22183
22184         * message.el (message-remove-duplicates): Remove.
22185         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
22186         message-remove-duplicates.
22187
22188         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
22189         available, else use implementation from `delete-dups'.
22190
22191         * message.el (message-insert-expires): New function.
22192         (message-mode-map): Add key binding.
22193         (message-mode-field-menu): Add menu entry.
22194         (message-mode): Document it.
22195         (message-make-expires-date): Use `message-make-date'.
22196
22197 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
22198
22199         * message.el (message-make-expires-date): New function.
22200
22201 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22202
22203         * Makefile.in (list-installed-shadows): New entry.
22204         (install): Use it.
22205         (remove-installed-shadows): New entry.
22206
22207         * dgnushack.el (dgnushack-default-load-path): New variable.
22208         (dgnushack-find-lisp-shadows): New function.
22209         (dgnushack-remove-lisp-shadows): New function.
22210
22211 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22212
22213         * Makefile.in (install-el-elc): New entry.
22214         (install): Use it so that .el files are necessarily installed.
22215
22216 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22217
22218         * time-date.el: Autoload parse-time-string, XEmacs needs it.
22219
22220 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22221
22222         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
22223         function rather than the diff-mode.el package.
22224         (mm-display-external): Use with-current-buffer.
22225         (mm-viewer-completion-map, mm-viewer-completion-map):
22226         Move initialization inside declaration.
22227
22228 2005-09-29  Simon Josefsson  <jas@extundo.com>
22229
22230         * spam.el: Load hashcash when compiling, to avoid warnings.
22231         Don't autoload mail-check-payment.
22232         (spam-check-hashcash): Define unconditionally, since hashcash.el
22233         is part of Gnus now.  Ignore errors from payment checking.
22234
22235 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22236
22237         * message.el (message-bold-region, message-unbold-region):
22238         Rename from `bold-region' and `unbold-region'.
22239
22240         * message.el: Remove useless autoloads.
22241
22242 2005-09-28  Simon Josefsson  <jas@extundo.com>
22243
22244         * message.el (message-use-idna): Default to t.
22245         (message-use-idna): Test whether encoding works too.  Doc fix.
22246
22247 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * nntp.el (nntp-warn-about-losing-connection): Remove.
22250
22251 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22252
22253         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22254         customizable.  Change default value.
22255         (mm-uu-diff-groups-regexp): Change default value.
22256         (mm-uu-type-alist): Add doc string.
22257         (mm-uu-configure): Add doc string.  Make it interactive.
22258         (mm-uu-tex-groups-regexp): New variable.
22259         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22260         (mm-uu-type-alist): Add LaTeX documents.
22261         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22262         of "text/verbatim".
22263         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22264
22265         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22266         instead of "text/verbatim".
22267
22268         * message.el (message-mark-inserted-region)
22269         (message-mark-insert-file): Use slrn style marks when called with
22270         prefix argument.
22271
22272 2005-09-27  Simon Josefsson  <jas@extundo.com>
22273
22274         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22275
22276 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22277
22278         * message.el (message-remove-duplicates): New function.
22279         Implementation borrowed from `gnus-remove-duplicates'.
22280         (message-idna-to-ascii-rhs): Also encode idna addresses in
22281         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22282         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22283         only ask about the same idna domain once per header and also tell
22284         in what header to replace the idna domain.
22285
22286         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22287         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22288         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22289         a header is decoded and not just the last one.
22290
22291 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22292
22293         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22294         has been decoded.
22295
22296         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22297         (mm-insert-part): Don't modify text if it has been decoded.
22298
22299         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22300         decoded.
22301
22302         * mm-view.el (mm-inline-text): Don't strip text props unless
22303         decoding enriched or richtext parts.
22304
22305 2005-09-25  Romain Francoise  <romain@orebokech.com>
22306
22307         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22308         * gnus-start.el (gnus-subscribe-interactively):
22309         * gnus-uu.el (gnus-uu-grab-articles):
22310         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22311         space.
22312
22313 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22314
22315         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22316         * mm-view.el (mm-view-pkcs7-decrypt):
22317         * gnus-sum.el (gnus-summary-limit-to-extra)
22318         (gnus-summary-respool-article, gnus-read-move-group-name):
22319         * gnus-score.el (gnus-summary-increase-score):
22320         * gnus-util.el (gnus-completing-read-with-default):
22321         * gnus-art.el (gnus-read-save-file-name)
22322         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22323         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22324         * message.el (message-check-news-header-syntax):
22325         Follow convention for reading with the minibuffer.
22326
22327 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22328
22329         * spam-report.el (spam-report-url-ping-plain):
22330         Use gnus-extended-version as User-Agent.
22331
22332         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22333         default value is nil.
22334
22335         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22336         (mm-uu-verbatim-marks-extract): New function.
22337         (mm-uu-extract): New face.
22338         (mm-uu-copy-to-buffer): Use it.
22339
22340         * spam-report.el (spam-report-gmane-ham): Rename from
22341         `spam-report-gmane-unspam'.
22342         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22343         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22344
22345         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22346         Autoload.
22347         (spam-report-gmane-unregister-routine):
22348         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22349
22350 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22351
22352         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22353         (spam-report-gmane-unregister-routine): Add support for gmane
22354         unregistration.
22355
22356         * spam-report.el (spam-report-gmane-unspam)
22357         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22358         (spam-report-gmane): Change to take a single article and do unspam
22359         registration.
22360
22361 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22362
22363         * mm-url.el (mm-url-decode-entities): Fix regexp.
22364
22365 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22366
22367         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22368         default to nil, to be able to use Gnus at all.  If the default
22369         switches to something else, then the function should be fixed not
22370         be exceedingly slow.
22371
22372 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22373
22374         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22375         fail hard.
22376
22377         * spam-report.el: Add better Keywords line.
22378
22379         * spam.el: Add Maintainer and better Keywords line.
22380
22381 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22382
22383         * gnus-art.el (gnus-article-replace-part)
22384         (gnus-mime-replace-part): New functions.
22385         (gnus-mime-action-alist, gnus-mime-button-commands)
22386         (gnus-mime-save-part-and-strip): Add file argument.
22387         (gnus-article-part-wrapper): Add interactive argument.
22388
22389         * gnus-sum.el (gnus-summary-mime-map):
22390         Add `gnus-article-replace-part'.
22391
22392 2005-09-19  Didier Verna  <didier@xemacs.org>
22393
22394         The nnml compaction feature:
22395         * nnml.el (nnml-request-compact-group): New function.
22396         * nnml.el (nnml-request-compact): New function.
22397         * gnus-int.el (gnus-request-compact-group): New function.
22398         * gnus-int.el (gnus-request-compact): New function.
22399         * gnus-group.el (gnus-group-compact-group): New function.
22400         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22401         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22402         * gnus-srvr.el (gnus-server-compact-server): New function.
22403         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22404         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22405
22406 2005-09-18  Deepak Goel  <deego@gnufans.org>
22407
22408         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22409         format spec.
22410
22411 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22412
22413         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22414
22415 2005-09-15  Romain Francoise  <romain@orebokech.com>
22416
22417         * message.el (message-fill-paragraph): Clarify docstring.
22418
22419 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22420
22421         * gnus-art.el (gnus-mime-display-part): Protect against broken
22422         MIME messages.
22423
22424 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22427         before parsing header.
22428
22429 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22430
22431         * html2text.el (html2text-replace-list): Add new entities.
22432
22433 2005-09-11  Romain Francoise  <romain@orebokech.com>
22434
22435         * message.el (message-alternative-emails): Improve docstring.
22436         (message-setup-1): Call `message-use-alternative-email-as-from'
22437         after `message-setup-hook' to give it precedence over posting
22438         styles, etc.
22439         (message-use-alternative-email-as-from): Add docstring.
22440         Remove the original From header if present.
22441
22442         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22443         (nnml-save-mail): Use it.
22444
22445         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22446         articles.  Add new argument `silent'.
22447         (gnus-uu-mark-all): Report the total number of marked articles.
22448
22449 2005-09-10  Romain Francoise  <romain@orebokech.com>
22450
22451         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22452         (gnus-uu-mark-series): Likewise.
22453
22454 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22455
22456         * spam-report.el (spam-report-gmane): Fix generation of spam
22457         report URL.
22458
22459 2005-09-10  Simon Josefsson  <jas@extundo.com>
22460
22461         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22462         t, based on discussion on the ding list with Robert Epprecht
22463         <epprecht@solnet.ch>.
22464
22465 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22466
22467         * spam-report.el (spam-report-gmane): Make it work without
22468         X-Report-Spam header.  Gmane now only provides Archived-At.
22469         This is only used if `spam-report-gmane-use-article-number' is nil.
22470         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22471
22472         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22473         make `gnus-summary-sort-by-recipient' work with threading.
22474
22475         * nnweb.el (nnweb-google-wash-article): Print a message if article
22476         is not available.
22477
22478 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22479
22480         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22481         change.  Decode text/* parts content before displaying.
22482
22483 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22484
22485         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22486
22487 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22488
22489         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22490
22491         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22492         url-package-name, url-package-version,
22493         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22494         w3m-display-inline-images, and w3m-minor-mode-map.
22495
22496 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22497
22498         * message.el (message-tab-body-function): Fix mismatched custom type.
22499
22500         * gnus.el (gnus-group-change-level-function): Ditto.
22501
22502         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22503
22504         * gnus-art.el (gnus-signature-limit)
22505         (gnus-article-mime-part-function): Ditto.
22506
22507 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * mml.el (mml-mode): Silence the byte compiler.
22510
22511         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22512         using `(sit-for 0)' before moving the point to the specified part;
22513         skip unbuttonized parts.
22514         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22515         return to the summary window if gnus-auto-select-part is non-nil.
22516
22517 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22518
22519         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22520         New variables.
22521         (mml-dnd-attach-file, mml-mode): Use them.
22522
22523         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22524         Make fetching article by MID work again for Google Groups.
22525         Add FIXME concerning gnus-group-make-web-group.
22526
22527         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22528         Don't depend on Gnus by using mail-extract-address-components if
22529         gnus-extract-address-components is not bound.
22530
22531 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22532
22533         * gnus-art.el (gnus-mime-display-security): Don't display the
22534         signature, but only the signed part.
22535
22536 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22537
22538         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22539
22540         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22541         list, not listp.
22542
22543 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22544
22545         * mm-encode.el (mm-encode-content-transfer-encoding):
22546         Likewise when encoding.
22547
22548         * mm-bodies.el (mm-decode-content-transfer-encoding):
22549         De-canonicalize CRLF for all text content types, not just
22550         text/plain.
22551
22552 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22553
22554         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22555         valid article; point arrow and cursor at the MIME button.
22556
22557 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22558
22559         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22560         Suggested by Dan Christensen <jdc@uwo.ca>.
22561
22562         * mm-decode.el (mm-save-part): Enable change of prompt.
22563
22564 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22565
22566         * gnus-msg.el (gnus-inews-add-send-actions):
22567         Make `message-post-method' lambda parameter ARG `&optional'.
22568
22569 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22570
22571         * gnus-sum.el (gnus-summary-mime-map):
22572         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22573         gnus-article-jump-to-part.
22574
22575         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22576         (gnus-article-edit-part): Use it.
22577         (gnus-article-part-wrapper): Add no-handle argument.
22578         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22579         New functions.
22580
22581 2005-08-29  Romain Francoise  <romain@orebokech.com>
22582
22583         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22584         docstring.
22585         (gnus-face-from-file): Likewise.
22586
22587 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22588
22589         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22590         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22591         non-nil.
22592         (gnus-auto-select-part): New variable.
22593         (gnus-article-jump-to-part): New function.
22594         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22595         (gnus-mime-delete-part): Allow selecting specified part after
22596         deleting or stripping parts.
22597         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22598         part if argument is bogus.
22599
22600 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22601
22602         * gnus-art.el (w3m-minor-mode-map):
22603         * gnus-spec.el (gnus-newsrc-file-version):
22604         * gnus-util.el (nnmail-active-file-coding-system)
22605         (gnus-original-article-buffer, gnus-user-agent):
22606         * gnus.el (gnus-ham-process-destinations)
22607         (gnus-parameter-ham-marks-alist)
22608         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22609         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22610         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22611         * mm-decode.el (gnus-current-window-configuration):
22612         * mm-extern.el (gnus-article-mime-handles):
22613         * mm-url.el (url-current-object, url-package-name)
22614         (url-package-version):
22615         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22616         (smime-keys, w3m-cid-retrieve-function-alist)
22617         (w3m-current-buffer, w3m-display-inline-images)
22618         (w3m-minor-mode-map):
22619         * mml-smime.el (gnus-extract-address-components):
22620         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22621         (gnus-newsrc-hashtb, message-default-charset)
22622         (message-deletable-headers, message-options)
22623         (message-posting-charset, message-required-mail-headers)
22624         (message-required-news-headers):
22625         * mml1991.el (mc-pgp-always-sign):
22626         * mml2015.el (mc-pgp-always-sign):
22627         * nnheader.el (nnmail-extra-headers):
22628         * rfc1843.el (gnus-decode-encoded-word-function)
22629         (gnus-decode-header-function, gnus-newsgroup-name):
22630         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22631
22632 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22633
22634         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22635         the end of the date treatments.
22636
22637 2005-08-15  Simon Josefsson  <jas@extundo.com>
22638
22639         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22640         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22641         Capello and Romain Francoise.
22642         (pgg-fetch-key-function): Remove, not used?
22643         (pgg-insert-url-with-w3): Require url, to get
22644         url-insert-file-contents regardless of where it is defined.
22645
22646 2005-08-13  Romain Francoise  <romain@orebokech.com>
22647
22648         * message.el (message-cite-original-1): New function.
22649         (message-cite-original): Use it.
22650         (message-cite-original-without-signature): Ditto.
22651
22652 2005-08-08  Romain Francoise  <romain@orebokech.com>
22653
22654         * message.el (message-yank-empty-prefix): New variable.
22655         (message-indent-citation): Use it.
22656         (message-cite-original-without-signature): Respect X-No-Archive.
22657
22658 2005-08-08  Simon Josefsson  <jas@extundo.com>
22659
22660         * pgg.el: Autoload url-insert-file-contents instead of loading
22661         w3/url.
22662         (pgg-insert-url-with-w3): Don't load url here.
22663
22664 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22665
22666         * message.el (message-kill-to-signature): Don't insert newline at
22667         bol.
22668         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22669
22670 2005-08-06  Romain Francoise  <romain@orebokech.com>
22671
22672         * message.el (message-user-fqdn): Fix typo in docstring.
22673
22674 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22675
22676         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22677
22678         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22679
22680 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * mm-bodies.el (mm-encode-body): Use coding system rather than
22683         charset to encode text.
22684
22685         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22686         number of charsets if utf-8 is available (XEmacs).
22687
22688 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22689
22690         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22691         taken from `gnus-button-mid-or-mail-regexp'.
22692         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22693         (gnus-button-alist): Improve regexp for domain part of the MIDs
22694         for news:localpart@domain buttons.
22695         (gnus-button-ctan-directory-regexp): Update.
22696
22697 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22698
22699         * sieve-manage.el (sieve-manage-interactive-login):
22700         Use make-local-variable rather than make-variable-buffer-local.
22701         (sieve-manage-open): Ditto.
22702         (sieve-manage-authenticate): Ditto.
22703
22704         * mml.el (mml-generate-mime-1): Make the content type default to
22705         text/plain if the filename is not specified.
22706
22707 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22710         instead of insert-buffer.
22711
22712         * message.el (message-yank-original): Ditto; set the mark at the
22713         end of the yanked message.
22714
22715 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22716
22717         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22718         lines to scroll rather than to stop it.
22719
22720         * mml.el (mml-generate-default-type): Add doc string.
22721         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22722         default to application/octet-stream when determining the content
22723         type if it is not specified for the part or the mml contents; add
22724         a comment about mml-generate-default-type.
22725
22726 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22727
22728         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22729         make it default to application/octet-stream when determining the
22730         content type if it is not specified for the external contents.
22731
22732 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22733
22734         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22735         segmented parameter but also other parameters might be there.
22736
22737 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22738
22739         * mm-decode.el (mm-display-external): Delete temp file, directory
22740         and buffer immediately if the external process is exited.
22741
22742 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22743
22744         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22745         fewer lines than that of scroll-margin.
22746         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22747
22748 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22749
22750         * gnus-art.el (gnus-article-next-page): Revert.
22751         (gnus-article-beginning-of-window): New macro.
22752         (gnus-article-next-page-1): Use it.
22753         (gnus-article-prev-page): Ditto.
22754         (gnus-article-edit-part): Use insert-buffer-substring instead of
22755         insert-buffer.
22756         (gnus-article-edit-exit): Ditto.
22757
22758         * gnus-util.el (gnus-beginning-of-window): Remove.
22759         (gnus-end-of-window): Remove.
22760
22761         * lpath.el: Don't bind header-line-format and scroll-margin.
22762
22763 2005-07-25  Simon Josefsson  <jas@extundo.com>
22764
22765         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22766         to have the url package without w3.  Reported by Daiki Ueno
22767         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22768
22769 2005-07-20  Didier Verna  <didier@xemacs.org>
22770
22771         * gnus-diary.el: Remove the description comment (nndiary is now
22772         properly documented in the Gnus manual).
22773         Fix the spelling of "Back End".
22774         * nndiary.el: Ditto.
22775         Fix the copyright notice.
22776
22777 2005-07-18  Romain Francoise  <romain@orebokech.com>
22778
22779         * gnus-sum.el (gnus-summary-to-prefix)
22780         (gnus-summary-newsgroup-prefix): New variables.
22781         (gnus-summary-from-or-to-or-newsgroups): Use them.
22782
22783 2005-07-17  Romain Francoise  <romain@orebokech.com>
22784
22785         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22786         space as it's generally not especially interesting to the user.
22787
22788 2005-07-16  Romain Francoise  <romain@orebokech.com>
22789
22790         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22791         nil to avoid prompting and file modification if one of the
22792         messages at the top of the nnfolder file contains a copyright
22793         notice.
22794         Update copyright notice.
22795
22796         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22797         instead of `current-time-string' as the latter creates a time
22798         string that is not RFC 2822 compliant (it lacks the zone).
22799         Update copyright notice.
22800
22801 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22802
22803         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22804         for text/rtf.  Display default in prompt.  Pass default for M-n.
22805
22806         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22807
22808 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22809
22810         * gnus-msg.el (gnus-button-mailto):
22811         Remove save-selected-window-window hackery because it relies on
22812         save-selected-window internals.
22813
22814 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22817         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22818         (gnus-article-prev-page): Ditto.
22819
22820         * gnus-util.el (gnus-beginning-of-window): New function.
22821         (gnus-end-of-window): New function.
22822
22823         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22824
22825 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22826
22827         * gnus-score.el (gnus-score-edit-all-score):
22828         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22829         gnus-message.
22830
22831 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22832
22833         * gnus-msg.el (gnus-button-mailto):
22834         Remove save-selected-window-window hackery because it relies on
22835         save-selected-window internals.
22836
22837 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22838
22839         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22840         add-minor-mode.
22841         (gnus-binary-mode): Ditto.
22842
22843         * gnus-topic.el (gnus-topic-mode): Ditto.
22844
22845 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22846
22847         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22848         (gnus-article-prev-page): Take scroll-margin into consideration.
22849
22850 2005-07-04  Lute Kamstra  <lute@gnu.org>
22851
22852         Update FSF's address in GPL notices.
22853
22854 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22855
22856         * gnus.el (gnus-exit):
22857         * gnus-group.el (gnus-group-icons):
22858         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22859
22860         * gnus-nocem.el (gnus-nocem):
22861         * message.el (message-various, message-buffers, message-sending)
22862         (message-interface, message-forwarding, message-insertion)
22863         (message-headers, message-news, message-mail):
22864         * pgg-gpg.el (pgg-gpg):
22865         * pgg-parse.el (pgg-parse):
22866         * pgg-pgp.el (pgg-pgp):
22867         * pgg-pgp5.el (pgg-pgp5):
22868         * pop3.el (pop3): Finish `defgroup' description with period.
22869
22870 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22871
22872         * gnus-art.el (article-display-face): Improve the efficiency.
22873         (article-display-x-face): Ditto; remove gray x-face stuff.
22874
22875 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * gnus-art.el (article-display-face): Correct the position in
22878         which Faces are inserted.
22879
22880 2005-06-29  Didier Verna  <didier@xemacs.org>
22881
22882         * gnus-art.el (article-display-face): Display faces in correct
22883         order.
22884
22885 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22886
22887         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22888         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22889         (gnus-nocem-check-article): Fetch the Type header.
22890         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22891         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22892         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22893         make sure gnus-nocem-hashtb is initialized.
22894         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22895         (gnus-nocem-unwanted-article-p): Ditto.
22896
22897         * pgg.el (pgg-verify): Return the verification result.
22898
22899 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22900
22901         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22902         is ascii.
22903
22904 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22905
22906         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22907         `show-nonbreak-escape'.
22908
22909 2005-06-23  Lute Kamstra  <lute@gnu.org>
22910
22911         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22912
22913         * dig.el (dig-mode):
22914         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22915
22916 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22917
22918         * nnimap.el (nnimap-split-download-body): Fix spellings.
22919
22920 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22921
22922         * gnus-art.el (gnus-article-encrypt-body):
22923         * gnus-cus.el (gnus-score-customize):
22924         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22925         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22926
22927 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22928
22929         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22930         header by looking for magic "MII" at the beginning.
22931
22932 2005-06-16  Miles Bader  <miles@gnu.org>
22933
22934         * gnus-xmas.el (gnus-xmas-group-startup-message):
22935         Use renamed gnus-splash face.
22936
22937         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22938         (assistant-field-face): New backward-compatibility alias for renamed
22939         face.
22940         (assistant-render-text): Use renamed assistant-field face.
22941
22942         * spam.el (spam): Remove "-face" suffix from face name.
22943         (spam-face): New backward-compatibility alias for renamed face.
22944         (spam-face, spam-initialize): Use renamed spam face.
22945
22946         * message.el (message-header-to, message-header-cc)
22947         (message-header-subject, message-header-newsgroups)
22948         (message-header-other, message-header-name)
22949         (message-header-xheader, message-separator, message-cited-text)
22950         (message-mml): Remove "-face" suffix from face names.
22951         (message-header-to-face, message-header-cc-face)
22952         (message-header-subject-face, message-header-newsgroups-face)
22953         (message-header-other-face, message-header-name-face)
22954         (message-header-xheader-face, message-separator-face)
22955         (message-cited-text-face, message-mml-face):
22956         New backward-compatibility aliases for renamed faces.
22957         (message-font-lock-keywords): Use renamed message faces.
22958
22959         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22960         (sieve-test-commands, sieve-tagged-arguments):
22961         Remove "-face" suffix from face names.
22962         (sieve-control-commands-face, sieve-action-commands-face)
22963         (sieve-test-commands-face, sieve-tagged-arguments-face):
22964         New backward-compatibility aliases for renamed faces.
22965         (sieve-control-commands-face, sieve-action-commands-face)
22966         (sieve-test-commands-face, sieve-tagged-arguments-face):
22967         Use renamed sieve faces.
22968
22969         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22970         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22971         (gnus-group-news-3-empty, gnus-group-news-4)
22972         (gnus-group-news-4-empty, gnus-group-news-5)
22973         (gnus-group-news-5-empty, gnus-group-news-6)
22974         (gnus-group-news-6-empty, gnus-group-news-low)
22975         (gnus-group-news-low-empty, gnus-group-mail-1)
22976         (gnus-group-mail-1-empty, gnus-group-mail-2)
22977         (gnus-group-mail-2-empty, gnus-group-mail-3)
22978         (gnus-group-mail-3-empty, gnus-group-mail-low)
22979         (gnus-group-mail-low-empty, gnus-summary-selected)
22980         (gnus-summary-cancelled, gnus-summary-high-ticked)
22981         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22982         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22983         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22984         (gnus-summary-low-undownloaded)
22985         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22986         (gnus-summary-low-unread, gnus-summary-normal-unread)
22987         (gnus-summary-high-read, gnus-summary-low-read)
22988         (gnus-summary-normal-read, gnus-splash):
22989         Remove "-face" suffix from face names.
22990         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22991         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22992         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22993         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22994         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22995         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22996         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22997         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22998         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22999         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
23000         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
23001         (gnus-summary-selected-face, gnus-summary-cancelled-face)
23002         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
23003         (gnus-summary-normal-ticked-face)
23004         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
23005         (gnus-summary-normal-ancient-face)
23006         (gnus-summary-high-undownloaded-face)
23007         (gnus-summary-low-undownloaded-face)
23008         (gnus-summary-normal-undownloaded-face)
23009         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
23010         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
23011         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
23012         (gnus-splash-face):
23013         New backward-compatibility aliases for renamed faces.
23014         (gnus-group-startup-message): Use renamed gnus faces.
23015
23016         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
23017         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
23018         (gnus-server-agent): Remove "-face" suffix from face names.
23019         (gnus-server-agent-face, gnus-server-opened-face)
23020         (gnus-server-closed-face, gnus-server-denied-face)
23021         (gnus-server-offline-face):
23022         New backward-compatibility aliases for renamed faces.
23023         (gnus-server-agent-face, gnus-server-opened-face)
23024         (gnus-server-closed-face, gnus-server-denied-face)
23025         (gnus-server-offline-face): Use renamed gnus faces.
23026
23027         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
23028         Remove "-face" suffix from face names.
23029         (gnus-picon-xbm-face, gnus-picon-face):
23030         New backward-compatibility aliases for renamed faces.
23031
23032         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
23033         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
23034         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
23035         (gnus-cite-11): Remove "-face" suffix from face names.
23036         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
23037         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
23038         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
23039         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
23040         New backward-compatibility aliases for renamed faces.
23041         (gnus-cite-attribution-face, gnus-cite-face-list)
23042         (gnus-article-boring-faces): Use renamed gnus faces.
23043
23044         * gnus-art.el (gnus-signature, gnus-header-from)
23045         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
23046         (gnus-header-content): Remove "-face" suffix from face names.
23047         (gnus-signature-face, gnus-header-from-face)
23048         (gnus-header-subject-face, gnus-header-newsgroups-face)
23049         (gnus-header-name-face, gnus-header-content-face):
23050         New backward-compatibility aliases for renamed faces.
23051         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
23052
23053         * gnus-sum.el (gnus-summary-selected-face)
23054         (gnus-summary-highlight): Use renamed gnus faces.
23055         * gnus-group.el (gnus-group-highlight): Likewise.
23056
23057 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
23058
23059         * gnus-sieve.el (gnus-sieve-article-add-rule):
23060         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
23061         * spam-stat.el (spam-stat-buffer-change-to-spam)
23062         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
23063
23064         * message.el (message-is-yours-p):
23065         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
23066
23067 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * mm-view.el (mm-inline-text): Withdraw the last change.
23070
23071 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23072
23073         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
23074         executing enriched-decode.
23075
23076 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
23079         charset of tar files.
23080
23081 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
23082
23083         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
23084
23085 2005-06-04  Lute Kamstra  <lute@gnu.org>
23086
23087         * nnfolder.el (nnfolder-read-folder): Make sure that undo
23088         information is never recorded.
23089
23090 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23091
23092         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
23093
23094 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23095
23096         * pop3.el (pop3-apop): Run md5 in the binary mode.
23097
23098         * starttls.el (starttls-set-process-query-on-exit-flag):
23099         Use eval-and-compile.
23100
23101 2005-05-31  Simon Josefsson  <jas@extundo.com>
23102
23103         * smime.el (smime-replace-in-string): Define.
23104         (smime-cert-by-ldap-1): Use it.
23105
23106 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
23107
23108         * gnus-art.el (article-display-x-face): Replace
23109         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23110
23111         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
23112         set-process-query-on-exit-flag or process-kill-without-query.
23113
23114         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
23115         loop instead of replace-regexp.
23116
23117         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
23118         instead of process-kill-without-query if it is available.
23119
23120         * lpath.el: Fbind ldap-search-entries.
23121
23122         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
23123         instead of find-file-hooks if it is available.
23124
23125         * mml1991.el: Bind pgg-default-user-id when compiling.
23126
23127         * mml2015.el: Bind pgg-default-user-id when compiling.
23128
23129         * nndraft.el (nndraft-request-associate-buffer):
23130         Use write-contents-functions instead of write-contents-hooks if it is
23131         available.
23132
23133         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
23134         instead of find-file-hooks if it is available.
23135
23136         * nntp.el (nntp-open-connection): Replace
23137         process-kill-without-query by gnus-set-process-query-on-exit-flag.
23138         (nntp-open-ssl-stream): Ditto.
23139         (nntp-open-tls-stream): Ditto.
23140
23141         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
23142         set-process-query-on-exit-flag or process-kill-without-query.
23143         (starttls-open-stream-gnutls): Use it instead of
23144         process-kill-without-query.
23145         (starttls-open-stream): Ditto.
23146
23147 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
23148
23149         * smime.el (smime-cert-by-ldap-1): Don't use
23150         replace-regexp-in-string.
23151
23152 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
23153
23154         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
23155
23156         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
23157         in PEM format.  Adjust to the XEmacs compatibility.
23158
23159 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
23160
23161         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
23162         by `string-to-number'.
23163         * gnus-agent.el (gnus-agent-regenerate-group)
23164         (gnus-agent-fetch-articles): Ditto.
23165         * gnus-art.el (gnus-button-fetch-group): Ditto.
23166         * gnus-cache.el (gnus-cache-generate-active)
23167         (gnus-cache-articles-in-group): Ditto.
23168         * gnus-group.el (gnus-group-set-current-level)
23169         (gnus-group-insert-group-line): Ditto.
23170         * gnus-score.el (gnus-score-set-expunge-below)
23171         (gnus-score-set-mark-below, gnus-summary-score-effect)
23172         (gnus-summary-score-entry): Ditto.
23173         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
23174         (gnus-soup-pack): Ditto.
23175         * gnus-spec.el (gnus-xmas-format): Ditto.
23176         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
23177         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
23178         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
23179         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
23180         * nndb.el (nndb-get-remote-expire-response): Ditto.
23181         * nndiary.el (nndiary-parse-schedule-value)
23182         (nndiary-string-to-number, nndiary-request-replace-article)
23183         (nndiary-request-article): Ditto.
23184         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
23185         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
23186         * nneething.el (nneething-make-head): Ditto.
23187         * nnfolder.el (nnfolder-request-article)
23188         (nnfolder-retrieve-headers): Ditto.
23189         * nnheader.el (nnheader-file-to-number): Ditto.
23190         * nnkiboze.el (nnkiboze-request-article): Ditto.
23191         * nnmail.el (nnmail-process-unix-mail-format)
23192         (nnmail-process-babyl-mail-format): Ditto.
23193         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
23194         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
23195         (nnmh-request-create-group, nnmh-request-list-1)
23196         (nnmh-request-group, nnmh-request-article): Ditto.
23197         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
23198         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
23199         * nnsoup.el (nnsoup-make-active): Ditto.
23200         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
23201         * nntp.el (nntp-find-group-and-number)
23202         (nntp-retrieve-headers-with-xover): Ditto.
23203         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
23204         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
23205         (pgg-format-key-identifier): Ditto.
23206         * pop3.el (pop3-last, pop3-stat): Ditto.
23207         * qp.el (quoted-printable-decode-region): Ditto.
23208
23209         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
23210         of concat.
23211
23212 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23213
23214         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
23215
23216         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
23217
23218         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
23219
23220         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
23221
23222         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
23223
23224         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
23225
23226         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
23227         (gnus-carpal-mode): Ditto.
23228
23229         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23230         (gnus-browse-mode): Ditto.
23231
23232         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23233
23234         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23235
23236 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23237
23238         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23239
23240 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23241
23242         * gnus-util.el (gnus-run-mode-hooks): New function.
23243
23244         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23245
23246         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23247         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23248
23249 2005-05-27  Lute Kamstra  <lute@gnu.org>
23250
23251         * dns-mode.el (dns-mode): Specify customization group.
23252
23253 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23254
23255         * gnus-agent.el (gnus-agent-make-mode-line-string):
23256         Use mode-line-highlight as mouse-face.
23257
23258 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * canlock.el (canlock): Change the parent group to news.
23261
23262         * deuglify.el (gnus-outlook-deuglify): Add :group.
23263
23264         * dig.el (dig): Add :group.
23265
23266         * dns-mode.el (dns-mode): Add :group.
23267
23268         * encrypt.el (encrypt): Add :group.
23269
23270         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23271         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23272         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23273         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23274         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23275
23276         * gnus-diary.el (gnus-diary): Add :group.
23277
23278         * gnus.el (gnus-group-news-1-face): Add :group.
23279         (gnus-group-news-1-empty-face): Ditto.
23280         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23281         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23282         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23283         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23284         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23285         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23286         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23287         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23288         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23289         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23290         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23291         (gnus-summary-high-ticked-face): Ditto.
23292         (gnus-summary-low-ticked-face): Ditto.
23293         (gnus-summary-normal-ticked-face): Ditto.
23294         (gnus-summary-high-ancient-face): Ditto.
23295         (gnus-summary-low-ancient-face): Ditto.
23296         (gnus-summary-normal-ancient-face): Ditto.
23297         (gnus-summary-high-undownloaded-face): Ditto.
23298         (gnus-summary-low-undownloaded-face): Ditto.
23299         (gnus-summary-normal-undownloaded-face): Ditto.
23300         (gnus-summary-high-unread-face): Ditto.
23301         (gnus-summary-low-unread-face): Ditto.
23302         (gnus-summary-normal-unread-face): Ditto.
23303         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23304         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23305
23306         * hashcash.el (hashcash): New custom group.
23307         (hashcash-default-payment): Add :group.
23308         (hashcash-payment-alist): Ditto.
23309         (hashcash-default-accept-payment): Ditto.
23310         (hashcash-accept-resources): Ditto.
23311         (hashcash-path): Ditto.
23312         (hashcash-extra-generate-parameters): Ditto.
23313         (hashcash-double-spend-database): Ditto.
23314         (hashcash-in-news): Ditto.
23315
23316         * message.el (message-minibuffer-local-map): Add :group.
23317
23318         * netrc.el (netrc): Add :group.
23319
23320         * sieve-manage.el (sieve-manage-log): Add :group.
23321         (sieve-manage-default-user): Diito.
23322         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23323         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23324         (sieve-manage-authenticators): Ditto.
23325         (sieve-manage-authenticator-alist): Ditto.
23326         (sieve-manage-default-port): Ditto.
23327
23328         * sieve-mode.el (sieve-control-commands-face): Add :group.
23329         (sieve-action-commands-face): Ditto.
23330         (sieve-test-commands-face): Ditto.
23331         (sieve-tagged-arguments-face): Ditto.
23332
23333         * smime.el (smime): Add :group.
23334
23335         * spam-report.el (spam-report): Add :group.
23336
23337         * spam.el (spam, spam-face): Add :group.
23338
23339 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23340
23341         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23342         return \n.\n.\n at the end of articles.  Protect against that.
23343         (nntp-with-open-group): Allow debugging.
23344
23345         * nnheader.el (mail-header-set-extra): Make into a function
23346         because I just could't understand how to quote the list properly.
23347
23348         * dns.el (query-dns-cached): New function.
23349
23350 2005-05-26  Lute Kamstra  <lute@gnu.org>
23351
23352         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23353
23354 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23355
23356         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23357
23358         * gnus-art.el: Don't autoload mail-extract-address-components.
23359
23360         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23361         eval-and-compile to evaluate it.
23362
23363         * hashcash.el: Don't autoload executable-find.
23364
23365         * nndb.el: Don't declare the nndb back end two or more times; don't
23366         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23367
23368         * nntp.el: Autoload format-spec instead of format; use
23369         eval-and-compile to evaluate autoload forms.
23370
23371 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23372
23373         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23374
23375 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23376
23377         * gnus.el (gnus-version-number): Bump version.
23378
23379 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23380
23381         * gnus.el: No Gnus v0.3 is released.
23382
23383 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23384
23385         * lpath.el (featurep): Bind show-nonbreak-escape.
23386
23387 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23388
23389         * gnus-art.el (gnus-article-edit-part): Disable undo.
23390
23391 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23392
23393         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23394         gnus-article-date-lapsed-new-header is t if date timer is active;
23395         skip headers in which the original date value is empty.
23396         (gnus-article-save-original-date): Redefine it as a macro.
23397         (gnus-display-mime): Use it.
23398
23399 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23400
23401         * gnus-art.el (article-date-ut): Support converting date in
23402         forwarded parts as well.
23403         (gnus-article-save-original-date): New function.
23404         (gnus-display-mime): Use it.
23405
23406 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23407
23408         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23409         enclosure element of <item>.
23410
23411 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23412
23413         * message.el (message-kill-buffer-query): Rename from
23414         `message-kill-buffer-query-if-modified'.  Add :version.
23415
23416 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23417
23418         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23419         window layout.
23420
23421 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23422
23423         * mml.el: Autoload dnd when compiling.
23424
23425 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23426
23427         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23428         x-dnd-*.
23429
23430 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23431
23432         * qp.el (quoted-printable-encode-region): Save excursion.
23433
23434 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23435
23436         * message.el (message-kill-buffer-query-if-modified): Add new variable
23437         so the user can kill a modified message buffer quickly.
23438         (message-kill-buffer): Use it.
23439
23440 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23441
23442         * lpath.el: Fbind display-time-event-handler; don't fbind
23443         string-to-multibyte.
23444
23445         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23446
23447 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23448
23449         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23450         contained in text because xml.el decodes entities) with LFs.
23451
23452 2005-04-11  Lute Kamstra  <lute@gnu.org>
23453
23454         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23455         differently.
23456
23457 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23458
23459         * mm-util.el (mm-detect-coding-region): Typo.
23460
23461 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23462
23463         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23464
23465 2005-04-06  Deepak Goel  <deego@gnufans.org>
23466
23467         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23468         user-function allow user modifications of the scores.
23469         (spam-stat-score-buffer-user): New function, to allow
23470         user-computed modifications to the score.
23471         (spam-stat-score-buffer-user-functions): List of additional
23472         scoring functions.
23473         (spam-stat-error-holder): Global temporary error holder.
23474         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23475         variable.
23476
23477 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23478
23479         * gnus-registry.el (gnus-registry-clean-empty-function)
23480         (gnus-registry-trim, gnus-registry-fetch-groups)
23481         (gnus-registry-delete-group): Groups that match
23482         `gnus-registry-ignored-groups' are removed from the registry
23483         entries, not just ignored for splitting.  This helps clean up the
23484         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23485         to get all the groups a message ID is in.
23486
23487         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23488         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23489         (spam-stat-score-buffer-user-functions): Add :number custom type.
23490
23491 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23492
23493         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23494         argument in XEmacs.
23495
23496         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23497         (nnrss-request-group): Decode group name first.
23498         (nnrss-request-article): Make a text/plain article if mml-to-mime
23499         failed.
23500         (nnrss-get-encoding): Return a compatible encoding according to
23501         nnrss-compatible-encoding-alist.
23502         (nnrss-find-el): Use consp instead of listp.
23503         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23504
23505 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23506
23507         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23508         which Emacs 20 doesn't support.
23509         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23510
23511 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23512
23513         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23514         silence the byte compiler inside the defun.
23515
23516         * gnus-demon.el (parse-time-string): Add autoload.
23517
23518         * gnus-delay.el (parse-time-string): Add autoload.
23519
23520         * gnus-art.el (parse-time-string): Add autoload.
23521
23522         * nnultimate.el (parse-time): Require for `parse-time-string'.
23523
23524 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23525
23526         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23527
23528         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23529
23530         * smime.el (smime-ldap-host-list): Add :version.
23531
23532 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23533
23534         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23535         pass it to `gnus-browse-read-group'.
23536         (gnus-browse-read-group): Add NUMBER argument and pass it to
23537         `gnus-group-read-ephemeral-group'.
23538
23539         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23540         argument and pass it to `gnus-group-read-group'.
23541
23542 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23543
23544         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23545         mm-xemacs-find-mime-charset-1 if we have the mule feature
23546         available at runtime.
23547
23548 2005-03-25  Werner Lemberg  <wl@gnu.org>
23549
23550         * nnmaildir.el: Replace `illegal' with `invalid'.
23551
23552 2005-03-23  Lute Kamstra  <lute@gnu.org>
23553
23554         * time-date.el: Add comment on time value formats.
23555         Don't require parse-time.
23556         (with-decoded-time-value): New macro.
23557         (encode-time-value): New function.
23558         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23559         (days-to-time): Return a valid time value when arg is huge.
23560         (time-since): Use time-subtract.
23561         (time-to-number-of-days): Use time-to-seconds.
23562
23563 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23564
23565         * gnus-start.el (gnus-display-time-event-handler):
23566         Check display-time-timer at runtime rather than only at load time
23567         in case display-time-mode is turned off in the mean time.
23568
23569 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23570
23571         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23572         used.
23573
23574         * nneething.el (nneething-map-file-directory): Derive from
23575         `gnus-directory'.
23576
23577         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23578         the To/Cc button.
23579
23580 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * nnmaildir.el (nnmaildir-request-accept-article):
23583         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23584
23585 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23586
23587         * gnus-async.el: Require timer-funcs at compile time when in
23588         XEmacs for `run-with-idle-timer'.
23589
23590 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23591
23592         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23593         autoloaded function.
23594
23595 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23596
23597         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23598
23599 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23600
23601         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23602
23603 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23604
23605         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23606         Add gnus-expert-user to default.
23607
23608 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23609
23610         * nnimap.el (nnimap-open-server): Ditto.
23611
23612         * imap.el (imap-authenticate): Fix typo.
23613
23614 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23615
23616         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23617         buffer (since IMAP server might return FETCH response out of
23618         order, and the nntp buffer must be sorted).
23619
23620 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23621
23622         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23623         comparison on string.
23624
23625         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23626         (gnus-agent-score): Rename category keywords to match gnus-cus.
23627         (gnus-agent-summary-fetch-series): Modify to protect against
23628         gnus-agent-summary-fetch-group clearing processable flags.
23629         (gnus-agent-synchronize-group-flags): Update live group buffer as
23630         synchronization may occur due to the user toggle the plugged
23631         status.
23632         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23633         successfully downloaded.
23634         (gnus-agent-expire-group-1): Avoid using markers when the overview
23635         is in ascending order; greatly improves performance.
23636         (gnus-agent-regenerate-group):
23637         Use gnus-agent-synchronize-group-flags to reset read status in both
23638         gnus and server.
23639         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23640
23641 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23642
23643         * message.el: Don't autoload former message-utils variables.
23644         (message-strip-subject-trailing-was): Change doc string.
23645
23646         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23647         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23648         (nnweb-google-search): Add "hl=en" here.
23649         (nnweb-google-parse-1, nnweb-google-create-mapping):
23650         Don't hardcode URL.
23651
23652 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23653
23654         * message.el (message-get-reply-headers, message-followup):
23655         Mention related variables `message-use-followup-to' and
23656         `message-use-mail-followup-to', in the information buffer.
23657
23658         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23659         of broken groups(-beta).google.com.
23660
23661 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23662
23663         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23664         parameter to invoked gnus-request-move-article; remove the
23665         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23666         all at once instead of once per article.
23667         (gnus-summary-remove-process-mark): Accept a list of articles as
23668         well as a single article for processing.
23669
23670         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23671         parameter.
23672
23673         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23674
23675         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23676
23677         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23678         parameter.
23679
23680         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23681         parameter.
23682
23683         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23684         parameter and remove the gnus-sum-hint-move-is-internal variable.
23685
23686         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23687         parameter.
23688
23689         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23690         parameter.
23691
23692         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23693         parameter.
23694
23695         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23696
23697         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23698         parameter.
23699
23700         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23701         parameter.
23702
23703 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23704
23705         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23706         a more conservative way.
23707
23708 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23709
23710         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23711         buffer, so it moves the window's cursor.
23712
23713 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23714
23715         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23716         `mm-dissect-multipart' and receive the from field as an (optional)
23717         argument from `mm-dissect-multipart'.
23718         (mm-dissect-multipart): Receive the from field as an argument and
23719         pass it on when we call `mm-dissect-buffer' on MIME parts.
23720         Fixes verification/decryption of signed/encrypted MIME parts.
23721
23722 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23723
23724         * gnus-sum.el (gnus-summary-move-article):
23725         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23726         whatever it calls (right now, only nnimap-request-move article
23727         respects it).
23728
23729         * nnimap.el (nnimap-request-move-article):
23730         When gnus-sum-hint-move-is-internal is set, don't do the extra
23731         nnimap-request-article.
23732
23733 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23734
23735         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23736
23737         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23738         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23739
23740         * gnus-sum.el (gnus-summary-caesar-message):
23741         Apply `gnus-treat-article' after rotation.
23742
23743         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23744         doc string.
23745
23746 2005-02-22  Simon Josefsson  <jas@extundo.com>
23747
23748         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23749         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23750         <arne@arnested.dk>.
23751         (encrypt): Add password-cache and password-cache-expiry as group
23752         members.
23753
23754 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23755
23756         * smime.el (smime-ldap-host-list): Doc fix.
23757         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23758         cache) password.
23759         (smime-sign-region): Use it.
23760         (smime-decrypt-region): Use it.
23761         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23762         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23763         fails.
23764         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23765         certificate from DER to PEM format rather than calling openssl.
23766
23767         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23768
23769         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23770         for signing/encryption.
23771
23772         * mml.el (mml-parse-1): Use them.
23773
23774 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23775
23776         * nnrss.el (nnrss-verbose): Remove.
23777         (nnrss-request-group): Use `nnheader-message' instead.
23778
23779 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23780
23781         * nnrss.el (nnrss-verbose): New variable.
23782         (nnrss-request-group): Make it say nnrss is requesting a group.
23783
23784 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23785
23786         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23787         Handle news URL with given port correctly.
23788
23789 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23790
23791         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23792         containing special characters.
23793
23794         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23795
23796         * mml.el (mime-to-mml): Ditto.
23797
23798         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23799         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23800         (rfc2047-decode-region): Quote decoded words containing special
23801         characters when rfc2047-quote-decoded-words-containing-tspecials
23802         is non-nil.
23803
23804 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23805
23806         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23807
23808         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23809
23810 2005-02-15  Simon Josefsson  <jas@extundo.com>
23811
23812         * nnimap.el (nnimap-debug): Doc fix.
23813
23814         * imap.el (imap-debug): Doc fix.
23815
23816 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23819
23820 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23821
23822         * gnus.el (spam-contents): Improve docs for spam-contents
23823         parameter in its variable incarnation.
23824
23825 2005-02-14  Simon Josefsson  <jas@extundo.com>
23826
23827         * smime-ldap.el: Use require instead of load-library for ldap.
23828         (smime-ldap-search): Indent.
23829         (smime-ldap-search-internal): Shorten line.
23830
23831         * smime.el (smime-cert-by-dns): Add doc-string.
23832         (smime-cert-by-ldap-1): Indent.
23833
23834         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23835         mml-smime-get-dns-ldap.
23836         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23837
23838 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23839
23840         * smime.el: Require smime-ldap.
23841         (smime-ldap-host-list): New variable.
23842         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23843
23844         * mml-smime.el (mml-smime-encrypt-query): New function.
23845         (mml-smime-encrypt-query): Use it.
23846
23847         * smime-ldap.el: New file.
23848
23849 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23850
23851         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23852
23853 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23854
23855         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23856         argument in doc string.  Make query for type more clear.
23857
23858 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23859
23860         * gnus.el (gnus-group-startup-message): Search for gnus images in
23861         etc/images/gnus.
23862         * mm-util.el (mm-image-load-path): Likewise.
23863         * smiley.el (smiley-data-directory): Search for smilies in
23864         etc/images/smilies.
23865
23866 2005-02-09  Kim F. Storm  <storm@cua.dk>
23867
23868         Change Emacs release version from 21.4 to 22.1 throughout.
23869         Change Emacs development version from 21.3.50 to 22.0.50.
23870
23871 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23872
23873         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23874
23875         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23876         non-Mule XEmacs as well.
23877         (mm-decompress-buffer): Signal an error intentionally if it does
23878         not decompress compressed data because auto-compression-mode is
23879         disabled.
23880
23881 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23882
23883         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23884         an ID in the registry even if it has no groups.
23885
23886 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23887
23888         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23889         merge it into mm-decompress-buffer.
23890         (gnus-mime-copy-part): Use the MIME part charset, the value which
23891         a user specified or gnus-newsgroup-charset for decoding, like
23892         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23893         save-buffer what was used.  Suggested by Kevin Ryde
23894         <user42@zip.com.au>.
23895         (gnus-mime-inline-part): Allow the name parameter as well as the
23896         filename parameter; force decompressing of compressed data; always
23897         display contents being not decoded as unibyte.
23898
23899         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23900         as well as the filename parameter.
23901
23902         * mm-util.el (mm-decompress-buffer):
23903         Merge gnus-mime-jka-compr-maybe-uncompress.
23904         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23905         of compressed data.
23906
23907 2005-02-08  Simon Josefsson  <jas@extundo.com>
23908
23909         * imap.el (imap-log): Doc fix.
23910
23911 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23914         the coding cookies; decompress compressed parts.
23915
23916         * mml.el (mml-generate-mime-1): Add the charset parameter according
23917         to the value which a user specified manually or the coding cookie.
23918
23919         * mm-util.el (mm-string-to-multibyte): New function.
23920         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23921         (mm-coding-system-to-mime-charset): New function.
23922         (mm-decompress-buffer): New function.
23923         (mm-find-buffer-file-coding-system): New function.
23924
23925         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23926         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23927         parts.
23928
23929 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23930
23931         * mm-view.el (mm-display-inline-fontify): Decode a part according
23932         to the charset parameter.
23933
23934 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23935
23936         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23937         prefix arg is neither nil nor a number, as info specifies.
23938
23939 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23940
23941         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23942         timestamps.
23943
23944 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23945
23946         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23947         groups error checking and notify user.
23948
23949 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23950
23951         * message.el (message-send-mail-function): Check existence of
23952         sendmail-program first before using default value
23953         `message-send-mail-with-sendmail'.  Otherwise use more generic
23954         `smtpmail-send-it'.
23955
23956 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23957
23958         * nntp.el (nntp-request-update-info): Always return nil.
23959
23960 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23961
23962         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23963
23964 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23965
23966         * message.el (message-beginning-of-line): Change the behavior when
23967         invoked between BOL and : so that it first moves backward.
23968
23969 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23970
23971         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23972         article buffer when editing of the article is discarded.
23973         (gnus-article-prepare): Revert.
23974
23975 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23976
23977         * gnus-art.el (gnus-article-prepare):
23978         Remove message-strip-forbidden-properties from the local hook.
23979
23980 2005-01-27  Simon Josefsson  <jas@extundo.com>
23981
23982         * password.el (password-cache-add): Only start one timer per key.
23983         Reported by Derek Atkins <warlord@MIT.EDU>.
23984
23985 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23986
23987         * run-at-time.el: Remove.  It is no longer needed as
23988         timer-funcs.el in the xemacs-base package has a working version of
23989         `run-at-time'.
23990
23991         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23992
23993         * password.el: Require timer-funcs instead of run-at-time in
23994         XEmacs.
23995         Remove `password-run-at-time' macro.
23996         (password-cache-add): Use `run-at-time' instead of
23997         `password-run-at-time'.
23998
23999         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
24000         Remove `nnheader-cancel-function-timers' alias,
24001         `cancel-function-timers' exists in XEmacs in timer-funcs.
24002
24003         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
24004         for `run-with-idle-timer'.
24005
24006         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
24007         for `run-at-time'.
24008
24009         * mm-url.el: Require timer-funcs at compile time when in XEmacs
24010         for `with-timeout'.
24011
24012         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
24013         the same as for XEmacs 21.4.
24014         No need to ignore `run-with-idle-timer', this function exists in
24015         XEmacs now in timer-funcs.el in the xemacs-base package.
24016         (dgnushack-compile): No need to delete
24017         run-at-time.el from the list of files to compile because it
24018         doesn't exist anymore.
24019
24020 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24021
24022         * mml.el (mml-generate-mime-1): Convert string into unibyte when
24023         inserting " *mml*" buffer's contents into a unibyte temp buffer.
24024
24025 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
24026
24027         * mail-source.el (mail-source-fetch-imap): Search for ^From case
24028         sensitively.
24029
24030 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
24031
24032         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
24033
24034 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24035
24036         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
24037         which will be inserted according to the multibyteness of a buffer
24038         rather than the type of contents.  Suggested by ARISAWA Akihiro
24039         <ari@mbf.ocn.ne.jp>.
24040
24041         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
24042         of string which old xml.el may return rather than a string.
24043
24044 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
24047
24048 2005-01-16  Simon Josefsson  <jas@extundo.com>
24049
24050         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
24051         idn/idna.el isn't available.
24052         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
24053         <michael@waxrat.com>.
24054
24055         * hashcash.el: Remove non-FSF copyright header.
24056
24057         * hashcash.el (hashcash-extra-generate-parameters): New variable.
24058         (hashcash-generate-payment): Use it.
24059         (hashcash-generate-payment-async): Use it.
24060
24061 2005-01-15  Simon Josefsson  <jas@extundo.com>
24062
24063         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
24064         Suggested by Raymond Scholz <ray-2005@zonix.de>.
24065
24066         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
24067         gnus-summary-idna-message.
24068         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
24069         (gnus-summary-idna-message): New function.
24070
24071 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
24072
24073         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
24074         gnus-novice-user.
24075
24076 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24077
24078         * nnrss.el (nnrss-request-delete-group): Delete entries in
24079         nnrss-group-alist as well.
24080         (nnrss-save-server-data): Insert newline.
24081
24082 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
24083
24084         * gnus.el (gnus-user-agent): Use list of symbols instead of
24085         symbols.  Display full version number for (S)XEmacs.
24086         Optionally display (S)XEmacs codename.
24087
24088         * gnus-util.el (gnus-emacs-version): Update for new
24089         `gnus-user-agent'.
24090
24091         * gnus-msg.el (gnus-extended-version): Make it possible to omit
24092         Gnus version.
24093
24094 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24095
24096         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
24097         which is unreadable in some setups.
24098
24099 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * gnus-spec.el (gnus-update-format-specifications): Flush the
24102         group format spec cache if it doesn't support decoded group names.
24103
24104 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
24105
24106         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
24107         Allow to apply decay on score files matching a regexp.
24108
24109 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24110
24111         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
24112         compatibility in %g and %c.
24113
24114 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24115
24116         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
24117         name for only %g and %c.
24118         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
24119         of gnus-tmp-group to decoded group name.
24120         (gnus-group-make-rss-group): Exclude `/'s from group names.
24121
24122 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24123
24124         * nnrss.el (nnrss-get-encoding): Fix regexp.
24125
24126 2004-12-27  Simon Josefsson  <jas@extundo.com>
24127
24128         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
24129         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
24130         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
24131
24132 2004-12-17  Kim F. Storm  <storm@cua.dk>
24133
24134         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
24135
24136         * gnus-sum.el (gnus-summary-mode-map): Likewise.
24137
24138 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24139
24140         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
24141
24142 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * nnrss.el: Require rfc2047 and mml.
24145         (nnrss-file-coding-system): New variable.
24146         (nnrss-format-string): Redefine it as an inline function.
24147         (nnrss-decode-group-name): New function.
24148         (nnrss-string-as-multibyte): Remove.
24149         (nnrss-retrieve-headers): Decode group name; don't use
24150         nnrss-format-string.
24151         (nnrss-request-group): Decode group name.
24152         (nnrss-request-article): Decode group name; allow a Message-ID as
24153         well as an article number; don't use nnrss-format-string; encode a
24154         Message-ID string which may contain non-ASCII characters; use
24155         mml-to-mime to compose a MIME article.
24156         (nnrss-request-expire-articles): Decode group name.
24157         (nnrss-request-delete-group): Decode group name.
24158         (nnrss-fetch): Clarify error message.
24159         (nnrss-read-server-data): Use insert-file-contents instead of load;
24160         bind file-name-coding-system; use multibyte buffer.
24161         (nnrss-save-server-data): Bind coding-system-for-write to the
24162         value of nnrss-file-coding-system; bind file-name-coding-system;
24163         add coding cookie.
24164         (nnrss-read-group-data): Use insert-file-contents instead of load;
24165         bind file-name-coding-system; use multibyte buffer.
24166         (nnrss-save-group-data): Bind coding-system-for-write to the
24167         value of nnrss-file-coding-system; bind file-name-coding-system.
24168         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
24169         make it work with non-ASCII text.
24170         (nnrss-find-el): Make it work with old xml.el as well.
24171
24172 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
24173
24174         * nnrss.el (nnrss-get-encoding): New function.
24175         (nnrss-fetch): Use unibyte buffer initially; bind
24176         coding-system-for-read while performing mm-url-insert; remove ^Ms;
24177         decode contents according to the encoding attribute.
24178         (nnrss-save-group-data): Add coding cookie.
24179         (nnrss-mime-encode-string): New function.
24180         (nnrss-check-group): Use it to encode subject and author.
24181
24182 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
24183
24184         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
24185         imaginary variable.
24186
24187 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24188
24189         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
24190         correctly even if there are wide characters.
24191
24192 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
24193
24194         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
24195         downcased symbol names; make a new cache instead of reusing
24196         bbdb-hashtable.
24197
24198 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24199
24200         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
24201         concatenating segments rather than before concatenating them.
24202         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24203
24204         * message.el (message-get-reply-headers): Bind `extra'.
24205
24206 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24207
24208         * message.el (message-extra-wide-headers): New variable.
24209         (message-get-reply-headers): Use it.
24210
24211 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24212
24213         * gnus-agent.el (gnus-agent-group-path): Decode group name.
24214         (gnus-agent-group-pathname): Ditto.
24215
24216         * gnus-cache.el (gnus-cache-file-name): Decode group name.
24217
24218         * gnus-group.el (gnus-group-make-group): Decode group name.
24219         (gnus-group-make-rss-group): Register the group data after opening
24220         the nnrss group.
24221
24222 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
24223
24224         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
24225         by expiry now get marked as read.
24226
24227 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24228
24229         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24230
24231 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24232
24233         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24234         unify Latin characters in XEmacs.
24235         (mm-find-mime-charset-region): Use it.
24236
24237 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * gnus-util.el (gnus-delete-directory): New function.
24240
24241         * gnus-agent.el (gnus-agent-delete-group): Use it.
24242
24243         * gnus-cache.el (gnus-cache-delete-group): Use it.
24244
24245 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24248         names.
24249
24250 2004-12-16  Simon Josefsson  <jas@extundo.com>
24251
24252         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24253
24254 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24257
24258         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24259         (gnus-group-set-current-level): Decode group name.
24260
24261 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24262
24263         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24264         failed.
24265
24266 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24267
24268         * gnus-group.el (gnus-group-delete-group): Decode group name.
24269         (gnus-group-make-rss-group): Encode group name.
24270         (gnus-group-catchup-current): Decode group name.
24271         (gnus-group-kill-group): Decode group name.
24272
24273 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24274
24275         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24276
24277 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24278
24279         * gnus-group.el (gnus-group-make-rss-group):
24280         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24281
24282         * gnus-start.el (gnus-setup-news): Honor user's setting to
24283         gnus-message-archive-method.  Suggested by Lute Kamstra
24284         <lute@gnu.org>.
24285
24286 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24287
24288         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24289         global counterparts of the buffer-local variables.
24290
24291 2004-11-16  Romain Francoise  <romain@orebokech.com>
24292
24293         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24294         counterparts of the buffer-local variables.
24295
24296 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24297
24298         * message.el (message-forbidden-properties): Fix typo in doc
24299         string.
24300
24301 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24302
24303         * gnus-util.el (gnus-replace-in-string): Add doc string.
24304
24305         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24306         to avoid problems when splitting mails with many recipients.
24307
24308 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24309
24310         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24311         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24312
24313 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24314
24315         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24316         if there is no hashtable in memory or file modification time is
24317         newer than cached timestamp.
24318
24319 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24320
24321         * gnus-sum.el (gnus-summary-limit-to-recipient):
24322         Implement not-matching option.
24323
24324 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24325
24326         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24327         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24328         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24329         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24330         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24331         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24332
24333 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24334
24335         * message.el (message-forward-make-body-mml): Remove headers
24336         according to message-forward-ignored-headers if a message is decoded.
24337
24338 2004-12-02  Romain Francoise  <romain@orebokech.com>
24339
24340         * message.el (message-forward-make-body-plain): Always remove
24341         headers according to message-forward-ignored-headers.
24342
24343 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24344
24345         * spam.el (spam-summary-prepare-exit): Remove the
24346         gnus-summary-limit pop for now, it has problems with ham marks for
24347         me.
24348
24349 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24350
24351         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24352         correctly.
24353
24354 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24355
24356         * format-spec.el (format-spec): Message the char.
24357
24358 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24359
24360         * gnus-art.el (gnus-split-methods): Reformat comments.
24361
24362         * spam.el (spam-summary-prepare-exit): Remove article limits
24363         before exiting the summary buffer.
24364
24365 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24366
24367         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24368         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24369
24370         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24371         order to silence the byte compiler.
24372
24373         * spam.el: Fix the way to silence the byte compiler, which
24374         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24375         bbdb-search-simple, spam-BBDB-register-routine,
24376         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24377         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24378         spam-stat-buffer-is-spam, spam-stat-load,
24379         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24380         spam-stat-save and spam-stat-split-fancy.
24381
24382 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24385         which may confuse users.
24386         (canlock-password-for-verify): Ditto.
24387
24388         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24389
24390         * gnus-art.el (gnus-emphasis-alist): Ditto.
24391
24392         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24393
24394         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24395
24396         * gnus-start.el (gnus-save-killed-list): Ditto.
24397
24398         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24399         (gnus-sum-thread-tree-root): Ditto.
24400         (gnus-sum-thread-tree-false-root): Ditto.
24401         (gnus-sum-thread-tree-single-indent): Ditto.
24402
24403         * message.el (message-courtesy-message): Ditto.
24404         (message-archive-note): Ditto.
24405         (message-subscribed-address-file): Ditto.
24406         (message-user-fqdn): Ditto.
24407
24408         * spam-report.el (spam-report-gmane-regex): Ditto.
24409
24410         * spam.el (spam-blackhole-good-server-regex): Ditto.
24411
24412 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24413
24414         * mml.el (mml-preview): Widen the message buffer before copying
24415         the contents to the preview buffer; sort headers before previewing.
24416
24417         * message.el (message-hidden-headers): Fix the way to avoid a bug
24418         in the `repeat' widget in Emacs 21.3 or earlier.
24419
24420 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24421
24422         * message.el (message-hidden-headers): Default to "^References:".
24423         Improve customization type.  Suggested by Reiner Steib
24424         <Reiner.Steib@gmx.de>.
24425
24426 2004-11-25  Romain Francoise  <romain@orebokech.com>
24427
24428         * message.el (message-strip-forbidden-properties): Remove check for
24429         obsolete `message-hidden' text property, hidden headers are not
24430         accessible in the buffer anymore.
24431
24432 2004-11-22  Romain Francoise  <romain@orebokech.com>
24433
24434         * message.el (message-header-format-alist): Add `From' in list
24435         so that it can be sorted.
24436         (message-fix-before-sending): Widen and sort headers before
24437         sending.
24438         (message-hide-headers): Use narrowing to hide headers by moving
24439         them to the top of the buffer and narrowing to the region
24440         underneath.
24441
24442 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24443
24444         * message.el (message-strip-forbidden-properties):
24445         Bind buffer-read-only (etc) to nil.
24446
24447 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24448
24449         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24450         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24451
24452 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24453
24454         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24455
24456 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24457
24458         * dns.el (query-dns): Use sit-for to time instead of
24459         accept-process-output, since that doesn't seem to work on udp
24460         sockets.
24461
24462 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24463
24464         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24465
24466 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24467
24468         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24469         doc string.  Improve doc string.
24470
24471 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24472
24473         * nntp.el (nntp-request-update-info): Return nil if
24474         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24475         may not call gnus-activate-group which uselessly issues the GROUP
24476         commands for all nntp groups and wastes time.  Reported by Romain
24477         Francoise <romain@orebokech.com>.
24478
24479         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24480
24481 2004-11-15  Simon Josefsson  <jas@extundo.com>
24482
24483         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24484         headers separately.
24485         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24486         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24487
24488 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24489
24490         * gnus-start.el (gnus-convert-old-newsrc):
24491         Assign legacy-gnus-agent to 5.10.7.
24492
24493 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24494
24495         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24496         start of the lines.
24497
24498 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24499
24500         * hashcash.el (hashcash-default-payment): Change default to 20.
24501         (hashcash-default-accept-payment): Change default to 20.
24502         (hashcash-process-alist): New variable.
24503         (hashcash-generate-payment-async): Add.
24504         (hashcash-already-paid-p): Add.
24505         (hashcash-insert-payment): Don't generate payments twice.
24506         (hashcash-insert-payment-async): Add.
24507         (hashcash-insert-payment-async-2): Add.
24508         (hashcash-cancel-async): Add.
24509         (hashcash-wait-async): Add.
24510         (hashcash-processes-running-p): Add.
24511         (hashcash-wait-or-cancel): Add.
24512         (mail-add-payment): New optional argument.  Conditionally start
24513         asynchronous calculation.
24514         (mail-add-payment-async): Add.
24515
24516         * message.el (message-send-mail): Wait for asynchronous hashcash
24517         results.  Don't clobber existing X-Hashcash headers.
24518         (message-setup-1): Call mail-add-payment-async when
24519         message-generate-hashcash is non-nil.
24520
24521 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24522
24523         * message.el (message-use-alternative-email-as-from): Examine the
24524         From header as well; use message-make-from in order to include a
24525         user's full name.
24526
24527 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24528
24529         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24530         default; improve customization type.
24531         (gnus-emphasis-custom-with-format): New macro.
24532         (gnus-emphasis-custom-value-to-external): New function.
24533         (gnus-emphasis-custom-value-to-internal): New function.
24534
24535 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24536
24537         * dns.el (query-dns): Resolve reverse addresses.
24538
24539 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24540
24541         * gnus-group.el (gnus-group-get-new-news): Use it.
24542
24543         * gnus-start.el (gnus-check-reasonable-setup): New function.
24544
24545 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24546
24547         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24548         "Args out of range" error.  Reported by Arnaud Giersch
24549         <arnaud.giersch@free.fr>.
24550
24551 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24552
24553         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24554
24555 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24556
24557         * spam.el (spam group): Add :version.
24558
24559         * pgg-def.el (pgg group): Add :version.
24560
24561 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24562
24563         * gnus-art.el (gnus-article-edit-article): Don't associate the
24564         article buffer with a draft file.  This is a temporary measure
24565         against the 2004-08-22 change to gnus-article-edit-mode.
24566
24567 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24568
24569         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24570         (html2text-format-tags): Remove unused variable `attr'.
24571
24572 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24573
24574         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24575
24576         * tls.el (tls-process-connection-type, tls-success)
24577         (tls-certtool-program): Add :version.
24578
24579         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24580         (starttls-extra-arguments, starttls-process-connection-type)
24581         (starttls-connect, starttls-failure, starttls-success): Add :version.
24582
24583         * spam-stat.el (spam-stat): Add :version.
24584
24585         * sieve.el (sieve): Add :version.
24586
24587         * sha1.el (sha1): Add :version.
24588         (sha1-use-external): Remove redundant version.
24589
24590         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24591         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24592         (nnmail-split-fancy-match-partial-words)
24593         (nnmail-split-lowercase-expanded): Add :version.
24594
24595         * nndiary.el (nndiary): Add :version.
24596
24597         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24598
24599         * mml-sec.el (mml-default-sign-method)
24600         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24601         Add :version.
24602
24603         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24604
24605         * mm-url.el (mm-url-use-external, mm-url-program)
24606         (mm-url-arguments): Add :version.
24607
24608         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24609         (mm-attachment-file-modes, mm-decrypt-option)
24610         (mm-w3m-safe-url-regexp): Add :version.
24611
24612         * message.el (message-cite-prefix-regexp)
24613         (message-sendmail-envelope-from, message-minibuffer-local-map)
24614         (message-user-fqdn, message-completion-alist): Add :version.
24615
24616         * gnus-win.el (gnus-configure-windows-hook)
24617         (gnus-use-frames-on-any-display): Add :version.
24618
24619         * gnus-art.el (gnus-article-address-banner-alist)
24620         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24621         (gnus-treat-from-picon, gnus-treat-mail-picon)
24622         (gnus-treat-x-pgp-sig): Add :version.
24623
24624         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24625         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24626         (gnus-summary-article-delete-hook)
24627         (gnus-summary-display-while-building): Add :version.
24628
24629         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24630         (gnus-get-top-new-news-hook): Add :version.
24631
24632         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24633         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24634
24635         * gnus-registry.el (gnus-registry): Add :version.
24636
24637         * gnus-spec.el (gnus-use-correct-string-widths)
24638         (gnus-make-format-preserve-properties): Add :version.
24639
24640         * gnus.el (gnus-group-charter-alist)
24641         (gnus-group-fetch-control-use-browse-url)
24642         (gnus-install-group-spam-parameters): Add :version.
24643
24644         * gnus-diary.el (gnus-diary): Add :version.
24645
24646         * gnus-delay.el (gnus-delay): Add :version.
24647
24648         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24649         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24650         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24651         Add :version.
24652
24653         * gnus-agent.el (gnus-agent-max-fetch-size)
24654         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24655         (gnus-agent-prompt-send-queue): Add :version.
24656
24657         * deuglify.el (gnus-outlook-deuglify): Add :version.
24658
24659         * html2text.el: Beautify code.  Improve doc strings.
24660         Some checkdoc cleanup.
24661         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24662
24663 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24664
24665         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24666
24667 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24668
24669         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24670         when package is loaded.
24671
24672         * spam.el (spam-summary-score-preferred-header): Add global preference
24673         for people who want to override the default SpamAssassin over
24674         Bogofilter preference (when both are set).
24675         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24676         (spam-user-format-function-S):
24677         Check spam-summary-score-preferred-header.
24678         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24679         (spam-user-format-function-S): Format the score correctly.
24680
24681 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24682
24683         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24684         signature file.  Suggested by Manoj Srivastava
24685         <srivasta@golden-gryphon.com>.
24686
24687         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24688         iso-2022-jp even in the Japanese language environment.
24689         Suggested by Jason Rumney <jasonr@gnu.org>.
24690
24691 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24692
24693         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24694         use the same characters as the dummy marks; make it free from
24695         getting affected by the language environment.
24696         (gnus-summary-read-group-1): Update mark positions only when the
24697         format spec is updated.
24698
24699         * gnus-spec.el (gnus-update-format-specifications): Return a list
24700         of updated types.
24701
24702 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24703
24704         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24705         of boundp to check if display-warning is available.
24706
24707 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24708
24709         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24710
24711 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24712
24713         * nnspool.el (nnspool-spool-directory): Use news-path if the
24714         news-directory variable is not bound.
24715
24716         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24717         function instead of display-warning if it is not available.
24718
24719 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24720
24721         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24722         v5-10: Use `point-at-bol'.
24723
24724 2004-10-26  Simon Josefsson  <jas@extundo.com>
24725
24726         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24727         <chenggao@gmail.com>.
24728
24729 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24730
24731         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24732         instead.
24733
24734 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24735
24736         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24737         to remove a server from the nnimap-server-buffer-alist.
24738         (nnimap-open-connection, nnimap-close-server): Use it.
24739
24740         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24741
24742 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24743
24744         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24745         running the major-mode function.
24746
24747 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24748
24749         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24750         dummy marks in the right way.
24751
24752 2004-10-18  David Edmondson  <dme@dme.org>
24753
24754         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24755         excessively.
24756
24757 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24758
24759         * gnus-util.el (gnus-split-references): Accept a nil references
24760         string and go on blissfully.
24761
24762         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24763         cases where the references string is non-nil but has no references.
24764
24765         * encrypt.el: Add autoload tags.
24766
24767         * spam.el (spam-resolve-registrations-routine): Remove article
24768         from unregistration list too.  Reported by David Hanak
24769         <dhanak@isis.vanderbilt.edu>
24770
24771 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24772
24773         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24774         nil.  Change custom type.
24775
24776 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24777
24778         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24779
24780         * gnus-sum.el (gnus-summary-move-article): Use it.
24781
24782 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24783
24784         * encrypt.el: Add autoload cookies.
24785
24786         * spam.el (spam-backend-article-list-property)
24787         (spam-backend-get-article-todo-list)
24788         (spam-backend-put-article-todo-list)
24789         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24790         Resolve registrations separately.
24791         (spam-register-routine): Format comments.
24792         (spam-unregister-routine, spam-register-routine): Always call with
24793         specific-articles, no default list.
24794         (spam-summary-prepare-exit): Use the spam-classifications function.
24795
24796         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24797         gnus-encrypt.el.
24798
24799         * encrypt.el: Copied from gnus-encrypt.el.
24800
24801         * gnus-encrypt.el: Commented that it's obsolete.
24802
24803 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24804
24805         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24806         (gnus-score-save): Use it.
24807
24808         * message.el (message-bury): Use `window-dedicated-p'.
24809
24810 2004-10-15  Simon Josefsson  <jas@extundo.com>
24811
24812         * pop3.el (top-level): Don't require nnheader.
24813         (pop3-read-timeout): Add.
24814         (pop3-accept-process-output): Add.
24815         (pop3-read-response, pop3-retr): Use it.
24816
24817 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24818
24819         * spam.el (spam-register-routine): Move comment.
24820         (spam-verify-bogofilter): Use 'unknown for the initial
24821         spam-bogofilter-valid state, not 'never.
24822
24823         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24824         for netrc-machine.
24825
24826         * nnimap.el (nnimap-open-connection):
24827         Use netrc-machine-user-or-password.
24828
24829 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24830
24831         * gnus-registry.el (gnus-registry-unload-hook):
24832         Set as a variable with add-hook.
24833
24834         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24835         of news-path.
24836
24837         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24838
24839         * spam.el: Delete duplicate `provide'.
24840         (spam-unload-hook): Set as a variable with add-hook.
24841
24842 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24843
24844         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24845         in the doc string.
24846
24847         * message.el (message-ignored-news-headers)
24848         (message-ignored-supersedes-headers)
24849         (message-ignored-resent-headers)
24850         (message-forward-ignored-headers): Improve custom type.
24851
24852 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24853
24854         * message.el (message-tokenize-header): Fix 2004-09-06 change
24855         which used point-min in the wrong place.
24856
24857 2004-10-12  Simon Josefsson  <jas@extundo.com>
24858
24859         * tls.el (tls-certtool-program): New variable.
24860         (tls-certificate-information): New function, based on
24861         ssl-certificate-information.
24862
24863 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24864
24865         * compface.el: Move the version of ELisp-based uncompface program
24866         to the contrib directory because of the copyright problem.
24867
24868 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24869
24870         * message.el (message-kill-buffer): Raise the current frame.
24871
24872 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24873
24874         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24875
24876         * gnus.el (message-y-or-n-p): Autoload.
24877
24878         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24879         (pop3-password-required, pop3-authentication-scheme)
24880         (pop3-leave-mail-on-server): Make customizable.
24881         (pop3): New custom group.
24882         (pop3-retr): Remove `sleep-for' statements.
24883         Suggested by Dave Love <fx@gnu.org>.
24884
24885         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24886         Windows/DOS.
24887
24888         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24889         (imap-parse-body): Fix incorrect use of `assert'.
24890         Suggested by Dave Love <fx@gnu.org>.
24891
24892         * mml.el (mml-minibuffer-read-disposition): Require match.
24893         Suggested by Dave Love <fx@gnu.org>.
24894
24895 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24896
24897         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24898         doc string.
24899
24900 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24901
24902         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24903
24904 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24905
24906         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24907         instead of calling `mm-insert-inline', to decode text/* parts
24908         before displaying them.
24909
24910 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * mm-uu.el (mm-uu-text-plain-type): New variable.
24913         (mm-uu-pgp-signed-extract-1): Use it.
24914         (mm-uu-pgp-encrypted-extract-1): Use it.
24915         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24916         bind mm-uu-text-plain-type with that value.
24917         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24918         mm-uu-dissect.
24919
24920 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24921
24922         * gnus-group.el (gnus-update-group-mark-positions):
24923         * gnus-sum.el (gnus-update-summary-mark-positions):
24924         * message.el (message-check-news-body-syntax):
24925         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24926         of string-as-multibyte.
24927
24928 2004-10-05  Juri Linkov  <juri@jurta.org>
24929
24930         * gnus-group.el (gnus-update-group-mark-positions):
24931         * gnus-sum.el (gnus-update-summary-mark-positions):
24932         * message.el (message-check-news-body-syntax):
24933         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24934         8-bit unibyte values to a multibyte string for search functions.
24935
24936 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24937
24938         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24939         (mm-uu-dissect-text-parts): New function.
24940
24941         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24942         dissect text parts.
24943
24944         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24945         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24946
24947         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24948
24949         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24950         Use gnus-current-topics instead of gnus-current-topic.
24951
24952 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24953
24954         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24955
24956 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24957
24958         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24959         where appropriate.
24960
24961         * nnml.el (nnml-generate-active-info): do.
24962
24963         * nndiary.el (nndiary-generate-active-info): do.
24964
24965         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24966         (gnus-topic-move): do.
24967
24968         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24969         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24970
24971         * gnus-srvr.el (gnus-server-prepare)
24972         (gnus-server-open-all-servers): do.
24973
24974         * gnus-msg.el (gnus-summary-cancel-article)
24975         (gnus-summary-resend-message)
24976         (gnus-summary-mail-crosspost-complaint): do.
24977
24978         * gnus-move.el (gnus-change-server): do.
24979
24980         * gnus-group.el (gnus-group-unmark-all-groups)
24981         (gnus-group-set-current-level): do.
24982
24983 2004-10-04  Simon Josefsson  <jas@extundo.com>
24984
24985         * message.el (message-generate-hashcash): Doc fix.
24986
24987 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24988
24989         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24990         avoid infinite recursion via gnus-get-function.
24991
24992 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24993
24994         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24995
24996         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24997
24998         * nnmail.el (nnmail-split-history): do.
24999
25000         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
25001         (nnml-request-delete-group): do.
25002
25003         * nnslashdot.el (nnslashdot-read-groups): do.
25004
25005         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
25006         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
25007
25008         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
25009         (nnspool-sift-nov-with-sed): Use last.
25010         (nnspool-retrieve-headers-with-nov): Use mapc.
25011         (nnspool-request-newgroups): Use dolist.
25012         (nnspool-request-group): Use last.
25013
25014         * nntp.el (nntp-read-server-type): Use dolist.
25015
25016         * nnvirtual.el (nnvirtual-create-mapping)
25017         (nnvirtual-update-read-and-marked): Use dolist.
25018         (nnvirtual-convert-headers): Simplify.
25019
25020 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25021
25022         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25023         Add support for sync'ing tick marks.
25024
25025 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25026
25027         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
25028         there's no visible header.
25029
25030 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
25031
25032         * gnus-agent.el (gnus-agent-synchronize-group-flags):
25033         When necessary, pass full group name to gnus-request-set-marks.
25034
25035 2004-10-01  Simon Josefsson  <jas@extundo.com>
25036
25037         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
25038         acroread.
25039
25040 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25041
25042         * spam-report.el (spam-report-gmane): Fix interactive.
25043
25044         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
25045
25046         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
25047         when writing file.
25048         (gnus-agent-synchronize-flags): Don't default to being
25049         interactive.
25050
25051 2004-09-30  Simon Josefsson  <jas@extundo.com>
25052
25053         * message.el (message-generate-hashcash): Add.
25054         (message-send-mail): Use it, call mail-add-payment.
25055
25056 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
25057
25058         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
25059
25060 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
25061
25062         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
25063         gnus-requst-update-info with explicit code to sync the in-memory
25064         info read flags with the marks being sync'd to the backend.
25065
25066         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
25067
25068 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25069
25070         * spam.el (spam-verify-bogofilter): Add new function.
25071         (spam-check-bogofilter)
25072         (spam-bogofilter-register-with-bogofilter): Use it.
25073         (spam-verify-bogofilter): Add small fixes.
25074
25075 2004-09-28  Simon Josefsson  <jas@extundo.com>
25076
25077         * hashcash.el (hashcash-generate-payment): Revert.
25078
25079 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
25080
25081         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25082         Use gnus-extract-references instead of gnus-split-references.
25083
25084         * gnus-util.el (gnus-extract-references): Add new function, analogous
25085         to gnus-split-references but extracts only the message-ID without
25086         anything extra.
25087
25088         * hashcash.el (hashcash-generate-payment)
25089         (hashcash-check-payment): Do the right thing if hashcash-path is
25090         nil (because the hashcash program could not be found).
25091
25092         * spam.el (spam-use-hashcash): Remove comment.
25093
25094 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
25095
25096         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
25097         (gnus-cache-enter-article, gnus-cache-remove-article)
25098         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
25099
25100         * gnus-async.el (gnus-async-prefetch-remove-group): do.
25101
25102         * gnus-art.el (article-hide-boring-headers)
25103         (article-translate-strings, article-display-face)
25104         (gnus-article-mime-match-handle-first)
25105         (gnus-article-highlight-headers)
25106         (gnus-article-add-buttons-to-head): do.
25107
25108 2004-09-27  Simon Josefsson  <jas@extundo.com>
25109
25110         * hashcash.el: New version, from
25111         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
25112         ../contrib/.
25113
25114 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25115
25116         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
25117
25118 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
25119
25120         * gnus-dup.el (gnus-dup-open): Use mapc.
25121         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
25122
25123         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
25124         Reported by Stefan Wiens <s.wi@gmx.net>.
25125
25126         * gnus.el (gnus-shutdown): Use dolist.
25127
25128         * gnus-undo.el (gnus-undo): Use mapc.
25129
25130         * nnrss.el (nnrss-generate-active): do.
25131
25132         * message.el (message-cite-original-without-signature)
25133         (message-cite-original): Use mapc.
25134         (message-do-actions, message-make-forward-subject): Use dolist.
25135
25136 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25137
25138         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
25139         deletion to remove entire duplicate line.  Fixes merged article
25140         number bug.
25141
25142 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
25143
25144         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
25145         servers that are offline.  Avoids having gnus-agent-toggle-plugged
25146         first ask if you want to open a server and then, even when you
25147         responded with no, asking if you want to synchronize the server's
25148         flags.
25149         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
25150         multi-line expressions.
25151         (gnus-agent-synchronize-group-flags): New internal function.
25152         Updates marks in memory (in the info structure) AND in the
25153         backend.
25154
25155         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
25156
25157         * nnagent.el (nnagent-request-set-mark):
25158         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
25159         method, to ensure that synchronization updates marks in the
25160         backend and in the info (in memory) structure.
25161
25162 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25163
25164         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
25165         convention fully; don't miss the root article of a thread; make
25166         the X-Draft-From header with correct article numbers.
25167
25168 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
25169
25170         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
25171         unless plugged.  Disable the agent so that an open failure causes
25172         an error.
25173
25174         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
25175         Revert 2004-09-21 change.  The backend must be opened while
25176         synchronizing flags even when the backend stores the flags
25177         locally.
25178
25179 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
25180
25181         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
25182         in `header' match.  Reported by Svend Tollak Munkejord.
25183
25184         * message.el (message-cite-original): Fix use of
25185         `message-cite-articles-with-x-no-archive'.
25186
25187 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25188
25189         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
25190         (gnus-window-to-buffer): Ditto.
25191
25192         * mml.el (mml-preview-buffer): New variable.
25193         (mml-preview): Manage window layout with gnus-buffer-configuration.
25194
25195         * gnus-msg.el (gnus-setup-message): Put article numbers into the
25196         X-Draft-From header even if those articles aren't quoted.
25197
25198 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
25199
25200         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
25201         (gnus-request-set-mark, gnus-request-update-mark): Use new
25202         g-s-t-u-l-m to decide to use backend even when unplugged.
25203
25204 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25205
25206         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
25207         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
25208
25209 2004-09-20  Simon Josefsson  <jas@extundo.com>
25210
25211         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
25212         "utf-16-le".
25213
25214 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25215
25216         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
25217
25218 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
25219
25220         * uudecode.el (uudecode-use-external): Add :version.
25221
25222         * smime.el (smime-CA-file, smime-encrypt-cipher)
25223         (smime-dns-server): Add :version.
25224
25225         * smiley.el (gnus-smiley-file-types): Add :version.
25226
25227         * sha1.el (sha1-use-external): Add :version.
25228
25229         * pgg-def.el (pgg-query-keyserver): Add :version.
25230
25231         * nnmail.el (nnmail-fancy-expiry-targets)
25232         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25233         Add :version.
25234
25235         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25236         (nnimap-retrieve-groups-asynchronous): Add :version.
25237         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25238
25239         * mml.el (mml-content-disposition-parameters)
25240         (mml-insert-mime-headers-always): Add :version.
25241
25242         * mm-util.el (mm-coding-system-priorities): Add :version.
25243
25244         * mm-decode.el (mm-inline-text-html-with-images)
25245         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25246         (mm-verify-option): Add :version.
25247         (mm-text-html-renderer): Change :version.
25248
25249         * message.el (message-fcc-externalize-attachments)
25250         (message-required-headers, message-draft-headers)
25251         (message-subject-trailing-was-query)
25252         (message-subject-trailing-was-ask-regexp)
25253         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25254         (message-mark-insert-end, message-archive-header)
25255         (message-archive-note, message-cross-post-default)
25256         (message-cross-post-note, message-followup-to-note)
25257         (message-cross-post-note-function, message-use-mail-followup-to)
25258         (message-subscribed-address-functions)
25259         (message-subscribed-address-file, message-subscribed-addresses)
25260         (message-subscribed-regexps, message-allow-no-recipients)
25261         (message-yank-cited-prefix, message-signature-insert-empty-line)
25262         (message-hidden-headers, message-hierarchical-addresses)
25263         (message-mail-user-agent, message-use-idna)
25264         (message-valid-fqdn-regexp)
25265         (message-strip-special-text-properties, message-header-synonyms)
25266         (message-beginning-of-line, message-tab-body-function): Add :version.
25267         (message-insert-canlock, message-wide-reply-confirm-recipients):
25268         Change :version.
25269
25270         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25271         and :version.
25272         (mail-source-delete-old-incoming-confirm)
25273         (mail-source-movemail-program): Add :version.
25274
25275         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25276         (gnus-agent-cache, gnus-agent): Change :version.
25277
25278         * gnus-util.el (gnus-use-byte-compile): Change :version.
25279
25280         * gnus-sum.el (gnus-summary-make-false-root-always)
25281         (gnus-summary-default-high-score)
25282         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25283         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25284         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25285         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25286         (gnus-sum-thread-tree-single-indent)
25287         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25288         (gnus-sum-thread-tree-leaf-with-other)
25289         (gnus-sum-thread-tree-single-leaf): Add :version.
25290         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25291         (gnus-article-loose-mime): Change :version.
25292
25293         * gnus-start.el (gnus-backup-startup-file)
25294         (gnus-save-startup-file-via-temp-buffer): Add :version.
25295
25296         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25297         (gnus-server-offline-face): Add :version.
25298
25299         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25300
25301         * gnus-msg.el (gnus-gcc-externalize-attachments)
25302         (gnus-debug-files, gnus-debug-exclude-variables)
25303         (gnus-discouraged-post-methods): Change :version.
25304         (gnus-confirm-mail-reply-to-news)
25305         (gnus-confirm-treat-mail-like-news): Add :version.
25306
25307         * gnus-int.el (gnus-server-unopen-status): Add :version.
25308
25309         * gnus-group.el (gnus-group-jump-to-group-prompt)
25310         (gnus-large-ephemeral-newsgroup)
25311         (gnus-fetch-old-ephemeral-headers): Add :version.
25312
25313         * gnus-fun.el (gnus-x-face-directory)
25314         (gnus-convert-pbm-to-x-face-command)
25315         (gnus-convert-image-to-x-face-command)
25316         (gnus-convert-image-to-face-command): Add :version.
25317
25318         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25319
25320         * gnus-cite.el (gnus-cite-blank-line-after-header)
25321         (gnus-article-boring-faces): Add :version.
25322
25323         * gnus-art.el (gnus-buttonized-mime-types)
25324         (gnus-inhibit-mime-unbuttonizing)
25325         (gnus-treat-display-face)
25326         (gnus-treat-body-boundary): Change :version.
25327         (gnus-body-boundary-delimiter, gnus-picon-databases)
25328         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25329         (gnus-treat-date-english, gnus-treat-fold-headers)
25330         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25331         (gnus-treat-mail-picon, gnus-treat-wash-html)
25332         (gnus-article-encrypt-protocol)
25333         (gnus-use-idna, gnus-article-over-scroll)
25334         (gnus-mime-display-multipart-alternative-as-mixed)
25335         (gnus-mime-display-multipart-related-as-mixed)
25336         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25337         (gnus-ctan-url, gnus-button-ctan-handler)
25338         (gnus-button-handle-ctan-bogus-regexp)
25339         (gnus-button-ctan-directory-regexp)
25340         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25341         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25342         (gnus-button-man-level, gnus-button-emacs-level)
25343         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25344
25345         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25346         (gnus-agent-go-online): Change :version.
25347         (gnus-agent-expire-unagentized-dirs)
25348         (gnus-agent-auto-agentize-methods): Add :version.
25349
25350         * flow-fill.el (fill-flowed-display-column)
25351         (fill-flowed-encode-column): Add :version.
25352
25353         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25354         (gnus-outlook-deuglify-unwrap-max)
25355         (gnus-outlook-deuglify-cite-marks)
25356         (gnus-outlook-deuglify-unwrap-stop-chars)
25357         (gnus-outlook-deuglify-no-wrap-chars)
25358         (gnus-outlook-deuglify-attrib-cut-regexp)
25359         (gnus-outlook-deuglify-attrib-verb-regexp)
25360         (gnus-outlook-deuglify-attrib-end-regexp)
25361         (gnus-outlook-display-hook): Add :version.
25362
25363         * binhex.el (binhex-use-external): Add :version.
25364
25365 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25366
25367         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25368         and `invisible'.
25369
25370 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25371
25372         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25373         in gnus-registry-trim.
25374
25375 2004-09-13  Simon Josefsson  <jas@extundo.com>
25376
25377         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25378
25379         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25380
25381         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25382         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25383         <yamaoka@jpl.org>.
25384         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25385         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25386         <yamaoka@jpl.org>.
25387
25388         * sieve.el (sieve-manage-mode): Ditto.
25389
25390 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25391
25392         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25393
25394 2004-09-11  Simon Josefsson  <jas@extundo.com>
25395
25396         * dns-mode.el: Add.
25397
25398         * mm-view.el (mm-display-dns-inline): Add.
25399
25400         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25401         (mm-automatic-display): Ditto.
25402
25403         * mailcap.el (mailcap-mime-data): Add text/dns.
25404         (mailcap-mime-extensions): Map .soa to text/dns.
25405
25406 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25407
25408         * gnus-art.el (article-decode-mime-words, article-babel)
25409         (gnus-article-highlight-signature, gnus-article-add-buttons)
25410         (gnus-signature-toggle): Remove unnecessary bindings of
25411         `inhibit-read-only' inherited from v5.10 merge.
25412
25413 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25414
25415         * nntp.el (nntp): New customization group.
25416         (nntp-authinfo-file): Add customization group.
25417
25418         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25419
25420         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25421
25422         * gnus.el (to-address, to-list, subscribed)
25423         (large-newsgroup-initial): Ditto.
25424
25425         * flow-fill.el (fill-flowed-display-column)
25426         (fill-flowed-encode-column): Ditto.
25427
25428 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25429
25430         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25431         Use point-min rather than 1.
25432         (message-send-mail): Use buffer-size rather than point-max.
25433
25434         * gnus-sum.el (gnus-summary-search-article-forward):
25435         Signal a specific `search-failed' rather than a generic `error'.
25436
25437         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25438         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25439         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25440
25441 2004-09-10  Simon Josefsson  <jas@extundo.com>
25442
25443         * nndb.el (require): Remove tcp and duplicate cl.
25444
25445 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25446
25447         * gnus-agent.el (directory-files-and-attributes): Move forward.
25448
25449 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25450
25451         * gnus-agent.el (directory-files-and-attributes):
25452         Optionally defined to support XEmacs.
25453
25454 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25455
25456         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25457         to avoid run-time CL dependencies.
25458         (gnus-agent-unfetch-articles): New function.
25459         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25460         article numbers even when local .overview file is missing.
25461         (gnus-agent-read-article-number): New function.  Only accepts
25462         27-bit article numbers.
25463         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25464         Use gnus-agent-read-article-number.
25465         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25466         from backend while recognizing that article numbers in .overview
25467         must be valid.
25468         (gnus-agent-update-files-total-fetched-for):
25469         Use directory-files-and-attributes to improve performance.
25470         * gnus-int.el (gnus-request-move-article):
25471         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25472         improve performance.
25473
25474         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25475         some users confused by references to .newsrc when they only have a
25476         .newsrc.eld file.
25477         (gnus-convert-mark-converter-prompt)
25478         (gnus-convert-converter-needs-prompt): Fix use of property list.
25479         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25480         New function.  Used internally to only display 'gnus converting
25481         files' message when actually necessary.
25482
25483         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25484         methods now autoloaded.
25485
25486 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25487
25488         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25489         identifiers.
25490
25491 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25492
25493         * gnus-picon.el: Fix indentation and closing parenthesis.
25494
25495 2004-09-01  Simon Josefsson  <jas@extundo.com>
25496
25497         * message.el (message-canlock-generate): Require sha1, not
25498         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25499         to require within a function.  Sadly, if sha1.el isn't loaded, the
25500         let binding in m-c-g will hide the defcustom definition, which is
25501         bad.)
25502
25503         * canlock.el: Require sha1, not sha1-el.
25504
25505         * message.el: Don't autoload sha1 (there is a autoload cookie in
25506         sha1.el).
25507
25508         * sha1-el.el: Rename to sha1.el.
25509
25510 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25511
25512         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25513
25514 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25515
25516         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25517
25518 2004-08-30  Kim F. Storm  <storm@cua.dk>
25519
25520         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25521
25522         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25523         Add :group 'nnimap.
25524
25525 2004-08-30  Andreas Schwab  <schwab@suse.de>
25526
25527         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25528         ?* and ?\;.
25529
25530         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25531         and ?\' to symbol instead of whitespace.
25532
25533 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25534
25535         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25536
25537         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25538         instead of re-search-forward.
25539
25540         * gnus-uu.el (gnus-uu-save-article): Ditto.
25541         (gnus-uu-post-encode-uuencode): Ditto.
25542
25543         * html2text.el (html2text-clean-list-items): Ditto.
25544         (html2text-clean-dtdd): Ditto.
25545         (html2text-format-tags): Ditto.
25546
25547         * message.el (message-send-mail-with-sendmail): Fix regexp.
25548         (message-fill-field-general): Use search-forward instead of
25549         re-search-forward.
25550         (unbold-region): Ditto.
25551
25552         * nnrss.el (nnrss-request-article): Ditto.
25553
25554         * nnslashdot.el (nnslashdot-request-article): Ditto.
25555
25556         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25557
25558         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25559         "Unrecognized menu descriptor" error in XEmacs.
25560
25561 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25562
25563         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25564         parent article of a sparse article in the thread hashtb.
25565
25566 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25567
25568         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25569         (nnmail-expand-newtext): Lowercase expanded entries if
25570         nnmail-split-lowercase-expanded is non-nil.
25571
25572 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25573
25574         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25575
25576         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25577         of gnus-tmp-news-method into string under XEmacs.  It will be
25578         passed to gnus-correct-length which takes only a string argument.
25579
25580 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25581
25582         * gnus-util.el (gnus-bind-print-variables): New macro.
25583         (gnus-prin1): Use it.
25584         (gnus-prin1-to-string): Use it.
25585         (gnus-pp): New function.
25586         (gnus-pp-to-string): New function.
25587
25588         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25589         Replace pp-to-string with gnus-pp-to-string.
25590         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25591         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25592         * gnus-msg.el (gnus-debug): Ditto.
25593         * gnus-score.el (gnus-score-save): Ditto.
25594         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25595         gnus-pp-to-string.
25596         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25597         with gnus-pp.
25598         * score-mode.el (gnus-score-pretty-print): Ditto.
25599         * webmail.el (webmail-debug): Ditto.
25600
25601 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25602
25603         * gnus-art.el (article-display-face, article-display-x-face):
25604         Use buffer-read-only.
25605
25606 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25607
25608         * gnus-art.el (article-hide-list-identifiers):
25609         Bind inhibit-read-only as t.
25610
25611 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25612
25613         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25614
25615 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25616
25617         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25618         (gnus-narrow-to-page): Don't assume point-min == 1.
25619         (gnus-article-edit-mode): Derive from message-mode.
25620
25621         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25622         point-min == 1.
25623
25624         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25625         Disable incorrect use of `assert'.
25626
25627         * message.el (message-mode): Set comment-start-skip.
25628
25629
25630 2004-08-22  Sam Steingold  <sds@gnu.org>
25631
25632         * pop3.el (pop3-leave-mail-on-server): New user variable.
25633         (pop3-movemail): Delete mail only when it is nil.
25634
25635 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25636
25637         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25638
25639         * mml.el (mml-preview): Use `pop-to-buffer'.
25640
25641         * message.el (message-goto-mail-followup-to): Insert after "To".
25642         (message-carefully-insert-headers): Add comment.
25643
25644         * gnus.el: Remove unused variable `gnus-article-check-size'.
25645
25646         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25647
25648         * gnus-art.el (gnus-button-alist):
25649         Improve `gnus-button-handle-library' entry.
25650
25651 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25652
25653         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25654         Use downcase, since XEmacs capitalizes error messages differently.
25655
25656 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25657
25658         * nntp.el: Add (require 'gnus) due to reference to
25659         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25660
25661 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25662
25663         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25664         Bind `mm-fill-flowed'.
25665
25666         * mm-decode.el (mm-dissect-singlepart): Check it.
25667
25668 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25669
25670         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25671         'imap' for netrc parsing.
25672
25673 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25674
25675         * mailcap.el (mailcap-mime-data): Mark as risky.
25676
25677 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25678
25679         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25680         may be included in the encoded word.
25681         (rfc2047-encode): Don't append a space if the encoded word
25682         includes close parenthesis.
25683
25684 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25685
25686         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25687         of text within parentheses.
25688
25689 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25690
25691         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25692         (gnus-encrypt-write-file-contents): Make the password key the file
25693         name PLUS the cipher, not just the cipher.  Also remove failed
25694         passwords from the cache.
25695
25696 2004-08-06  Simon Josefsson  <jas@extundo.com>
25697
25698         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25699         Doc fix.
25700
25701 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25702
25703         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25704         LWSP.
25705
25706 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25707
25708         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25709         Try to append in-reply-to: data to the references: header.
25710
25711         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25712         (netrc-parse): Use gnus-encrypt.el functions.
25713
25714         * gnus-encrypt.el: Add new file for encryption support; currently
25715         does only a few GPG ciphers and an internal XOR cipher.
25716
25717         * password.el: Add comments on using password-read-and-add.
25718         (password-read-and-add): Add function to read and add the
25719         password to the cache at once.
25720
25721 2004-07-28  Simon Josefsson  <jas@extundo.com>
25722
25723         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25724         parameter (but don't use it, for now).
25725
25726         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25727         instead of hard coding to nil.
25728
25729 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25730
25731         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25732         as mm-inline-image-xemacs does.
25733
25734 2004-07-26  Simon Josefsson  <jas@extundo.com>
25735
25736         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25737         Revert part of 2004-07-17 change below.
25738
25739 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25740
25741         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25742         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25743
25744 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25745
25746         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25747         quotes that actually start with ">" at the beginning of the
25748         lines.
25749
25750 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25751
25752         * rfc2047.el (rfc2047-encode-region): Fix last change.
25753         (rfc2047-encode-parameter): Remove useless concat.
25754
25755 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25756
25757         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25758         encode special characters; fix some kind of misconfigured headers;
25759         signal a real error if debug-on-quit or debug-on-error is non-nil.
25760         (rfc2047-encode-max-chars): New variable.
25761         (rfc2047-encode-1): Use it.
25762         (rfc2047-encode-parameter): New function.
25763
25764         * mml.el (mml-insert-parameter): Remove an excessive space.
25765
25766 2004-07-17  Simon Josefsson  <jas@extundo.com>
25767
25768         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25769         Kai Grossjohann <kai@emptydomain.de>.
25770         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25771         (gnus-group-make-menu-bar): Ditto.
25772
25773         * gnus-util.el (gnus-group-server): Add.
25774
25775 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25776
25777         * message.el (message-clone-locals): Clone sendmail and smtp
25778         variables.
25779
25780 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25781
25782         * rfc2047.el (rfc2047-encode-region): Fix last change.
25783
25784 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25785
25786         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25787         characters as non-special.
25788
25789 2004-07-09  Simon Josefsson  <jas@extundo.com>
25790
25791         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25792         Users will lose all flag changes made while unplugged with
25793         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25794         good default.  See numerous reports on ding mailing list.
25795
25796 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25797
25798         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25799         add generate-head-function and generate-article-function to the
25800         rfc822-forward entry.
25801         (nndoc-rfc822-forward-generate-article): New function.
25802         (nndoc-rfc822-forward-generate-head): New function.
25803
25804         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25805
25806 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25807
25808         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25809         respect display group parameter and gnus-summary-expunge-below.
25810         (gnus-articles-to-read): Remove unused reference to display group
25811         parameter.
25812
25813 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25814
25815         * nnheader.el (nnheader-uniquify-message-id): New experimental
25816         variable.
25817         (nnheader-nov-read-message-id): Use it.
25818
25819         * spam-report.el (spam-report-gmane): Add interactive.
25820
25821 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25822
25823         * mm-encode.el (mm-content-transfer-encoding-defaults):
25824         Use qp-or-base64 for the application/* types.
25825
25826 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25827
25828         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25829
25830 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25831
25832         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25833         trim value.
25834
25835 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25836
25837         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25838         New macro and function.
25839         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25840
25841 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25844         after-load-alist.
25845
25846 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25847
25848         * gnus-group.el (gnus-group-get-new-news-this-group):
25849         Don't update info that isn't there.
25850
25851 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25852
25853         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25854         entry.
25855
25856 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25857
25858         * mm-view.el (mm-inline-render-with-function): Use multibyte
25859         buffer; decode html source by charset.
25860
25861         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25862
25863         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25864         Mule-UCS is loaded under XEmacs.
25865         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25866
25867 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25868
25869         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25870
25871 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25872
25873         * mm-util.el (mm-coding-system-p): Return a coding-system.
25874         (mm-mime-mule-charset-alist): Use shift_jis instead of
25875         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25876         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25877         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25878         instead of japanese-shift-jis and iso-latin-1 respectively in
25879         order to share the default value with both Emacs and XEmacs-mule.
25880         (mm-mule-charset-to-mime-charset):
25881         Make mm-coding-system-priorities effective.
25882         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25883         while predicating of candidates upon the priorities.
25884
25885 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25886
25887         * gnus-sum.el (gnus-summary-make-menu-bar):
25888         Add gnus-uu-invert-processable.
25889
25890         * gnus.el: Autoload gnus-uu-invert-processable.
25891
25892 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25893
25894         * mm-util.el (mm-with-multibyte-buffer): New macro.
25895
25896         * rfc2047.el (rfc2047-encode-string): Use it.
25897         (rfc2047-encode-region): Move point to the end of the region after
25898         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25899
25900 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25901
25902         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25903         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25904
25905 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25906
25907         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25908         (gnus-cite-parse): Ignore quoted envelope From_.
25909         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25910
25911 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25912
25913         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25914         invalid addresses.
25915
25916 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25917
25918         * spam.el: Change section markers, revise TODO list.
25919         (spam-backends): Make new master list of all installed backends.
25920         (spam-summary-exit-behavior): Add new variable to determine how
25921         messages moves are done at summary exit.
25922         (spam-move-spam-nonspam-groups-only)
25923         (spam-process-ham-in-nonham-groups)
25924         (spam-process-ham-in-spam-groups): Remove variables, the
25925         spam-summary-exit-behavior variable should be used to manage this
25926         behavior.
25927         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25928         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25929         and spam-old-spam-articles.
25930         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25931         Add empty variables, placeholders for the backends they represent.
25932         (spam-set-difference): Move, unchanged.
25933         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25934         unless the user has a processor variable.
25935         (spam-classifications, spam-classification-valid-p)
25936         (spam-backend-properties, spam-backend-property-valid-p)
25937         (spam-backend-function-type-valid-p)
25938         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25939         (spam-report-articles-gmane, spam-report-articles-resend):
25940         Remove functions, they are not needed.
25941         (spam-install-backend-super, spam-backend-list)
25942         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25943         (spam-backend-function, spam-backend-ham-registration-function)
25944         (spam-backend-spam-registration-function)
25945         (spam-backend-ham-unregistration-function)
25946         (spam-backend-spam-unregistration-function)
25947         (spam-backend-statistical-p, spam-backend-mover-p)
25948         (spam-install-backend-alias, spam-install-checkonly-backend)
25949         (spam-install-mover-backend, spam-install-nocheck-backend)
25950         (spam-install-backend, spam-install-statistical-backend)
25951         (spam-install-statistical-checkonly-backend): Add backend installation
25952         support.
25953         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25954         (spam-group-processor-p): Use the new backend code and respect the
25955         summary exit behavior.
25956         (spam-mark-spam-as-expired-and-move-routine): Remove.
25957         (spam-summary-prepare): Change to use the new spam-old-articles
25958         variable.
25959         (spam-copy-or-move-routine, spam-copy-spam-routine)
25960         (spam-move-spam-routine, spam-copy-ham-routine)
25961         (spam-move-ham-routine): Add code to copy/move ham or spam.
25962         (spam-fetch-field-fast): Improve doc and code, plus allow the
25963         'number request.
25964         (spam-list-of-checks, spam-list-of-statistical-checks):
25965         Remove variables.
25966         (spam-split, spam-find-spam): Use the new backend code.
25967         (spam-registration-functions): Remove variable.
25968         (spam-unregister-routine): Add convenience wrapper.
25969         (spam-log-undo-registration, spam-register-routine)
25970         (spam-log-processing-to-registry)
25971         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25972         where possible.
25973         (spam-check-gmane-xref, spam-check-regex-headers)
25974         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25975         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25976         (spam-check-bogofilter-headers, spam-check-spamoracle)
25977         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25978         (spam-check-crm114-headers): Use the spam-split-group that
25979         spam-split prepares, no need to determine it every time.
25980
25981         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25982         to the nnheader-parse-naked-head call.
25983
25984         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25985
25986         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25987         the nnheader-nov-read-message-id call.
25988
25989 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25992         gnus-activate-group twice.  Suggested by Markus Peter
25993         <warp@spin.de>.
25994
25995 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25996
25997         * gnus-art.el (gnus-article-time-format): Exchange the order of
25998         day and month in the default value; fix customization type.
25999         (article-date-ut): Use add-text-properties.
26000         (article-make-date-line): Use message-make-date instead of
26001         current-time-string.
26002
26003         * message.el (message-fetch-field): Don't use set-text-properties.
26004         (message-make-date): Simplify.
26005
26006         * messagexmas.el (message-xmas-make-date): New function.
26007         (message-xmas-redefine): Defalias message-make-date to it.
26008
26009 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26010
26011         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
26012         (rfc2047-encode-region): Treat text within parentheses as special;
26013         show the original text when error has occurred.
26014
26015         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
26016         already-computed method to gnus-activate-group.
26017
26018         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
26019         same select-methods identical Lisp objects.
26020
26021         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
26022         object when modifying the info.
26023
26024 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26025
26026         * gnus-srvr.el (gnus-server-set-info): Remove the server from
26027         gnus-opened-servers since it has never been opened with the new
26028         configuration yet.
26029
26030 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26031
26032         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
26033         arg to nnheader-generate-fake-message-id.
26034
26035 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
26036
26037         * nnheader.el (nnheader-generate-fake-message-id): Accept a
26038         number and build a fake message ID localized to a group and
26039         article number (so it's repeatable from that point on).
26040         (nnheader-fake-message-id-p): Change regex to accomodate new fake
26041         ID format.
26042
26043         * gnus-sum.el (gnus-get-newsgroup-headers):
26044         Call nnheader-generate-fake-message-id with the article number.
26045
26046 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
26047
26048         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
26049         end-of-buffer.
26050
26051 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26052
26053         * message.el (message-ignored-supersedes-headers): Add Approved.
26054
26055 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
26056
26057         * rfc2047.el (rfc2047-encode-message-header): Remove useless
26058         goto-char.
26059         (rfc2047-encode): Fold the line before encoding.
26060
26061 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26062
26063         * rfc2047.el (rfc2047-encode-message-header): Disabled header
26064         folding -- not all headers can be folded, and this should be done
26065         by the message composition mode.  Probably.  I think.
26066
26067 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26068
26069         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
26070         fast.
26071
26072         * gnus-ems.el (gnus-remove-image): Don't use
26073         message-text-with-property; remove only the image found first.
26074
26075         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
26076         found first.
26077
26078 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
26079
26080         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
26081
26082 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26083
26084         * message.el (message-text-with-property): Make it fast and accept
26085         optional arguments.
26086         (message-strip-forbidden-properties): Use it.
26087         (message-fix-before-sending): Follow the m-t-w-p change.
26088
26089         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
26090
26091 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26092
26093         * gnus-art.el (article-hide-headers): Don't change the buffer
26094         mistakenly when performing mml-preview even if
26095         gnus-single-article-buffer is nil.
26096
26097 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
26098
26099         * message.el (message-expand-name-databases): New user option.
26100         (message-expand-name): Use it.
26101
26102 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
26103
26104         * spam.el (spam-report-articles-resend)
26105         (spam-report-resend-register-routine): Allow ham reporting.
26106         (spam-report-resend-register-ham-routine): Add wrapper.
26107         (spam-registration-functions): Add ham resending functions.
26108         (spam-list-of-processors): Add ham resend processor.
26109
26110         * gnus.el (ham-resend-to): Add new group parameter.
26111         (spam-process): Add ham resend option.
26112
26113         * spam-report.el (spam-report-resend): Allow reporting ham.
26114         (spam-report-resend-ham): Add wrapper.
26115
26116 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26117
26118         * message.el (message-cite-articles-with-x-no-archive):
26119         New variable.
26120         (message-cite-original): Use it.
26121
26122 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26123
26124         * message.el (message-cite-original): Respect X-No-Archive.
26125
26126 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26127
26128         * gnus-art.el (article-hide-headers): Refer to the values for
26129         gnus-ignored-headers and gnus-visible-headers in the summary
26130         buffer since a user may have set them as group parameters.
26131
26132 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
26133
26134         * assistant.el (assistant-node-name): Add convenience function.
26135         (assistant-render-text, assistant-render-node): Add error handling,
26136         plus handle multiple next nodes.
26137         (assistant-find-next-node): Comment out for now.
26138         (assistant-find-next-nodes): Add function, returns list of next
26139         nodes.
26140
26141 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
26142
26143         * mail-source.el (mail-source-directory): Fix doc-string.
26144
26145 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
26146
26147         * assistant.el (assistant-render-text, assistant-eval): Add :set
26148         widget type, which is different because it takes and returns a
26149         list.  Much hilarity ensues.
26150
26151 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
26152
26153         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
26154
26155         * gnus-group.el (gnus-group-get-new-news-this-group):
26156         Add doc-string.
26157
26158         * gnus-start.el (gnus-activate-group): Add doc-string.
26159
26160 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
26161
26162         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
26163
26164 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
26165
26166         * assistant.el (assistant-render-text): Try to add a :set
26167         widget, more to come.
26168
26169         * spam.el (spam-group-spam-contents-p): Handle empty groupname
26170         strings.
26171         (spam-report-articles-resend)
26172         (spam-register-routine): Do registration iff any articles warrant
26173         it.
26174         (spam-summary-prepare-exit): Change log message for nil group
26175         destinations.
26176
26177 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
26178
26179         * spam.el (spam-report-resend-register-routine):
26180         Allow spam-report-resend-to to be a group parameter or a global value.
26181
26182 2004-05-26  Simon Josefsson  <jas@extundo.com>
26183
26184         * starttls.el: Merge with my GNUTLS based starttls.el.
26185         (starttls-gnutls-program, starttls-use-gnutls)
26186         (starttls-extra-arguments, starttls-process-connection-type)
26187         (starttls-connect, starttls-failure, starttls-success):
26188         New variables.
26189         (starttls-program, starttls-extra-args): Doc fix.
26190         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
26191         New functions.
26192         (starttls-negotiate, starttls-open-stream):
26193         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
26194         function if it is set.
26195
26196 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26197
26198         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
26199         structured fields.
26200
26201 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26202
26203         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
26204
26205 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
26206
26207         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
26208         Add variable.
26209         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
26210         assigning the spam-mark to new messages.
26211
26212 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
26213
26214         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
26215
26216 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26217
26218         * dgnushack.el: Autoload customize-set-variable for XEmacs.
26219
26220         * rfc2047.el (rfc2047-encodable-p): Don't move point.
26221         (rfc2047-decode): Treat the ascii coding-system as raw-text by
26222         default.
26223
26224 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
26225
26226         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
26227         correct data.
26228
26229 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26230
26231         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26232         (spam-group-processor-p): Fix function.
26233         (spam-group-processor-multiple-p)
26234         (spam-group-spam-processor-report-gmane-p)
26235         (spam-group-spam-processor-report-resend-p)
26236         (spam-group-spam-processor-bogofilter-p)
26237         (spam-group-spam-processor-blacklist-p)
26238         (spam-group-spam-processor-ifile-p)
26239         (spam-group-ham-processor-ifile-p)
26240         (spam-group-spam-processor-spamoracle-p)
26241         (spam-group-spam-processor-crm114-p)
26242         (spam-group-ham-processor-bogofilter-p)
26243         (spam-group-spam-processor-stat-p)
26244         (spam-group-ham-processor-stat-p)
26245         (spam-group-ham-processor-whitelist-p)
26246         (spam-group-ham-processor-BBDB-p)
26247         (spam-group-ham-processor-spamoracle-p)
26248         (spam-group-ham-processor-copy-p): Remove functions with some
26249         prejudice against unneeded code.
26250         (spam-report-articles-resend)
26251         (spam-report-resend-register-routine): Allow the group/topic
26252         spam-resend-to value to override spam-report-resend-to.
26253         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26254         properly now.
26255
26256         * gnus.el (spam-resend-to): Add group/topic parameter.
26257         (spam-process): Move the OBSOLETE processors to the end of the
26258         choices.
26259
26260 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26261
26262         * spam-report.el (spam-report-resend-to, spam-report-resend):
26263         Start with resend-to set to nil, and then ask the user if necessary.
26264         (spam-report-resend): spam-report-resend takes a list of articles, not
26265         separate article numbers.
26266
26267 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26268
26269         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26270         addition to emacs-w3m.
26271
26272 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26273
26274         * assistant.el (assistant-authinfo-data): New function.
26275         (assistant-eval): Eval for entire assistant.
26276
26277         * netrc.el (netrc-services-file): New variable.
26278         (netrc-parse-services): New function.
26279         (netrc-find-service-name): New function.
26280         (netrc-find-service-number): New function.
26281         (netrc-port-equal): New function.
26282         (netrc-machine): Use it.
26283
26284         * nnimap.el (nnimap-open-connection): Use netrc.
26285
26286         * gnus-util.el (gnus-netrc-get): Remove aliases.
26287
26288         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26289
26290         * assistant.el (wid-edit): Fix compilation.
26291
26292         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26293
26294 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26295
26296         * gnus-util.el (gnus-set-file-modes): New function.  (small
26297         patch).
26298
26299 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26300
26301         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26302
26303         * assistant.el (assistant-render-node): Fix up rendering and
26304         read-only text.
26305         (assistant-render-node): Reset.
26306         (assistant-make-read-only): Not sticky.
26307
26308 2004-05-20  Danny Siu  <dsiu@adobe.com>
26309
26310         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26311         centered even when gnus-auto-center-summary is t.
26312
26313 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26314
26315         * dns.el (dns-get-txt-answer): New function.
26316         (dns-read-txt): Ditto.
26317         (query-dns): Use it.
26318
26319 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26320
26321         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26322         active for foreign groups even if the group level is higher than
26323         the specified value.
26324
26325 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26326
26327         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26328         non-active groups.
26329
26330         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26331
26332 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26333
26334         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26335
26336 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26337
26338         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26339         (spam-crm114-header, spam-crm114-spam-switch)
26340         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26341         (spam-crm114-positive-spam-header)
26342         (spam-crm114-database-directory, spam-list-of-processors)
26343         (spam-group-spam-processor-crm114-p)
26344         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26345         (spam-generic-score, spam-list-of-checks)
26346         (spam-list-of-statistical-checks, spam-registration-functions)
26347         (spam-check-crm114-headers, spam-crm114-score)
26348         (spam-check-crm114, spam-crm114-register-with-crm114)
26349         (spam-crm114-register-spam-routine)
26350         (spam-crm114-unregister-spam-routine)
26351         (spam-crm114-register-ham-routine)
26352         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26353
26354 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26355
26356         * gnus.el: Add spam-use-crm114.
26357
26358         * spam.el (spam-list-of-processors, spam-registration-functions):
26359         Add spam-use-resend.
26360         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26361         (spam-report-articles-gmane): Add doc fix.
26362         (spam-report-articles-resend, spam-report-resend-register-routine):
26363         Add wrappers around spam-report-resend-to.
26364
26365         * spam-report.el (spam-report-resend-to, spam-report-resend):
26366         Add support for resending spam.
26367         (spam-report-gmane): Fix line length >80.
26368
26369         * gnus.el (spam-process): Add spam-use-resend.
26370
26371 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26372
26373         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26374         number of processed spam messages.
26375         (spam-ham-copy-or-move-routine): Return the number of processed
26376         ham messages.
26377         (spam-summary-prepare-exit): Use the above values to decide
26378         whether status messages should be displayed.
26379
26380 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26381
26382         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26383         `rfc2047-encoding-function-alist' in order to avoid conflicting
26384         with the old version.
26385         (rfc2047-encode-region): Concatenate words containing non-ASCII
26386         characters in structured fields; don't encode space-delimited
26387         ASCII words even in unstructured fields; don't break words at
26388         char-category boundaries.
26389         (rfc2047-encode-1): New function.
26390         (rfc2047-encode): Use it; encode text so that it occupies the
26391         maximum width within 76-column; work correctly on Q encoding for
26392         iso-2022-* charsets.
26393         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26394         sure not to break a line just after the header name.
26395         (rfc2047-b-encode-region): Remove.
26396         (rfc2047-b-encode-string): New function.
26397         (rfc2047-q-encode-region): Remove.
26398         (rfc2047-q-encode-string): New function.
26399
26400         * mm-util.el (mm-replace-in-string): New function.
26401
26402 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26403
26404         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26405         Really get it right.
26406         (gnus-inews-make-draft): Really.
26407
26408 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26409
26410         * nnmh.el (nnmh-request-list-1): Don't check the link count
26411         before descending.  (small patch)
26412
26413 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26414
26415         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26416         stuff.
26417
26418         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26419         Match on real group name.
26420
26421         * gnus-art.el (gnus-signature-limit): Doc fix.
26422
26423         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26424
26425         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26426
26427 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26428
26429         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26430         isn't a string.
26431
26432 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26433
26434         * gnus-draft.el (gnus-draft-send):
26435         Bind rfc2047-encode-encoded-words.
26436
26437         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26438         (rfc2047-encodable-p): Say that =? needs encoding.
26439         (rfc2047-encode-encoded-words): New variable.
26440
26441         * gnus-group.el (gnus-group-select-group): Doc fix.
26442
26443         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26444
26445         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26446         to nil.
26447
26448         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26449
26450         * nnheader.el (nnheader-get-lines-and-char): New function.
26451
26452 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26453
26454         * gnus-msg.el (gnus-summary-followup-with-original):
26455         Document yanking of region when active.
26456
26457 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26458
26459         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26460         groups if the group level is higher than the specified value.
26461
26462 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26463
26464         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26465         (gnus-group-jump-to-group): Add prefix argument using
26466         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26467         non-active group.
26468
26469         * compface.el (uncompface): Be verbose when changing
26470         `uncompface-use-external'.
26471
26472         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26473         handle manual section.
26474
26475 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26476
26477         * gnus-art.el (gnus-button-alist): Revert previous change.
26478
26479 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26480
26481         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26482
26483 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26484
26485         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26486         whether backend can accept message.
26487
26488         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26489
26490 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26491
26492         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26493         Avoid creating directory when nntp-marks-is-evil is true.
26494         Reported by Reiner Steib.
26495
26496 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26497
26498         * gnus-picon.el (gnus-picon-insert-glyph):
26499         Add optional `nostring' argument.
26500
26501 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26502
26503         * gnus-picon.el (gnus-picon-style): New variable.
26504         (gnus-picon-transform-address): Support `gnus-picon-style'.
26505
26506 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26507
26508         * message.el (message-fill-field): Return point.
26509         (message-generate-headers): Go to end of field.
26510
26511         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26512         stuff for non-living groups.
26513
26514 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26515
26516         * gnus-art.el (gnus-article-followup-with-original)
26517         (gnus-article-reply-with-original): gnus-mark-active-p ->
26518         gnus-region-active-p.
26519
26520 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26521
26522         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26523         only when there is spam or ham to be processed.
26524
26525 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26526
26527         * mail-source.el (mail-source-delete-crash-box): Refactor.
26528         (mail-source-fetch): Use it.
26529         (mail-source-fetch-file): Ditto.
26530         (mail-source-fetch-directory): Run postscript in loop.
26531         (mail-source-fetch-pop): Delete.
26532         (mail-source-fetch-maildir): Ditto.
26533         (mail-source-fetch-imap): Ditto.
26534
26535         * imap.el (imap-authenticators): Comment out sasl.
26536
26537         * message.el (message-skip-to-next-address): New function.
26538         (message-fill-header-address): Refactor.
26539         (message-fill-address): Use it.
26540         (message-delete-address): Use it.
26541         (message-fill-header-general): Refactor.
26542         (message-fill-field-address): Rename.
26543         (message-narrow-to-field): Find the start of the header.
26544         (message-header-format-alist): Don't pre-fill.
26545         (message-fill-header): Remove.
26546         (message-insert-header): New function.
26547         (message-shorten-references): Use it.
26548
26549         * rfc2047.el (rfc2047-field-value): Strip props.
26550
26551         * mail-parse.el (mail-header-make-address): New alias.
26552
26553         * ietf-drums.el (ietf-drums-make-address): New function.
26554
26555         * imap.el: Add compiler directives.
26556
26557         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26558
26559         * gnus-art.el (article-decode-idna-rhs): Don't use
26560         message-idna-inside-rhs-p.
26561
26562 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26563
26564         * message.el (message-idna-inside-rhs-p): Remove.
26565         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26566
26567         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26568         false positives.
26569
26570 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26571
26572         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26573
26574 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26575
26576         * nneething.el (nneething-file-name): Don't create spurious
26577         files.
26578
26579         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26580         (gnus-inews-do-gcc): Remove sleep.
26581
26582         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26583         part under point.
26584
26585         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26586         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26587
26588 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26589
26590         * spam.el (spam-summary-prepare-exit): Fix (length).
26591
26592 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26593
26594         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26595         as expired without moving it" message when there are spam
26596         messages left.
26597
26598 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26599
26600         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26601         header is not nil.
26602
26603 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26604
26605         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26606         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26607         (nntp-marks-changed-p): New arg SERVER.
26608         (nntp-request-update-info): Adjust caller.
26609
26610 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26611
26612         * nntp.el (nntp-save-marks): Pass missing arg.
26613
26614 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26615
26616         * nntp.el: Support marks.
26617         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26618         (nntp-marks-modtime, nntp-marks-directory): New variables.
26619         (nntp-request-set-mark, nntp-request-update-info)
26620         (nntp-possibly-create-directory, nntp-marks-changed-p)
26621         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26622         New functions.
26623
26624 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26625
26626         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26627         (gnus-xmas-redefine): Rename.
26628
26629         * gnus-score.el (gnus-score-insert-help):
26630         Use gnus-select-lowest-window.
26631
26632         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26633         appt-select-lowest-window and rename to gnus-select-lowest-window.
26634
26635         * gnus.el: do.
26636
26637 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26638
26639         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26640         encodings of MIME-encoded words, in order to improve
26641         interoperability with several broken MUAs.
26642
26643 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26644
26645         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26646         tags, only when charsets are not specified in headers.
26647         (mm-inline-text-html-render-with-w3m): Ditto.
26648
26649         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26650         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26651
26652 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26653
26654         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26655         instead of MIME-decoded from fields when checking
26656         `gnus-article-address-banner-alist'.
26657
26658 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26659
26660         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26661         description rather than subject.
26662
26663 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26664
26665         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26666
26667 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26668
26669         * gnus.el (gnus-version-number): Bump.
26670
26671 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26672
26673         * gnus.el: No Gnus v0.2 is released.
26674
26675 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26676
26677         * gnus-agent.el (gnus-agent-read-agentview):
26678         Inline gnus-uncompress-range.
26679
26680 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26681
26682         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26683         `exec-installed-p'.
26684
26685 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26686
26687         * gnus.el (spam-process, spam-autodetect-methods):
26688         Add bsfilter and bsfilter-headers.
26689
26690         * spam.el (spam-bsfilter): New customize group.
26691         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26692         (spam-bsfilter-header, spam-bsfilter-probability-header)
26693         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26694         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26695         (spam-bsfilter-database-directory): New options.
26696         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26697         (spam-list-of-statistical-checks, spam-registration-functions):
26698         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26699         (spam-bsfilter-score): New command.
26700         (spam-check-bsfilter-headers, spam-check-bsfilter)
26701         (spam-bsfilter-register-with-bsfilter)
26702         (spam-bsfilter-register-spam-routine)
26703         (spam-bsfilter-unregister-spam-routine)
26704         (spam-bsfilter-register-ham-routine)
26705         (spam-bsfilter-unregister-ham-routine): New functions.
26706         (spam-generic-score): Support bsfilter; Accept an optional argument
26707         to recalcurate spam score even if scoring header has already been
26708         added.
26709         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26710         optional argument to recalcurate spam score even if scoring header
26711         has already been added.
26712
26713 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26714
26715         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26716         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26717         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26718         link is missing.
26719
26720 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26721
26722         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26723         (html2text-get-attr): Rewrite.
26724
26725         * message.el (message-setup-1): Remove redundant put-text-property
26726         on mail-header-separator.
26727
26728 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26729
26730         * gnus-registry.el (gnus-registry-cache-whitespace)
26731         (gnus-registry-action, gnus-registry-spool-action)
26732         (gnus-registry-split-fancy-with-parent): Change message levels
26733         from 5 to 3 or 7, as needed.
26734
26735         * spam.el (spam-summary-prepare-exit)
26736         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26737         (spam-split, spam-find-spam, spam-log-undo-registration)
26738         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26739         level from 5 to 6.
26740
26741 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26742
26743         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26744         2004-03-04 change).
26745
26746 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26747
26748         * sieve-manage.el (sieve-manage-open):
26749         * nnweb.el (nnweb-insert-html):
26750         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26751         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26752         * nnspool.el (nnspool-request-group):
26753         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26754         * nnml.el (nnml-request-update-info):
26755         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26756         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26757         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26758         (nnimap-request-set-mark):
26759         * nnfolder.el (nnfolder-request-update-info):
26760         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26761         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26762         * gnus-uu.el (gnus-uu-find-articles-matching):
26763         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26764         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26765         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26766         * gnus-nocem.el (gnus-nocem-scan-groups):
26767         * gnus-int.el (gnus-start-news-server):
26768         * gnus-group.el (gnus-group-make-kiboze-group)
26769         (gnus-group-browse-foreign-server):
26770         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26771         Use mapc when appropriate.
26772
26773 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26774             Adam Sjøgren  <asjo@koldfront.dk>
26775             Wes Hardaker  <wes@hardakers.net>
26776             Michael Shields  <shields@msrl.com>
26777
26778         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26779         may need for spam sorting and scoring.
26780         (spam-user-format-function-S): Add user format function suitable for
26781         general use.
26782         (spam-article-sort-by-spam-status): Add sorting function for summary
26783         sorting.
26784         (spam-extra-header-to-number): Add function to get a score from a
26785         header.
26786         (spam-summary-score): Add function to get a numeric score from the
26787         headers.
26788         (spam-generic-score): Fix function doc, was in wrong place.
26789         (spam-initialize): Take symbols when it's run, and install the
26790         extra headers that spam-necessary-extra-headers thinks we need.
26791
26792 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26793
26794         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26795         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26796
26797 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26798
26799         * gnus-sum.el (gnus-set-global-variables)
26800         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26801         (gnus-article-get-xrefs, gnus-summary-best-group)
26802         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26803         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26804         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26805         Use with-current-buffer.
26806
26807 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26808
26809         * spam.el (spam-summary-prepare-exit): Simplify logic.
26810         (spam-fetch-article-header): Read the article header if it's not
26811         available.
26812         (spam-list-articles): Simplify logic.
26813         (spam-filelist-register-routine): Fix bug with unregister-list.
26814
26815         * gnus-registry.el: Fix comments at beginning.
26816
26817 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26818
26819         * message.el (message-cater-to-broken-inn): Remove.
26820         (message-shorten-references): Make sure the total folded length of
26821         References is shorter than 998 characters to cater to a bug in INN
26822         2.3.  Also, don't pretend that references aren't folded -- this
26823         hasn't worked for a while.
26824
26825 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26826
26827         * gnus-agent.el (gnus-agentize):
26828         gnus-agent-send-mail-real-function no longer set to current value
26829         of message-send-mail-function but rather a lambda that calls
26830         message-send-mail-function.  The change makes the agent real-time
26831         responsive to user changes to message-send-mail-function.
26832
26833 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26834
26835         * legacy-gnus-agent.el
26836         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26837         help from Florian Weimer <fw@deneb.enyo.de>
26838
26839 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26840
26841         * nnmail.el (nnmail-cache-insert): Revert last change.
26842
26843 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26844
26845         * nnmail.el (nnmail-cache-insert): Always check whether
26846         nnmail-cache-ignore-groups matches a group name.
26847
26848 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26849
26850         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26851         (spam-find-spam, spam-log-processing-to-registry)
26852         (spam-log-registered-p, spam-log-unregistration-needed-p)
26853         (spam-log-undo-registration): Use gnus-message instead of
26854         gnus-error, none of these errors are fatal.
26855
26856         * gnus-registry.el (gnus-registry-clean-empty-function)
26857         (gnus-registry-clean-empty): Remove only empty entries without
26858         extra data.
26859
26860 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26861
26862         * spam-stat.el (spam-stat-buffer-change-to-spam)
26863         (spam-stat-buffer-change-to-non-spam): Change (error) to
26864         (gnus-message 8) invocation.
26865
26866 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26867
26868         * nntp.el (nntp-via-netcat-command): New variable.
26869         (nntp-via-netcat-switches): New variable.
26870         (nntp-open-via-rlogin-and-netcat): New function.
26871         (nntp-open-connection-function): Doc fix.
26872         (nntp-telnet-command): Doc fix.
26873         (nntp-end-of-line): Doc fix.
26874         (nntp-via-rlogin-command): Doc fix.
26875         (nntp-via-user-name): Doc fix.
26876         (nntp-via-address): Doc fix.
26877
26878 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26879
26880         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26881         error in Emacs 21.1.
26882
26883 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26884
26885         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26886
26887 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26888
26889         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26890         (gnus-agent-with-refreshed-group): New macro.
26891         (gnus-agent-rename-group): New function.
26892         (gnus-agent-delete-group): New function.
26893         (gnus-agent-save-group-info): Use gnus-command-method when
26894         `method' parameter is nil.  Don't write nil entries into the
26895         active file.
26896         (gnus-agent-get-group-info): New function.
26897         (gnus-agent-fetch-articles):
26898         Use gnus-agent-update-files-total-fetched-for to increment disk space
26899         used.
26900         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26901         Use gnus-agent-update-view-total-fetched-for to increment disk space
26902         used.
26903         (gnus-agent-get-local): Add optional parameters to avoid calling
26904         gnus-group-real-name and gnus-find-method-for-group.
26905         (gnus-agent-set-local): Delete stored entry if either min, or max,
26906         are nil.
26907         (gnus-agent-fetch-session): Reworded error/quit messages.
26908         On quit, use gnus-agent-regenerate-group to record existance of any
26909         articles fetched to disk before the quit occurred.
26910         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26911         gnus-agent-update-view-total-fetched-for, and
26912         gnus-agent-update-files-total-fetched-for to decrement disk space
26913         used.
26914         (gnus-agent-retrieve-headers):
26915         Use gnus-agent-update-view-total-fetched-for to increment disk space
26916         used.
26917         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26918         with gnus-agent-update-files-total-fetched-for to decrement disk
26919         space and fresh group buffer.
26920         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26921         (gnus-agent-need-update-total-fetched-for): New variable.
26922         (gnus-agent-update-files-total-fetched-for): New function.
26923         (gnus-agent-update-view-total-fetched-for): New function.
26924         (gnus-agent-total-fetched-for): New function.
26925
26926         * gnus-cache.el (gnus-cache-save-buffers):
26927         Use gnus-cache-update-overview-total-fetched-for to change disk space
26928         used by this group.
26929         (gnus-cache-possibly-enter-article):
26930         Use gnus-cache-update-file-total-fetched-for to increment disk space
26931         used by this group.
26932         (gnus-cache-possibly-remove-article):
26933         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26934         used by this group.
26935         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26936         (gnus-cache-rename-group): New function.
26937         (gnus-cache-delete-group): New function.
26938         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26939         (gnus-cache-need-update-total-fetched-for): New variable.
26940         (gnus-cache-with-refreshed-group): New macro.
26941         (gnus-cache-update-file-total-fetched-for): New function.
26942         (gnus-cache-update-overview-total-fetched-for): New function.
26943         (gnus-cache-rename-group-total-fetched-for): New function.
26944         (gnus-cache-delete-group-total-fetched-for): New function.
26945         (gnus-cache-total-fetched-for): New function.
26946
26947         * gnus-group.el: Require gnus-sum and autoload functions to
26948         resolve warnings when gnus-group.el compiled alone.
26949         (gnus-group-line-format): Document new %F.
26950         (size of Fetched data) group line format; identifies disk space
26951         used by agent and cache.
26952         (gnus-group-line-format-alist): Define new F format.
26953         (gnus-total-fetched-for): New function.
26954         (gnus-group-delete-group): No longer update
26955         gnus-cache-active-altered as gnus-request-delete-group now keeps
26956         the cache in sync.
26957         (gnus-group-list-active): Let the agent store a server's active
26958         list if currently plugged.
26959
26960         * gnus-int.el (gnus-request-delete-group):
26961         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26962         local disk in sync with the server.
26963         (gnus-request-rename-group):
26964         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26965         local disk in sync with the server.
26966
26967         * gnus-start.el (gnus-get-unread-articles):
26968         Cosmetic simplification to logic.
26969
26970         * gnus-util.el (gnus-rename-file): New function.
26971
26972 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26973
26974         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26975
26976 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26977
26978         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26979         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26980
26981 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26982
26983         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26984         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26985
26986 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26987
26988         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26989
26990 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26991
26992         * spam.el (spam-set-difference): Add function to replace
26993         gnus-set-difference in spam.el.
26994         (spam-summary-prepare-exit): Use spam-set-difference.
26995
26996 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26997
26998         * gnus-registry.el (gnus-registry-cache-file): Update to use
26999         gnus-dribble-directory OR gnus-home-directory OR ~.
27000         (gnus-registry-split-fancy-with-parent): Fix doc.
27001
27002 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27003
27004         * message.el (message-exchange-point-and-mark):
27005         Use message-mark-active-p.  Suggested by Jesper Harder
27006         <harder@ifa.au.dk>.
27007
27008 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27009
27010         * message.el (message-exchange-point-and-mark): Don't activate
27011         region if it was inactive.  Suggested by Hiroshi Fujishima
27012         <pooh@nature.tsukuba.ac.jp>.
27013
27014 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27015
27016         * gnus-art.el (article-display-face): Display Faces in the same
27017         order as X-Faces.
27018
27019 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27020
27021         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
27022
27023 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27024
27025         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
27026         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
27027         (gnus-article-mime-hierarchy): Remove.
27028         (gnus-article-mime-hierarchy-next): Remove.
27029         (gnus-article-mode): Revert 2004-03-19 change.
27030         (gnus-article-setup-buffer): Revert 2004-03-19 change.
27031         (gnus-insert-mime-button): Revert 2004-03-19 change.
27032         (gnus-mime-accumulate-hierarchy): Remove.
27033         (gnus-mime-enter-multipart): Remove.
27034         (gnus-mime-leave-multipart): Remove.
27035         (gnus-mime-display-part): Revert 2004-03-19 change.
27036         (gnus-mime-display-alternative): Revert 2004-03-19 change.
27037
27038         * mml.el (mml-preview): Revert 2004-03-19 change.
27039
27040 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
27041
27042         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
27043
27044 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
27045
27046         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
27047         t while entering a file name using the mm-with-multibyte macro.
27048         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27049
27050         * mm-util.el (mm-with-multibyte): New macro.
27051
27052 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27053
27054         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
27055         New user option.
27056         (gnus-mime-multipart-functions): Doc and customization fix.
27057         (gnus-article-mime-hierarchy): New variable.
27058         (gnus-article-mime-hierarchy-next): New variable.
27059         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
27060         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
27061         gnus-article-mime-hierarchy-next to nil.
27062         (gnus-insert-mime-button): Show hierarchy numbers.
27063         (gnus-mime-accumulate-hierarchy): New function.
27064         (gnus-mime-enter-multipart): New function.
27065         (gnus-mime-leave-multipart): New function.
27066         (gnus-mime-display-part): Recompute hierarchical MIME structure.
27067         (gnus-mime-display-alternative): Show hierarchy numbers.
27068
27069         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
27070         gnus-article-mime-hierarchy-next to nil.
27071
27072 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
27073
27074         * dns.el: Don't require gnus-xmas.
27075
27076 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
27077
27078         * mml.el (mml-generate-mime-1): Don't use format=flowed with
27079         inline PGP.
27080         (mml-menu): Disable mml-quote-region if mark is inactive.
27081
27082 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27083
27084         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
27085         when the group's active is not available.
27086
27087 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27088
27089         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
27090         error.
27091
27092 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
27093
27094         * imap.el (imap-store-password): New variable.
27095         (imap-interactive-login): Use it.
27096         Suggested by Mark Plaksin <happy@mcplaksin.org>.
27097
27098 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27099
27100         * gnus-art.el (gnus-article-read-summary-keys): Restore new
27101         window-start and hscroll to summary window.
27102
27103 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27104
27105         * gnus-start.el (gnus-convert-old-newsrc): Only write the
27106         conversion message to newsrc-dribble when an actual conversion is
27107         performed.
27108
27109 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
27110
27111         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
27112
27113 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27114
27115         * mm-decode.el (mm-complicated-handles): New function reviving
27116         former definition of mm-multiple-handles.
27117
27118         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
27119         (gnus-mime-delete-part): Use it.
27120
27121 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27122
27123         * gnus-agent.el (gnus-agent-read-local):
27124         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
27125         avoid the implicit assumption that they will always be equal.
27126         (gnus-agent-save-local): Bind buffer-file-coding-system, not
27127         coding-system-for-write, as the with-temp-file macro first prints
27128         to a buffer then saves the buffer.
27129
27130 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27131
27132         * gnus-art.el (gnus-article-edit-part): New function.
27133         (gnus-mime-save-part-and-strip): Use it; do query instead of
27134         signaling an error; don't use mm-multiple-handles.
27135         (gnus-mime-delete-part): Ditto.
27136
27137 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27138
27139         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
27140         old file versions.
27141         (gnus-group-prepare-hook): Remove function that converted list
27142         form of gnus-agent-expire-days to group properties.
27143
27144         * gnus-int.el: Autoload gnus-agent-regenerate-group.
27145         (gnus-request-accept-article): Re-indented.
27146
27147         * gnus-start.el (gnus-convert-old-newsrc): Registered new
27148         converters to handle old agent file formats.  Add logic for a
27149         "backup before upgrading warning".
27150         (gnus-convert-mark-converter-prompt): Developers can mark
27151         functions as needing (default), or not needing,
27152         gnus-convert-old-newsrc's "backup before upgrading warning".
27153         (gnus-convert-converter-needs-prompt): Tests whether the user
27154         should be protected from potentially irreversable changes by the
27155         function.
27156
27157         * legacy-gnus-agent.el: New.  Provides converters that are only
27158         loaded when gnus-convert-old-newsrc needs to call them.
27159
27160 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27161
27162         * mail-source.el (mail-source-touch-pop): Doc fix.
27163
27164         * message.el (message-smtpmail-send-it): Doc fix.
27165
27166 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
27167
27168         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
27169
27170         * nnmail.el (nnmail-split-fancy): do.
27171
27172         * gnus-kill.el (gnus-kill, gnus-execute): do.
27173
27174 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
27175
27176         * gnus-sum.el (gnus-widget-reversible-match)
27177         (gnus-widget-reversible-to-internal)
27178         (gnus-widget-reversible-to-external): New functions.
27179         (gnus-widget-reversible): New widget.
27180         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
27181
27182 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
27183
27184         * gnus-sum.el (gnus-thread-sort-functions)
27185         (gnus-article-sort-functions): Document `(not F)' items.
27186
27187 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
27188
27189         * spam.el (spam-use-gmane-xref): Add new backend.
27190         (spam-gmane-xref-spam-group): Add variable to control the name of the
27191         Gmane spam group.
27192         (spam-blackhole-servers, spam-blackhole-good-server-regex)
27193         (spam-regex-headers-spam, spam-regex-headers-ham)
27194         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
27195         (spam-list-of-checks): Add spam-use-gmane-xref to list of
27196         backends and checks.
27197         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
27198
27199         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
27200         an autodetect method.
27201
27202 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27203
27204         * gnus-int.el (gnus-request-accept-article): Inform the agent that
27205         articles are being added to a group.
27206         (gnus-request-replace-article): Inform the agent that articles
27207         need to be uncached as the cached contents are no longer valid.
27208
27209 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27210
27211         * binhex.el: Don't autoload executable-find.
27212
27213         * canlock.el: Don't autoload mail-fetch-field.
27214
27215         * dgnushack.el: Autoload c-mode for XEmacs.
27216
27217         * gnus-ems.el: Don't autoload appt-select-lowest-window.
27218
27219         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
27220         rmail-dont-reply-to and rmail-output.
27221
27222         * gnus-score.el: Don't autoload ffap-string-at-point.
27223
27224         * gnus-setup.el: Don't autoload sc-cite-original.
27225
27226         * imap.el: Don't autoload base64-decode-string,
27227         base64-encode-string and md5.
27228
27229         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27230         and rmail-msg-restore-non-pruned-header.
27231
27232         * mm-decode.el: Don't autoload executable-find.
27233
27234         * mm-url.el: Don't autoload executable-find.
27235
27236         * mm-view.el: Don't autoload diff-mode.
27237
27238         * nndb.el: Don't autoload news-reply-mode, news-setup,
27239         cancel-timer and telnet.
27240
27241         * password.el: Don't autoload run-at-time for Emacs.
27242
27243         * sha1-el.el: Don't autoload executable-find.
27244
27245         * sieve-mode.el: Don't autoload c-mode.
27246
27247         * uudecode.el: Don't autoload executable-find.
27248
27249 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27250
27251         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27252         (gnus-agent-possibly-alter-active): Avoid null in numeric
27253         comparison.
27254         (gnus-agent-set-local): Refuse to save null in local object table.
27255         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27256         list of articles that will be marked as unread.
27257
27258 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27259
27260         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27261
27262 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27263
27264         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27265         language tags.
27266
27267 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27268
27269         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27270         Don't bind "obarray".
27271
27272         * gnus-sum.el (gnus-thread-sort-functions):
27273         Add `gnus-thread-sort-by-most-recent-number' and
27274         `gnus-thread-sort-by-most-recent-date'.
27275         Reported by Kai Grossjohann <kai@emptydomain.de>.
27276
27277 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27278
27279         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27280
27281 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27282
27283         * gnus-cus.el (gnus-agent-customize-category):
27284         Remove ignore-errors macro reference that required cl to be loaded at
27285         run-time.
27286
27287         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27288         single-interval range of the form (min . max).  Previously the
27289         range had to look like ((min . max)).  Likewise, return
27290         (min . max) rather than ((min . max)).
27291         (gnus-range-map): Use gnus-range-normalize to accept
27292         single-interval range.
27293
27294         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27295         the cache, but not the agent, now appear with their usual face.
27296
27297         * dgnushack.el (loaddir): New variable that is bound to the
27298         directory containing the dgnushack.el file.  Use loaddir, rather
27299         than srcdir, to update load-path.  Change lets dgnushack compile
27300         code in directories other than GNUS/lisp.
27301
27302 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27303
27304         * lpath.el: Don't bind w3m-safe-url-regexp.
27305
27306         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27307         w3m-safe-url-regexp variable buffer-local.
27308
27309         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27310
27311 2004-02-27  Simon Josefsson  <jas@extundo.com>
27312
27313         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27314         gnus-group-real-prefix.
27315         (gnus-summary-move-article): Use it, instead of
27316         gnus-group-real-prefix.
27317
27318 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27319
27320         * lpath.el: Bind w3m-safe-url-regexp.
27321
27322         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27323         w3m-safe-url-regexp variable buffer-local and set it as the value
27324         of mm-w3m-safe-url-regexp.
27325
27326         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27327
27328         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27329         parsing gnus-posting-styles when the message is not for replying.
27330
27331         * dgnushack.el: Autoload sgml-mode for XEmacs.
27332
27333         * nnrss.el (nnrss-opml-export):
27334         Use mm-set-buffer-file-coding-system instead of
27335         set-buffer-file-coding-system.
27336
27337 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27338
27339         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27340         of checkdoc.el).
27341         * nnrss.el: do.
27342         * gnus-mlspl.el: do.
27343         * gnus-ml.el: do.
27344         * gnus-srvr.el: do.
27345
27346         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27347
27348 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27349
27350         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27351         Corrections to custom-manual links.
27352
27353         * gnus-art.el (gnus-article): Ditto.
27354
27355         * mm-decode.el (mime-display, mime-security): Ditto.
27356
27357 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27358
27359         * flow-fill.el: Typo.
27360
27361 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27362
27363         * spam-wash.el: New file.
27364
27365 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27366
27367         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27368
27369 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27370
27371         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27372         to be run with new-articles as LIST1, not LIST2.
27373         (spam-registration-functions): Add spam-use-ham-copy as a nil
27374         registration backend.
27375
27376 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27377
27378         * spam-stat.el (spam-stat-washing-hook): New option.
27379         (spam-stat-buffer-words): Use it.
27380         (spam-stat-process-directory, spam-stat-test-directory):
27381         Use insert-file-contents-literally.
27382         (spam-stat-coding-system): New variable.
27383         (spam-stat-load, spam-stat-save): Use it.
27384
27385 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27386
27387         * spam-report.el (spam-report-plug-agent):
27388         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27389
27390 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27391
27392         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27393         Allow / in mailto URLs.
27394
27395 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27396
27397         * spam-report.el (spam-report-process-queue): Fix interactive use.
27398         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27399         (spam-report-unplug-agent): Doc fixes.
27400         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27401         (spam-report-agentize, spam-report-deagentize): Autoload.
27402
27403 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27404
27405         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27406
27407         * message.el (message-setup-fill-variables): Add mml tags to
27408         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27409         <ajk@iu.edu>.
27410         (message-mode): Don't modify paragraph-separate there.
27411
27412 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27413
27414         * compface.el (uncompface-use-external): Default to undecided.
27415         (uncompface-use-external-threshold): New variable.
27416         (uncompface-float-time): New macro.
27417         (uncompface): Determine whether to use the external decoder if
27418         uncompface-use-external is undecided.
27419
27420 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27421
27422         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27423         after images.
27424
27425         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27426
27427 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27428
27429         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27430
27431         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27432
27433         * gnus-sum.el (gnus-summary-limit-to-age)
27434         (gnus-summary-limit-children): do.
27435
27436         * gnus-int.el (gnus-request-scan): do.
27437
27438         * gnus-group.el (gnus-group-suspend): do.
27439
27440         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27441
27442         * gnus-cite.el (gnus-cite-parse-attributions): do.
27443
27444         * gnus-agent.el (gnus-summary-set-agent-mark)
27445         (gnus-agent-regenerate-group): do.
27446
27447         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27448
27449         * binhex.el (binhex-decode-region-internal): do.
27450
27451 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27452
27453         * gnus-fun.el (gnus-face-properties-alist): New user option.
27454         (gnus-display-x-face-in-from): Use it.
27455
27456         * gnus-art.el (article-display-face): Ditto.
27457
27458         * compface.el (uncompface-use-external): Default to nil.
27459
27460 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27461
27462         * nntp.el (nntp-erase-buffer): New function.
27463         (nntp-retrieve-data, nntp-send-command)
27464         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27465         (nntp-possibly-change-group): Use it.
27466
27467         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27468         Use with-current-buffer.
27469
27470 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27471
27472         * compface.el: Merge the ELisp-based uncompface program.
27473         (compface): New customization group.
27474         (uncompface-use-external): New user option.
27475         (uncompface): Call uncompface-internal if uncompface-use-external
27476         is nil.
27477         (uncompface-internal): New function.  Note that there are also
27478         some other functions and variables added for this function.
27479
27480 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27481
27482         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27483         if necessary.
27484
27485 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27486
27487         * spam-report.el (spam-report-unplug-agent)
27488         (spam-report-plug-agent, spam-report-deagentize)
27489         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27490         Add support for the Agent in spam-report: when unplugged, report to a
27491         file; when plugged, submit all the requests.
27492
27493         * spam.el (spam-register-routine): Fix message about
27494         registration.
27495
27496 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27497
27498         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27499         dependencies.
27500         (rfc2047-encode): Use it.
27501
27502         * gnus-art.el (gnus-button-marker-list): Move before first
27503         reference.
27504
27505         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27506         (imap-parse-body): Fix format string mismatch.
27507
27508         * gnus-score.el (gnus-summary-increase-score): do.
27509
27510         * nnrss.el (nnrss-close): New function.
27511
27512 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27513
27514         * nnrss.el (nnrss-make-filename): New function.
27515         (nnrss-request-delete-group, nnrss-read-server-data)
27516         (nnrss-save-server-data, nnrss-read-group-data)
27517         (nnrss-save-group-data): Use it.
27518         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27519         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27520         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27521
27522 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27523
27524         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27525
27526 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27527
27528         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27529         files.
27530
27531         * message.el (message-generate-headers-first): Don't quote nil
27532         and t in docstrings.
27533
27534         * imap.el (imap-id): do.
27535
27536         * gnus-agent.el (gnus-agent-consider-all-articles)
27537         (gnus-agent-queue-mail): do.
27538
27539 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27540
27541         * spam-report.el (spam-report-process-queue): New function.
27542         Process requests from `spam-report-requests-file'.
27543         (spam-report-process-queue): Doc fix.
27544
27545 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27546
27547         * spam.el (spam-register-routine)
27548         (spam-log-processing-to-registry, spam-log-registered-p)
27549         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27550         Change "check" to "spam-check" for semi-clarity.
27551
27552 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27553
27554         * pop3.el: Require nnheader.
27555
27556         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27557
27558         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27559
27560         * gnus-picon.el: Require cl.
27561
27562         * gnus-fun.el: Require gnus-ems and gnus-util.
27563
27564         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27565
27566         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27567
27568         * gnus-art.el (gnus-article-edit-mode): Define before first
27569         reference.
27570
27571 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27572
27573         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27574         (gnus-uu-post-encoded): Use point-at-bol.
27575
27576         * gnus-topic.el (gnus-group-active-topic-p): do.
27577
27578         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27579
27580         * gnus-group.el (gnus-group-kill-region): do.
27581
27582         * gnus-art.el (article-date-ut): do.
27583
27584         * message.el (message-fetch-field): Remove redundant
27585         case-fold-search binding.
27586         (message-narrow-to-field): Simplify.
27587
27588 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27589
27590         * spam.el (spam-directory): Derive from `gnus-directory'.
27591
27592         * spam-report.el (spam-report-url-to-file)
27593         (spam-report-requests-file): New function and variable for offline
27594         reporting.
27595         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27596         and user defined function.
27597         (spam-report-url-ping-mm-url): Remove doubled slash.
27598
27599 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27600
27601         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27602
27603 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27604
27605         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27606         Fix format string mismatch.
27607
27608         * sieve.el (sieve-deactivate-all): do.
27609
27610         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27611
27612         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27613
27614         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27615
27616         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27617
27618 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27619
27620         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27621         the list of checks.
27622
27623 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27624
27625         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27626         padding.
27627
27628 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27629
27630         * mm-view.el (mm-fill-flowed): New variable.
27631         (mm-inline-text): Use it.
27632
27633 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27634
27635         * spam.el (spam-spamassassin-register-ham-routine)
27636         (spam-spamassassin-register-spam-routine): Fix function names.
27637
27638 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27639
27640         * gnus.el (gnus-tmp-grouplens): Remove.
27641         (gnus-summary-line-format): Remove grouplens.
27642
27643         * gnus-group.el (gnus-group-line-format): Ditto.
27644
27645         * gnus-spec.el (gnus-format-specs): Ditto.
27646         (gnus-update-format-specifications): Flush the group format spec
27647         cache if there's the grouplens stuff.
27648         (gnus-parse-simple-format): Replace %l with the empty string.
27649
27650 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27651
27652         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27653         omission.
27654
27655 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27656
27657         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27658         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27659
27660 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27661
27662         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27663         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27664         New macros and functions.
27665         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27666         Handle > NLINK_MAX messages.
27667         * nnmaildir.el (nnmaildir-request-set-mark):
27668         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27669
27670 2004-01-25  Alex Schroeder  <alex@gnu.org>
27671
27672         * spam-stat.el (spam-stat-process-directory-age): New option.
27673         (spam-stat-process-directory): Use it.
27674
27675 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27676
27677         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27678         (spam-stat-save): Accept prefix argument.
27679
27680 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27681
27682         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27683         links" error.
27684
27685 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27686
27687         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27688         the rest of the and/or forms.
27689
27690 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27691
27692         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27693         compatibility with old .newsrc.eld files.
27694
27695         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27696
27697         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27698
27699         * gnus-start.el (gnus-1): do.
27700
27701         * gnus-group.el (gnus-group-line-format-alist): do.
27702
27703         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27704
27705         * gnus-gl.el: Remove.
27706
27707 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27708
27709         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27710         marks consisting of a single range {for example, (3 . 5)} rather
27711         than a list of a single range { ((3 . 5)) }.
27712
27713 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27714
27715         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27716         Use with-current-buffer.
27717         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27718         avoid consing a string.
27719
27720         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27721         Remove obsolete entries for big5 and gb2312.
27722
27723 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27724
27725         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27726         uncompressed list.
27727
27728 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27729
27730         * spam-stat.el (spam-stat-strip-xref): New function.
27731         (spam-stat-process-directory): Use it.
27732
27733         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27734         here -- it's done in message-fetch-field.
27735
27736 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27737
27738         * gnus-agent.el (gnus-agent-queue-mail)
27739         (gnus-agent-prompt-send-queue): New variables.
27740         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27741         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27742         "nndraft:queue" along to gnus-draft-send.
27743         Use gnus-agent-prompt-send-queue.
27744         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27745         is "nndraft:queue".  Suggested by Gaute Strokkenes
27746         <gs234@srcf.ucam.org>
27747
27748         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27749         (agent-enable-undownloaded-faces): Add.
27750         (gnus-agent-cat-groups): Use eval-and-compile, not
27751         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27752         method of gnus-agent-cat-groups even when the buffer has been
27753         evaled.
27754         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27755         delete gnus-agent-save-active-1.
27756         (gnus-agent-save-groups): Delete.  Identical to
27757         gnus-agent-save-active.
27758         (gnus-agent-write-active): No longer adjust agent's copy of active
27759         file as agent's adjustments are now stored in their own
27760         file.  Remove optional parameter.
27761         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27762         servers.  Add use of min/max range limits from server's local
27763         file.
27764         (gnus-agent-save-alist): Remove unused optional argument.
27765         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27766         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27767         (gnus-agent-set-local): A per-server file that keeps min/max range
27768         limits for articles known to the agent.  Provides a fast mechanism
27769         for altering many active ranges.
27770         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27771         active file (local makes it unnecessary).
27772         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27773
27774         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27775         (agent-enable-undownloaded-faces): Add.
27776
27777         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27778         disable it when sending to "nndraft:queue".
27779         (gnus-group-send-queue): Add safety check to avoid sending queue
27780         when unplugged.
27781
27782         * gnus-group.el (gnus-group-catchup): Use new
27783         gnus-sequence-of-unread-articles, not
27784         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27785         numbers of articles.  Use gnus-range-map to avoid having to
27786         uncompress the unread list.
27787         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27788         Fix invalid ange-ftp reference.
27789
27790         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27791         (gnus-sorted-range-intersection): Intersection of two ranges
27792         without requiring that they first be uncompressed.
27793
27794         * gnus-start.el (gnus-activate-group): Unless blocked by the
27795         caller, possibly expand the active range to include both cached
27796         and agentized articles.
27797         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27798         multiple version-dependent converters.
27799         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27800         gnus-agent-save-active.
27801         (gnus-save-newsrc-file): Save dirty agent range limits.
27802
27803         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27804         gnus-agent-possibly-alter-active.
27805         (gnus-adjust-marked-articles): Faster handling of simple lists.
27806
27807 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27808
27809         * spam-stat.el (spam-stat-test-directory): New optional argument
27810         displays a list of files detected.  Suggested by Andrew Cohen
27811         <cohen@andy.bu.edu>.
27812         (spam-stat-buffer-words-with-scores): Don't narrow and change
27813         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27814
27815 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27816
27817         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27818         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27819         (spam-spamassassin-arguments)
27820         (spam-spamassassin-spam-flag-header)
27821         (spam-spamassassin-positive-spam-flag-header)
27822         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27823         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27824         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27825         (spam-list-of-processors, spam-list-of-checks)
27826         (spam-list-of-statistical-checks, spam-registration-functions)
27827         (spam-check-spamassassin-headers, spam-check-spamassassin)
27828         (spam-spamassassin-score)
27829         (spam-spamassassin-register-with-sa-learn)
27830         (spam-spamassassin-register-spam-routine)
27831         (spam-spamassassin-register-ham-routine)
27832         (spam-assassin-register-spam-routine)
27833         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27834         (spam-bogofilter-score): Fix to show article before scoring.
27835
27836 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27837
27838         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27839         default scoring function.
27840         (spam-generic-score): Call spam-spamassassin-score if
27841         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27842         spam-bogofilter-score otherwise.
27843
27844         * gnus.el (spam-process, spam-autodetect-methods):
27845         Add spamassassin and spamassassin-headers.
27846
27847 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27848
27849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27850         Suppress unnecessary messages.
27851
27852 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27853
27854         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27855         make-hash-table.
27856
27857 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27858
27859         * canlock.el (base64-encode-string): Don't autoload it.
27860
27861 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27862
27863         * run-at-time.el: Remove useless (require 'itimer),
27864         eval-and-compile and (featurep 'xemacs).
27865
27866 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27867
27868         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27869         GROUP is a virtual group.
27870
27871 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27872
27873         * gnus.el: Autoload `message-y-or-n-p'.
27874
27875 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27876
27877         * pgg-parse.el: Remove unnecessary (require 'custom).
27878
27879         * pgg-def.el: do.
27880
27881         * nnmail.el: do.
27882
27883         * gnus-undo.el: do.
27884
27885         * gnus-picon.el: do.
27886
27887         * gnus-util.el: do.
27888
27889 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27890
27891         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27892
27893 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27894
27895         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27896         handle, as well as a list.
27897
27898         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27899         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27900         (mm-w3m-cid-retrieve): Simplify.
27901
27902 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27903
27904         * message.el (message-kill-to-signature): Allow prefix arg to
27905         specify number of lines to keep before signature.
27906
27907 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27908
27909         * message.el (message-kill-to-signature): Change docstring.
27910
27911 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27912
27913         * canlock.el: Always require sha1-el.
27914         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27915
27916         * message.el: Autoload sha1 only when compiling.
27917
27918         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27919         eudc-expand-inline for XEmacs.
27920
27921 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27922
27923         * message.el (message-canlock-generate): Require sha1-el.
27924
27925 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27926
27927         * message.el (message-expand-name): Silence the byte compiler.
27928
27929         * lpath.el: Add detect-coding-system.
27930
27931         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27932         cus-edit.
27933
27934 2004-01-13  Simon Josefsson  <jas@extundo.com>
27935
27936         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27937         Invoke gnus-score-mode.
27938         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27939
27940         * gnus-range.el (gnus-compress-sequence): Doc fix.
27941         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27942
27943 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27944
27945         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27946
27947 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27948
27949         * spam.el (spam-get-article-as-string): Update to use
27950         gnus-request-article-this-buffer, much simpler.
27951         (spam-get-article-as-buffer): Remove.
27952
27953 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27954
27955         * message.el (message-expand-name): Use EUDC if the user uses that.
27956
27957 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27958
27959         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27960         character for the encoding to avoid consing a string.
27961
27962         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27963         unnecessarily.
27964
27965         * mm-util.el (mm-replace-chars-in-string): Remove.
27966
27967         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27968         of mm-replace-chars-in-string.
27969
27970 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27971
27972         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27973
27974         * mm-util.el (mm-subst-char-in-string): Support inplace.
27975
27976         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27977         a new string in every iteration.  Use shy groups.
27978
27979 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27980
27981         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27982         * gnus-soup.el (gnus-soup-group-brew):
27983         * gnus-msg.el (gnus-put-message):
27984         * gnus-move.el (gnus-group-move-group-to-server):
27985         * gnus-kill.el (gnus-batch-score):
27986         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27987         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27988         (gnus-group-update-group, gnus-group-read-group)
27989         (gnus-group-make-group, gnus-group-make-help-group)
27990         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27991         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27992         (gnus-group-sort-by-unread, gnus-group-catchup)
27993         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27994         (gnus-group-yank-group, gnus-group-set-info)
27995         (gnus-group-list-groups):
27996         * gnus.el (gnus-generate-new-group-name):
27997         * gnus-delay.el (gnus-delay-send-queue):
27998         * nnvirtual.el (nnvirtual-catchup-group):
27999         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
28000         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
28001         (gnus-group-prepare-topics, gnus-topic-check-topology):
28002         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
28003         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
28004         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
28005         (gnus-group-make-articles-read):
28006         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
28007         (gnus-group-change-level, gnus-kill-newsgroup)
28008         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
28009         (gnus-get-unread-articles, gnus-make-articles-unread)
28010         (gnus-make-ascending-articles-unread): Use accessor
28011         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
28012         to get group information for improved readability.
28013
28014
28015 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28016
28017         * gnus-art.el (article-decode-mime-words, article-babel)
28018         (gnus-article-highlight-signature, gnus-article-add-buttons)
28019         (gnus-signature-toggle): Use gnus-with-article-buffer.
28020
28021         * gnus-art.el (gnus-article-highlight-headers)
28022         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
28023
28024         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
28025         (gnus-article-set-globals, gnus-request-article-this-buffer)
28026         (gnus-button-message-id, gnus-article-maybe-hide-headers)
28027         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
28028         (gnus-mime-display-alternative): Use with-current-buffer.
28029
28030 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28031
28032         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
28033         also under 80 char limit, and call gnus-error if needed.
28034         (spam-fetch-article-header): Fix - it was a
28035         buffer-local variable (gnus-newsgroup-data).
28036         (spam-find-spam): Use spam-generate-fake-headers, forget about
28037         spam-insert-fake-headers.
28038         (spam-insert-fake-headers): Remove.
28039
28040 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28041
28042         * deuglify.el (gnus-article-outlook-unwrap-lines)
28043         (gnus-outlook-rearrange-article)
28044         (gnus-outlook-repair-attribution-outlook)
28045         (gnus-outlook-repair-attribution-block)
28046         (gnus-outlook-repair-attribution-other): Remove redundant
28047         save-excursion.
28048
28049 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
28050
28051         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
28052         (spam-fetch-field-subject-fast)
28053         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
28054         (spam-fetch-article-header): Add functions to deal with Gnus
28055         internals for fast retrieval of article header data.
28056         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
28057
28058 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
28059
28060         * pop3.el (pop3-md5): Remove.
28061         (pop3-apop): Replace pop3-md5 with md5.
28062
28063         * mm-bodies.el: base64 is always built-in.
28064
28065         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28066         Use with-current-buffer.
28067
28068 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
28069
28070         * canlock.el (canlock-insert-header): Remove excessive grouping in
28071         regexp.
28072
28073         * gnus-sum.el (gnus-summary-read-document): Ditto.
28074
28075         * gnus-uu.el (gnus-uu-part-number): Ditto.
28076
28077         * html2text.el (html2text-remove-tags): Ditto.
28078         (html2text-format-tags): Ditto.
28079         (html2text-format-single-elements): Ditto.
28080
28081         * mml.el (mml-parse-1): Ditto.
28082
28083 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28084
28085         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
28086
28087         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
28088
28089         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
28090
28091         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
28092
28093 2003-11-15  Simon Josefsson  <jas@extundo.com>
28094
28095         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
28096         (pgg-gpg-lookup-key): Use regexp match instead of
28097         split-string (split-string is different between emacs 21.2 and
28098         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
28099
28100 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
28101
28102         * gnus-art.el (gnus-mime-view-all-parts)
28103         (gnus-article-part-wrapper, gnus-article-view-part):
28104         Use with-current-buffer.
28105
28106 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28107
28108         * spam.el (spam-disable-spam-split-during-ham-respool)
28109         (spam-spamoracle-database, spam-cache-lookups)
28110         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
28111         (spam-group-ham-mark-p, spam-group-spam-mark-p)
28112         (spam-group-ham-marks, spam-group-spam-marks)
28113         (spam-group-spam-contents-p, spam-group-ham-contents-p)
28114         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
28115         also add spam-use-blackholes to the statistical checks.
28116         (spam-fetch-field-fast): Add interface to fetching fields, may
28117         become a macro.
28118         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
28119         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
28120         (spam-insert-fake-headers): Fake an article when needed.
28121         (spam-find-spam): Fake article when possible.
28122         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
28123         (spam-check-bogofilter-headers): Use message-fetch-field instead
28124         of nnmail-fetch-field.
28125
28126 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
28127
28128         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
28129
28130 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
28131
28132         * spam.el (spam-split): Do not require spam-use-CHECK to be
28133         enabled if that check is passed to spam-split explicitly; also
28134         fix so 'spam doesn't get converted to spam-split-group when
28135         spam-split-symbolic-return is t.
28136         (spam-find-spam): Find registrations of the article and use those
28137         instead of re-running spam-split to find the spam/ham
28138         classification of the article.
28139         (spam-log-processing-to-registry, spam-log-registered-p)
28140         (spam-log-unregistration-needed-p, spam-log-undo-registration):
28141         Use gnus-error instead of gnus-message.
28142         (spam-log-registration-type): Add function to determine the
28143         classification of a message based on registry entries; will
28144         return nil if both 'spam and 'ham are found.
28145         (spam-check-BBDB): Expand all the BBDB macros here so we can have
28146         a reasonably fast local cache without the loading errors.
28147         (spam-cache-lookups): Set to t by default.
28148         (spam-find-spam): Don't try to guess spam-cache-lookups.
28149         (spam-enter-whitelist, spam-enter-blacklist): Clear the
28150         spam-caches entry.
28151         (spam-filelist-build-cache, spam-filelist-check-cache):
28152         Fix caching of whitelist/blacklist entries.
28153         (spam-check-whitelist, spam-check-blacklist):
28154         Invoke spam-from-listed-p with a type, not a cache variable.
28155         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
28156
28157 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28158
28159         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
28160
28161         * nnmail.el (nnmail-split-fancy): do.
28162
28163         * mml.el (mml-parse): do.
28164
28165         * gnus-score.el (gnus-enter-score-words-into-hashtb)
28166         (gnus-score-adaptive): do.
28167
28168 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28169
28170         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
28171         (gnus-mime-button-map): Don't set keymap parent.
28172         (gnus-button-ctan-directory-regexp): Use shy grouping.
28173         (gnus-prev-page-map): Don't set keymap parent.
28174         (gnus-prev-page-map): Remove duplicated one.
28175         (gnus-next-page-map): Don't set keymap parent.
28176         (gnus-mime-security-button-map): Ditto.
28177
28178         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
28179         version number.
28180
28181         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
28182
28183 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28184
28185         * canlock.el (canlock-sha1-function): Remove.
28186         (canlock-sha1-function-for-verify): Remove.
28187         (canlock-openssl-program): Remove.
28188         (canlock-openssl-args): Remove.
28189         (canlock-ignore-errors): Remove.
28190         (canlock-sha1-with-openssl): Remove.
28191         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
28192         (canlock-verify): Don't use canlock-ignore-errors.
28193
28194         * sha1-el.el (sha1-string-external): Make it can return a string
28195         in binary form.
28196         (sha1-region-external): Ditto.
28197         (sha1-string-internal): Ditto.
28198         (sha1-region-internal): Ditto.
28199         (sha1-region): Ditto.
28200         (sha1-string): Ditto.
28201         (sha1): Ditto.
28202
28203 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28204
28205         * spam.el (spam-report-articles-gmane): New command.
28206
28207 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
28208
28209         * gnus.el: Don't make unnecessary *Group* buffer when loading.
28210
28211         * run-at-time.el (run-at-time-saved): Remove.
28212         (run-at-time): Doc fix.
28213
28214 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
28215
28216         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
28217         (gnus-summary-limit-map): Add it.
28218         (gnus-summary-make-menu-bar): do.
28219
28220 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
28221
28222         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
28223         Make attempt at some caching support (done for BBDB only now).
28224         (spam-find-spam): Set spam-cache-lookups if there are more than 2
28225         addresses to be checked.
28226         (spam-clear-cache-BBDB): Add function, to be invoked by
28227         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
28228         (spam-check-BBDB): Check and use the caches, if
28229         spam-cache-lookups is on, remove superfluous (provide).
28230
28231 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28232
28233         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28234
28235 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28236
28237         * run-at-time.el (run-at-time-saved): Move to after the definition
28238         of `run-at-time'.
28239
28240         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28241
28242 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28243
28244         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28245         mm-w3m-local-map-property.
28246
28247         * mm-view.el (mm-w3m-mode-map): Remove.
28248         (mm-w3m-local-map-property): Remove.
28249         (mm-inline-text-html-render-with-w3m): Don't use
28250         mm-w3m-local-map-property.
28251
28252 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28253
28254         * run-at-time.el: New file.
28255
28256         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28257         under Emacs.
28258
28259         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28260         of gnus-set-text-properties.
28261
28262         * gnus-uu.el (gnus-uu-save-article): Ditto.
28263
28264         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28265
28266         * gnus-cite.el (gnus-cite-parse): Ditto.
28267
28268         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28269         of gnus-.
28270
28271         * gnus-xmas.el (run-at-time): Require run-at-time.
28272
28273         * gnus.el: Change calls to nnheader-run-at-time and
28274         password-run-at-time throughout to use run-at-time directly.
28275
28276         * password.el: Remove definition of run-at-time.
28277
28278         * nnheaderxm.el: Remove definition of run-at-time.
28279
28280 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28281
28282         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28283         in prompt.
28284
28285 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28286
28287         * messagexmas.el (message-xmas-redefine): Alias
28288         `message-make-caesar-translation-table' to
28289         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28290         version.
28291
28292         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28293         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28294         `gnus-xmas-set-text-properties'.
28295         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28296         `gnus-xmas-completing-read'.
28297         (gnus-xmas-completing-read): Removed.
28298         (gnus-xmas-open-network-stream): Removed.
28299
28300         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28301         XEmacs version.
28302
28303         * dns.el (dns-make-network-process): Use `open-network-stream'
28304         instead of `gnus-xmas-open-network-stream'.
28305
28306         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28307
28308         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28309
28310 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28311
28312         * gnus-art.el (gnus-mime-display-alternative)
28313         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28314         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28315         Don't use gnus-local-map-property.
28316
28317         * gnus-util.el (gnus-local-map-property): Remove.
28318
28319         * mm-view.el (mm-view-pkcs7-decrypt):
28320         Replace gnus-completing-read-maybe-default with completing-read.
28321
28322         * gnus-util.el (gnus-completing-read): do.
28323         (gnus-completing-read-maybe-default): Remove.
28324
28325 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28326
28327         * password.el: Only autoload `run-at-time' if not XEmacs.
28328         Only autoload the itimer functions if XEmacs.
28329
28330 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28331
28332         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28333         XEmacsen.
28334
28335         * dgnushack.el: Autoload executable-find for XEmacs.
28336
28337 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28338
28339         * gnus-art.el (gnus-read-string): Remove.
28340         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28341         read-string.
28342
28343 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28344
28345         * netrc.el: Autoload password-read.
28346         (netrc): Add configuration group.
28347         (netrc-encoding-method, netrc-openssl-path):
28348         Add variables for encoding and decoding of files with symmetric
28349         ciphers.
28350         (netrc-encode): Add assistant function to encode a file with
28351         netrc-encoding-method.
28352         (netrc-parse): Add interactive parameter, added optional
28353         decoding if netrc-encoding-method is non-nil but otherwise
28354         behavior is standard.
28355         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28356         Do s/encode/encrypt/ everywhere.
28357
28358         * spam.el: Remove executable-find autoload.
28359
28360 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28361
28362         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28363
28364         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28365
28366 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28367
28368         * gnus-art.el (gnus-treat-ansi-sequences)
28369         (article-treat-ansi-sequences): New variable and function.
28370         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28371
28372         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28373         Use it.
28374
28375 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28376
28377         * mm-util.el (mm-quote-arg): Remove.
28378
28379         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28380         shell-quote-argument.
28381
28382         * gnus-uu.el (gnus-uu-command): do.
28383
28384         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28385
28386         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28387         with make-char.
28388
28389         * mm-util.el (mm-make-char): Remove.
28390
28391         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28392         add-minor-mode.
28393
28394         * gnus-undo.el (gnus-undo-mode): do.
28395
28396         * gnus-topic.el (gnus-topic-mode): do.
28397
28398         * gnus-sum.el (gnus-dead-summary-mode): do.
28399
28400         * gnus-start.el (gnus-slave-mode): do.
28401
28402         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28403
28404         * gnus-ml.el (gnus-mailing-list-mode): do.
28405
28406         * gnus-gl.el (gnus-grouplens-mode): do.
28407
28408         * gnus-draft.el (gnus-draft-mode): do.
28409
28410         * gnus-dired.el (gnus-dired-mode): do.
28411
28412         * gnus-ems.el (gnus-add-minor-mode): Remove.
28413
28414         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28415         Replace gnus-char-width with char-width.
28416
28417         * gnus-ems.el (gnus-char-width): Remove.
28418
28419         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28420         Replace gnus-char-width with char-width.
28421
28422         * gnus-ems.el (gnus-char-width): Remove.
28423
28424         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28425         definition.
28426         Remove Emacs 20 hash table compatibility code.
28427
28428         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28429         20 compatibility code.
28430
28431         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28432
28433         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28434
28435         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28436         Replace with point-at-{eol,bol}.
28437
28438         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28439
28440         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28441
28442         * flow-fill.el (fill-flowed-point-at-bol)
28443         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28444
28445         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28446         Replace with point-at-{eol,bol} throughout all files.
28447
28448 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28449
28450         * ntlm.el (ntlm-string-as-unibyte): New macro.
28451         (ntlm-build-auth-response): Use it.
28452
28453         Remove Emacs 20 stuff:
28454         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28455         (butlast, mapc, remove): Remove the compiler macros.
28456         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28457         of delq and copy-sequence.
28458         * gnus-art.el (popup-menu): Remove the compiler macro.
28459         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28460         Emacs 20.
28461
28462 2004-01-05  Simon Josefsson  <jas@extundo.com>
28463
28464         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28465         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28466         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28467         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28468         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28469         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28470         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28471         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28472         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28473         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28474         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28475         string-xor into ntlm-string-xor.
28476         Suggested by Jesper Harder <harder@myrealbox.com>.
28477
28478         * ntlm.el: Don't include poem.
28479
28480         * md4.el (print-int32, print-string-hexa): Remove.
28481         Suggested by Jesper Harder <harder@myrealbox.com>.
28482
28483         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28484
28485         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28486         probably breaks emacs with DL patch, but do we care? Is anyone
28487         still using the DL stuff?)
28488
28489         * sieve-manage.el: Use the password package.
28490         (sieve-manage-read-passwd): Remove.
28491         (sieve-manage-interactive-login): Use password.  Re-add
28492         condition-case around loop.
28493
28494         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28495         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28496         Use the password package.
28497
28498 2003-02-19  Simon Josefsson  <jas@extundo.com>
28499
28500         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28501         token.
28502
28503 2002-08-07  Simon Josefsson  <jas@extundo.com>
28504
28505         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28506         (sieve-manage-authenticators)
28507         (sieve-manage-authenticator-alist): Add some SASL mechs.
28508         (sieve-sasl-auth): New function.
28509         (sieve-manage-cram-md5-auth)
28510         (sieve-manage-plain-auth): Rewrite using SASL library.
28511         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28512         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28513         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28514         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28515
28516 2004-01-05  Simon Josefsson  <jas@extundo.com>
28517
28518         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28519         New files.
28520
28521 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28522
28523         * gnus-group.el (gnus-no-groups-message): Update.
28524
28525         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28526
28527 2003-11-09  Simon Josefsson  <jas@extundo.com>
28528
28529         * imap.el: Support for ID IMAP extension (RFC 2971).
28530         (imap-local-variables): Add imap-id.
28531         (imap-id): New variable.
28532         (imap-id): New function.
28533         (imap-parse-response): Parse untagged ID response.
28534         * nnimap.el (nnimap-id): New variable.
28535         (nnimap-open-connection): Use it.
28536
28537 2003-12-28  Simon Josefsson  <jas@extundo.com>
28538
28539         * gnus-score.el (gnus-score-edit-all-score): New.
28540         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28541
28542 2004-01-04  Simon Josefsson  <jas@extundo.com>
28543
28544         * password.el: Add.
28545
28546 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28547
28548         * dns.el (dns-query-types): Fix typo.
28549         (dns-query-types): New function.
28550         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28551         PTR and SOA replies, see RFC 1035.
28552
28553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28554
28555         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28556
28557         * Move to Changelog.2.
28558
28559 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28560
28561         * gnus.el (gnus-version-number): Bump version.
28562
28563 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28564
28565         * gnus.el: No Gnus v0.1 is released.
28566
28567 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28568
28569         * gnus.el: No Gnus v0.0 is released.
28570
28571 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28572
28573         * gnus.el (gnus-version-number): Bump.
28574         (gnus-version): No.
28575
28576 See ChangeLog.2 for earlier changes.
28577
28578   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28579
28580   This file is part of GNU Emacs.
28581
28582   GNU Emacs is free software: you can redistribute it and/or modify
28583   it under the terms of the GNU General Public License as published by
28584   the Free Software Foundation, either version 3 of the License, or
28585   (at your option) any later version.
28586
28587   GNU Emacs is distributed in the hope that it will be useful,
28588   but WITHOUT ANY WARRANTY; without even the implied warranty of
28589   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28590   GNU General Public License for more details.
28591
28592   You should have received a copy of the GNU General Public License
28593   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28594
28595 ;; Local Variables:
28596 ;; coding: utf-8
28597 ;; fill-column: 79
28598 ;; add-log-time-zone-rule: t
28599 ;; End: