registry.el: Fix call to cl-subseq
[gnus] / lisp / ChangeLog
1 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
2
3         * registry.el (registry-collect-prune-candidates): Fix call to
4         cl-subseq.
5
6 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * registry.el (registry-db): Temporary fix old Emacsen compilation.
9
10 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11
12         * gnus-registry.el (gnus-registry-handle-action)
13         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
14         (gnus-registry-keywords): Make it do something.
15         (gnus-registry-import-eld): Remove unused var `new-entry'.
16         (gnus-registry-action): Remove unused var `to-name'.
17         (gnus-registry-make-db): Prefer `make-instance' to avoid
18         compiler warnings.
19         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
20
21         * registry.el (registry-db): Don't oset-default an instance-allocated
22         slot.
23
24 2015-03-10  Glenn Morris  <rgm@gnu.org>
25
26         * message.el (message-valid-fqdn-regexp): Bump :version for
27         2014-11-17 change.
28
29 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
30
31         * gnus-notifications.el (gnus-notifications-action): Raise window
32         frame.
33         (gnus-notifications-action): Allow mark as read.
34         (gnus-notifications-notify): Show uption to mark as read.
35
36 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
37
38         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
39         (registry-search, registry-delete, registry-size, registry-insert)
40         (registry-reindex, registry-collect-prune-candidates):
41         * gnus-registry.el (gnus-registry-fixup-registry)
42         (gnus-registry-remove-extra-data): Use slot names rather than initarg
43         names in `oref' and `oset'.
44
45 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
46
47         * message.el (message-insert-formatted-citation-line): Change %F to
48         fall back to email address if no first name could be determined.
49
50 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
53         Fix point motion when removing displayed MIME part.
54         (gnus-article-edit-part): Make jumping to the next part really work
55         when deleting or stripping.
56         (gnus-mime-buttonize-attachments-in-header): Make header attachment
57         buttons identical to the ones in the article body so as to work deleting
58         and stripping.
59
60 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * mm-decode.el (mm-shr)
63         * mm-view.el (mm-inline-text-html-render-with-w3m):
64         Revert my bogus change that made the start marker of a part
65         the "moves after insertion" type.
66
67 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
68
69         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
70         Tools: https://github.com/politza/pdf-tools) for viewing PDF
71         attachments in emacs.
72
73 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
74
75         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
76         instead of sasl-scram-sha-1, as the former is the name that can be
77         required.
78
79         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
80         (sasl-scram-sha-1-client-final-message)
81         (sasl-scram-sha-1-authenticate-server): Move to end of file.
82
83 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
86
87 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
90         (sasl-string-prefix-p): New compatibility functions.
91
92 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-compat.el (process-live-p): Added new compat function for Emacs
95         23.
96
97 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
98
99         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
100         from the server LIST response.
101
102 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
105         during header retrieval, error out instead of interpreting the data in
106         the buffer as the only messages there.  This way, we don't mark
107         articles as read on a server hangup (bug#19035).
108
109         * mm-decode.el (mm-head-p): New function.
110         (mm-display-part): Go to a blank line when inserting parts internally.
111
112 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
113
114         * sasl-scram-rfc.el: New file.
115
116         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
117         Add SCRAM-SHA-1 first.
118         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
119         entry (bug#17636).
120
121 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
124         that we don't get a warning when setting the buffer-local variable
125         (bug#19573).
126
127         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
128         `gnus-request-group'.
129
130 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-art.el (gnus-article-browse-html-save-cid-content)
133         (gnus-article-browse-html-parts): Make cid file names relative if and
134         only if html doesn't specify <base> directory.
135
136 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
139         parts, because that breaks filling (since buttons are in a bold face).
140
141 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
144         use gnus-overlays-at and gnus-overlay-put.
145
146 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
147
148         * mm-decode.el (mm-shr): Only pass the fill column when not using
149         fonts, because limiting the width to what's appropriate for followups
150         doesn't really help when not using proportional fonts.
151
152 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
153
154         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
155         shr, beacause that breaks folding.
156         (mm-shr): Don't shorten the width when using fonts.
157
158 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
161         variable; always check the newrc timestamp.
162         (gnus-save-newsrc-file): Always check timestamp.
163
164 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
165
166         * mail-source.el (mail-source-call-script): If scripts exit with an
167         error, pop up an error buffer.
168
169 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
170
171         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
172         as a default.
173
174         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
175         correct server.
176
177 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
178
179         * nnimap.el (nnimap-request-group-scan): Fix the function name.
180
181         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
182
183 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
186         that nnimap works for non-activated backends.
187
188 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
189
190         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
191         message, since we already get an obsolescence message.  Use `declare'.
192
193 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
194
195         * nnir.el: Revert "Enable non-ASCII IMAP searches".
196
197 2015-01-30  Glenn Morris  <rgm@gnu.org>
198
199         * gnus-registry.el (gnus-registry-max-pruned-entries)
200         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
201         Fix :version.
202         (gnus-registry-default-sort-function): Improve :type.
203
204 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
205
206         * nnimap.el (nnimap-request-group): Allow running this function on
207         groups that don't exist in Gnus yet.
208         (nnimap-request-group): Revert previous patch since that made it
209         impossible to enter nnimap groups.
210
211         * message.el (message-smtpmail-send-it): Remove the mail header
212         separator before sending.
213
214 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
215
216         * nnimap.el (nnimap-find-expired-articles): Fix handling of
217         (expiry-wait . never).
218
219 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
220
221         * nnimap.el (nnimap-request-group): Clear the buffer before returning
222         the data.
223
224 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-compat.el (string-bytes): Work for XEmacs.
227
228 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
231
232         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
233         IMAP.
234
235 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
236
237         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
238
239         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
240
241         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
242         be added to the backlog.
243
244 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
245
246         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
247         target with a recursive make call.
248
249 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
250
251         * nnimap.el (nnimap-header-parameters): Refactor and request
252         X-GM-LABELS if it's been announced.
253         (nnimap-transform-headers): Gather and output GM-LABELS.
254
255 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
256
257         * mm-decode.el (mm-display-part): Make non-string methods work.
258         Non-string methods are funcalled and work just fine, the test was
259         bogus.
260         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
261         whole frame.
262
263 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
264
265         * nnimap.el (nnimap-request-accept-article): Allow respooling using
266         nnimap.
267
268         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
269         request rescans when being run interactively.
270
271         * nnimap.el (nnimap-request-group): Don't rescan the group here,
272         because that can be very slow in large groups.
273
274         * gnus-int.el (gnus-request-group-scan): New backend function.
275
276         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
277
278 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-group.el (gnus-group-suspend): Close all backends.
281
282 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
283
284         * dgnushack.el (dgnushack-compile-file): New function.
285         (dgnushack-compile): Use it (bug#19514).
286
287 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
290
291 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
292
293         * registry.el: Don't use <class> as a variable.
294
295 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
296
297         system-name's returned value can vary
298         Also, the system-name variable is now obsolete.
299         Fixes Bug#19438.
300         * message.el (message-make-fqdn):
301         * nnvirtual.el (nnvirtual-retrieve-headers)
302         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
303         and avoid naming locals 'system-name'.
304
305 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
308         lines don't get overlong when responding.
309
310 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * registry.el (cl-remf, cl-loop, cl-subseq):
313         Alias to remf, loop, and subseq respectively for old Emacsen.
314
315 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
316
317         * gnus-group.el (gnus-read-ephemeral-bug-group):
318         Bind coding-system-for-read and coding-system-for-write only around
319         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
320
321 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
322
323         * registry.el (registry-db): Set default slot later.
324         This is because its value is not a literal integer.
325
326 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
327
328         * registry.el (registry-db): Fix default registry-db max-size.
329
330 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
331
332         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
333         add warning.
334
335         * gnus-art.el: Fix up compiler warnings.
336         (article-display-face, article-display-x-face): Remove unused `face'.
337         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
338         (article-date-ut): Remove unused var `first'.
339         (gnus-article-prepare): Remove unused var `gnus-article'.
340         (gnus-mime-save-part-and-strip): Remove unused var `param'.
341         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
342         `coding-system' along with corresponding dead code.
343         (gnus-mime-view-part-externally): Remove unused var
344         `mm-user-display-methods'.
345         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
346         (gnus-display-mime): Remove unused var `handle'.
347         (gnus-mime-display-alternative): Remove unused var `props'.
348         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
349         (gnus-article-edit-done): Remove unused var `p'.
350         (gnus-url-mailto): Remove unused var `to'.
351         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
352         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
353
354 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
355
356         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
357         slots into a :max-size slot.
358         (registry-db-version): Add new variable for database version number.
359         (registry-prune): Use :max-size slot. Accept and use a sort-function
360         argument.
361         (registry-collect-prune-candidates): Add new function for finding
362         non-precious pruning candidates.
363         (registry-prune-hard-candidates, registry-prune-soft-candidates):
364         Remove obsolete functions.
365         (initialize-instance): Upgrade registry version when starting.
366
367         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
368         (gnus-registry-max-pruned-entries): Remove obsolete variable.
369         (gnus-registry-cache-file): Change default
370         filename extension to "eieio".
371         (gnus-registry-read): Add new function, split out from
372         `gnus-registry-load', that does the actual object reading.
373         (gnus-registry-load): Use it. Add condition case handler to check for
374         old filename extension and rename to the new one.
375         (gnus-registry-default-sort-function): New variable to specify a sort
376         function to use when pruning.
377         (gnus-registry-save, gnus-registry-insert): Use it.
378         (gnus-registry-sort-by-creation-time): Define a default sort function.
379
380         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
381         Adjust test for new object signature.
382         (gnustest-registry-pruning-test): Add new pruning test.
383         (gnustest-registry-sort-function): Default sort function for testing.
384         (gnustest-registry-pruning-sort-test): New test for sorting.
385
386 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
389         function for reuse.
390         (gnus-mime-buttonize-attachments-in-header): Adjust.
391
392 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * message.el (message-change-subject): Really check whether the subject
395         changed.
396
397 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
400         PDFs.
401         (mailcap-view-mime): New function.
402
403 2014-12-01  Glenn Morris  <rgm@gnu.org>
404
405         * gnus-cloud.el (gnus-cloud): Add :version tag.
406
407 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-art.el (gnus-use-idna):
410         * gnus-sum.el (gnus-summary-idna-message):
411         * message.el (message-use-idna):
412         Protect against nil value for idna-program.
413
414         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
415
416 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
417
418         * auth-source.el (auth-source-macos-keychain-search-items): Return
419         result of `auth-source-macos-keychain-result-append' (bug#19074).
420
421 2014-11-25  Glenn Morris  <rgm@gnu.org>
422
423         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
424         Add :version tag.
425
426 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * pop3.el (pop3-open-server): Warn unless encrypted.
429
430         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
431
432 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
433
434         Port new time stamp handling to Emacs 23.2.
435         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
436         * time-date.el (time-add, time-subtract, time-less-p):
437         Use eval-and-compile, not eval-when-compile.
438
439 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
440
441         * message.el (message-valid-fqdn-regexp): Add non-internaional new
442         TLDs.
443
444 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
445
446         Port new time stamp handling to old Emacs and to XEmacs.
447         This is needed for Gnus, which copies time-date.el and which
448         runs on older Emacs implementations.
449         * time-date.el (with-decoded-time-value):
450         Handle 'nil' and floating-point arg more compatibly with new Emacs.
451         (encode-time-value, with-decoded-time-value):
452         Obsolete only if new Emacs.
453         (time-add, time-subtract, time-less-p): Define if not new Emacs.
454
455         Improve time stamp handling, and be more consistent about it.
456         This implements a suggestion made in:
457         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
458         Among other things, this means timer.el no longer needs to
459         autoload the time-date module.
460         * time-date.el (seconds-to-time, days-to-time, time-since)
461         (with-decoded-time-value):
462         Treat 'nil' as current time.  This is mostly for XEmacs.
463         (encode-time-value, with-decoded-time-value): Obsolete.
464         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
465         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
466
467 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
470         discarding changes in ephemeral groups.
471
472         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
473         things the user isn't interested in.
474
475 2014-11-13  Julien Danjou  <jd@abydos>
476
477         * gnus-notifications.el (gnus-notifications-notify): Provide both
478         app-icon and image-path.
479
480 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
481
482         * mm-url.el (mm-url-encode-multipart-form-data):
483         Restore to handle "multipart/form-data" by eww.
484
485 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
486
487         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
488         Landscheidt.
489
490 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
491
492         Simplify use of current-time and friends.
493         * gnus-delay.el (gnus-delay-article):
494         * gnus-sum.el (gnus-summary-read-document):
495         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
496         * message.el (message-make-expires-date):
497         Omit unnecessary call to current-time.
498         * gnus-util.el (gnus-float-time): Simplify to an alias because
499         time-to-seconds now behaves like float-time with respect to nil arg.
500         (gnus-seconds-year): Don't call current-time twice to get the current
501         time stamp, as this can lead to inconsistent results.
502         * time-date.el (time-to-seconds) [!float-time]:
503         Use current time if arg is nil, to be compatible with float-time.
504         (time-date--day-in-year): New function, with most of the guts of
505         the old time-to-day-in-year.
506         (time-to-day-in-year): Use it.
507         (time-to-days): Use it, to avoid decoding the same time stamp twice.
508
509 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus.el (gnus-mode-line-buffer-identification):
512         Don't add image data for a non-graphic display (bug#18813).
513
514 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
517         load-path, it blocks autoloading of find-image (bug#18813).
518
519 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
520
521         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
522         to keep connection open (bug#18728).
523
524 2014-10-20  Glenn Morris  <rgm@gnu.org>
525
526         * Merge in all changes up to 24.4 release.
527
528 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
529
530         * message.el (message-insert-signature): Use `newline' instead of
531         inserting explicit "\n".
532
533 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
534
535         * gnus-icalendar.el: Support vcal format timezones.
536         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
537         compute dates with associated timezone.
538         (gnus-icalendar-event-from-ical): Compute all timezones.
539
540 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
543         check the newsrc.eld file's timestamp before saving it.
544         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
545         timestamp has changed to be newer.
546
547 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
548
549         * gnus-icalendar.el (gnus-icalendar-identities):
550         Include message-alternative-emails.
551
552 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
555         New compatibility functions.
556         (ntlm-build-auth-response): Use them.
557
558 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
559
560         * ntlm.el (ntlm-build-auth-request):
561         Add NTLM2 Session support.  (Bug#15603)
562
563 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
564
565         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
566         expired messages only when it was built in reverse order.
567
568 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
569
570         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
571         last so it can be used in `message-send-hook'.
572
573 2014-09-29  Daiki Ueno  <ueno@gnu.org>
574
575         * mml.el (mml-parse-1): Error out if unknown mode is specified in
576         <#secure> tag (bug#18513).
577
578 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * parse-time.el: Require cl when compiling.
581
582 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         Use cl-lib as much as possible following the 2014-09-26 change
585         in the Emacs trunk.
586         * parse-time.el: Try requiring cl-lib.
587         (parse-time-incf): Alias to cl-incf or incf.
588         (digit-char-p): Remove.
589         (parse-time-integer): Alias to cl-parse-integer or the one defined.
590         (parse-integer): Rename to parse-time-integer.
591         (parse-time-tokenize, parse-time-rules, parse-time-string)
592         Use parse-time-incf and parse-time-integer.
593
594 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
595
596         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
597         of ":delete".
598
599 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-art.el (gnus-article-browse-html-save-cid-content)
602         (gnus-article-browse-html-parts):
603         Revert last change that breaks links other than cid contents.
604
605 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-art.el (gnus-article-browse-html-save-cid-content)
608         (gnus-article-browse-html-parts): Make cid file names relative.
609
610 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * mm-view.el (mm-display-inline-fontify): Make the working buffer
613         temporarily displayed when running a mode function (at least org-mode
614         requires it).
615
616 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
617
618         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
619         the gnus-summary-article-expire-hook should be told where the function
620         is going. In particular, the Gnus registry might want to know.
621
622 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
623
624         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
625
626 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * gnus-sum.el (gnus-summary-expire-articles): Revert.
629
630 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
631
632         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
633         the gnus-summary-article-expire-hook should be told where the function
634         is going. In particular, the Gnus registry might want to know.
635
636 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
637
638         Don't mishandle year-9999 dates (Bug#18176).
639         * parse-time.el (parse-time-rules):
640         Allow years up to most-positive-fixnum.
641         * time-date.el (date-to-time):
642         Pass "Specified time is not representable" errors through.
643
644 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
645
646         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
647         groups and t.
648
649 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * gnus-utils.el (gnus-recursive-directory-files):
652         Unify hard or symbolic links (bug#18063).
653
654 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
655
656         * gnus-msg.el (gnus-configure-posting-style):
657         Allow string replacements in values when matching against a header.
658
659 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
662         the dribble buffer even when it is shrunk a lot.
663         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
664
665 2014-06-26  Glenn Morris  <rgm@gnu.org>
666
667         * mm-util.el (help-function-arglist): Remove outdated declaration.
668
669 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
670
671         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
672         attribute values.  (Bug#17834)
673
674 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
675
676         * gnus-sum.el (gnus-summary-edit-article-done):
677         Prefer point-marker to copy-marker of point.
678
679 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * Makefile.in (install-el, install-el-elc): Compress .el files.
682         (uninstall): Remove compressed .el files.
683
684 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
687         (gnus-article-read-summary-keys):
688         Don't bug out when there is no article in the summary buffer.
689         (gnus-mime-buttonize-attachments-in-header):
690         Improve criterion that finds parts to display.
691
692         * gnus-art.el (gnus-mm-display-part):
693         * mm-decode.el (mm-shr):
694         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
695         (mm-insert-inline): Revert last changes.
696
697 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * gnus-art.el (gnus-mm-display-part):
700         * mm-decode.el (mm-shr):
701         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
702         (mm-insert-inline): Set insertion type of end-marker, not only
703         start-marker, of undisplayer so as to stay after inserted text.
704
705 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
706
707         * html2text.el (html2text-get-attr): Fix typo when splitting value from
708         attribute. (Bug#17613)
709
710 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
711
712         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
713         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
714
715 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
718         Don't delete next part button; keep spacing between buttons.
719
720 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
723         Work for the last MIME part in an article.
724         (gnus-mime-display-single): Suppress excessive newlines between parts.
725
726         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
727         by leading or trailing newline.
728
729 2014-05-12  Sam Steingold  <sds@gnu.org>
730
731         * time-date.el (seconds-to-string): New function to pretty print time
732         delay in seconds.
733
734 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
737         while prompting a user for a file name, etc.
738         (gnus-mime-display-single): Display part with a common appearance no
739         matter whether MIME button is omitted or not; don't add duplicate entry
740         to gnus-article-mime-handle-alist.
741         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
742
743 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
744
745         * mml2015.el (mml2015-display-key-image): New variable.
746
747 2014-05-08  Glenn Morris  <rgm@gnu.org>
748
749         * gnus-fun.el (gnus-grab-cam-face):
750         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
751         This is CVE-2014-3421.
752
753 2014-05-04  Glenn Morris  <rgm@gnu.org>
754
755         * gnus-registry.el (gnus-registry-install-p): Doc fix.
756
757 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
760         the displaying state of a part.
761         (gnus-mm-display-part): Don't insert a newline in the beginning of
762         a part like gnus-mime-inline-part doesn't; work for XEmacs.
763
764         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
765         (mm-shr): Make undisplayer unbreakable.
766
767         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
768         Don't insert excessive newline.
769         (mm-inline-text-html-render-with-w3m, mm-inline-text)
770         (mm-insert-inline): Make undisplayer unbreakable.
771
772 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
773
774         * gnus.el: Ma Gnus v0.11 is released.
775
776 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-art.el (gnus-mm-display-part):
779         Highlight header attachment buttons.
780
781 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
784         a part; redisplay a button (enbugged in 2014-02-05).
785
786 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * auth-source.el (auth-source-search, auth-source-search-backends):
789         Treat :max 0 as an indicator that a boolean return is wanted, as
790         documented. Reported by Joe Bloggs.
791
792 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-icalendar.el: Require gnus-art.
795
796 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
797
798         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
799         (gnus-icalendar--update-org-event): put event timestamp in
800         the org entry body instead of the drawer.
801         (gnus-icalendar-event--get-attendee-names): list of participants should
802         contain even attendees without common name attribute.
803         (gnus-icalendar--update-org-event): don't generate duplicates of empty
804         property tags in org drawers.
805
806 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gmm-utils.el (gmm-format-time-string): New function.
809
810         * message.el (message-insert-formatted-citation-line): Use the original
811         author's time zone to express a date string.
812
813 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
814
815         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
816         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
817         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
818         Silence compiler warnings.
819         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
820
821 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * mml.el: Require url when compiling.
824
825         * gnus-cloud.el (gnus-cloud-parse-version-1):
826         Use plist-get rather than CL's getf.
827         (gnus-activate-group, gnus-subscribe-group): Declare.
828
829         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
830
831 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
834         buttons when toggling the header off.
835
836 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
837
838         * tls.el (tls-program): Reflow docstring.
839
840 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
841
842         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
843         groups work again.
844
845 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
846
847         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
848         999 correctly (i.e. "1,342").
849
850 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
851
852         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
853         out if the directory doesn't exist.
854
855 2014-03-07  Daiki Ueno  <ueno@gnu.org>
856
857         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
858         commands here; instead, only check if epg-config.el is available.
859
860 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
861
862         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
863         messages with embedded images.
864         (mml-generate-mime): Don't bug out if you don't have libxml.
865
866 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
867
868         * message.el (message-make-html-message-with-image-files): New command.
869
870 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-group.el (gnus-group-make-group): Clarify prompt.
873
874         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
875
876 2014-02-23  David Engster  <deng@randomsample.de>
877
878         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
879         to stay compatible with older Emacsen, so replace `cl-loop' with
880         `loop'.
881
882 2014-02-22  Daniel Colascione  <dancol@dancol.org>
883
884         * auth-source.el (auth-source-secrets-listify-pattern): New function.
885         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
886         instead, build list of patterns.
887
888 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
891         Display header attachment buttons by gnus-article-prepare-display
892         rather than gnus-article-prepare so as to view in mml-preview as well.
893
894 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
897         in `auth-sources' means and link to EPA docs.
898
899 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
900
901         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
902         (bug#12375).
903
904 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
907         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
908
909 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * message.el (message-tab): Mention what happens on normal tabs
912         (bug#11297).
913
914 2014-02-08  Glenn Morris  <rgm@gnu.org>
915
916         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
917
918 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
921         buttons that are hidden in unselected alternative part as well.
922         (gnus-mime-display-alternative): Redraw attachment buttons in header.
923
924         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
925
926 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
929         keystroke.
930         (gnus-server-toggle-cloud-server): Only allow clouding applicable
931         types.
932
933         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
934         with an empty string.
935
936 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
939         buffer-local in some buffers, so bind it explicitly in the buffer we're
940         trying to cancel the article in (bug#10808).
941
942 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
945         New functions.
946
947         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
948         New user option.
949         (gnus-mime-buttonize-attachments-in-header): New function.
950         (gnus-article-prepare): Use it.
951         (gnus-mime-inline-part): Suppress extra newline.
952         (gnus-mm-display-part): Save excursion;
953         remove useless deleting and adding of buttons.
954         (gnus-insert-mime-button): Allow insertion in the middle of a line.
955
956         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
957         Add gnus-mime-buttonize-attachments-in-header.
958
959 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
960
961         * nnimap.el (nnimap-request-articles): New command to download several
962         articles at once.
963
964         * gnus.el (gnus-variable-list): Save Cloud variables.
965
966         * gnus-int.el (gnus-request-accept-article): Doc fix.
967
968 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
969
970         * parse-time.el (parse-time-iso8601-regexp)
971         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
972         it more generally.
973
974 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-cloud.el: New file to provide the Emacs Cloud.
977
978         * dgnushack.el: Silence XEmacs w3 warning.
979
980         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
981         `url-retrieve-synchronously', apparently.
982
983         * dgnushack.el: Silence XEmacs dns.el warning.
984
985         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
986         instead of in all files.
987
988         * dns.el (network-interface-list): Define for XEmacs.
989
990         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
991         XEmacs.
992
993         * nnrss.el (libxml-parse-html-region): Silence compilation error.
994
995 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
996
997         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
998         `gnus-group-split-fancy'.
999
1000 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * message.el (message-remove-header): Doc fix.
1003         (message-forward-included-headers): New variable.
1004         (message-remove-ignored-headers): Use it.
1005
1006 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1007
1008         * nnir.el (nnir-request-update-mark): Don't try to update the source
1009         group if we can't find it (bug#16611).
1010
1011 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1012
1013         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1014
1015 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1016
1017         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1018         network interfaces changed.
1019         (dns-query): Use it to flush the data.
1020
1021 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1022
1023         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1024         from random face commands.
1025         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1026         Face.
1027         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1028         (gnus--random-face-with-type): Generic function returning a face-type
1029         as a string.
1030         (gnus--insert-random-face-with-type): Generic function inserting a face
1031         in a message buffer header.
1032         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1033         (gnus-insert-random-x-face-header): Rewritten to use
1034         `gnus--insert-random-face-with-type`.
1035         (gnus-random-face): Return random (png) Face as string.
1036         (nus-insert-random-face-header): Insert random (png) Face in a message
1037         buffer.
1038
1039 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1040
1041         * mm-url.el: Remove all usage of w3.
1042
1043         * nnrss.el: Ditto.
1044
1045         * mm-decode.el: Ditto.
1046
1047         * mm-view.el: Ditto.
1048
1049         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1050         outdated and all Emacsen have url.el built-in.
1051
1052         * gnus-setup.el: Remove outdated file.
1053
1054 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1055
1056         * gnus.el: Ma Gnus v0.9 is released.
1057
1058 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1061
1062 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1063
1064         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1065         in the summary buffer (bug#13769).
1066
1067 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1070         name if we're using a single article buffer.  Otherwise, it may point
1071         to a killed buffer (bug#13756).
1072
1073 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1076         the match data, just save and restore it explicitly (bug#12375).
1077
1078         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1079         that's needed.
1080
1081         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1082         the code once (bug#9069).
1083
1084 2014-01-18  Steinar Bang  <sb@dod.no>
1085
1086         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1087         reading.
1088
1089 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1090
1091         * message.el (message-bury): Call bury-buffer with no argument
1092         in the message-return-action case too.
1093
1094 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1097         (nnimap-split-fancy, nnimap-split-methods): Declare.
1098
1099         * mm-util.el (help-function-arglist): Declare.
1100
1101 2013-12-28  Glenn Morris  <rgm@gnu.org>
1102
1103         * gnus-sieve.el (gnus-sieve-select-method):
1104         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1105         (gravatar-rating, gravatar-size):
1106         * message.el (message-minibuffer-local-map):
1107         * sieve-manage.el (sieve-manage-authenticators)
1108         (sieve-manage-authenticator-alist): Specify custom types.
1109
1110         * hashcash.el (hashcash-program): Rename from hashcash-path.
1111         Update callers.
1112
1113         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1114         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1115         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1116
1117         * auth-source.el (auth-sources):
1118         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1119         Fix custom types.
1120
1121         * tls.el (tls-certtool-program): Fix default value.
1122
1123 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1124
1125         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1126         we get proper traces there, too.
1127
1128 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1129
1130         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1131         value of the parameters if the current article has a Reply-To or From
1132         field.
1133
1134 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1137
1138 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1139
1140         * gnus-sum.el (gnus-summary-exit): Stop animations.
1141
1142 2013-12-19  Juri Linkov  <juri@jurta.org>
1143
1144         * gnus.el (gnus-suppress-keymap):
1145         * gnus-art.el (gnus-article-mode-map):
1146         * gnus-group.el (gnus-group-mode-map):
1147         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1148         Remove [backspace] key binding because it shadows DEL (bug#16035).
1149
1150         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1151
1152 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1155         Make sure work directory exists.
1156         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1157         rather than tmp directory.
1158         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1159         not necessarily always run, with it.
1160
1161 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1162
1163         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1164         value of gnus-icalendar-additional-identities work without restart.
1165
1166 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * mm-util.el (mm-make-temp-file):
1169         Alias to make-temp-file for modern Emacsen.
1170
1171 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1174         nnir-article-number and nnir-article-group.
1175
1176 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1177
1178         * message.el (message-send-mail-with-sendmail):
1179         Don't kill error buffer if sending fails.
1180
1181 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1182
1183         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1184         (gnus-icalendar-event->org-entry)
1185         (gnus-icalendar--update-org-event)
1186         (gnus-icalendar-event->gnus-calendar): Distinguish between
1187         required/optional/non-participant attendee status.  Fix bug causing
1188         the first required event participant to be omitted.
1189
1190 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-art.el (article-de-quoted-unreadable)
1193         (article-de-base64-unreadable, gnus-mime-copy-part)
1194         * gnus-html.el (gnus-article-html)
1195         * mm-view.el (mm-inline-text-html-render-with-w3)
1196         (mm-inline-text-html-render-with-w3m-standalone)
1197         * rfc2231.el (rfc2231-decode-encoded-string):
1198         Allow overriding charset by mm-charset-override-alist.
1199
1200         * gnus-art.el (gnus-article-browse-html-parts):
1201         Replace LWSPs with `&nbsp;'s in header.
1202
1203         Work for broken Chinese articles.
1204
1205         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1206         Exclude broken handles that gnus-summary-enter-digest-group may create.
1207         (gnus-article-browse-html-parts):
1208         Allow overriding charset by mm-charset-override-alist.
1209
1210 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1211
1212         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1213         (gnus-icalendar-identities): Support additional-identities.
1214
1215 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1216
1217         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1218         org-timestamp for events ending at midnight.
1219
1220 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1221
1222         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1223         .log files.
1224
1225 2013-11-20  David Engster  <deng@randomsample.de>
1226
1227         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1228
1229 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1230
1231         * message.el (message-beginning-of-line):
1232         Use beginning-of-visual-line when visual-line-mode is turned on.
1233
1234 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1235
1236         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1237         (gnus-icalendar-event-from-ical)
1238         (gnus-icalendar-event->org-entry)
1239         (gnus-icalendar--update-org-event): Required/optional participation,
1240         list of attendees synced to org.
1241
1242 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1243
1244         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1245         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1246         cancellations to be synced to org if the original appt has an org
1247         outline.
1248
1249 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1250
1251         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1252         (gnus-icalendar-event->org-entry)
1253         (gnus-icalendar--update-org-event)
1254         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1255
1256 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1257
1258         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1259         Fix timezone handling in gnus-icalendar export to org.
1260
1261 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1264
1265 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1268
1269 2013-10-30  Glenn Morris  <rgm@gnu.org>
1270
1271         * gnus-group.el (gnus-group-browse-foreign-server):
1272         * gnus-int.el (gnus-start-news-server):
1273         Silence compiler obsolescence warning.
1274
1275 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1276
1277         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1278         `nnoo-current-server' first, then for the actual `nnimap-address' to
1279         allow netrc entries for the nnoo server to coexist with netrc entries
1280         for the `nnimap-address'.
1281
1282 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * mm-decode.el (mm-dissect-buffer): Revert last change.
1285         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1286         The problem that motivated those changes was attributed to a broken
1287         mail sender, and has been fixed.
1288
1289 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1292         token is missing in the Content-Type header.
1293
1294         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1295
1296 2013-09-18  Glenn Morris  <rgm@gnu.org>
1297
1298         * gnus-util.el (image-size): Declare.
1299
1300 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1303         (gnus-icalendar-event-from-ical)
1304         (gnus-icalendar-event--build-reply-event-body)
1305         (gnus-icalendar-event-reply-from-buffer)
1306         (gnus-icalendar-find-org-event-file)
1307         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1308         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1309
1310         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1311
1312 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1315         Use save-current-buffer.
1316         (gnus-tree-mode-map): Initialize in the declaration.
1317         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1318         (scroll-in-place): Defvar it.
1319         (gnus-tmp-*): Defvar them.
1320         (gnus-get-tree-buffer): Use derived-mode-p.
1321         (gnus--let-eval): New macro.
1322         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1323         non-prefixed variables.
1324         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1325
1326         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1327         vars since it doesn't seem to be available.
1328         (gnus-set-global-variables, gnus-summary-read-group-1)
1329         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1330         (gnus-summary-display-article, gnus-summary-select-article)
1331         (gnus-summary-next-article, gnus-offer-save-summaries)
1332         (gnus-summary-generic-mark): Use derived-mode-p.
1333         (gnus-summary-read-group-1, gnus-summary-exit)
1334         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1335         Adjust calls to gnus-tree-close and gnus-tree-open.
1336
1337         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1338
1339         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1340         (gnus-agent-mode): Use derived-mode-p.
1341         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1342         gnus-command-method and *-command-method to nil, but bind
1343         gnus-command-method to *-command-method instead!
1344         (gnus-agent-fetch-articles): Remove unused var `id'.
1345         (gnus-agent-fetch-headers): Remove unused arg `force'.
1346         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1347         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1348         (gnus-agent-short-article, gnus-agent-long-article)
1349         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1350         first use.
1351         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1352         `score-param'.
1353         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1354         (gnus-get-predicate): Push in front of the cache, rather than end.
1355         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1356         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1357         (gnus-agent-expire-unagentized-dirs): Don't rebind
1358         gnus-agent-expire-current-dirs since the defvar silences the warning.
1359         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1360         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1361         (gnus-agent-regenerate): Simplify interactive spec and doc.
1362
1363 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * gnus-int.el (gnus-open-server): Silence compiler.
1366
1367         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1368
1369         * message.el (message-display-completion-list): Abolish.
1370         (message-completion-in-region): Use display-completion-list.
1371
1372 2013-09-17  Glenn Morris  <rgm@gnu.org>
1373
1374         * gnus-util.el (gnus-message-with-timestamp-1):
1375         Use `messages-buffer' function if available.  Ignore read-only.
1376
1377 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * message.el (message-expand-group, message-completion-in-region):
1380         Correct the order of start and end of a region.
1381
1382 2013-09-13  Glenn Morris  <rgm@gnu.org>
1383
1384         * mml2015.el (gnus-create-image): Autoload it.
1385
1386         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1387
1388         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1389         (image-size): Declare.
1390
1391 2013-09-12  Glenn Morris  <rgm@gnu.org>
1392
1393         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1394         Avoid using `find', which i) might not be defined at runtime;
1395         ii) does not work, since its default test is eql, not equal.
1396         (gnus-mime-action-alist): Declare.
1397
1398 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1399
1400         * score-mode.el (gnus-score-mode-map): Move initialization
1401         into declaration.
1402         (gnus-score-mode): Use define-derived-mode.
1403         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1404         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1405         into declaration.
1406         (gnus-kill-file-mode): Use define-derived-mode.
1407         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1408         Use derived-mode-p.
1409         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1410         (gnus-group-setup-buffer, gnus-group-name-at-point)
1411         (gnus-group-make-web-group, gnus-group-enter-directory)
1412         (gnus-group-suspend): Use derived-mode-p.
1413         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1414         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1415         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1416         (gnus-article-setup-buffer, gnus-article-prepare)
1417         (gnus-article-prepare-display, gnus-sticky-article)
1418         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1419         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1420         (gnus-article-read-summary-keys): Use derived-mode-p.
1421
1422 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1425
1426 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1429         shift_jis from the default value set for Japanese users.
1430
1431 2013-08-13  Glenn Morris  <rgm@gnu.org>
1432
1433         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1434
1435         * gnus.el (gnus-valid-select-methods): Fix type.
1436
1437         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1438
1439 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * mm-decode.el (mm-display-external): Run a timer for the temp files
1442         deletion after a viewer exits; add a deletion timer for the needsterm
1443         case, too.
1444
1445         * mm-decode.el (mm-display-external): Try to delete temporary files by
1446         using a 1-min. timer.
1447
1448 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1451         New internal variables.
1452         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1453         (mm-display-external): Use it to delete temporary files instead of
1454         using timers.
1455
1456 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1459
1460 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1461
1462         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1463         with cond for backwards compatability.
1464
1465 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * mm-decode.el (mm-display-external): Bind process-connection-type to
1468         nil; don't delete a temp file immediately even if a viewer finishes,
1469         since it may be a shell script, like xdg-open, that launches a real
1470         viewer program belatedly.
1471
1472 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1473
1474         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1475         that we can create nndoc groups that excerpt other groups.
1476
1477 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-delay.el (gnus-delay-article): Fix typo.
1480
1481         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1482         articles.
1483
1484         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1485         we can get spell-checking etc.
1486
1487 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1490         a single one used for encoding the whole text in a header.
1491
1492 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1495         doesn't work properly on XEmacs.
1496
1497 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1500         before sending.
1501
1502         * dgnushack.el (dgnushack-compile): Add a temporary check for
1503         gnus-icalendar.
1504
1505         * mm-decode.el (mm-command-output): New face.
1506         (mm-display-external): Use it.
1507
1508 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1509
1510         * nnmbox.el (nnmbox-request-article): Don't change point.
1511
1512 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1515         Include `handle' parameter.
1516
1517 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1518
1519         * gnus-icalendar.el: New file.
1520
1521 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1524
1525         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1526         dummy roots, too.
1527
1528 2013-08-01  David Edmondson  <dme@dme.org>
1529
1530         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1531         out on ttys.
1532
1533 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1536         not empty.
1537
1538         * nnrss.el (nnrss-discover-feed): Indent.
1539
1540 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1543
1544 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1547         dirty to ensure nnimap data being saved.
1548
1549 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1550
1551         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1552         menu entry.
1553
1554         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1555         the current thread's total score instead of the current article's
1556         score.
1557
1558         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1559         (gnus-sort-threads-recursively): Delete defcustom.
1560         (gnus-sort-threads-recursive): Adapt accordingly.
1561
1562 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1563
1564         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1565         (gnus-sort-threads-recursive): Use it.
1566         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1567         again.  Now that determines how to sort subthreads.
1568
1569 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1570
1571         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1572         (gnus-sort-threads): Use it.
1573
1574 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1575
1576         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1577         punctuation characters follow parentheses (bug#14950).
1578
1579 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus.el (gnus-continuum-version):
1582         * gnus-msg.el (gnus-extended-version): Simplify.
1583
1584         * gnus.el (gnus-continuum-version-1): Remove.
1585         * gnus-msg.el (gnus-bug): Revert.
1586
1587         Calculate gnus-version correctly on Cygwin.
1588
1589         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1590         (gnus-continuum-version-1): New function, return a string.
1591
1592         * gnus-msg.el (gnus-extended-version, gnus-bug):
1593         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1594
1595 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1596
1597         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1598         (bug#13384).
1599
1600 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1603         that were only relevant in a development version a long time ago.
1604
1605 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1608         that the old Emacs 24s bundle.
1609
1610 2013-07-10  David Engster  <deng@randomsample.de>
1611
1612         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1613         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1614         fixes a bug in Emacs trunk where the 'unexist' marks were always
1615         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1616         Gnus v0.03".
1617
1618 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1619
1620         * gnus.el (gnus-summary-line-format): Reference
1621         `gnus-user-date-format-alist' for the &user-date; format, not
1622         `gnus-summary-user-date-format-alist'.
1623
1624 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1627         delete files (bug#13481).
1628
1629 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1630
1631         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1632
1633 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1636         display images.
1637
1638         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1639
1640         * message.el (message-cancel-news): According to
1641         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1642         preferred over "cmsg cancel" in the Subject.
1643
1644         * nnir.el (nnir-engines): Note that the group specs are regexps
1645         (bug#13238).
1646
1647         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1648         gotten read-only text properties, ensure that those aren't heeded when
1649         copying stuff over (bug#13434).
1650
1651         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1652         (bug#13762).
1653
1654 2013-07-05  David Kastrup  <dak@gnu.org>
1655
1656         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1657         authinfo file again (important for blank passwords).  This had been
1658         broken with 2013-06-15 change.
1659
1660 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1663         Revert 2013-01-14 change.
1664
1665 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1666
1667         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1668         of 'create-image' for XEmacs compatibility; check errors when decoding
1669         image.  Reported by Uwe Brauer.
1670
1671 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1674         gnus-button-push revised at 2011-01-19.
1675
1676 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1679         now live in the lisp/net Emacs 24 repository.
1680
1681 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * eww.el (eww-update-header-line-format): Quote % characters.
1684
1685 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * eww.el (eww-process-text-input): Display passwords as asterisks.
1688
1689         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1690
1691 2013-06-19  Tom Tromey  <tromey@redhat.com>
1692
1693         * eww.el (eww-top-url): Remove.
1694         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1695         (eww-render): Set new variables.  Don't set eww-top-url.
1696         (eww-handle-link): Handle "prev", "home", and "contents".
1697         Downcase the rel text.
1698         (eww-top-url): Choose best top URL.
1699
1700 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * eww.el: Rewrite to implement form elements "by hand" instead of
1703         relying in widget.el.  Using widget.el leads to too many
1704         user interface inconsistencies.
1705         (eww-self-insert): Implement entering commands in text fields.
1706         (eww-process-text-input): New function to make text input field editing
1707         work.
1708         (eww-submit): Rewrite to use the new-style form methods.
1709         (eww-select-display): Display the correct selected item.
1710         (eww-change-select): Implement changing the select value.
1711         (eww-toggle-checkbox): Implement radio/checkboxes.
1712         (eww-update-field): Fix compilation error.
1713         (eww-tag-textarea): Implement <textarea>.
1714
1715         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1716         don't shadow mode-specific bindings.
1717
1718         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1719         nothing to push.
1720
1721         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1722
1723 2013-06-19  Glenn Morris  <rgm@gnu.org>
1724
1725         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1726
1727 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1728
1729         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1730
1731 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * shr.el (shr-make-table-1): Implement <td rowspan>.
1734         (shr-table-horizontal-line): Allow nil as a value, and change the
1735         default.
1736         (shr-insert-table-ruler): Respect the nil value.
1737
1738 2013-06-18  Tom Tromey  <tromey@barimba>
1739
1740         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1741         New defvars.
1742         (eww-open-file): New defun.
1743         (eww-render): Initialize new variables.
1744         (eww-display-html): Handle "link" and "a".
1745         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1746         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1747         (eww-back-url): Rename from eww-previous-url.
1748         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1749         defuns.
1750
1751 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * shr.el (shr-tag-table): Insert the images after the table, so that
1754         they're not covered by the table colourisation, which often looked
1755         awkward.
1756         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1757         <dd>.
1758         (shr-make-table-1): Implement <td colspan=> support.
1759         (shr-insert-document): Use one less than window width if `shr-width' is
1760         nil, since otherwise things may get one character too wide.
1761
1762 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * eww.el (eww-detect-charset): Improve regexp; move backward.
1765
1766 2013-06-18  Glenn Morris  <rgm@gnu.org>
1767
1768         * mm-decode.el (widget-convert-button): Autoload.
1769
1770         * sieve-manage.el (mm-enable-multibyte): Autoload.
1771
1772         * shr.el (libxml-parse-html-region): Declare.
1773         (shr-render-buffer): Explicit error if no libxml2 support.
1774
1775 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1776
1777         * auth-source.el (auth-source-current-line): New function.
1778         (auth-source-netrc-parse-entries): When a data token is "machine",
1779         assume we're in the wrong place and abort parsing the current line.
1780
1781 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1784         (eww-convert-widgets): Don't bug out if the first widget starts at the
1785         beginning of the buffer.
1786         (eww-convert-widgets): Fix last patch.
1787         (eww-tag-input): Support <input type=image>.
1788
1789         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1790         (shr-tag-base): Protect against base specs that are degenerate.
1791         (shr-ensure-paragraph): Don't delete empty lines that have text
1792         properties, because these may be input fields.
1793
1794         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1795         we can navigate to them.
1796
1797         * shr.el (shr-colorize-region): Put the colours over the entire region.
1798         (shr-inhibit-decoration): New variable.
1799         (shr-add-font): Use it to inhibit text property decorations while doing
1800         preliminary table renderings.  This speeds up typical Wikipedia page
1801         renderings by 15%.
1802         (shr-tag-span): Don't respect the <title>, because that overwrites the
1803         help-echo from links inside the spans.
1804         (shr-next-link): Use `help-echo' for navigation, so that we can
1805         navigate to form elements, too.
1806
1807         * eww.el (eww-button): New face.
1808         (eww-convert-widgets): Use it to make submit buttons more button-like.
1809
1810         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1811         that Gnus commands work.
1812
1813         * shr.el (shr-render-td): Support horizontal alignment.
1814
1815         * eww.el (eww-put-color): Removed.
1816         (eww-colorize-region): Use `add-face-text-property'.
1817
1818         * shr.el (shr-add-font): Append face data, so that we get the correct
1819         precedence: The innermost value (which is applied first) wins.
1820         (shr-make-overlay): Obsolete function.
1821
1822         * mm-decode.el (mm-convert-shr-links): New function to convert
1823         new-style shr URL links into widgets.
1824         (mm-shr): Use it.
1825
1826         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1827         widget commands, since we're no longer using widgets for links.
1828
1829         * shr.el (shr-next-link): New command.
1830         (shr-previous-link): New command.
1831         (shr-urlify): Don't use `widget-convert', because that's slow.
1832         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1833         because collecting the overlays and reapplying them when generating
1834         tables is slow.
1835         (shr-insert-table): Ditto.
1836
1837 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1838
1839         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1840         * shr.el (browse-url): Require `url'.
1841         * eww.el (url): Require format-spec.
1842
1843 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * eww.el (eww-display-html): Default to using the entire window width.
1846         (eww-browse-url): Don't add a User-Agent header (twice), because that
1847         makes Bing refuse connection.
1848
1849         * shr.el (shr-make-table): Cache the table rendering at the table
1850         level, and not the <td> level.  This is a bit faster.
1851
1852         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1853         #id.
1854
1855         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1856         browsers don't.
1857         (shr-expand-url): Respect #anchor links.
1858         (shr-parse-base): Chop off the anchor before using.
1859         (shr-descend): Respect display: none.
1860         (shr-descend): Allow marking elements that have certain IDs.
1861
1862         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1863
1864         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1865
1866         * eww.el (eww-tag-textarea): Support <textarea>.
1867
1868 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1869
1870         * shr.el (shr-dom-to-xml): Fixed function call.
1871
1872         * eww.el (eww): New group.
1873         (eww-header-line-format): New custom variable.
1874         (eww-current-title): New variable.
1875         (eww-display-html): Update header and handle title tag.
1876         (eww-update-header-line-format): New function.
1877         (eww-tag-title): New function.
1878
1879         * shr.el (shr-dom-to-xml): New function.
1880         (shr-tag-svg): Add support for the SVG tag.
1881         (shr-bullet): New custom variable.
1882         (shr-tag-li): Support custom bullet in unordered lists.
1883
1884 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * shr.el (shr-expand-url): Respect // URLs.
1887
1888         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1889         put a background colour onto the entire buffer.
1890         (eww-render): When being redirected, use the redirect URL as the new
1891         base URL.
1892
1893         * shr.el (shr-parse-base): Fix parsing error.
1894
1895         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1896
1897         * shr.el (shr-parse-base): New function.
1898         (shr-expand-url): Use it to expand relative URLs reliably.
1899
1900 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1901
1902         * auth-source.el (auth-source-search-collection): Fix docstring.
1903         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1904         single-quoted strings and multiline entries.
1905         (auth-source-netrc-parse-next-interesting)
1906         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1907         functions to support parser.
1908
1909 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * eww.el (eww-submit): Get submit button logic right when hitting RET
1912         on non-submit buttons.
1913
1914         * shr.el: Remove shr-preliminary-table-render, since that can't really
1915         be used for anything in practice.
1916
1917 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1918
1919         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1920         (sieve-manage-quit).
1921
1922 2013-06-14  Glenn Morris  <rgm@gnu.org>
1923
1924         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1925
1926 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1927
1928         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1929         control the maximum size of photo ID image.
1930         (mml2015-epg-key-image-to-string): Respect it.
1931
1932 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1935         instead of the final one so that we can more easily distinguish them.
1936
1937         * eww.el (eww-submit): Compute the submission URL correctly.
1938
1939 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1940
1941         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1942         Use plist-get rather than CL's getf.
1943         (sieve-manage-parse-capability): Avoid CL's remove-if.
1944
1945 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1946
1947         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1948         (sieve-manage-quit).
1949
1950 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1953         last slash.
1954
1955         * eww.el (eww-tag-select): Use the first value as the default value.
1956
1957 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1958
1959         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1960         (eww-mode): Use `define-derived-mode'.
1961         (eww-parse-headers): Parse headers from beginning of buffer so that
1962         file:// links work.
1963
1964 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1967
1968 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1971         to handle them at all.
1972
1973 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1976         work, too.
1977         (eww-tag-select): Implement <select>.
1978
1979 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1980
1981         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1982         stream managing functions by using open-protocol-stream to do most of
1983         the work.  Has the nice benefit of enabling STARTTLS.
1984         Wait for capabilities after STARTTLS: following RFC5804, the server
1985         sends new capabilities after successfully establishing a TLS connection
1986         with the client.  The client should update the cached list of
1987         capabilities, but we just ignore the answer for now.
1988         (sieve-manage-network-p, sieve-manage-network-open)
1989         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1990         (sieve-manage-forward, sieve-manage-streams)
1991         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1992         API, nor called by any other function.
1993         Enable Multibyte for SieveManage buffers: The parser won't properly
1994         handle umlauts and line endings unless multibyte is turned on in the
1995         process buffer.
1996
1997 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998
1999         * eww.el (eww-tag-input): Support password fields.
2000         (eww-submit): Support POST.
2001
2002 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * eww.el (eww-tag-form): Protect against degenerate forms.
2005
2006         * shr.el (shr-expand-url): Expand URLs that start with a slash
2007         correctly.
2008
2009         * eww.el (eww-submit): Get submit button logic right.
2010
2011         * shr.el (shr-final-table-render): New variable to signal when we're
2012         doing the final table rendering so that we can collect more data at
2013         that point.
2014
2015         * eww.el (eww-submit): Make form submission work.
2016         (eww-tag-input): Implement submit buttons.
2017         (eww-click-radio): Implement radio and checkboxes.
2018         (eww-submit): Handle hidden elements.
2019
2020         * shr.el (shr-descend): Allow other packages to override (or provide)
2021         rendering of elements.
2022         (shr-expand-url): Strip query strings from URLs before expanding them.
2023
2024         * eww.el: Don't require cl-lib.
2025         (eww-tag-form): Start form support.
2026
2027         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2028
2029         * eww.el: Start writing a new, tiny web browser.
2030         (eww-previous-url): New command.
2031         (eww-quit): New command.
2032
2033 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2034
2035         * sieve.el: Put point at beginning of buffer when viewing a script.
2036         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2037         number in sieve-buffer's header.  Fixed code to also work with a string
2038         as port specifier.  Properly close the connection on pressing 'q'.  Make
2039         sieve-manage-quit close the connection and process buffer.  Also, remove
2040         duplicate keybinding for 'q'.
2041
2042 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2043
2044         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2045         make it easier to read.
2046         (mm-pkcs7-enveloped-magic): Ditto.
2047
2048 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2049
2050         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2051         before `image-type-available-p' to avoid loading the image libraries
2052         needlessly.
2053
2054 2013-06-05  David Engster  <deng@randomsample.de>
2055
2056         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2057         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2058         to see whether the group was synced before.
2059
2060 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2063         when opening the connection.
2064         Suggested by João Távora <joaotavora@gmail.com> in
2065         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2066
2067 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2070         assume Date header begins with "Date", that may be customized into
2071         something like "X-Sent" using gnus-article-time-format.
2072         (article-transform-date): Allow multi-line Date header.
2073
2074 2013-06-02  David Engster  <deng@randomsample.de>
2075
2076         * registry.el (initialize-instance, registry-lookup)
2077         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2078         (registry-lookup-secondary-value, registry-search, registry-delete)
2079         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2080         not wrap methods in `eval-and-compile'.  This breaks due to latest
2081         changes in EIEIO (introduction of eieio-core.el).
2082
2083 2013-05-30  Glenn Morris  <rgm@gnu.org>
2084
2085         * nnmail.el (nnmail-fancy-expiry-target):
2086         Also bind mail-dont-reply-to-names.
2087
2088         * spam-stat.el (spam-stat-save):
2089         No need to tweak font-lock in temp buffers.
2090
2091         * shr.el (shr-put-image): Silence compiler.
2092
2093 2013-05-29  Glenn Morris  <rgm@gnu.org>
2094
2095         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2096
2097         * gnus-group.el (gnus-sequence-of-unread-articles)
2098         (gnus-summary-add-mark, gnus-mark-article-as-read)
2099         (gnus-group-make-articles-read): Declare.
2100
2101         * gnus-sum.el (gnus-parameter-list-identifier)
2102         (gnus-article-stop-animations, gnus-stop-downloads)
2103         (gnus-article-only-boring-p, article-goto-body)
2104         (gnus-flush-original-article-buffer, article-narrow-to-head)
2105         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2106         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2107
2108         * gnus.el: No need to eval-and-compile autoloads.
2109
2110         * gravatar.el (help-function-arglist): Autoload.
2111
2112         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2113
2114         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2115
2116         * spam.el: No need to load spam-report when compiling.
2117         No need to eval-and-compile autoloads.
2118         (spam-report-resend-to): Declare.
2119         (spam-report-resend-register-routine): Require 'spam-report.
2120
2121 2013-05-24  Julien Danjou  <julien@danjou.info>
2122
2123         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2124         setup.
2125
2126 2013-05-23  Glenn Morris  <rgm@gnu.org>
2127
2128         * gnus-util.el (rmail-swap-buffers-maybe)
2129         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2130         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2131         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2132
2133         * mm-decode.el: No need to load term when compiling.
2134         (term-mode, term-char-mode): Declare.
2135
2136         * mm-util.el: No need to load jka-compr when compiling.
2137         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2138
2139         * nnmaildir.el: Require is automatically eval-and-compile.
2140         (nnmail): Require at run-time too.
2141
2142         * registry.el (registry-size): Move definition before use.
2143
2144 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2145
2146         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2147         signed data to conform the standard.  (Bug#14232)
2148
2149 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2150
2151         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2152         double angle quotation mark.
2153
2154 2013-05-20  Glenn Morris  <rgm@gnu.org>
2155
2156         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2157
2158 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2159
2160         * message.el (message-insert-formatted-citation-line): handle finding
2161         first/lastname when more than 2 names appear.
2162
2163 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2164
2165         * shr.el (shr-tag-span): New function.
2166
2167 2013-05-18  Glenn Morris  <rgm@gnu.org>
2168
2169         * message.el (message-mode): Use message-mode-abbrev-table,
2170         with text-mode-abbrev-table as parent.  (Bug#14413)
2171
2172 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * message.el (message-expand-group): Decode group names.
2175
2176 2013-05-16  Julien Danjou  <julien@danjou.info>
2177
2178         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2179         app-icon.
2180
2181 2013-05-15  Glenn Morris  <rgm@gnu.org>
2182
2183         * shr-color.el (shr-color-visible-luminance-min)
2184         (shr-color-visible-distance-min): Use shr-color group.
2185
2186 2013-05-11  Glenn Morris  <rgm@gnu.org>
2187
2188         * gnus-vm.el: Make it loadable without VM.
2189         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2190         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2191
2192 2013-05-09  Glenn Morris  <rgm@gnu.org>
2193
2194         * mml1991.el: Make it loadable.  (Bug#13456)
2195
2196         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2197         * gnus-async.el (gnus-async-post-fetch-function):
2198         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2199         * gnus-html.el (gnus-html-image-cache-ttl):
2200         * gnus-notifications.el (gnus-notifications-timeout):
2201         * gnus-picon.el (gnus-picon-properties):
2202         * gnus-util.el (gnus-completion-styles):
2203         * gnus.el (gnus-other-frame-resume-function):
2204         * message.el (message-user-organization-file)
2205         (message-cite-reply-position):
2206         * nnir.el (nnir-summary-line-format)
2207         (nnir-retrieve-headers-override-function):
2208         * shr-color.el (shr-color-visible-luminance-min):
2209         * shr.el (shr-blocked-images):
2210         * spam-report.el (spam-report-resend-to):
2211         * spam.el (spam-summary-exit-behavior): Fix custom types.
2212
2213         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2214
2215 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2218         because of let-binding help-xref-following.  (Bug#14356)
2219
2220 2013-05-06  Glenn Morris  <rgm@gnu.org>
2221
2222         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2223
2224 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2225
2226         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2227         entering into the registry.
2228
2229 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2230
2231         * gnus.el: Ma Gnus v0.7 is released.
2232
2233 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2236         (Bug#14304)
2237
2238 2013-04-27  Glenn Morris  <rgm@gnu.org>
2239
2240         * gnus.el (gnus-list-debbugs):
2241         Use require rather than autoload.  (Bug#14262)
2242
2243 2013-04-27  Julien Danjou  <julien@danjou.info>
2244
2245         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2246         port to "sieve" now that it has an official IANA port assigned.
2247
2248 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2251         Don't set the MAILHOST environment variable permanently (Bug#14271).
2252
2253 2013-04-26  Glenn Morris  <rgm@gnu.org>
2254
2255         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2256
2257 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2258
2259         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2260         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2261
2262 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2263
2264         * nnir.el (nnir-close-group): Make sure we are in the right group.
2265
2266         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2267         dependency table from all newly retrieved headers.
2268
2269 2013-04-16  David Edmondson  <dme@dme.org>
2270
2271         Support <img src="data:...">.
2272
2273         * shr.el (shr-image-from-data): New function.
2274         (shr-tag-img): Use it.
2275
2276 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2277
2278         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2279         group.
2280
2281 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2284         corresponding to any existing group (Bug#14166).
2285
2286 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2287
2288         * nnir.el (number-sequence): No longer used.
2289         (nnir-request-set-mark): New function.
2290         (nnir-request-update-info): Improve marks updating.
2291         (nnir-request-scan): Don't duplicate marks updating.
2292         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2293         Use 'assq rather than 'assoc.  Quote anonymous function.
2294         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2295         Use 'gnus-group-prefixed-p.
2296         (gnus-summary-create-nnir-group): Make sure server for method is open.
2297
2298 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2299
2300         * nnir.el (gnus-nnir-group-p): New function.
2301         (nnir-possibly-change-group): Use it.
2302
2303         * gnus-msg.el (gnus-setup-message): Use it.
2304
2305 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2308         `initial-input' for the argument name.
2309         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2310
2311 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2312
2313         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2314         (used by MH-E).
2315
2316 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2317
2318         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2319         group.
2320
2321         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2322         fix compilation.
2323
2324 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2325
2326         * nnir.el (nnir-method-default-engines): And another typo.
2327
2328 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2329
2330         * nnir.el (nnir-method-default-engines): Fix typo.
2331
2332 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2333
2334         * nnir.el: Define 'number-sequence for xemacs.
2335         (gnus-summary-create-nnir-group): New function to create an nnir group
2336         from an nnir summary buffer based on the current query.
2337         (nnir-request-create-group): Update to allow nnir group creation based
2338         on the current query.
2339
2340 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * nndraft.el (nndraft-request-expire-articles):
2343         Make expiry target always `delete'.
2344
2345 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2346
2347         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2348         buffer use the posting-style and gcc of the original article group.
2349         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2350
2351         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2352         after other deffoos.
2353
2354 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2355
2356         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2357         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2358         support for real (i.e. not ephemeral) nnir groups.
2359         (gnus-summary-make-nnir-group): New function for initiating searches
2360         from a summary buffer.
2361
2362 2013-03-18  Sam Steingold  <sds@gnu.org>
2363
2364         * message.el (message-bury): Minor cleanup.
2365
2366 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2367
2368         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2369
2370 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2373         nnml-request-list.  (Bug#13873)
2374         (nndir-request-newsgroups): Remove, unused.
2375
2376         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2377
2378 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2379
2380         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2381         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2382         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2383
2384 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2385
2386         * shr.el: Make all the overlays set the `evaporate' property so that
2387         they're removed properly.
2388
2389 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2390
2391         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2392         shell-quote-argument.
2393
2394 2013-02-22  David Engster  <deng@randomsample.de>
2395
2396         * gnus-registry.el (gnus-registry-save): Provide class name when
2397         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2398         `condition-case' to stay compatible with older EIEIO versions which
2399         only accept one argument.
2400
2401 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2402
2403         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2404         (epg-user-id-validity): Autoload.
2405         (mml2015-epg-check-user-id): New function.
2406         (mml2015-epg-check-sub-key): New function split from
2407         mml2015-epg-find-usable-key.
2408         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2409         optional name-is-key-id, to handle the case when user-id is unusable.
2410         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2411
2412 2013-02-17  Glenn Morris  <rgm@gnu.org>
2413
2414         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2415
2416 2013-02-16  Glenn Morris  <rgm@gnu.org>
2417
2418         * shr.el (shr-put-image): Only animate images that specify a delay.
2419         This is consistent with the old image-animated-p behavior.
2420
2421 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2424         for XEmacs.
2425
2426 2013-02-13  Juri Linkov  <juri@jurta.org>
2427
2428         * gnus-art.el (gnus-article-mode-map):
2429         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2430         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2431
2432 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2433
2434         * auth-source.el (auth-source-format-prompt): Don't get confused by
2435         any "\" in replacement text.  (Bug#13637)
2436
2437 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2438
2439         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2440         (gnus-backend-trace): Honour gnus-backend-trace.
2441
2442         * mml.el (mml-insert-part): Insert closing tag.
2443
2444         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2445
2446 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2449         able to find the article, which can happen in debbugs groups,
2450         apparently.
2451
2452 2013-01-16  Glenn Morris  <rgm@gnu.org>
2453
2454         * smiley.el (smiley-style): Make the file loadable in batch mode.
2455
2456 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2457
2458         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2459         imap process running.
2460
2461 2013-01-14  Julien Danjou  <julien@danjou.info>
2462
2463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2464         Compare addresses against addresses, not against the full From field.
2465
2466 2013-01-13  Richard Stallman  <rms@gnu.org>
2467
2468         * message.el (message-forward-make-body-mime): New args BEG, END
2469         specify what part of FORWARD-BUFFER to use.  Do the work directly
2470         instead of calling `mml-insert-buffer'.
2471
2472 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2473
2474         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2475         cross-reference(s).
2476
2477         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2478         cross-reference(s).
2479
2480 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2481
2482         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2483         and point-max-marker.
2484         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2485
2486 2013-01-11  Julien Danjou  <julien@danjou.info>
2487
2488         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2489         max are almost equal.  Also return the correct value for V which is
2490         already between 0 and 1.
2491
2492 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2493
2494         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2495         to mml2015-encrypt-to-self.
2496         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2497
2498 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2499
2500         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2501         mml-smime-epg-find-usable-secret-key.
2502
2503 2013-01-08  Glenn Morris  <rgm@gnu.org>
2504
2505         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2506
2507 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2508
2509         * mml-smime.el: Support signing by sender.
2510         Requested by Uwe Brauer.
2511         (mml-smime-sign-with-sender): New user option analogous
2512         to mml2015-sign-with-sender.
2513         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2514         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2515         mml2015.el.
2516
2517 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2520         isn't running, because Gnus will probably not know how to handle the
2521         Gcc header (bug#11941).
2522
2523         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2524         articles.
2525
2526 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2529         (nnfolder-generate-active-file): Make this function work with recursive
2530         folder names.
2531
2532 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2533
2534         * nntp.el (nntp-open-connection): Use HELP as the capability command
2535         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2536         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2537
2538 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2539
2540         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2541         place holder since this gives `Invalid face reference: nil' messages.
2542         Use the `default' face instead.  It has the same effect here, even
2543         though it is not no-op.
2544
2545         * gnus-util.el
2546         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2547
2548 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2551         non-string posting styles (bug#13285).
2552
2553 2012-12-27  Glenn Morris  <rgm@gnu.org>
2554
2555         * plstore.el (plstore-passphrase-callback-function):
2556         Use plstore-get-file.
2557
2558 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2559
2560         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2561         stderr.
2562
2563 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2566
2567         * gnus-compat.el (set-buffer-multibyte): Remove.
2568
2569 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2570
2571         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2572         temporary file to get PGP key image.  Pass no-show-photos when
2573         extracting image to avoid having it pop up twice.
2574
2575 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2578         eligible for treatment.
2579
2580         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2581         lines.  This makes summary commands with hidden threads work more
2582         reliably.
2583
2584         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2585         button to mark the hidden citations (bug#9395).
2586
2587 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2588
2589         * mml2015.el (mml2015-epg-signature-to-string): New function.
2590         (mml2015-epg-verify-result-to-string): New function.
2591         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2592         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2593         instead of epg-verify-result-to-string.
2594         (epg-signature-key-id, epg-signature-to-string): Autoload.
2595         (epg-verify-result-to-string): Remove autoload.
2596
2597 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2598
2599         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2600         ID image from GPG public key.
2601         (mml2015-epg-key-image-to-string): New function.
2602
2603 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2604
2605         * plstore.el (plstore-passphrase-callback-function): Fix error when
2606         error when plstore-cache-passphrase-for-symmetric-encryption is set
2607         (bug#13264).
2608
2609 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2612         buffer to the article buffer here, because that clobbers multiple
2613         article buffers.
2614
2615         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2616         buffer always points to the right summary buffer.
2617
2618 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2619
2620         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2621         the password (bug#12097).
2622
2623 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2624
2625         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2626         (bug#13263).
2627
2628         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2629         buffer exists before using it (bug#12475).
2630
2631         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2632         offline groups (bug#11937).
2633
2634         * message.el (message-yank-original): When using customize to set the
2635         value of `message-cite-style', the variable it set to a symbol that's
2636         the name of the variable, which must then be dereferenced (bug#12616).
2637
2638 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2639
2640         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2641         the `face' property with a list whose car is the face specified in the
2642         format string and whose cdr is (nil).
2643         * lisp/gnus-util.el
2644         (gnus-put-text-property-excluding-characters-with-faces):
2645         Change accordingly.
2646         (gnus-get-text-property-excluding-characters-with-faces): New function.
2647         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2648         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2649         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2650
2651 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2652
2653         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2654         login methods.
2655         (nnimap-login): Respect the `nnimap-authenticator' variable.
2656
2657         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2658         mark state when moving articles.  Otherwise unticked articles will get
2659         their ticks back after moving.
2660
2661 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2664
2665         * message.el (message-ignored-news-headers): Always remove
2666         X-Message-SMTP-Method to avoid information leakage if the user
2667         mistakenly inserts the header into news messages.
2668
2669         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2670
2671         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2672         right than four characters, this command would move point to
2673         `point-max'.  Don't do that.
2674
2675         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2676         to nil to allow re-selecting groups that gain articles.
2677         (gnus-bug-group-download-format-alist): Update the URL.
2678
2679 2012-12-23  Andreas Schwab  <schwab@suse.de>
2680
2681         * shr.el (shr-tag-em): Render em as italic, not bold.
2682
2683 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2684
2685         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2686         for reuse.
2687         (gnus-open-server): Use it to add more tracing.
2688         (gnus-finish-retrieve-group-infos): Add backend tracing.
2689         (gnus-backend-trace): Also note the elapsed seconds.
2690
2691 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2692
2693         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2694         Set epa-file-encrypt-to from variable to avoid querying.
2695
2696 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2697
2698         * sieve-mode.el (sieve-font-lock-keywords):
2699         Keywords should be word delimited.  (Bug#13173)
2700
2701 2012-12-13  Andreas Schwab  <schwab@suse.de>
2702
2703         * tls.el (tls-program): Update customize type.
2704
2705 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2708         instead of <pre> to align message header.
2709
2710 2012-12-12  Sam Steingold  <sds@gnu.org>
2711
2712         * gnus.el (gnus-other-frame-resume-function): Add user option.
2713         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2714
2715 2012-12-06  Sam Steingold  <sds@gnu.org>
2716
2717         * gnus-start.el (gnus-before-resume-hook): Add.
2718         (gnus-1): Run it when Gnus is alive.
2719
2720 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2723         * gnus-art.el (article-unsplit-urls)
2724         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2725         * gnus-registry.el (gnus-registry-get-article-marks)
2726         * message.el (message-goto-body): Use it.
2727         (message-called-interactively-p): Remove.
2728
2729         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2730         (spam-stat-score-buffer): Use it.
2731
2732         * spam.el: Silence the warnings against BBDB functions when compiling.
2733
2734         * gnus-score.el (gnus-score-decode-text-parts):
2735         Use append+mapcar instead of the cl function mapcan.
2736
2737 2012-12-05  Sam Steingold  <sds@gnu.org>
2738
2739         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2740         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2741         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2742
2743 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gmm-utils.el (gmm-called-interactively-p): Revert.
2746         This seems to cause Emacs to get stuck!
2747         * gnus-art.el (article-unsplit-urls)
2748         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2749         * gnus-registry.el (gnus-registry-get-article-marks)
2750         * message.el (message-goto-body)
2751         (message-called-interactively-p): Revert.
2752
2753         * gmm-utils.el (gmm-called-interactively-p): New function.
2754         * gnus-art.el (article-unsplit-urls)
2755         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2756         * gnus-registry.el (gnus-registry-get-article-marks)
2757         * message.el (message-goto-body): Use it.
2758         (message-called-interactively-p): Remove.
2759
2760         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2761         * gnus-sync.el (gnus-sync-lesync-call)
2762         * message.el (message-read-from-minibuffer): Use it.
2763
2764 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gmm-utils.el (gmm-flet): Remove.
2767         * gnus-sync.el (gnus-sync-lesync-call)
2768         * message.el (message-read-from-minibuffer): Don't use it.
2769
2770 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2773
2774 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2777
2778         * gnus-sync.el (gnus-sync-lesync-call)
2779         * message.el (message-read-from-minibuffer): Use gmm-flet.
2780
2781         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2782
2783         * gnus-util.el (gnus-macroexpand-all): Remove.
2784
2785 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2786
2787         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2788         to TAB, not [tab].
2789         (gnus-summary-article-map): Likewise.
2790
2791         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2792         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2793
2794 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2795
2796         * time-date.el: Commentary fix.
2797
2798 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2799
2800         * color.el: Don't require cl.
2801         (color-complement): `caddr' -> `nth 2'.
2802
2803         * time-date.el (time-to-seconds): De-obsolete.
2804
2805 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * message.el (message-get-reply-headers):
2808         Make sure the reply goes to the author if it is a wide reply.
2809
2810 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2811
2812         * gnus-score.el (gnus-score-body):
2813         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2814         scoring by body.
2815
2816 2012-11-16  Glenn Morris  <rgm@gnu.org>
2817
2818         * gnus-diary.el (nndiary-request-create-group-functions)
2819         (nndiary-request-update-info-functions)
2820         (gnus-subscribe-newsgroup-functions)
2821         (nndiary-request-accept-article-functions):
2822         Use new names for hooks rather than obsolete aliases.
2823
2824 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2827
2828 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2831         in meta tag with the one the part specifies in its header.
2832
2833 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2834
2835         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2836         by default.
2837
2838 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2841         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2842
2843 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2846         and a runtime function for it, of which the XEmacs version takes only
2847         two arguments.
2848
2849 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2850
2851         * nndiary.el (nndiary-request-create-group-functions)
2852         (nndiary-request-update-info-functions)
2853         (nndiary-request-accept-article-functions):
2854         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2855         "-hooks" suffix.
2856
2857 2012-10-19  Julien Danjou  <julien@danjou.info>
2858
2859         * gnus-art.el: Require gnus-util because it uses
2860         `gnus-timer--function'.
2861
2862 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2863
2864         * starttls.el (starttls-extra-arguments): Doc fix.
2865
2866 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2869         it.
2870
2871 2012-10-06  Glenn Morris  <rgm@gnu.org>
2872
2873         * gnus-notifications.el (gnus-notifications):
2874         Add missing group :version tag.
2875         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2876         (gnus-gcc-post-body-encode-hook):
2877         * gnus-sync.el (gnus-sync-lesync-name)
2878         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2879
2880 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2881
2882         * color.el (color-hsl-to-rgb): Fix incorrect results for
2883         small and large hue values.  (Bug#12559)
2884
2885 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         New UIDL implementation.
2888
2889         * mail-source.el (mail-sources, mail-source-keyword-map):
2890         Add :leave as a pop3 keyword.
2891         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2892
2893         * pop3.el (pop3-leave-mail-on-server): Allow number.
2894         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2895         (pop3-movemail): Add UIDL support.
2896         (pop3-send-streaming-command): Take a list of mail numbers instead of
2897         the number of mails.
2898         (pop3-write-to-file): Add X-UIDL header.
2899         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2900         (pop3-uidl-add-xheader): New functions.
2901
2902         * message.el (message-ignored-resent-headers):
2903         Add X-Content-Length and X-UIDL headers.
2904
2905 2012-10-05  Glenn Morris  <rgm@gnu.org>
2906
2907         * color.el (color-name-to-rgb, color-rgb-to-hex)
2908         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2909         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2910         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2911         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2912
2913 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2916         a user about whether to delete temp files if once a user answered as n.
2917
2918 2012-09-25  Chong Yidong  <cyd@gnu.org>
2919
2920         * password-cache.el (password-read-and-add): Use a declare form to mark
2921         this function obsolete.
2922
2923 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * lpath.el: Bind mail-encode-mml for old Emacsen.
2926
2927 2012-09-17  Richard Stallman  <rms@gnu.org>
2928
2929         * message.el (message-in-body-p): Don't set mark or modify buffer.
2930
2931         * mml.el (mml-attach-file): Doc fix.
2932         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2933         Set mail-encode-mml when in Mail mode.
2934         Simplify code to set HEAD and move back to HEAD.
2935         (mml-insert-multipart, mml-insert-part):
2936         Set mail-encode-mml when in Mail mode.
2937
2938 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-util.el (gnus-timer--function): New function.
2941
2942         * gnus-art.el (gnus-article-stop-animations): Use it.
2943
2944 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2945
2946         Fix glitches caused by addition of psec to timers.
2947         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2948         rather than raw access to timer vector.
2949
2950 2012-09-11  Julien Danjou  <julien@danjou.info>
2951
2952         * gnus-notifications.el (gnus-notifications): Check for nil values in
2953         ignored addresses check.
2954
2955 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2956
2957         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2958
2959 2012-09-07  Chong Yidong  <cyd@gnu.org>
2960
2961         * gnus-util.el
2962         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2963
2964         * gnus-salt.el (gnus-tree-highlight-node):
2965         * gnus-sum.el (gnus-summary-highlight-line):
2966         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2967
2968 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2971
2972 2012-09-06  Juri Linkov  <juri@jurta.org>
2973
2974         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2975         scheme for buffer names to be more consistent with other group and
2976         article buffer names in Gnus.
2977
2978 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-util.el
2981         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2982
2983         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2984         Jenkner.
2985
2986         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2987
2988         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2989
2990         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2991
2992 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2995         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2996
2997         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2998         string-prefix-p in Emacs >=23.2.
2999
3000         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3001         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3002         instead of string-match-p.
3003         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3004
3005 2012-09-06  Kenichi Handa  <handa@gnu.org>
3006
3007         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3008         lowercase a..f.
3009
3010 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3011
3012         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3013
3014 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3015
3016         * nnimap.el (nnimap-request-move-article): Decode the group name when
3017         doing internal moves to avoid charset issues.
3018
3019         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3020         TIME is set.
3021
3022 2012-09-05  Juri Linkov  <juri@jurta.org>
3023
3024         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3025         than one group at a time (bug#11961).
3026
3027 2012-09-05  Julien Danjou  <julien@danjou.info>
3028
3029         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3030         this hide the real reason with a message giving absolutely no hint.
3031
3032 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3035         to the backend (bug#11804).
3036
3037         * message.el (message-insert-newsgroups): Don't insert newsgroup
3038         duplicates (bug#12275).
3039
3040 2012-09-05  John Wiegley  <johnw@newartisans.com>
3041
3042         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3043         sieve rules.
3044
3045 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3046
3047         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3048         function.
3049
3050         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3051
3052         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3053
3054 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3055
3056         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3057         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3058         This should make nnmaildir more usable with offlineimap.
3059
3060 2012-09-05  Julien Danjou  <julien@danjou.info>
3061
3062         * nnimap.el (nnimap-request-list): Revert change that made listing
3063         synchronous.
3064         (nnimap-get-responses): Restore.
3065
3066 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3067
3068         * dgnushack.el: XEmacs 21.5 compilation fix.
3069
3070         * gnus-notifications.el (gnus-notifications-notify): Use it.
3071
3072         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3073         warnings on XEmacs.
3074
3075 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3076
3077         Better seeds for (random).
3078         * gnus-sync.el (gnus-sync-lesync-setup):
3079         * message.el (message-canlock-generate, message-unique-id):
3080         Change (random t) to (random), now that the latter is more random.
3081
3082 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3083
3084         * nnimap.el (nnimap-change-group): Document result value
3085
3086         * auth-source.el (auth-sources): Fix macos keychain access.
3087
3088         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3089         allow the backend `request-head' function to determine the group
3090         name on its own.
3091         (gnus-request-expire-articles): Filter out negative article numbers
3092         during expiry (Bug#11980).
3093
3094         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3095         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3096
3097         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3098         you've found the article when you haven't.
3099
3100         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3101         that nnimap-change-group can return t.
3102
3103 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3104
3105         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3106
3107 2012-08-30  Julien Danjou  <julien@danjou.info>
3108
3109         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3110         `gnus-notifications-timeout'.
3111         (gnus-notifications-timeout): Add.
3112         (gnus-notifications-action): New function.
3113         (gnus-notifications-notify): Add :action using
3114         `gnus-notifications-action'.
3115         (gnus-notifications-id-to-msg): New variable.
3116         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3117         notifications id to messages.
3118
3119 2012-08-30  Kenichi Handa  <handa@gnu.org>
3120
3121         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3122         once.
3123
3124 2012-08-29  Julien Danjou  <julien@danjou.info>
3125
3126         * gnus-notifications.el: New file.
3127         (gnus-notifications-notify): New function.
3128         (gnus-notifications): Use `gnus-notifications-notify'.
3129
3130 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3133         transfer encoding first; bind gnus-newsgroup-charset to the charset
3134         that the article specifies (Bug#12209).
3135
3136 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3139         (gnus-group-customize-done): Encode values posting-style holds.
3140
3141         * gnus-msg.el (gnus-summary-resend-message)
3142         (gnus-configure-posting-styles): Decode values posting-style group
3143         parameter holds.
3144
3145 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3148         `name' and `address' in Resent-From header.
3149
3150 2012-08-14  Chong Yidong  <cyd@gnu.org>
3151
3152         * gnus-art.el (article-display-face): Handle failure in
3153         gnus-create-image (Bug#11802).
3154
3155 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3158         Use defsetf.
3159
3160 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3161
3162         * auth-source.el (auth-source-plstore-search)
3163         (auth-source-secrets-search): Ignore :require and :type in search spec.
3164
3165 2012-08-06  Julien Danjou  <julien@danjou.info>
3166
3167         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3168         `nnimap-request-move-article'.
3169
3170         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3171         Remove autoload, already handled by gnus.el.
3172
3173         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3174
3175         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3176         supported by nnimap actually.  Reverts previous change.
3177
3178         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3179         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3180         to-buffer argument that is already supported.
3181
3182 2012-08-05  Julien Danjou  <julien@danjou.info>
3183
3184         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3185         Add autoload.
3186
3187 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * gnus.el (gnus-valid-select-methods): Fix custom type.
3190
3191 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * auth-source.el (auth-sources, auth-source-backend-parse)
3194         (auth-source-macos-keychain-search)
3195         (auth-source-macos-keychain-search-items)
3196         (auth-source-macos-keychain-result-append)
3197         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3198         auth-source.el through the /usr/bin/security utility.
3199         (auth-sources): Fix syntax error.
3200         (auth-source-macos-keychain-result-append): Fix variable name.
3201         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3202
3203 2012-07-27  Julien Danjou  <julien@danjou.info>
3204
3205         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3206         Emacs < 24.1
3207
3208 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * message.el (message-kill-address): Don't kill last newline.
3211         (message-skip-to-next-address): Don't move to the next header.
3212         (message-fill-field-address): Work properly.
3213
3214 2012-07-25  Julien Danjou  <julien@danjou.info>
3215
3216         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3217
3218 2012-07-24  Julien Danjou  <julien@danjou.info>
3219
3220         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3221
3222         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3223         (nntp-async-timer-handler): Remove, unused.
3224
3225         * nnimap.el (nnimap-get-responses): Remove, unused.
3226
3227         * nnheader.el (mail-header-set-extra): Remove, unused.
3228
3229         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3230         unused.
3231
3232         * mm-view.el (mm-view-sound-file): Remove, unused.
3233
3234         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3235         (mm-url-encode-multipart-form-data): Remove, unused.
3236
3237         * message.el (message-remove-signature, message-make-host-name)
3238         (message-fill-address): Remove, unused.
3239
3240         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3241         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3242         unused.
3243
3244         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3245         (gnus-xmas-call-region): Remove, unused.
3246
3247         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3248
3249         * gnus-util.el (gnus-extract-address-component-name)
3250         (gnus-extract-address-component-email, gnus-sortable-date)
3251         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3252         (gnus-process-live-p): Remove, unused.
3253
3254         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3255
3256         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3257         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3258         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3259         function.
3260
3261         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3262
3263         * gnus-score.el (gnus-summary-score-crossposting)
3264         (gnus-score-regexp-bad-p): Remove, unused.
3265
3266         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3267
3268         * gnus-range.el (gnus-sublist-p): Remove, unused.
3269
3270         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3271         unused.
3272
3273         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3274
3275         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3276         (gnus-request-associate-buffer): Remove, unused.
3277
3278         * gnus-group.el (gnus-group-set-method-info)
3279         (gnus-group-set-params-info): Remove, unused.
3280
3281         * gnus-fun.el (gnus-shell-command-to-string)
3282         (gnus-shell-command-on-region): Remove, unused.
3283
3284         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3285
3286         * gnus-art.el (gnus-article-text-type-exists-p)
3287         (article-translate-characters, gnus-article-hide-text-of-type)
3288         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3289         Remove, unused.
3290
3291 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3292
3293         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3294
3295 2012-07-21  Julien Danjou  <julien@danjou.info>
3296
3297         * message.el (message-dont-reply-to-names): Replace deprecated
3298         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3299         (message-get-reply-headers): Ditto.
3300
3301 2012-07-18  Julien Danjou  <julien@danjou.info>
3302
3303         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3304         `sieve-upload-and-kill'.
3305
3306         * sieve.el (sieve-bury-buffer): Remove function.
3307         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3308         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3309
3310 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3311
3312         * shr.el (shr-expand-url): Handle URL starting with `//'.
3313
3314 2012-07-13  Chong Yidong  <cyd@gnu.org>
3315
3316         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3317         instead of calling toggle-read-only with a (bogus) argument.
3318
3319 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3320
3321         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3322         of initial input when reading the author to restrict the summary to.
3323
3324 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * mm-decode.el (mm-shr):
3327         Allow overriding charset by mm-charset-override-alist.
3328
3329 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-art.el (gnus-article-view-part):
3332         Toggle subparts of multipart/alternative part.
3333
3334 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3335
3336         * shr.el (shr-render-buffer): New command.
3337         (shr-visit-file): Use it.
3338
3339 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3342         Set no-byte-compile and no-update-autoloads.
3343
3344 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3347
3348 2012-06-25  Julien Danjou  <julien@danjou.info>
3349
3350         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3351         `nnimap-request-move-articles-find-limit' since we do not use it only
3352         for move operations.
3353         (nnimap-request-accept-article): Use
3354         `nnimap-request-articles-find-limit' to limit search by message-id.
3355
3356 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3357
3358         Support higher-resolution time stamps (Bug#9000).
3359
3360         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3361         VARLIST.  It's optional, for backward compatibility.
3362         (encode-time-value): New optional arg PICO.  New type 3.
3363         (time-to-seconds) [!float-time]: Support the new picoseconds
3364         component if it's used.
3365         (seconds-to-time, time-subtract, time-add):
3366         Support ps-resolution time stamps as well.
3367
3368 2012-06-19  Julien Danjou  <julien@danjou.info>
3369
3370         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3371
3372         * nnimap.el (nnimap-log-buffer): Check that
3373         `window-point-insertion-type' is boundp, since it's not available in
3374         XEmacs.
3375
3376 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3377
3378         * nnimap.el (nnimap-log-buffer): Add this, setting
3379         `window-point-insertion-type' in the buffer to t.
3380         (nnimap-log-command): Use nnimap-log-buffer.
3381
3382 2012-06-19  Julien Danjou  <julien@danjou.info>
3383
3384         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3385         argument to be able to limit the search.
3386         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3387         (nnimap-request-move-articles-find-limit): Add this to limit the search
3388         by Message-Id after a message move.
3389         (nnimap): Add defgroup.
3390
3391 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3392
3393         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3394
3395 2012-06-15  Julien Danjou  <julien@danjou.info>
3396
3397         * nnimap.el (nnimap-find-article-by-message-id): Use
3398         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3399         (nnimap-possibly-change-group): Add read-only argument.
3400         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3401         issuing EXAMINE manually.
3402         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3403         with read-only argument.
3404         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3405         cannot possibly change because we need to be sure that it's either
3406         read-write or read-only.
3407
3408 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3411         being bound to a lambda form.
3412
3413 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3414
3415         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3416         articles when fetch-old is non-nil (bug#11370).
3417
3418 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3419
3420         * gnus-picon.el (gnus-picon-properties): New defcustom.
3421         (gnus-picon-create-glyph): Use it.
3422
3423 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-group.el (gnus-group-get-new-news): Respect
3426         `gnus-group-use-permanent-levels', as documented (bug#11638).
3427
3428 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3429
3430         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3431         groups (bug#11641).
3432
3433 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3434
3435         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3436         is an integer to avoid later problems.
3437
3438 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3441         locales.
3442
3443         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3444         on a handle.
3445
3446         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3447         address as the default.
3448         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3449
3450         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3451         makes no sense to query the user about internal files.
3452
3453         * gnus-spec.el: Remove all the byte-compilation stuff, since
3454         benchmarking shows that it doesn't help when entering large summary
3455         buffers.
3456
3457         * gnus-xmas.el (gnus-xmas-define): Remove.
3458
3459         * gnus-util.el (gnus-byte-code): Remove.
3460
3461         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3462         grouplens stuff.
3463
3464 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3467         (bug#11514).
3468
3469 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3470
3471         * message.el (message-buffers): Return all buffers derived from Message
3472         to make `gnus-dired-attach' work with mu4e.
3473
3474 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3475
3476         * nntp.el: Stop the `letf' madness.
3477         (nntp--report-1): New var.
3478         (nntp-report): Merge nntp-report-1 into it.
3479         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3480         the nntp-report function.
3481
3482         * auth-source.el: Fix comment-style to follow the convention.
3483
3484 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3485
3486         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3487         (mm-dissect-singlepart): Don't guess the MIME type of
3488         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3489         set.
3490         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3491         toplevel MIME type is multipart/encrypted.
3492
3493 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3496         a string so that Gcc works (bug#11514).
3497
3498 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3499
3500         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3501         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3502
3503 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3504
3505         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3506         jumping to *Server* from a dedicated *Group* window.
3507         (gnus-configure-frame): CSE.
3508
3509         * gnus-registry.el: Minor style cleanup.
3510         (gnus-registry--set/remove-mark): New function, extracted from
3511         gnus-registry-install-shortcuts.
3512         (gnus-registry-install-shortcuts): Use it.
3513
3514 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * nnspool.el (news-path): Use eval-and-compile.
3517
3518 2012-05-24  Glenn Morris  <rgm@gnu.org>
3519
3520         * nnspool.el (news-directory, news-path, news-inews-program):
3521         Move here from paths.el.  Don't see a need for these to be autoloaded.
3522
3523         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3524         Merge in doc from paths.el version.  Don't see any need for this to be
3525         autoloaded, or for the warning about users not setting it.
3526
3527 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3528
3529         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3530         format.  In particular, add an optional argument and a docstring.
3531
3532         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3533
3534         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3535         current before calling `gnus-groups-to-gnus-format'.
3536         Note that this was already the case for `gnus-active-to-gnus-format'.
3537
3538 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3539
3540         Fix minor Y10k bug.
3541         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3542
3543 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3544
3545         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3546         message once it's actually open.
3547
3548 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3549
3550         * gnus.el: Ma Gnus v0.5 is released.
3551
3552 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3553
3554         * auth-source.el (auth-source--aput-1, auth-source--aput)
3555         (auth-source--aget): New functions and macros.
3556         Use them instead of aput/aget.
3557
3558 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3559
3560         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3561
3562 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3563
3564         * plstore.el (plstore-called-interactively-p): New compat macro copied
3565         from message.el.
3566         (plstore-mode): Use it.
3567
3568 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3569
3570         * plstore.el: Revive the editing feature.
3571         (plstore-mode): New mode to edit plstore file.
3572         (plstore-mode-toggle-display, plstore-mode-original)
3573         (plstore-mode-decoded): New command.
3574         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3575         (plstore--insert-buffer, plstore--make): New function.
3576         (plstore-open, plstore-save): Simplify by using them.
3577
3578 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3581
3582 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3583
3584         * tls.el (open-tls-stream): Remove unused binding.
3585
3586 2012-04-16  Glenn Morris  <rgm@gnu.org>
3587
3588         * nndraft.el (nndraft-request-list): Fix declaration.
3589
3590 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * mm-decode.el (mm-dissect-buffer): Doc fix.
3593
3594         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3595         don't have a current group.
3596
3597         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3598         buffer if it doesn't exist.
3599
3600         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3601         given, mark the group as ephemeral with the current window conf.
3602
3603         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3604         buffer exists, which it doesn't if we haven't started Gnus.
3605         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3606
3607 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3610         type is.
3611
3612         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3613         `unexists' entries.
3614         (gnus-clean-old-newsrc): Fix last checkin.
3615
3616         * nnimap.el (nnimap-update-info): None of the articles below the active
3617         low-water mark exist.
3618
3619         * dgnushack.el: Get rid of XEmacs compilation warning.
3620
3621         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3622         would have gotten if we posted to the group, and use that to compare
3623         against the message we want to cancel (bug#10808).
3624
3625         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3626         on XEmacs.
3627
3628 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3629
3630         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3631         `scroll-margin'.
3632
3633 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3634
3635         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3636         citation prefix within a block of cited text should be considered part
3637         of that block *only* if it is a blank line.
3638
3639 2012-04-09  Chong Yidong  <cyd@gnu.org>
3640
3641         * binhex.el, hashcash.el, uudecode.el:
3642         Remove * characters from the front of variable docstrings.
3643
3644 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3647         before kinsoku-bol characters nor within kinsoku-eol characters.
3648
3649 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3652         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3653         (gnus-sync-read): Use mapc instead of mapcar.
3654
3655         * mm-archive.el: Require mm-decode for some macros.
3656         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3657         the byte compiler.
3658         (mm-archive-decoders): New function that returns the value of
3659         the mm-archive-decoders variable.
3660
3661         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3662         instead.
3663         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3664
3665         * nnimap.el (gnus-refer-thread-use-nnir):
3666         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3667
3668 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3671
3672 2012-03-12  Peter Münster  <pmrb@free.fr>
3673
3674         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3675         (gnus-demon-cancel): Ditto.
3676         (gnus-demon-run-callback): When function cannot be called due to low
3677         idleness, call it when idleness reaches the expected value, instead of
3678         waiting another timer period.
3679         (gnus-demon-init): Add `time' to arguments of call-back.
3680
3681 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3684
3685         * gnus.el: Register gnus-registry functions.
3686
3687         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3688         indent.
3689
3690         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3691         enabled before warping.
3692
3693 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3694
3695         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3696         registry about each article retrieved.
3697
3698         * gnus-int.el (gnus-select-group-with-message-id): New function.
3699         (gnus-try-warping-via-registry): Ditto.
3700         (gnus-warp-to-article): Fall back on the registry.
3701
3702 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3703
3704         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3705         inboxes.
3706
3707 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3710
3711 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3714         gnus-gcc-self-resent-messages may be a group parameter.
3715         (gnus-summary-resend-message): Don't encode encoded words in header
3716         when Gcc'ing resent message.
3717
3718 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * shr.el (shr-insert): Treat non-breaking space just like normal
3721         space.  This seems to produce more pleasing results.
3722         (shr-insert): Only insert a blank line if we're starting from an image.
3723         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3724         (shr-ensure-paragraph): Consider lines with white space to be blank.
3725
3726 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3727
3728         * Makefile.in: Respect DESTDIR.
3729
3730 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3731
3732         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3733         and gnus-gcc-post-body-encode-hook.
3734
3735 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3738         messages that don't exist.
3739
3740         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3741
3742 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3745         Remove.
3746
3747         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3748
3749         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3750
3751 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3754         have a group name.
3755
3756         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3757         a multibyte buffer (bug#7410).
3758         (article-wash-html): Parse the original article buffer to get the
3759         unencoded data (bug#7410).
3760
3761         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3762         .newsrc.el files.
3763
3764 2012-04-05  Bastien Guerry  <bzg@altern.org>
3765
3766         * color.el (color-lighten-name): Fix typo.
3767
3768 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3771         "#" to avoid having them interpreted as comments.
3772
3773 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * shr.el (shr-insert): Update the text state properly to avoid
3776         inserting spurious paragraph starts.
3777
3778 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * shr.el (shr-table-widths): Divide the extra width more fairly over
3781         the TDs (bug#10973).
3782         (shr-render-td): Don't delete too much padding.
3783         (shr-natural-width): Compute the natural width more correctly.
3784         (shr-insert): Allow the natural width to be computed for tables again.
3785         (shr-tag-table-1): Rework how the natural widths are computed by
3786         rendering the table a third time.
3787         (shr-natural-width): Removed.
3788         (shr-buffer-width): New function.
3789         (shr-expand-newlines): Use it.
3790
3791         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3792         using a `gnus-use-full-window' setup (bug#11013).
3793
3794 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3797         24.1 release.
3798
3799 2012-03-10  David Edmondson  <dme@dme.org>
3800
3801         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3802         'Forwarded Message' header and the start of the message.
3803
3804 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3805
3806         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3807         isn't running (bug#10897).
3808
3809 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3812         This is inconsistent with all the other stream functions, which leave
3813         the setting up to the higher levels (if so wanted) (bug#10931).
3814
3815 2012-02-28  Glenn Morris  <rgm@gnu.org>
3816
3817         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3818         mm-decode.el: Standardize possessive apostrophe usage.
3819
3820 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3823
3824 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3825
3826         * parse-time.el (parse-time-string): Allow extractor to return nil.
3827
3828 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3831
3832 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3835
3836 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3837
3838         * mm-decode.el (mm-shr): Remove "soft hyphens".
3839
3840         * nnimap.el (nnimap-request-list): Return the group names encoded as
3841         utf8.  Otherwise non-European group names don't work.
3842         (nnimap-request-newgroups): Ditto.
3843
3844         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3845         the default in `read-string' (bug#10757).
3846
3847         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3848         topics (bug#10843).
3849
3850         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3851         buffer.  Suggested by Herbert Valerio Riedel.
3852         (nnimap-request-move-article): Delete the message from the correct IMAP
3853         server.
3854
3855 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3856
3857         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3858         Reported by Peter Münster.
3859
3860 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3861
3862         * shr.el (shr-image-fetched): Make sure we really kill the right
3863         buffer.
3864
3865 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3866
3867         * gnus-start.el (gnus-1): Avoid duplicate entries.
3868
3869 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3870
3871         * imap.el: Remove.
3872
3873         * nntp.el (nntp-coding-system-for-read): Remove.
3874         (nntp-coding-system-for-write): Ditto.
3875         (nntp-open-connection): Just use `binary' directly.
3876
3877         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3878         Gnus 0.3.
3879
3880 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3881
3882         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3883         application/octet-stream parts really is.
3884
3885         * gnus-sum.el (gnus-propagate-marks): Remove.
3886
3887 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3888
3889         * shr.el (shr-rescale-image): Undo previous change; see
3890         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3891
3892 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3893
3894         * gnus.el: Ma Gnus v0.3 is released.
3895
3896 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-sum.el (gnus-summary-local-variables): Make
3899         `gnus-newsgroup-unexist' into a local variable.
3900
3901 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * registry.el (registry-usage-test, registry-persistence-test): Move to
3904         tests/gnustest-registry.el.
3905         (registry-make-testable-db, registry-match-test)
3906         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3907
3908         * gnus-registry.el (gnus-registry-misc-test)
3909         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3910
3911         * tests/gnustest-registry.el: New file with the registry and
3912         gnus-registry ERT tests.
3913
3914 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-msg.el (gnus-summary-resend-message): Make
3917         gnus-summary-resend-message-insert-gcc be last item in
3918         message-header-setup-hook.
3919
3920 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3921
3922         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3923         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3924         Remove.
3925         (nnfolder-open-server): Don't use marks.
3926         (nnfolder-request-delete-group): Ditto.
3927         (nnfolder-request-rename-group): Ditto.
3928         (nnfolder-request-set-mark, nnfolder-request-marks)
3929         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3930         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3931
3932         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3933         (nnml-marks-modtime): Remove.
3934         (nnml-request-delete-group): Don't use marks.
3935         (nnml-request-rename-group): Ditto.
3936         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3937         (nnml-save-marks, nnml-open-marks): Remove.
3938
3939         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3940         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3941         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3942         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3943         (nntp-server-to-method-cache): Remove.
3944
3945         * shr.el (shr-rescale-image): Fix wrong merge.
3946
3947 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3948
3949         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3950         too-wide lines.
3951
3952 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3953
3954         * nnimap.el (nnimap-record-commands): New variable.
3955         (nnimap-log-command): Use it.
3956         (nnimap-make-process-buffer): Add a space to the process buffer.
3957         (nnimap-transform-headers): Don't bug out on header lines containing
3958         stuff that look like IMAP length encodings.
3959
3960         * shr.el (shr-rescale-image): Allow viewing large images.
3961
3962 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3963
3964         * nnml.el (nnml-request-compact-group): Delete the marks file after
3965         compaction (bug#10800).
3966
3967         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3968         group exit.
3969
3970         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3971         QRESYNC/FETCH output.
3972
3973 2012-02-11  Glenn Morris  <rgm@gnu.org>
3974
3975         * sieve-manage.el (sieve-manage-default-stream):
3976         * shr.el (shr):
3977         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3978         (nnir-retrieve-headers-override-function)
3979         (nnir-imap-default-search-key, nnir-notmuch-program)
3980         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3981         (nnir-method-default-engines):
3982         * message.el (message-cite-reply-position):
3983         * gssapi.el (gssapi-program):
3984         * gravatar.el (gravatar):
3985         * gnus-sum.el (gnus-refer-thread-use-nnir):
3986         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3987         (gnus-registry-max-pruned-entries):
3988         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3989         * gnus-int.el (gnus-after-set-mark-hook)
3990         (gnus-before-update-mark-hook):
3991         * gnus-async.el (gnus-async-post-fetch-function):
3992         * auth-source.el (auth-source-cache-expiry):
3993         Add missing :version tags to new defcustoms and defgroups.
3994
3995 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3996
3997         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3998         `gnus-newsgroup-unexist'.
3999
4000         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4001         marks.
4002         (gnus-article-special-mark-lists): Put the `unexist' in the special
4003         marks list instead.
4004
4005         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4006         articles in the list of articles to be selected.
4007
4008         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4009         articles.
4010         (nnimap-update-info): Keep track of unexisting articles.
4011         (nnimap-update-qresync-info): Ditto.
4012
4013 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4014
4015         * message.el (message-default-send-mail-function): Made into own
4016         function for reuse by emacsbug.el.
4017
4018 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4019
4020         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4021         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4022
4023 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4024
4025         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4026         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4027
4028         * gnus-compat.el: Define `timer-set-function'.
4029
4030         * mm-decode.el (mm-display-external): Output the text from the command
4031         in the buffer after the command finished.  This makes text-based
4032         commands behave better.
4033
4034 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4035
4036         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4037
4038 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4039
4040         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4041         23.1.
4042
4043 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4046
4047 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4048
4049         * message.el (smtpmail-smtp-user): Silence compiler warning.
4050
4051 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4052
4053         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4054         SMTP user name.
4055
4056 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-sum.el (gnus-summary-show-thread):
4059         next-single-char-property-change may return nil in XEmacs.
4060         (gnus-summary-article-map): Fix typo.
4061
4062 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4063
4064         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4065         running.
4066
4067         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4068
4069         * gnus.el (gnus-server-extend-method): Don't add an -address component
4070         if the method already has one (bug#9676).
4071
4072 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4073
4074         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4075         of an initial-input for consistency (bug#10757).
4076
4077         * dgnushack.el: Fix XEmacs compilation warning.
4078
4079         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4080
4081         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4082
4083 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4084
4085         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4086         lines that are narrower than the window width.  Otherwise background
4087         "blocks" will look less readable.
4088
4089 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4090
4091         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4092         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4093         have newlines within the strings, and where the UID comes after the
4094         BODYSTRUCTURE element (bug#10537).
4095
4096         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4097         (bug#10732).
4098
4099         * shr.el (shr-insert-document): Add doc string.
4100         (shr-visit-file): Ditto.
4101         (shr-remove-trailing-whitespace): New function.
4102         (shr-insert-document): Use it to clean up trailing whitespace as the
4103         final step (bug#10714).
4104
4105 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4106
4107         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4108         buffer if `gnus-kill-summary-on-exit' is nil.
4109
4110 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4113         when just reading a single group from "without" Gnus.
4114
4115 2012-02-06  Chong Yidong  <cyd@gnu.org>
4116
4117         * gnus-sum.el (gnus-summary-show-thread):
4118         next-single-char-property-change never returns nil (Bug#8657).
4119
4120 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4121
4122         * message.el (message-multi-smtp-send-mail): New function.
4123         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4124         header to implement multi-SMTP functionality.
4125
4126         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4127         (gnus-agentize): Don't set it.
4128         (gnus-agent-send-mail): Don't use it.
4129
4130         * gnus-sum.el (gnus-summary-widget-backward): New function and
4131         keystroke.
4132
4133         * gnus-compat.el: More the compat functions more compatible.
4134
4135         * shr.el (shr-put-image): Remove underlines from sliced images.
4136         (shr-zoom-image): Compute the region to be replaced more correctly.
4137
4138 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4141         (gnus-summary-resend-message-insert-gcc): New function.
4142         (gnus-summary-resend-message): Modify message-header-setup-hook and
4143         message-sent-hook to make it work for Gcc.
4144         (gnus-inews-do-gcc): Update the number of unread articles of groups
4145         that messages are Gcc'd to.
4146
4147         * message.el (message-resend): Run message-sent-hook to do Gcc.
4148
4149 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4150
4151         * lpath.el: Fix an XEmacs compilation warning.
4152
4153         * gnus-compat.el: Require `help-fns' to fix compilation error.
4154
4155         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4156         a higher level to silence compilation.
4157
4158         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4159         parameter to allow controlling the scaling.
4160
4161         * shr.el (shr-zoom-image): New command and keystroke.
4162         (shr-put-image): Take a `size' flag to say how to scale the image.
4163
4164         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4165         deletion unless already defined.
4166
4167         * gnus.el (gnus-compat): Require it.
4168
4169         * gnus-compat.el: New file.
4170
4171         * gnus-start.el (gnus-clean-old-newsrc): New function.
4172         (gnus-read-newsrc-file): Use it.
4173
4174         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4175         Use recursive deletion.
4176         (mm-dissect-archive): Add support for zip files.
4177
4178         * gnus-util.el (gnus-recursive-directory-files): New function.
4179
4180         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4181         (mm-archive-decoders): Add tgz support.
4182
4183         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4184         Otherwise inserting text into the Gnus buffer can look odd.
4185
4186         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4187
4188         * mm-archive.el (mm-archive-decoders): Add support for tar.
4189
4190         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4191
4192         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4193
4194 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4195
4196         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4197
4198         * mm-archive.el: New file.
4199
4200         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4201
4202         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4203
4204         * message.el (message-goto-*): Make all the `message-goto-*' commands
4205         push the mark before moving point.  This makes it easier to go back to
4206         where you came from after editing whatever you jumped to.
4207
4208 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4209
4210         * gnus.el: Ma Gnus v0.1 is released.
4211
4212 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4215         without reconnecting.
4216         (nnimap-possibly-change-group): Ditto.
4217         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4218         connection has died before being called.
4219
4220 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4223         an initial sync unless we're really doing one.
4224
4225         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4226         address parameter if one already exists (bug#9676).
4227
4228         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4229         not the prefix, as documented (bug#10689).
4230
4231 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4234         the "server".
4235
4236         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4237         the real error message with the useless "previously known to be down".
4238         Which isn't even correct.
4239
4240         * nntp.el (nntp-open-connection): Report the error message if the nntp
4241         server can't be reached.
4242
4243         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4244         groups we do a total scan for.
4245         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4246         doing that.
4247
4248 2012-01-31  Jim Meyering  <jim@meyering.net>
4249
4250         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4251         Correct a comment (insert "not") and hide nominally-doubled "to".
4252
4253 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4254
4255         * gnus.el (gnus-version): Change name to "Ma Gnus".
4256
4257 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4258
4259         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4260         section in the manual.
4261
4262 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4263
4264         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4265         words.
4266         (rfc2047-encode-string): Ditto.
4267         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4268         understand folded filename="..." parameters, for instance.
4269
4270         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4271         the message for greater debuggability.
4272
4273 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4274
4275         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4276         instead of setting it locally, since the latter doesn't seem to have
4277         any effect (most of the time).
4278
4279 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4280
4281         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4282         function call.
4283
4284 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4285
4286         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4287         seconds, and make the repeat clause with HH:MM specs work as
4288         documented.
4289
4290 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4291
4292         * proto-stream.el (proto-stream-capability-open): Fall back on
4293         :end-of-command if :end-of-capability doesn't exist.
4294
4295 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4298         bound globally in old Emacsen and XEmacsen.
4299
4300 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4301
4302         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4303         so that previous errors don't prohibit getting new news.
4304
4305         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4306
4307         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4308
4309 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4310
4311         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4312         buffer, not of the string which is its name.
4313
4314 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4315
4316         * proto-stream.el (proto-stream-capability-open): Wait for
4317         :end-of-capability, not :end-of-command.
4318
4319         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4320         non-server-marks groups.
4321         (gnus-group-make-articles-read): Ditto.
4322
4323         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4324         methods (bug#9676).
4325
4326         * gnus.el (gnus-method-ephemeral-p): New function.
4327
4328 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4331         left-to-right.
4332
4333 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4334
4335         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4336         warning.
4337
4338 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4341         macroexpand the nnir things, since they haven't been defined yet, and
4342         nnir requires gnus-sum.
4343
4344 2012-01-24  Julien Danjou  <julien@danjou.info>
4345
4346         * color.el (color-rgb-to-hsl): Fix value computing.
4347         (color-hue-to-rgb): New function.
4348         (color-hsl-to-rgb): New function.
4349         (color-clamp, color-saturate-hsl, color-saturate-name)
4350         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4351         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4352
4353 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4356
4357 2012-01-19  Julien Danjou  <julien@danjou.info>
4358
4359         * color.el (color-name-to-rgb): Use the white color to find the max
4360         color component value and return correctly computed values.
4361         (color-name-to-rgb): Add missing float conversion for max value.
4362
4363 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4364
4365         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4366         logical server name in addition to the actual machine address.
4367
4368         * auth-source.el (auth-source-user-and-password): Add convenience
4369         wrapper to search by just host and optionally user.
4370
4371 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4374         after rendering.
4375
4376 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4379         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4380         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4381
4382 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4385         (bug#9693).
4386         (gnus-summary-setup-buffer): Document return value (bug#9697).
4387
4388         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4389         since ido doesn't work on symbols (bug#9632).
4390
4391         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4392         when getting a single value as when getting all the values.  This means
4393         that atoms like `gcc-self' work cumulatively, like variable settings,
4394         instead of getting the value from the last matching clause.
4395         (gnus-group-find-parameter): Protect against the group buffer not
4396         existing (bug#9585).
4397
4398 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * gnus-start.el (gnus-activate-group): Document more parameters
4401         (bug#9694).
4402
4403         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4404         (bug#9692).
4405
4406         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4407         article was fetched, so that it can be expired later (bug#9958).
4408         (gnus-agent-summary-fetch-series): Add doc string.
4409         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4410         (bug#9517).
4411
4412         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4413         retrieval is happening.
4414
4415         * gnus.el (gnus-parameters): Doc fix.
4416
4417 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4418
4419         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4420         show the thread after expansion.
4421
4422 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-art.el (article-narrow-to-head): If the head is completely
4425         empty, narrow to the empty region (bug#9764).
4426
4427         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4428         read, and then mark them as unread only when the unread mark is used.
4429         This makes `C-- T k' actually work, even though it's confusing.
4430
4431         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4432         alive before we try to find its window.
4433
4434 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4435
4436         * mm-decode.el (mm-display-external): Use a longer timeout for the
4437         deletion to allow slow programs to display the file.
4438
4439 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4442         prompt to be less confusing.
4443
4444         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4445         argument to `message-reply'.  This broke `special-display-*' frame
4446         pop-uping (bug#10238).
4447
4448 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4449
4450         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4451         systems, since these allegedly don't work there.
4452
4453 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4454
4455         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4456         live buffer.
4457
4458 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * nnir.el (nnir-retrieve-headers): Protect against the article not
4461         existing on the server (bug#10335).
4462
4463 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4464
4465         * gnus-agent.el (gnus-agent-load-local): Recompute
4466         gnus-agent-article-local on changing method.
4467
4468 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus.el (gnus-parameters): Note precedence.
4471
4472 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4473
4474         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4475         in the group buffer.
4476
4477 2012-01-04  Julien Danjou  <julien@danjou.info>
4478
4479         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4480         change.
4481
4482 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4485         too.
4486
4487         * nntp.el (nntp-retrieve-group-data-early): Use it.
4488
4489 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nntp.el (nntp-retrieval-in-progress): New variable.
4492         (nntp-make-process-buffer): Make it buffer-local.
4493
4494         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4495         2010.
4496         (gnus-demon-init): Use it to compute the time if time is on the form
4497         "04:23".
4498
4499         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4500
4501         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4502         status in the correct buffer.
4503
4504 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4505
4506         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4507         when opening topics (bug#10407).
4508
4509 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4510
4511         * gnus-cus.el (gnus-score-customize):
4512         * gnus-sum.el (gnus-sort-gathered-threads):
4513         * message.el (message-shorten-references):
4514         * nnmairix.el (nnmairix-request-group):
4515         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4516
4517 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4518
4519         * gnus-agent.el (gnus-agent-regenerate-group):
4520         * gnus-int.el (gnus-retrieve-group-data-early):
4521         * mm-util.el (mm-codepage-ibm-list):
4522         * nndiary.el (Commentary, nndiary-get-new-mail):
4523         * nnir.el (nnir):
4524         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4525
4526 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * mm-view.el (mm-display-inline-fontify): Add comment.
4529
4530 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4531
4532         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4533         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4534
4535 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4536
4537         * gnus-art.el (gnus-split-methods):
4538         * gnus-msg.el (gnus-configure-posting-styles):
4539         * gnus-spec.el (gnus-parse-simple-format):
4540         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4541         * message.el (message-do-actions): Spelling fix.
4542
4543 2011-12-15  Juri Linkov  <juri@jurta.org>
4544
4545         * mm-decode.el (mm-inline-media-tests): Add missing
4546         `mm-handle-media-subtype'.
4547
4548 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4549
4550         * gnus-group.el (gnus-group-tool-bar):
4551         * gnus-sum.el (gnus-summary-tool-bar):
4552         * message.el (message-tool-bar):
4553         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4554
4555 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4556
4557         * plstore.el (plstore--insert-buffer): Spelling fix.
4558
4559 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4560
4561         * message.el (message-valid-fqdn-regexp): Update with newly approved
4562         top-level domain names ".tel" and ".asia".
4563
4564 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4567         unconditionally.
4568
4569 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4572         pop-to-buffer-same-window for old Emacsen.
4573
4574 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4575
4576         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4577
4578 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4579
4580         * netrc.el (netrc-credentials): Spelling fix.
4581
4582 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4583
4584         * gnus-fun.el (gnus-fun-ppm-change-string):
4585         * gnus-msg.el (gnus-inews-do-gcc):
4586         * gnus-sum.el (gnus-summary-find-for-reselect):
4587         * gnus.el (gnus-summary-cancelled):
4588         * message.el (message-cancel-hook, message-send-news):
4589         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4590         * nnir.el (nnir-run-hyrex):
4591         * nntp.el (nntp-with-open-group-function):
4592         * pgg.el (pgg-pending-timers): Spelling fix.
4593
4594 2011-12-04  Chong Yidong  <cyd@gnu.org>
4595
4596         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4597         change (Bug#10200).
4598
4599 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * compface.el (uncompface):
4602         * gnus-art.el (gnus-article-x-face-command): Update the header format
4603         of icon data for the most recent icontopbm program.
4604
4605 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-msg.el (gnus-inews-do-gcc):
4608         * message.el (message-send-mail):
4609         * mml.el (mml-generate-mime): Share the value of the buffer-local
4610         `message-options' variable between a draft buffer and temprary working
4611         buffers.
4612
4613 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4614
4615         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4616
4617 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4620         for Cygwin.
4621
4622 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4623
4624         * gnus-group.el (gnus-group-prepare-flat):
4625         * mm-bodies.el (mm-encode-body):
4626         * mml.el (mml-preview):
4627         * nnml.el (nnml-request-compact-group):
4628         * pop3.el (pop3-stream-type): Spelling fix.
4629
4630 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4633
4634 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4635
4636         * color.el (color-rgb-to-hsl):
4637         * gmm-utils.el (gmm-tool-bar-style):
4638         * gnus-group.el (gnus-group-prepare-flat):
4639         * gnus-topic.el (gnus-topic-prepare-topic):
4640         * mm-decode.el (mm-discouraged-alternatives):
4641         * rfc2047.el (rfc2047-encode-1):
4642         * starttls.el: Spelling fix.
4643
4644 2011-11-24  Glenn Morris  <rgm@gnu.org>
4645
4646         * binhex.el (binhex-begin-line): Give it basic doc-string.
4647
4648         * starttls.el, tls.el: Fix case of "GnuTLS".
4649
4650 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4651
4652         * gnus-group.el (gnus-group-highlight): Fix typo.
4653
4654 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4655
4656         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4657         value of `delete-file', that returns nil for a local file but returns t
4658         for a remote file using ssh.
4659
4660 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4661
4662         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4663
4664 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665
4666         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4667         avoid later breakage.
4668
4669 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4672         article buffers' name.
4673
4674 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4677         by Paul Eggert's spellfixes two days ago.
4678
4679 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4682         doesn't have it.
4683
4684         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4685         buffer-local instead of binding them to avoid warnings.  Also demote
4686         errors (bug#10063).
4687         (font-lock-mode-hook): Shut up byte compiler.
4688
4689 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4690
4691         * mm-util.el (mm-charset-after):
4692         * nnir.el (nnir-run-hyrex):
4693         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4694         (ntlm-get-password-hashes, ntlm-md4hash):
4695         * smime.el: Fix typo.
4696
4697 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4698
4699         * gnus-agent.el (gnus-agent-expire-group-1):
4700         * nndiary.el (nndiary-last-occurence):
4701         * nnimap.el (nnimap-request-set-mark):
4702         * nnmairix.el (nnmairix-only-use-registry):
4703         * gnus-group.el (gnus-group-prepare-flat):
4704         * gnus-sum.el (gnus-decode-encoded-word-methods):
4705         * message.el (message-wash-subject):
4706         * nntp.el (nntp-retrieve-headers-with-xover):
4707         * smime.el (smime-certificate-directory): Spelling fix.
4708
4709 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4710
4711         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4712
4713         * color.el:
4714         * gnus-agent.el (gnus-agent-possibly-alter-active):
4715         * gnus-dired.el (gnus-dired-print):
4716         * mail-parse.el:
4717         * nnmairix.el (nnmairix-request-group):
4718         * shr.el (shr-image-displayer):
4719         * sieve-manage.el:
4720         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4721
4722 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4723
4724         * gnus-sum.el (gnus-auto-select-subject):
4725         * spam-report.el (spam-report-resend): Spelling fix.
4726
4727 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4728
4729         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4730         * gnus-art.el (gnus-default-article-saver):
4731         * gnus-srvr.el (gnus-server-copy-server):
4732         * gnus.el (gnus-sloppily-equal-method-parameters):
4733         * html2text.el (html2text-format-tag-list):
4734         * message.el (message-narrow-to-head):
4735         * nndiary.el:
4736         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4737         * sieve.el: Spelling fix.
4738
4739 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4740
4741         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4742         * gnus-sum.el (gnus-summary-make-menu-bar):
4743         * gnus-uu.el (gnus-uu-decode-postscript)
4744         (gnus-uu-decode-postscript-and-save):
4745         * mailcap.el (mailcap-print-command):
4746         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4747         Fix typos.
4748
4749 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4750
4751         * gnus-art.el (gnus-article-part-wrapper):
4752         * html2text.el (html2text-fix-paragraphs):
4753         * mm-decode.el (mm-image-fit-p):
4754         * rfc2047.el (rfc2047-encode-message-header):
4755         * shr-color.el (shr-color-visible-distance-min)
4756         (shr-color-relative-to-absolute, set-minimum-interval)
4757         (shr-color-visible): Fix typos.
4758
4759 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4760
4761         * gmm-utils.el (gmm-tool-bar-item):
4762         * gnus-art.el (gnus-treat-body-boundary):
4763         * gnus-diary.el (gnus-user-format-function-d):
4764         * gnus-start.el (gnus-get-unread-articles):
4765         * pgg-gpg.el (pgg-gpg-update-agent):
4766         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4767
4768 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4769
4770         * gnus-topic.el (gnus-group-prepare-topics):
4771         * gnus-uu.el (gnus-extract-view):
4772         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4773
4774 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * spam.el: Move BBDB autoloads.
4777         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4778         BBDB 2 and 3.
4779         (spam-check-BBDB): Use it.
4780         (spam-enter-ham-BBDB): Use it.
4781
4782 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4783
4784         * smime.el (smime-draw-buffer): Spelling fix.
4785
4786 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4787
4788         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4789         for scanning exactly one level.
4790         * gnus-start.el (gnus-get-unread-articles): Ditto.
4791
4792 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4795         slightly clearer.
4796
4797 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * gnus-sync.el: More commentary about setup.
4800
4801 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * message.el (message-send-and-exit): Document `arg'.
4804
4805 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4806
4807         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4808
4809 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4812
4813         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4814         we don't use `bound-and-true-p'.
4815
4816 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * gnus-util.el (gnus-bound-and-true-p): Remove.
4819         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4820         * nnir.el: Use it.
4821         * nnmairix.el: Use it.
4822
4823 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-sync.el: Improve docs about CouchDB admins.
4826
4827         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4828         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4829         for reasons unknown.
4830         * nnir.el: Use it.
4831         * nnmairix.el: Use it.
4832
4833         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4834         * nnir.el: Ditto.
4835         * nnmairix.el: Ditto.
4836
4837         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4838
4839 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4840
4841         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4842         not needed.  Provide xmlplistread list function to produce XML plist
4843         output for non-Gnus LeSync clients.
4844
4845 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4848
4849         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4850         and save against it.  Group subscriptions, read marks, other marks,
4851         subscription levels, topic names, and topic offsets (the group's
4852         position within the topic) are saved.  This is an experimental backend
4853         and may change significantly.  Load json.el from the gnus-fallback-lib
4854         if it's not available otherwise.
4855         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4856
4857 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * message.el (message-completion-function): Make sure
4860         message-tab-body-function is not attempted if one of
4861         message-completion-alist fails to find a completion (bug#9158).
4862
4863 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4864
4865         * mml.el (mml-quote-region): Quote <#secure> tag.
4866         (mml-generate-mime-1): Unquote <#secure> tag.
4867
4868 2011-10-20  Chong Yidong  <cyd@gnu.org>
4869
4870         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4871         calling a minor mode from Lisp with nil arg enables it, so we have to
4872         make the wording a bit ambiguous here).
4873
4874 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4875
4876         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4877         * nnir.el (nnir-mode): Use it.
4878         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4879         Use it.
4880
4881         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4882         * nnmairix.el (gnus-registry-enabled): Ditto.
4883
4884 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4885
4886         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4887         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4888         only while we need to find out if it should be t or nil.
4889         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4890         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4891         the registry is installed.  Set it to nil when it's unloaded.
4892         (gnus-registry-install-p): Provide user guidance for the initial value
4893         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4894         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4895         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4896         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4897         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4898         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4899         `gnus-registry-install'.
4900
4901 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4902
4903         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4904         previous change.
4905         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4906         primary key is marked as disabled.
4907
4908 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4909
4910         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4911         primary key is marked as disabled.
4912
4913 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4914
4915         * html2text.el (html2text-clean-anchor): Check for quotes around
4916         `href' value.
4917
4918 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4921         searching.  Drop `bbdb-cache'.
4922
4923 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * message.el (message-signed-or-encrypted-p): Exclude header when
4926         checking if there is signed or encrypted body in text/plain message.
4927
4928 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4929
4930         * html2text.el (html2text-get-attr): Correctly handle attribute values
4931         containing "=".
4932
4933 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4934
4935         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4936         handle bindings.
4937
4938 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-win.el (gnus-configure-windows): Protect against reading
4941         ephemeral groups outside of Gnus.
4942
4943 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * shr.el (shr-tag-img): Don't get images displayed in tables.
4946
4947 2011-10-03  Glenn Morris  <rgm@gnu.org>
4948
4949         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4950         the "maintainer" version of debbugs.gnu.org reports.
4951
4952 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4955         make asynchronous adjacent image insertion work better.
4956
4957 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4958
4959         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4960         documentation.
4961
4962 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4965         `gnus-asynchronous' isn't shadowed.
4966
4967 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4970
4971         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4972         (nnimap-insert-partial-structure): The charset parameter isn't
4973         case-sensitive.
4974
4975         * nnheader.el (nnheader-message-maybe): New function.
4976
4977         * shr.el (shr-tag-table): Render totally broken tables better.
4978
4979         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4980         computing the boundary.
4981
4982 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * pop3.el (pop3-number-of-responses): Remove.
4985         (pop3-wait-for-messages): Rewrite to take linear time instead of
4986         exponential time.
4987
4988 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4991         re-fetch images.
4992
4993         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4994         re-fetch images when hitting `g' in Gnus.
4995
4996 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4999         (mml-compute-boundary): Don't check collision if it is non-nil.
5000         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5001         before checking collision.
5002
5003 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * message.el (message-indent-citation): Really make sure there's a
5006         newline at the end.
5007
5008         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5009         Fix suggested by John Wiegley.
5010
5011         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5012
5013         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5014
5015         * message.el (message-default-send-rename-function): Break out into its
5016         own function.
5017
5018         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5019         doesn't work under XEmacs.
5020
5021         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5022         of "imaps" to word around Windows problems.
5023         (nnimap-open-connection-1): Use it.
5024
5025         * message.el (message-indent-citation): Revert last change which made
5026         `F' not work.
5027
5028 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5029
5030         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5031         terminal as well.
5032
5033 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5036         because it displays images using overlays that aren't easy to copy to
5037         the article buffer.
5038
5039 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5040
5041         * message.el (message-indent-citation): Fix empty line removal at the
5042         end of the citation.
5043
5044 2011-09-20  Julien Danjou  <julien@danjou.info>
5045
5046         * auth-source.el (auth-source-netrc-create): Use default value for
5047         password if specified.  Evaluate default.
5048         (auth-source-plstore-create): Ditto.
5049         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5050         value evaluation.
5051         (auth-source-netrc-create): Typo fix.
5052         (auth-source-plstore-create): Ditto.
5053
5054         * password-cache.el (password-cache-remove): Remove entries even if the
5055         value is nil, so that password with a nil value (negative caching) is
5056         possible to invalidate.
5057
5058         * auth-source.el (auth-source-format-cache-entry): New function.
5059
5060 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5063
5064 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5067
5068 2011-09-19  Julien Danjou  <julien@danjou.info>
5069
5070         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5071         which work with things that are not ASCII.
5072
5073 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5076
5077 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5080         message level.
5081
5082 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5085
5086 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5089
5090 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5091
5092         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5093         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5094
5095 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5096
5097         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5098         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5099         articles.
5100
5101 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5102
5103         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5104         (message-mail-other-window, message-mail-other-frame)
5105         (message-news-other-window, message-news-other-frame):
5106         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5107         instead of setting buffer display varibles.
5108
5109 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5112
5113         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5114
5115 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5118         duplicates" to a higher level.
5119
5120         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5121         most egregious messages.
5122
5123 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5126
5127 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5128
5129         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5130         up the file (bug#9351).
5131
5132 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5135         it does with all other backends, but decode the names immediately after
5136         getting them.
5137
5138         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5139         decoding nnimap groups.
5140
5141         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5142         newsrc file.  It doesn't seem like an important optimization any more.
5143
5144 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5145
5146         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5147         overflows.
5148
5149 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5152         (gnus-interactive-exit): Extend to `quiet'.
5153
5154         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5155
5156         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5157         string.
5158
5159         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5160         renaming function arguments from `this'.
5161
5162         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5163
5164         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5165         has been renamed.
5166         (gnus-lrm-string-p): Include RLM and PDF, too.
5167
5168         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5169         (bug#9225).
5170
5171 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5172
5173         Add autoload cookies for functions used by sendmail.el.
5174         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5175
5176         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5177
5178 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-art.el (article-date-ut): Work properly even when there are
5181         things like Date header in the body; work for forwarded parts.
5182
5183 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5184
5185         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5186         original-article-buffer.
5187
5188 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5189
5190         * nnir.el (nnir-compose-result): Fix matching of server type.
5191         (nnir-run-swish++): Ditto.
5192         (nnir-run-namazu): Ditto.
5193         (nnir-run-notmuch): Ditto.
5194
5195 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5198         (bug#9405).
5199
5200         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5201         (bug#9421).
5202
5203         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5204         (bug#9425).
5205
5206         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5207         thing (bug#9426).
5208
5209 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5212         the error message.
5213
5214 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5215
5216         * message.el (message-setup-1): Return t (Bug#9392).
5217
5218 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5219
5220         * gnus-sum.el: When adding article headers to a summary buffer also
5221         update gnus-newsgroup-articles (bug#9386).
5222
5223 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * auth-source.el: Autoload help-mode.
5226
5227 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5230         names.
5231
5232 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5233
5234         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5235         mm-replace-in-string for compatibility issues.
5236         * mml2015.el (mml2015-epg-verify): Ditto.
5237
5238 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5241
5242         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5243
5244 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5247         continue on and do the clean-up phase (bug#9188).
5248
5249         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5250         just ignore groups that can't be opened instead of erroring out
5251         (bug#9225).
5252
5253         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5254         nil since some many people are fuddy-duddies.
5255
5256         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5257         images.
5258
5259         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5260         instead.
5261
5262         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5263
5264         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5265
5266         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5267         processing.
5268
5269         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5270         buffer to avoid warnings.
5271
5272 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5273
5274         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5275         specified to reduce precision.
5276
5277 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5280         bodystructures (bug#9314).
5281
5282 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5285         Make button keymap non-sticky after buttons.
5286
5287 2011-08-18  David Engster  <dengste@eml.cc>
5288
5289         * nnmairix.el (nnmairix-request-set-mark)
5290         (nnmairix-goto-original-article): Remove adding of article to registry,
5291         since `gnus-registry-add-group' isn't available anymore.
5292         (nnmairix-determine-original-group-from-registry):
5293         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5294         available anymore.
5295
5296 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5297
5298         * starttls.el (starttls-any-program-available): Define as obsolete
5299         function.
5300
5301 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5304         versions which Gnus use when appropriate.
5305
5306         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5307         a pretty destructive command.
5308
5309         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5310
5311 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * message.el (message-fix-before-sending): Make a different warning
5314         about NUL characters (bug#9270).
5315
5316         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5317         from custom (bug#9260).
5318
5319         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5320         things work in Emacs 22 and XEmacs, too.
5321
5322         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5323         default From.
5324
5325         * gnus-spec.el (gnus-lrm-string-p): New macro.
5326         (gnus-lrm-string): New constant.
5327         (gnus-summary-line-format-spec): LRM-ify the from.
5328         (gnus-tilde-max-form): LRM-ify string chopping.
5329
5330         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5331
5332         * message.el (message-is-yours-p): Allow disabling canlock checking
5333         (bug#9295).
5334         (message-shoot-gnksa-feet): Add `canlock-verify'.
5335         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5336         message directory isn't writable (bug#9304).
5337
5338         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5339         non-world-readable.
5340
5341 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5344         articles.
5345
5346 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5347
5348         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5349         copy-list.
5350
5351 2011-08-12  Sam Steingold  <sds@gnu.org>
5352
5353         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5354         in the reverse order to avoid modifying the cache with `nreverse'.
5355         (gnus-all-score-files): Do not modify the value returned by
5356         `gnus-score-find-alist' because it lives in a cache variable.
5357         (gnus-current-home-score-file): No need to `nreverse' the return value
5358         of `gnus-score-find-alist', it is already in the correct order.
5359
5360 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5361
5362         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5363         type MESSAGE and subtype RFC822 is slightly different from those of
5364         type TEXT.
5365
5366 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5367
5368         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5369         This allows article-referral to work from an nnir group.
5370
5371 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5372
5373         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5374
5375 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5376
5377         * mml1991.el (mml1991-epg-find-usable-key)
5378         (mml1991-epg-find-usable-secret-key): New function.
5379         (mml1991-epg-sign): Check if signing key is usable.
5380         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5381
5382 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5383
5384         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5385         server-variables only.  This should fix a bug introduced with commit
5386         e1889675b7f4adf057833c5513c9374134c4e053.
5387         (nnir-run-query): 'nnir-search-engine should not be set from the global
5388         environment.
5389
5390 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5391
5392         * nnir.el (nnir-search-thread): Position point on referring article
5393         line.
5394         (nnir-warp-to-article): Clean up summary buffers.
5395
5396         * nnimap.el (nnimap-request-thread): Whitespace fix.
5397
5398 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5399
5400         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5401
5402 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5403
5404         * starttls.el (starttls-available-p): Rename from
5405         `starttls-any-program-available' and changed return convention.
5406
5407 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5408
5409         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5410         `unix-sync' unless it's defined.
5411
5412 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5413
5414         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5415         `aref' for XEmacs compatibiltiy.
5416
5417 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5420
5421 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5422
5423         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5424         closures, quote the form properly (bug#9194).
5425
5426 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5429         (gnus-summary-insert-new-articles): Protect against servers that are
5430         down.
5431
5432 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5433
5434         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5435         in mm handle if none is specified.
5436
5437 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5438
5439         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5440
5441 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5442
5443         * nnir.el (nnir-search-thread): New function to make an nnir group
5444         based on a thread query.
5445
5446         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5447         of nnir in thread referral.
5448         (gnus-summary-refer-thread): Use it.
5449
5450         * nnimap.el (nnimap-request-thread): Use it.
5451
5452 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * shr.el (shr-tag-comment): Ignore HTML comments.
5455
5456 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5457
5458         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5459         argument.
5460         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5461         Use `nnir-address' to handle server info rather than passing an arg.
5462
5463         * nnimap.el (nnimap-make-thread-query): New utility function to format
5464         an imap thread search query.
5465         (nnimap-request-thread): Use it.
5466
5467         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5468         right select-method if we are not going back to the group buffer.
5469
5470 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5473         enter invalid buffer configurations into the quit form (bug#9107).
5474         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5475         unplugged/plugged.
5476
5477         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5478         keep track of which ones are unread (bug#9061).
5479
5480         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5481         (bug#9055).
5482
5483         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5484         (bug#9041).
5485
5486         * gnus-html.el (mm-util): Require (bug#9073).
5487
5488         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5489         (gnus-summary-refer-thread): Use it to remove duplicates in the
5490         un-threaded view (bug#9053).
5491         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5492
5493 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5494
5495         * nnir.el (nnir-read-server-parm): Use default value from global
5496         variable.  Without this the default search engine parameters aren't
5497         used at all.
5498
5499 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * message.el (message-unique-id): Don't use the undocumented return
5502         value from (random t) (bug#9118).
5503
5504 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * message.el (message-auto-save-directory): If the ~/Mail directory
5507         doesn't exist, use ~ as the auto-save directory (bug#4432).
5508
5509         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5510         hasn't already been started.
5511
5512 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5515
5516         * message.el (message-reply): Work around mysterious bug where
5517         `message-mode' seems to overwrite the locally bound `subject' variable.
5518
5519 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5520
5521         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5522         correct group.
5523
5524         * gnus-int.el (gnus-request-thread): Add group argument.
5525
5526         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5527
5528 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5531
5532         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5533         renamed to `debbugs-gnu-*'.
5534
5535 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5536
5537         * plstore.el: Revert the editing feature since it is not urgent.
5538         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5539         (plstore-mode-decoded): Remove.
5540
5541 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5544         isn't very interesting any more, and it leaks potentially secret data.
5545         (gnus-debug): Remove.
5546
5547         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5548         use of :custom-show.
5549
5550 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5551
5552         * plstore.el: Add documentation.
5553         (plstore-mode): New mode to edit plstore file.
5554         (plstore-mode-toggle-display, plstore-mode-original)
5555         (plstore-mode-decoded): New command.
5556         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5557         (plstore--insert-buffer, plstore--make): New function.
5558         (plstore-open, plstore-save): Simplify by using them.
5559
5560 2011-07-06  Glenn Morris  <rgm@gnu.org>
5561
5562         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5563
5564 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5567         no longer is much used.
5568         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5569         Articles".
5570
5571 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5572
5573         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5574         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5575         `notmuch' backend.
5576
5577 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578
5579         * mm-decode.el (mm-text-html-renderer): Doc fix.
5580
5581         * gnus-msg.el (gnus-bug): Fix the MML tag.
5582
5583         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5584
5585 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5586
5587         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5588         secondary methods if started with `gnus-no-server'.
5589
5590 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5591
5592         * message.el (message-return-action): Fix typo in docstring.
5593
5594 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5597         bug reports at once.
5598
5599         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5600
5601 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * nndraft.el: Require gnus-group.
5604         (nndraft-request-list): Declare.
5605
5606         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5607         no unread article unless it matches gnus-permanently-visible-groups.
5608
5609         * nndraft.el (nndraft-update-unread-articles): New function.
5610         (nndraft-request-associate-buffer): Use it to update the number of
5611         unread articles for the nndraft groups in the group buffer when saving
5612         or killing a draft message.
5613
5614 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615
5616         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5617         systems to binary before writing and reading the mbox files.
5618
5619         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5620         instead of trying to list them all (bug#8978).
5621
5622 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5623
5624         * pop3.el (pop3-open-server): Use :end-of-capability.
5625
5626 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5629         the id is always a number.
5630
5631         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5632
5633         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5634         debbugs mode, if possible.
5635
5636 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5637
5638         * auth-source.el (auth-source-token-passphrase-callback-function):
5639         Reindent.
5640         (epg-context-operation): Remove unnecessary autoload.
5641
5642 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus.el (gnus-list-debbugs): New command.
5645
5646         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5647         mboxstat instead of the maintbox, since the stat seems to be fuller.
5648
5649         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5650         summary buffers.
5651
5652         * message.el (message-get-reply-headers): Delete all duplicates,
5653         instead of the first.
5654         (message-get-reply-headers): Ensure that we have progress while
5655         deleting duplicates.
5656
5657         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5658         gnus-posting-style value from the summary buffer to make it easier to
5659         make that a per-buffer conf.
5660
5661 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5662
5663         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5664         found by setting `shortcut' in 'query.
5665         (nnir-request-article): Use `shortcut' setting when requesting article
5666         by Message-ID.
5667
5668 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5671         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5672         Bring the pseudo-headers back too.
5673
5674 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5675
5676         * auth-source.el (auth-source-token-passphrase-callback-function):
5677         Simplify and remove EPA dependency.
5678
5679 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5680
5681         * nnir.el (nnir-request-article): Fix error message text.
5682
5683 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5684
5685         * auth-source.el (plstore-delete): Autoload.
5686         (auth-source-plstore-search): Support delete operation.
5687         * plstore.el (plstore-delete): New function.
5688
5689 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5692         mark actually existing articles as unread rather than the ones that
5693         active asserts.
5694
5695 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5696
5697         * nntp.el (nntp-record-command):
5698         * gnus-util.el (gnus-message-with-timestamp-1):
5699         Use format-time-string rather than decoding time stamps by hand.
5700         This is simpler and insulates the code from potential changes to
5701         current-time format.
5702
5703 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5706
5707 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5708
5709         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5710         (plstore-save): Support public key encryption.
5711         (plstore--init-from-buffer): New function.
5712         (plstore-open): Use it; fix error when opening a non-existent file.
5713         (plstore-revert): Use plstore--init-from-buffer.
5714
5715 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5716
5717         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5718
5719 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5722         for old Emacsen.
5723
5724 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5725
5726         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5727         is not fully working.
5728
5729 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * dgnushack.el: Autoload sha1 on XEmacs.
5732
5733         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5734         quit window configuration.
5735
5736         * auth-source.el (epg-context-set-passphrase-callback):
5737         Remove duplicate autoload.
5738
5739 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5740
5741         * nnir.el (nnir-request-article): Allow requesting articles by
5742         Message-ID with nnimap.
5743
5744         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5745         current server.
5746
5747 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * auth-source.el: Autoload EPA/EPG functions.
5750         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5751         changed when EPA/EPG is not available.
5752         (auth-source-backend): Rename "arg" member to "data".
5753         (auth-source-backend-parse, auth-source-plstore-search)
5754         (auth-source-plstore-create): Use it.
5755
5756 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5757
5758         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5759         `gnus-refer-article-methods'.
5760
5761 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * auth-source.el: Require EPA and EPG.
5764         (auth-source-passphrase-alist): New variable.
5765         (auth-source-passphrase-callback-function)
5766         (auth-source-token-passphrase-callback-function): Callbacks for the
5767         netrc field encryption (GPG tokens).
5768         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5769         Symmetric encryption and decryption of the netrc GPG tokens.
5770         (auth-source-netrc-normalize): Use them, simplifying the closure.
5771
5772 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5775         is available.
5776
5777 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5780         non-nil, and `nnimap-split-methods' is nil, use the former.
5781
5782 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5783
5784         * plstore.el (plstore-revert): New function.
5785         (plstore-open): Use it; hide the buffer from user.
5786
5787 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5788
5789         * auth-source.el (auth-source-backend): New member "arg".
5790         (auth-source-backend-parse): Handle new backend 'plstore.
5791         * plstore.el: New file.
5792
5793 2011-06-30  Glenn Morris  <rgm@gnu.org>
5794
5795         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5796
5797 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5800         expiring articles to.
5801
5802         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5803         variations as ASCII (bug#5458).
5804
5805 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5808
5809 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5810
5811         * message.el (message-point-in-header-p): Tweak the function to default
5812         to saying that we're not in the headers if there is no separator at
5813         all.  This makes it possible to use the Message version of `M-q' in
5814         buffers with no headers (bug#7987).
5815         (message-point-in-header-p): Fix last checkin to work with an empty
5816         mail-header-separator, too.
5817
5818         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5819         again, save the choice via customize.
5820
5821 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5824
5825         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5826         ended the connection, bail out before waiting infinitely on a new
5827         connection.
5828
5829 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5832         reports.
5833
5834         * gnus.el (gnus-bug-package): Use "gnus."
5835         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5836
5837 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * dgnushack.el: Make the timer warning go away on XEmacs.
5840
5841         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5842         animations going on at article exit time.
5843
5844         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5845         since removing it breaks people upgrading.
5846
5847         * shr.el (shr-put-image): Use the new interface for animating images.
5848         (shr-put-image): Animate for 60 seconds.
5849
5850         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5851         avoid compiler warnings.
5852
5853         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5854         error with `find-file-hooks' on Emacs 22.
5855         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5856         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5857         on all architectures.
5858
5859         * spam.el (spam-stat): Require in a normal fashion without binding
5860         `spam-stat-install-hooks' to avoid compilation warnings.
5861
5862         * spam-stat.el (spam-stat-install-hooks): Remove.
5863         (spam-stat-install-hooks): Don't run automatically.
5864
5865 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5866
5867         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5868         and keystroke.
5869
5870 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * auth-source.el (auth-source-netrc-cache): Move forward.
5873
5874 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * proto-stream.el (proto-stream-open-starttls): Use
5877         `gnutls-available-p' to see whether we have built-in support.
5878
5879         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5880         we already know.
5881         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5882         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5883
5884 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5885
5886         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5887         %S format, since that looks odd.
5888         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5889         file, especially when saving.
5890
5891 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5892
5893         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5894         article found.
5895
5896 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5899         `auth-source-save-secrets' with a more sensitive alist that can be
5900         configured per file.  Experimental, so defaults to 'never.
5901         (auth-source-netrc-create): Use it.  Still experimental code.
5902         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5903         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5904
5905 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5906
5907         * auth-source.el (auth-source-save-secrets): New variable to control if
5908         secret tokens should be saved encrypted.
5909         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5910         to `auth-source-netrc-normalize'.
5911         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5912         on the EPA variables being defined.
5913         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5914         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5915         the lexical-let closure.
5916         (auth-source-netrc-create): Create "gpg:" tokens according to
5917         `auth-source-save-secrets'.
5918
5919 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-group.el (gnus-group-update-group): Add new argument
5922         `info-unchanged' that stops updating dribble buffer.
5923
5924         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5925         deletes lines matching to it in dribble buffer.
5926
5927         * gnus-agent.el (gnus-agent-fetch-group-1):
5928         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5929         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5930         * gnus-start.el (gnus-group-change-level):
5931         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5932
5933         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5934         if newsgroup info is not changed.
5935
5936         * gnus-group.el (gnus-group-get-new-news-this-group):
5937         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5938         Don't update dribble buffer.
5939
5940 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5943         remove entries with groups we ignore.
5944
5945 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5948         the underline comes at the bottom.
5949
5950 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5953         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5954         (gnus-registry-article-marks-to-names): Rename from
5955         `gnus-registry-user-format-function-M2'.
5956
5957 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5960         ephemeral group.
5961
5962 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * shr.el (shr-browse-image): Copy the URL if called interactively.
5965
5966 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5969         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5970         done, then unselected articles may be marked as read.
5971
5972         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5973         since not doing this seems to lead to a race condition in pop3-logon.
5974
5975         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5976         so that the call chain it correct when we call "upwards".
5977
5978         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5979         in read-only groups.
5980
5981         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5982
5983         * message.el (message-cite-reply-position): Doc string fix.
5984
5985         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5986         avoid regexp overflow.
5987         (nnimap-transform-split-mail): Ditto.
5988
5989         * pop3.el (pop3-retr): Error out if the server closes the connection.
5990
5991 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5992
5993         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5994         mm-with-unibyte-current-buffer.  The buffer should not contain any
5995         multibyte chars anyway at this stage.
5996
5997 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6000         at the end of lines.
6001
6002 2011-05-29  Julien Danjou  <julien@danjou.info>
6003
6004         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6005
6006 2011-05-27  Glenn Morris  <rgm@gnu.org>
6007
6008         * gnus-group.el (gnus-bug-group-download-format-alist):
6009         Use the "maintainer" version of debian reports as well.
6010
6011 2011-05-26  Glenn Morris  <rgm@gnu.org>
6012
6013         * gnus-group.el (gnus-bug-group-download-format-alist):
6014         Use the "maintainer" version of debbugs.gnu.org reports.
6015
6016 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6019
6020 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6021
6022         * gnus-cus.el (gnus-agent-customize-category):
6023         * gnus-delay.el (gnus-delay-send-queue):
6024         * gnus.el (gnus-other-frame):
6025         Don't quote lambda expressions with `quote'.
6026
6027 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6030         the thread moves us backwards and so we loop forever.
6031
6032 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6035         whitespace in base64 data lines.
6036
6037 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * gnus-registry.el (gnus-registry-user-format-function-M):
6040         Use `mapconcat'.
6041         (gnus-registry-user-format-function-M2): Use to see the full text of
6042         the marks.  Make "," the mark text separator.
6043
6044         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6045         authentication with auth-source.
6046
6047 2011-05-17  Glenn Morris  <rgm@gnu.org>
6048
6049         * gnus-group.el (gnus-import-other-newsrc-file):
6050         Use insert-file-contents.
6051
6052 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6053
6054         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6055         1000 iterations.
6056
6057 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * nntp.el (nntp-open-connection): Check if process-type is available.
6060
6061 2011-05-16  Julien Danjou  <julien@danjou.info>
6062
6063         * shr.el (shr-tag-del): Add support for del tag.
6064
6065 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-html.el (gnus-html-put-image): Register a displayer.
6068
6069         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6070
6071 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * registry.el (prune-factor): New initialization parameter defaulting
6074         to 0.1.
6075         (registry-prune-hard): Use it.
6076
6077         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6078         0.1 expicitly.
6079
6080 2011-05-13  Glenn Morris  <rgm@gnu.org>
6081
6082         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6083         is bound, since this function requires sendmail.
6084
6085 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * registry.el (registry-usage-test): Disable pruning test.
6088
6089 2011-05-11  David Engster  <dengste@eml.cc>
6090
6091         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6092         Bind set-network-process-option for XEmacs.
6093
6094 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * registry.el (registry-prune-hard-candidates)
6097         (registry-prune-soft-candidates): Helper methods for registry pruning.
6098         (registry-prune): Use them.  Make the sort function optional.
6099
6100 2011-05-10  Jim Meyering  <meyering@redhat.com>
6101
6102         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6103
6104 2011-05-10  Julien Danjou  <julien@danjou.info>
6105
6106         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6107         symbol and not a list.
6108
6109 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el (gnus-article-mode): Move binding of
6112         shr-put-image-function here from gnus-article-prepare-display.
6113
6114         * shr.el (shr-put-image-function): New variable.
6115         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6116         (shr-put-image): Return scaled image.
6117
6118         * gnus-art.el (gnus-shr-put-image): New function.
6119         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6120
6121         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6122         original ones, as deletable.
6123
6124 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6125
6126         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6127
6128 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * registry.el (registry-full): Add convenience method.  Fix logic.
6131         (registry-insert): Use it.  Fix logic here too.
6132
6133         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6134         `registry-prune' if `registry-full' returns t.
6135         (gnus-registry-handle-action)
6136         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6137         (gnus-registry-usage-test): Use it.
6138
6139 2011-05-07  Julien Danjou  <julien@danjou.info>
6140
6141         * shr.el (shr-link): Make shr-link inherit from link by default.
6142
6143 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6144
6145         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6146
6147 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6150         error out because the face is not a list.
6151
6152 2011-05-05  Glenn Morris  <rgm@gnu.org>
6153
6154         * proto-stream.el (gnutls-negotiate): Fix declarations.
6155
6156         * gnus-start.el (gnus-propagate-marks): Declare.
6157
6158 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * registry.el (registry-reindex): Fix percentage message.
6161
6162         * proto-stream.el (network-stream-open-starttls): Adjust to call
6163         `gnutls-negotiate' with :process and :hostname arguments.
6164
6165 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6166
6167         * shr.el: Add shr-link face for links.
6168         (shr-urlify): Use it.
6169
6170         * registry.el (registry-insert): Make error message more helpful.
6171
6172 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * gnus-html.el (gnus-html-schedule-image-fetching):
6175         Use url-queue-retrieve, if it exists.
6176
6177         * shr.el (shr-tag-img): Ditto.
6178
6179         * gnus.el: Autoload more gnus-agent functions.
6180
6181         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6182         agent if we haven't already (bug#8502).
6183
6184         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6185         into the Agent, too.
6186
6187         * gnus-agent.el (gnus-agent-store-article): New function.
6188
6189         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6190         and moved from that file for reuse.
6191
6192         * pop3.el (pop3-open-server): Error messages are "-ERR".
6193
6194 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6195
6196         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6197         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6198
6199 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6200
6201         * gnus.el: No Gnus v0.17 is released.
6202
6203 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6204
6205         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6206         buffer has moved to a different frame.
6207
6208 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6211         to get the conversion from unibyte to multibyte buffers to work on
6212         Emacs 22.
6213
6214         * nntp.el (nntp-request-article): Slight clean-up.
6215
6216 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * shr.el (shr-strike-through): New face.
6219         (shr-tag-s): Use it to provide <s> support.
6220         (shr-tag-s): Remove duplicate definition.
6221
6222 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6223
6224         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6225         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6226
6227 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6230         `gnutls-negotiate'.
6231         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6232
6233 2011-04-23  Glenn Morris  <rgm@gnu.org>
6234
6235         * gnus-sum.el (gnus-extra-headers): Bump :version.
6236
6237 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * shr.el (shr-tag-sup): New function.
6240         (shr-tag-sub): Ditto.
6241
6242 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6245         for the case where `gnus-registry-ignored-groups' is a list of lists,
6246         and don't call `gnus-parameter-registry-ignore' otherwise.
6247
6248 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * nnimap.el (nnimap-user): New backend variable.
6251         (nnimap-open-connection-1): Use it.
6252         (nnimap-credentials): Accept user parameter so it's explicit what user
6253         name is desired.
6254
6255         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6256         default.
6257
6258         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6259         not gnus-registry.el.
6260
6261         * gnus-registry.el: Mention in comments how to modify
6262         `gnus-extra-headers' for proper recipient tracking and that it may
6263         already have To and Cc recently, which it does as of this commit.
6264         (gnus-registry-ignored-groups): Remove defcustom.
6265         Explain why in comments.
6266         (gnus-registry-action): Fix data-header reference to use the extra
6267         headers.  Explain in package commentary how to add To and Cc headers to
6268         the gnus-extra-headers.
6269         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6270         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6271         parameter list or a string list in `gnus-registry-ignored-groups'.
6272         Fix logic error.
6273
6274 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * shr.el (shr-expand-url): Protect against null urls.
6277
6278 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6279
6280         * shr.el (shr-base): New binding.
6281         (shr-tag-base): Keep track of <base>.
6282         (shr-expand-url): New function used throughout.
6283
6284 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         * gnus-registry.el
6287         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6288         (gnus-registry-ignored-groups): New variable.
6289         (gnus-registry-ignore-group-p): Use it.
6290         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6291         set the destination group to nil (same as delete) if it's ignored.
6292
6293 2011-04-20  David Engster  <dengste@eml.cc>
6294
6295         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6296
6297         * Makefile.in (test-nntp): New rule.
6298         (check): Add it.
6299         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6300
6301 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-registry.el (gnus-registry-action)
6304         (gnus-registry-fetch-header-fast):
6305         Don't use mail-header that looks an internal function of mailheader.el.
6306
6307 2011-04-19  Glenn Morris  <rgm@gnu.org>
6308
6309         * time-date.el (time-to-days): Remove unused local variables.
6310
6311 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-registry.el: Eliminate cl functions.
6314         (gnus-registry-sort-addresses): New function that replaces mapcan.
6315         (gnus-registry-action, gnus-registry-spool-action)
6316         (gnus-registry-split-fancy-with-parent)
6317         (gnus-registry-fetch-recipients-fast): Use it.
6318         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6319
6320         * registry.el (initialize-instance, registry-lookup)
6321         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6322         (registry-lookup-secondary-value, registry-search, registry-delete)
6323         (registry-insert, registry-reindex, registry-size, registry-prune):
6324         Use eval-and-compile.
6325
6326 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6327
6328         * registry.el (registry-reindex): New method to recreate the secondary
6329         registry indices.
6330
6331         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6332         tracked field changes.
6333         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6334         (gnus-registry-action, gnus-registry-spool-action)
6335         (gnus-registry-handle-action)
6336         (gnus-registry--split-fancy-with-parent-internal)
6337         (gnus-registry-split-fancy-with-parent)
6338         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6339         move, and delete actions, and for fancy splitting with parent.
6340         (gnus-registry-extract-addresses)
6341         (gnus-registry-fetch-recipients-fast)
6342         (gnus-registry-fetch-header-fast): Convenience functions.
6343         (gnus-registry-misc-test): ERT test of
6344         `gnus-registry-extract-addresses'.
6345
6346 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6347
6348         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6349         Track by subject first, then sender.
6350
6351 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6352
6353         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6354
6355         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6356         Lisp.
6357
6358         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6359         (gnus-draft-send): Use it to avoid popping
6360         up frames from gnus-group-send-queue.
6361
6362 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6363
6364         * gnus-registry.el: Updated gnus-registry docs.
6365
6366 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6369         Fix logic bug.
6370         (gnus-registry-post-process-groups): Fix logging of no results and
6371         quote sender and subject.
6372
6373 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6376         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6377         gnutls-cli are too slow to be done opportunistically.
6378
6379         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6380         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6381         we had no early-data returned.
6382         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6383         two async commands to the same server at the same time.
6384
6385 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6386
6387         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6388
6389 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390
6391         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6392         "warning" level.
6393
6394         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6395         (mm-url-insert-file-contents): Don't set the package names.
6396
6397 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6398
6399         * gnus-registry.el (gnus-registry-action): Remove properties and
6400         simplify subject in `gnus-registry-handle-action'.
6401         (gnus-registry-spool-action): Get subject and sender from message if
6402         they are not passed in.
6403         (gnus-registry-handle-action): Remove properties and simplify subject
6404         consistently.
6405
6406 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6407
6408         * registry.el: Require CL before using defmacro*.
6409
6410 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (article-treat-date): Assume that
6413         gnus-article-date-headers may be a group parameter.
6414
6415 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6418
6419         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6420         interactively so the newsrc file can contain foreign groups too.
6421         Useful for debugging but not much for users.
6422
6423 2011-04-07  David Engster  <dengste@eml.cc>
6424
6425         * registry.el (registry-usage-test): Only do
6426         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6427         lexical binding.
6428
6429 2011-04-07  David Engster  <dengste@eml.cc>
6430
6431         * Makefile.in (check, test-registry): New rules for test-suite.
6432
6433 2011-04-06  David Engster  <dengste@eml.cc>
6434
6435         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6436         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6437
6438 2011-04-06  David Engster  <dengste@eml.cc>
6439
6440         * registry.el (initialize-instance): Change :after to :AFTER to be
6441         compatible with old EIEIO version in XEmacs.
6442
6443 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6444
6445         * gnus-registry.el (gnus-registry-post-process-groups)
6446         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6447         and provide better messaging.
6448
6449 2011-04-06  David Engster  <dengste@eml.cc>
6450
6451         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6452         errors.
6453
6454         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6455         dgnushack-compile with error-on-warn enabled, and to signal an error if
6456         clean compilation failed.
6457         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6458         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6459
6460 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6463         unconditionally anyway, discarding errors.
6464         (gnus-registry-delete-entries): New convenience function.
6465         (gnus-registry-import-eld): Import from old .eld registry.
6466
6467         * registry.el: Don't use ERT if it's not available.  Load it
6468         unconditionally anyway, discarding errors.
6469
6470         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6471         version from the Claudio Bley GnuTLS patch (extra optional parameters
6472         and host name).
6473
6474 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6477         fixup the parameters that can be customized by the user between
6478         save/read cycles.
6479         (gnus-registry-read): Use it.
6480         (gnus-registry-make-db): Use it.
6481         (gnus-registry-spool-action, gnus-registry-handle-action):
6482         Fix messaging.
6483         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6484         Map references to actual group names with sender and subject tracking.
6485         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6486         (gnus-registry-usage-test): Add subject lookup test.
6487
6488         * registry.el (registry-db, initialize-instance): Set up constructor
6489         instead of :initform arguments for the sake of older Emacsen.
6490         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6491         pre-lexbind merge bug.
6492         (registry-usage-test): Use it.
6493         (initialize-instance, registry-db): Move the non-function initforms
6494         back to the class definition.
6495
6496 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * registry.el: New library to manage gnus-registry-style data.
6499
6500         * gnus-registry.el: Use it (major rewrite).
6501
6502         * nnregistry.el: Use it.
6503
6504         * spam.el: Use it.
6505
6506 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6509         marks on non-selected articles.
6510
6511 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6512
6513         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6514         parameter to open-protocol-stream.
6515
6516 2011-04-01  Julien Danjou  <julien@danjou.info>
6517
6518         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6519         fundamental-mode.
6520
6521 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6524         servers.
6525
6526 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6529         made marks not propagate, again.
6530
6531 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6532
6533         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6534         Make this the default type.
6535         (proto-stream-open-plain): Rename from proto-stream-open-default.
6536         (open-protocol-stream, proto-stream-open-starttls)
6537         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6538         with `plain'.
6539
6540         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6541         value.
6542
6543         * nntp.el (nntp-open-connection-function): Document the fact that some
6544         values are not functions but are instead handled specially.
6545         Recognize nntp-open-plain-stream value.
6546         (nntp-open-connection): Recognize that value.
6547
6548 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6551         where it seems to be needed.
6552
6553 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6556         stuff.
6557
6558         * gnus-score.el (gnus-score-string): Fix calling convention of
6559         `gnus-simplify-buffer-fuzzy' after last patches.
6560
6561         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6562         server for articles we didn't get any headers for.  This is a sanity
6563         check.
6564
6565 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6566
6567         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6568         new CAPABILITY, use it.
6569
6570 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6573         downloading anything.
6574
6575         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6576
6577 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6578
6579         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6580         colors.
6581         (gnus-splash-svg-color-symbols): New function.
6582
6583 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6586         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6587         (gnus-simplify-subject-fuzzy): Use the local
6588         gnus-simplify-subject-fuzzy-regex instead of the global one.
6589         This makes using this variable in group parameters work.
6590
6591 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6592
6593         * gnus-registry.el (gnus-registry-unfollowed-groups):
6594         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6595         archive:sent-YYYY-MM-DD groups).
6596         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6597         tracking if there are more than `gnus-registry-max-track-groups'
6598         matches.
6599
6600 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6601
6602         * message.el (message--yank-original-internal): New function to do the
6603         insertion cleanly inside eval in `message-yank-original'.
6604         (message-yank-original): Use it.
6605
6606 2011-03-29  Julien Danjou  <julien@danjou.info>
6607
6608         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6609         local variables disabled rather than `normal-mode'.
6610
6611 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6612
6613         * imap.el (imap-shell-open, imap-process-connection-type):
6614         Use imap-process-connection-type for 'shell' streams as well as
6615         Kerberos, SSL, other subprocesses.
6616
6617 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6618
6619         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6620         with open-network-stream.
6621         (proto-stream-always-use-starttls): Option removed.
6622         (open-protocol-stream): Return a process object by default.  Provide a
6623         new parameter :return-list specifying a list-type return value, which
6624         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6625         :type `network' to `try-starttls', and `network-only' to `default'.
6626         Make `default' the default, for compatibility with open-network-stream.
6627         Handle the no-parameter case exactly as open-network-stream, with no
6628         additional stream processing.  Search plists using plist-get.
6629         Explicitly add :end-of-commend parameter if it is missing.
6630         (proto-stream-open-default): Rename from
6631         proto-stream-open-network-only.  Return 'default as the type.
6632         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6633         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6634         failed.  Always return a list with a (possibly dead) process as the
6635         first element, for compatibility with open-network-stream.
6636         (proto-stream-open-tls): Use plist-get.  Always return a list.
6637         (proto-stream-open-shell): Return `default' as connection type.
6638         (proto-stream-capability-open): Use plist-get.
6639         (proto-stream-eoc): Function deleted.
6640
6641         * nnimap.el (nnimap-stream, nnimap-open-connection)
6642         (nnimap-open-connection-1): Handle renaming of :type parameter for
6643         open-protocol-stream.
6644         (nnimap-open-connection-1): Pass a :return-list parameter
6645         open-protocol-stream to obtain a list return value.  Parse this list
6646         using plist-get.
6647
6648         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6649         for open-protocol-stream.  Accept open-protocol-stream return value
6650         that is a subprocess object instead of a list.  Handle the case of a
6651         dead returned process.
6652
6653 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6654
6655         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6656
6657         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6658
6659 2011-03-21  Julien Danjou  <julien@danjou.info>
6660
6661         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6662         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6663         query.
6664         (mm-inline-text): Render normal text with fontification whenever
6665         possible.
6666
6667         * gnus-sum.el (gnus-summary-save-parts-1):
6668         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6669         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6670         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6671         Use `mm-handle-filename'.
6672
6673         * mm-util.el (mm-handle-filename): New function, return the filename of
6674         an handle.
6675
6676 2011-03-18  Julien Danjou  <julien@danjou.info>
6677
6678         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6679         (gnus-buffer-live-p): Check that buffer is not nil.
6680
6681 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6682
6683         * gnus.el: No Gnus v0.15 is released.
6684
6685 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6688         avoid warning on XEmacs.
6689
6690         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6691         on XEmacs.
6692
6693         * gnus-art.el: Require mouse, which the build bot seems to say is
6694         needed.
6695
6696         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6697
6698         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6699         XEmacs, since it doesn't have url-retrieve-synchronously.
6700
6701         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6702         since assoc-string doesn't exist in XEmacs.
6703
6704 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6705
6706         * gnus-group.el (gnus-group-list-ticked): New function.
6707         (gnus-group-make-menu-bar): Provide a menu entry for it.
6708         (gnus-group-list-map): Provide a binding for it.
6709
6710 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711
6712         * shr.el (shr-visit-file): New command.
6713
6714         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6715
6716 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6717
6718         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6719         servers.
6720
6721 2011-03-16  Julien Danjou  <julien@danjou.info>
6722
6723         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6724         inline.
6725
6726         * gnus-art.el (article-hide-list-identifiers):
6727         Use gnus-group-get-list-identifiers.
6728
6729         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6730         (gnus-summary-remove-list-identifiers):
6731         Use gnus-group-get-list-identifiers to get regexp.
6732         (gnus-select-newsgroup, gnus-summary-insert-subject)
6733         (gnus-summary-insert-articles):
6734         Call gnus-summary-remove-list-identifiers unconditionally.
6735
6736 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6739         we're selecting a group with unread articles.
6740
6741         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6742
6743         * gssapi.el: New file separated out from imap.el to provide a general
6744         Kerberos 5 connection facility for Emacs.
6745
6746         * message.el (message-elide-ellipsis): Document the format spec
6747         ellipsis.
6748
6749 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * message.el (message-elide-region): Allow the ellipsis to say how many
6752         lines were removed.
6753
6754 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6757         window configurations containing buffers that are now dead.
6758
6759         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6760         parsing to avoid integer overflows.
6761         (nnimap-parse-flags): Simplify the last change.
6762         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6763         too large for 32-bit Emacsen.
6764
6765 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6766
6767         * auth-source.el (auth-source-netrc-create):
6768         * message.el (message-yank-original): Fix use of `case'.
6769
6770 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6771
6772         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6773         XEmacs, which was one character too wide.
6774
6775 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6776
6777         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6778         default number of articles to display.
6779         (gnus-articles-to-read): Use pretty names for prompt.
6780
6781 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * gnus-int.el (gnus-open-server): Ditto.
6784
6785         * gnus-start.el (gnus-activate-group): Give a backtrace if
6786         debug-on-quit is set and the user hits `C-g'.
6787         (gnus-read-active-file): Ditto.
6788
6789         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6790
6791 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * message.el (message-yank-original): Use cond instead of CL case.
6794
6795 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6796
6797         * auth-source.el (auth-source-netrc-create): Use usual format for the
6798         default in prompts.
6799
6800 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * lpath.el: Fbind read-char-choice for XEmacs.
6803
6804 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6805
6806         * auth-source.el (auth-source-netrc-create): Show the default in the
6807         prompt when prompting for token creation.
6808
6809 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6810
6811         * auth-source.el (auth-source-format-prompt): Always convert the value
6812         to a string to avoid evaluating non-string arguments.
6813         (auth-source-netrc-create): Offer default properly, not as initial
6814         content in `read-string'.
6815         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6816         of line to determine if we've been run before.  If so, don't run again,
6817         but print a trivial message to indicate the cache was hit instead.
6818
6819 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6822         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6823         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6824         Gnus.
6825
6826 2011-03-11  Julien Danjou  <julien@danjou.info>
6827
6828         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6829         modified file".
6830
6831 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * auth-source.el (auth-source-read-char-choice): New function to read a
6834         character choice using `dropdown-list', `read-char-choice', or
6835         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6836         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6837         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6838         (auth-source-netrc-saver): Use it.
6839         (auth-source-pick-first-password): New convenience function.
6840
6841 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6844         parameter in the credentials.
6845         (nnimap-open-connection-1): Use it after a successful login.
6846         (nnimap-credentials): Add IMAP-specific user and password prompt.
6847
6848         * auth-source.el (auth-source-search): Add :require parameter, taking a
6849         list.  Document it and the :save-function return token.  Pass :require
6850         down.  Change the CREATED message from a warning to a debug statement.
6851         (auth-source-search-backends): Pass :require down.
6852         (auth-source-netrc-search): Pass :require down.
6853         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6854         Change save prompt to indicate all modifications saved here are
6855         deletions.
6856         (auth-source-netrc-create): Take user login name as default in user
6857         prompt.  Move all the save functionality to a lexically bound function
6858         under the :save-function token in the returned list.  Set up clearer
6859         default prompts for user, host, port, and secret.
6860         (auth-source-netrc-saver): New function, intended to be wrapped for
6861         :save-function.
6862
6863 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6866         lines to be spaces instead.
6867
6868 2011-03-07  Julien Danjou  <julien@danjou.info>
6869
6870         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6871         (sieve-sasl-auth): Check that auth-source-search did return something,
6872         or just return an empty string.
6873
6874 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6875
6876         * gnus.el (gnus-interactive): Use read-directory-name.
6877
6878         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6879         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6880         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6881         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6882         Likewise.
6883
6884         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6885
6886 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6889         onto the list of killed groups, too.  This makes killed nnimap groups,
6890         for instance, more reliably not reappear.
6891
6892         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6893         the parent.
6894
6895         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6896
6897         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6898         really have server-side marks.
6899
6900         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6901         since most backends do not usefully have server-side marks.
6902         (gnus-update-read-articles): Propagate marks to all backends that
6903         really have server-side marks.
6904
6905 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6906
6907         * message.el (message-cite-reply-position, message-cite-style):
6908         New variables.
6909         (message-yank-original): Use the new citation styles.
6910
6911 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6912
6913         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6914         buffer-local issue); don't mark it buffer-local when running under
6915         XEmacs.
6916
6917 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6918
6919         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6920         numbers too big to be `read'.
6921
6922 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * password-cache.el (password-in-cache-p): Add autoload.
6925
6926         * message.el (message-options): Make buffer-local two ways to attempt
6927         to fix a XEmacs bug.
6928
6929 2011-03-02  Julien Danjou  <julien@danjou.info>
6930
6931         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6932
6933 2011-03-01  Julien Danjou  <julien@danjou.info>
6934
6935         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6936         group.
6937         (article-hide-list-identifiers): Use list-identifier group parameter.
6938
6939 2011-02-28  Julien Danjou  <julien@danjou.info>
6940
6941         * sieve.el (sieve-buffer-script-name): New local variable to store
6942         sieve script name.
6943         (sieve-edit-script): Store sieve script name.
6944         (sieve-upload): Use sieve script name when uploading.
6945         (sieve-upload): Use substitute-command-keys.
6946         (sieve-edit-script): Use substitute-command-keys.
6947         (sieve-refresh-scriptlist): Use substitute-command-keys.
6948         (sieve-manage-mode-map): Define keymap properly.
6949         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6950         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6951         Remove commented code about cvs.
6952         (sieve-manage-quit): New function.
6953         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6954
6955 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6958
6959 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * auth-source.el (auth-source-search): Cache empty result sets.
6962
6963         * password-cache.el (password-in-cache-p): Convenience function to
6964         check if a key is in the cache, even if the value is nil.
6965
6966         * auth-source.el (auth-source-save-behavior): New variable to replace
6967         `auth-source-never-create'.
6968         (auth-source-netrc-create): Use it.
6969         (auth-source-never-save): Remove.
6970
6971 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6972
6973         * nnimap.el (nnimap-stream): Doc fix.
6974         (nnimap-open-connection-1): Reverse the order of the ports to that the
6975         prompted-for port is first.
6976
6977         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6978         retrieval by the no-group selection.
6979
6980         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6981         numerical parameters.
6982
6983 2011-02-25  Julien Danjou  <julien@danjou.info>
6984
6985         * gnus-gravatar.el: Use gnus-with-article-buffer.
6986
6987         * gnus-art.el (gnus-with-article-buffer): Check that the
6988         gnus-article-buffer is alive.
6989
6990 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * auth-source.el (auth-source-creation-prompts): New variable to manage
6993         creation-time prompts.
6994         (auth-source-search): Document it.
6995         (auth-source-format-prompt): Add utility function.
6996         (auth-source-netrc-create): Don't default the user name to
6997         user-login-name.  Use `auth-source-creation-prompts' and some default
6998         prompts for user, host, port, and password (the default generic prompt
6999         remains ugly).
7000         (auth-source-never-save): Add customizable option to never save info.
7001         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7002         mode excursion.
7003
7004 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7007         argument that XEmacs doesn't support.
7008
7009         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7010         compiled for Emacsen having no `libxml-parse-html-region' support.
7011
7012         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7013
7014         * lpath.el: Bind buffer-save-without-query for XEmacs.
7015
7016 2011-02-23  Julien Danjou  <julien@danjou.info>
7017
7018         * gnus-art.el (article-make-date-line): Ignore errors if time is
7019         invalid and not convertible.
7020         (article-make-date-line): Only add lapsed time if time is not nil.
7021
7022 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7023
7024         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7025         `read-char-choice' for backwards compatibility.
7026         (auth-source-netrc-element-or-first): New function to DTRT for
7027         parameter extraction.
7028         (auth-source-netrc-create): Use it and fix multiple parameter print
7029         bug.  Use the default passed from above (given-default) or the
7030         built-in (user-login-name for :user).
7031
7032 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-start.el (gnus-dribble-read-file):
7035         Set buffer-save-without-query, since we always want to save the dribble
7036         file, probably.
7037
7038         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7039         nnimap.
7040
7041         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7042         -summary- since it's a user-visible variable.
7043
7044         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7045         first time you use the new Gnus.
7046
7047 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * auth-source.el: Don't load netrc.el.
7050         (auth-sources): Search ~/.netrc as well by default.
7051         (auth-source-debug): Add 'trivia option for extra output.
7052         (auth-source-do-trivia): Use it.
7053         (auth-source-search): Simplify logic to use
7054         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7055         appropriate.  Don't keep a running count at this level.  Layer :create
7056         and :delete options appropriately on the first and second passes.
7057         Don't track the backend with the search results.
7058         (auth-source-search-backends): New function to search a list of
7059         backends for a processed spec.
7060         (auth-source-netrc-parse): Cache all netrc files, making
7061         auth-source-netrc-cache an alist keyed by the file name and using the
7062         file mtime as the caching criterion.  Keep the obfuscated data secret
7063         with a lexical bind.
7064         (auth-source-netrc-search): Don't calculate the length of the results
7065         unnecessarily.
7066         (auth-source-search-backends): Fix bug.
7067         (auth-source-netrc-create): Rework prompts.
7068
7069 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7070
7071         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7072         Lower case names of search constraints.
7073         (nnir-run-query): Cache and reuse search constraints for all imap
7074         servers.
7075
7076 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7077
7078         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7079         after exit.
7080         (gnus-setup-message): Define missing variable from last checkin.
7081
7082         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7083         value, show the raw article.
7084
7085 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7086
7087         * gnus.el: No Gnus v0.13 is released.
7088
7089 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7090
7091         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7092         auth-source now accepts numbers.
7093
7094         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7095         spec, too.
7096         (auth-source-ensure-strings): New function.
7097
7098         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7099         (gnus-article-setup-buffer): Always restart the date timer so that user
7100         changes to the frequency is respected.
7101
7102         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7103         port numbers, so make sure it gets that if nnimap-server-port is
7104         explicit.
7105
7106 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7107
7108         * nnimap.el (nnimap-inbox): Doc fix.
7109
7110 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7111
7112         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7113         Autoload.  Add optional arg FRAME, and pass it to color-values.
7114         (color-complement): Caller changed.  Doc fix.
7115         (color-gradient): Rewrite for better clarity and efficiency.
7116
7117 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7118
7119         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7120         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7121         color-lab-to-srgb.
7122
7123 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7124
7125         * color.el: First part of merge from hexrgb.el.
7126         (color-rgb-to-hex): Rename from color-rgb->hex.
7127         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7128         saturation to zero if the value is too small.
7129         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7130         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7131         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7132         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7133         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7134         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7135         (color-cie-de2000): Doc fix.
7136
7137 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7138
7139         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7140         given method as in the group name if we're using an extended method.
7141         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7142         command, if we're using that, instead of waiting for the beginning.
7143
7144         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7145         we're sure to get unique server names, and we don't output two async
7146         commands in the same buffer.  This fixes an NNTP hang for some users.
7147
7148 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7149
7150         * gnus.el: No Gnus v0.11 is released.
7151
7152 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7153
7154         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7155         summary buffer before reading going to the next buffer.  This avoids
7156         putting the point in the group buffer if you `C-g' the command.
7157
7158         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7159         cache (for now) to make ~/.authinfo.gpg files usable.
7160
7161         * nnfolder.el (copyright-update): Define for the compiler.
7162
7163         * auth-source.el (auth-source-search): Fix unbound variable.
7164
7165 2011-02-19  Glenn Morris  <rgm@gnu.org>
7166
7167         * gnus.el (gnus-meta): Doc fix.
7168
7169 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7170
7171         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7172         in case it's not yet loaded.
7173
7174 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7175
7176         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7177         line we're waiting for.
7178
7179 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7180
7181         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7182         face with line-width greater than zero will cause RET in gnus summary
7183         buffer to scroll down article page-wise because auto vscroll happens,
7184         it should be temporally disabled when doing a scroll-up.
7185
7186 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7187
7188         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7189         outputs from the server.
7190
7191 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7192
7193         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7194         later so that bbdb can hook in easier.
7195
7196 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7197
7198         * auth-source.el (auth-source-search): Don't try to create credentials
7199         if the caller doesn't want that.
7200         (auth-source-search): If we don't find a match, don't bug out on
7201         non-bound variables.
7202         (auth-source-search): Only ask a single backend to create the
7203         credentials.
7204
7205         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7206         logging.
7207         (nnimap-credentials): Protect against auth-source-search returning nil.
7208         (nnimap-request-list): Protect against not being able to open the
7209         server.
7210
7211 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7212
7213         * auth-source.el (auth-source-search): Do a two-phase search, one with
7214         no :create to get the responses from all backends.
7215
7216         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7217         when getting credentials.
7218
7219         * gnus-util.el (gnus-delete-duplicates): New function.
7220
7221 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7224         a creation default, pass the whole port list down.  It will be
7225         completed.
7226
7227         * auth-source.el (auth-source-search): Updated docs to talk about
7228         multiple creation choices.
7229         (auth-source-netrc-create): Accept a list as a value (from the search
7230         parameters) and do completion on that list.  Keep a separate netrc line
7231         with the password obscured for showing the user.
7232
7233         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7234         first choice to `auth-source-search' so it will be used for entry
7235         creation instead of the server's Gnus-specific name.
7236         (nnimap-credentials): Rely on the auth-source library to select which
7237         port is actually wanted in the new netrc entry, so don't override
7238         `auth-source-creation-defaults'.
7239
7240         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7241         :protocol and accept a missing user, host, or port as a wildcard match.
7242         (auth-source-debug): Default to off.
7243
7244         (auth-source-netrc-search, auth-source-netrc-create)
7245         (auth-source-secrets-search, auth-source-secrets-create)
7246         (auth-source-user-or-password, auth-source-backend, auth-sources)
7247         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7248         instead of :protocol.
7249
7250         * nnimap.el (nnimap-credentials): Pass a port default to
7251         `auth-source-search' in case an entry needs to be created.
7252         (nnimap-open-connection-1): Use :port instead of :protocol.
7253
7254 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * auth-source.el: Bind load-path when loading EIEIO from
7257         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7258         21.4 doesn't support, to `require'.
7259         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7260         delete-dups that is not available in XEmacs 21.4.
7261
7262 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7263
7264         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7265         as EIEIO must also be loaded when auth-source.el is being
7266         byte-compiled.
7267
7268 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7271
7272         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7273
7274         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7275
7276         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7277
7278         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7279
7280         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7281
7282         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7283
7284         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7285         necessary.
7286
7287 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7288
7289         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7290         nil means that nnimap doesn't get updated.
7291
7292 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7295         result when the user doesn't want to write to the file.
7296         (auth-source-netrc-search): Expect a synthetic result and proceed
7297         accordingly.
7298         (auth-source-cache-expiry): New variable to override
7299         `password-cache-expiry'.
7300         (auth-source-remember): Use it.
7301
7302         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7303         parameter.  Create entry if necessary by using :create t.
7304         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7305
7306 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7307
7308         * auth-source.el (auth-source-debug): Enable by default and don't
7309         mention the obsolete `auth-source-hide-passwords'.
7310         (auth-source-do-warn): New function to debug unconditionally.
7311         (auth-source-do-debug): Use it.
7312         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7313         and for Secrets API entries when the secrets.el library is not
7314         available.
7315
7316 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7317
7318         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7319         (gnus-summary-exit): Kill the correct article buffer on exit from a
7320         `C-d' group.
7321
7322         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7323         gnus-propagate-marks.
7324
7325         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7326         before killing the buffers so that a non-full window conf gets handled
7327         correctly.
7328         (gnus-summary-exit): Ditto.
7329         (gnus-summary-read-group-1): Ditto.
7330
7331         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7332         async code again so that we can debug it properly.
7333
7334         * message.el (message-reply): Take an optional switch-buffer parameter
7335         so that Gnus window confs are respected better.
7336
7337 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7340         `plist-get' to accept non-list parameters (XEmacs issue).
7341         Fix docstring.
7342         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7343         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7344         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7345         Login collection is "Login" and not "login".
7346
7347 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7348
7349         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7350         multiple headers.
7351
7352         * nnimap.el (nnimap-inhibit-logging): New variable.
7353         (nnimap-log-command): Don't log login commands.
7354
7355         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7356         to have more parameters.
7357
7358         * nnimap.el (nnimap-send-command): Mark the command time for each
7359         command, so that we don't get NOOPs stepping on our toes.
7360
7361         * gnus-art.el (article-date-ut): Get the date from the Date header on
7362         `t'.
7363
7364 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * auth-source.el (auth-source-search): Use copy-sequence instead of
7367         the cl.el copy-list.
7368
7369 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * imap.el: Bring it back (revert
7372         84d800cd31de3064f0ed39617d725709a2f8f42f).
7373
7374 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7375
7376         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7377         Improve prompt.
7378
7379 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7382         washing status from the default format.  It isn't very informative.
7383
7384 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7385
7386         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7387         Fix Gcc processing on imap.
7388
7389 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7390
7391         * imap.el: Remove file.  All the functionality is in nnimap.el.
7392
7393 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7394
7395         * message.el (message-bury): Don't pop up a new window when selected
7396         window is dedicated.
7397
7398 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7399
7400         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7401
7402 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7403
7404         * sieve-manage.el: Autoload `auth-source-search'.
7405         (sieve-sasl-auth): Use it.
7406
7407 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * nnimap.el: Autoload `auth-source-forget+'.
7410         (nnimap-open-connection-1): Use it if the connection fails.
7411
7412         * auth-source.el: Require `password-cache'.
7413         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7414         obsolete.
7415         (auth-source-magic): Marker for `password-cache' keys.
7416         (auth-source-do-cache): Update docstring.
7417         (auth-source-search): Use and check cache.
7418         (auth-source-forget-all-cached, auth-source-remember)
7419         (auth-source-recall, auth-source-forget, auth-source-forget+)
7420         (auth-source-specmatchp): Caching support functions.
7421         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7422         Remove and obsolete.
7423         (auth-source-user-or-password): Remove caching to further discourage
7424         using it.  Always hide passwords.
7425
7426         * password-cache.el (password-cache-remove): Accept secrets that are
7427         not strings.
7428
7429 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7430
7431         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7432         code for now, since it doesn't work for all users.
7433
7434 2011-02-09  Julien Danjou  <julien@danjou.info>
7435
7436         * message.el (message-options): Make message-options really buffer
7437         local.
7438
7439 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7440
7441         * mail-source.el: Autoload `auth-source-search'.
7442         (mail-source-keyword-map): Note order matters.
7443         (mail-source-set-1): Get all the mail-source source values and
7444         defaults and search auth-source on those if needed.  This can all
7445         probably be simplified.
7446
7447         * nnimap.el: Autoload `auth-source-search'.
7448         (nnimap-credentials): Use it.
7449         (nnimap-open-connection-1): Ask for the virtual server and physical
7450         address in one shot.
7451
7452         * nntp.el: Autoload `auth-source-search'.
7453         (nntp-send-authinfo): Use it.  Note TODO.
7454
7455 2011-02-08  Julien Danjou  <julien@danjou.info>
7456
7457         * shr.el (shr-tag-body): Add support for text attribute in body
7458         markups.
7459
7460         * message.el (message-options): Make message-options a local variable.
7461
7462 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7463
7464         * auth-source.el (auth-source-secrets-search)
7465         (auth-source-user-or-password): Use `append' instead of `nconc'.
7466         (auth-source-user-or-password): Build return list better and protect
7467         against nil :secret.
7468
7469 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7470
7471         * nnimap.el (nnimap-update-info): Refactor slightly.
7472         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7473         (nnimap-update-info): Clean up slightly.
7474         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7475         characters.
7476         (nnimap-process-quirk): Rename function to avoid collision.
7477         (nnimap-update-info): Fix macrology bug-out.
7478         (nnimap-update-info): Simplify split history test.
7479
7480 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7481
7482         * auth-source.el (top): Require 'eieio unconditionally.
7483         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7484         (auth-source-secrets-search): Limit search when `max' is greater than
7485         number of results.
7486
7487 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7488
7489         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7490         part not returning any data.
7491
7492         * proto-stream.el (open-protocol-stream): Document the return value.
7493
7494 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * auth-source.el (auth-source-secrets-search): Add examples.
7497
7498 2011-02-06  Julien Danjou  <julien@danjou.info>
7499
7500         * message.el (message-setup-1): Handle message-generate-headers-first
7501         set to t.
7502
7503 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7504
7505         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7506         API with a string "secrets:collection-name" and with 'default.
7507         (auth-source-backend-parse): Parse "secrets:collection-name" and
7508         'default.  Recurse on parses instead of repeating code.  Use the
7509         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7510         message when ignoring a source.
7511         (auth-source-search): List ignored search keys at the top level.
7512         (auth-source-netrc-create): Use `case' instead of `cond'.
7513         (auth-source-secrets-search): Created with TODOs.
7514         (auth-source-secrets-create): Created with TODOs.
7515         (auth-source-retrieve, auth-source-create, auth-source-delete)
7516         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7517         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7518         (auth-source-user-or-password-sftp)
7519         (auth-source-user-or-password-smtp): Remove.
7520         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7521         around `auth-source-search'.  Not tested thoroughly.
7522
7523 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7524
7525         * auth-source.el: Bring in assoc and eioeio libraries.
7526         (secrets-enabled): New variable to track the status of the Secrets API.
7527         (auth-source-backend): New EIOEIO class to represent a backend.
7528         (auth-source-creation-defaults): New variable to set prompt defaults
7529         during token creation (see the `auth-source-search' docstring for
7530         details).
7531         (auth-sources): Simplify to allow a simple string as a netrc backend
7532         spec.
7533         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7534         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7535         (auth-source-search): Main auth-source API entry point.
7536         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7537         (auth-source-search-collection): Helper function for searching.
7538         (auth-source-netrc-parse, auth-source-netrc-normalize)
7539         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7540         Supports search, create, and delete.
7541         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7542         backend stubs.
7543         (auth-source-user-or-password): Call `auth-source-search' but it's not
7544         ready yet.
7545
7546 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7547
7548         * message.el (message-setup-1): Remove the read-only stuff, since it
7549         doesn't work under XEmacs, for some reason.
7550
7551         * gnus-sum.el (gnus-user-date): Rename back from
7552         gnus-summary-user-date since user code refers to it.
7553
7554         * shr.el (shr-render-td): Store the actual background color used.
7555
7556         * message.el (message-setup-1): Don't bind the constant
7557         -forbidden-properties.
7558         (message-setup-1): Revert previous change, since it needs to bind the
7559         props to insert them.
7560         (message-resend): Allow removing the read-only separator line.
7561
7562 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7563
7564         * nnimap.el (nnimap-request-accept-article): Give an error message if
7565         the APPEND wasn't successful.
7566
7567 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7568
7569         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7570         that have no groups.
7571
7572 2011-02-03  Julien Danjou  <julien@danjou.info>
7573
7574         * gnus-draft.el: Remove progn around gnus-draft-setup.
7575
7576 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7577
7578         * gnus-start.el (gnus-read-active-for-groups): This function is never
7579         called with a nil `infos', so clean that up.
7580         (gnus-get-unread-articles): Request active files from primary/secondary
7581         methods that have no groups (yet).
7582
7583 2011-02-03  Julien Danjou  <julien@danjou.info>
7584
7585         * message.el (message-setup-1): Always generate References first.
7586         (message-mail): Return the return value of message-setup, not always t.
7587         (message-setup-1): Insert mail-header-separator with read-only and
7588         intangible properties set.
7589
7590         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7591         user-date in docstring.
7592
7593         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7594
7595         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7596         docstring.
7597
7598         * gnus.el (gnus-user-date-format-alist): Change default value.
7599         Use defcustom, with type and group.  Move from gnus-util.el.
7600         Rename to gnus-summary-user-date-format-alist.
7601
7602 2011-02-03  Glenn Morris  <rgm@gnu.org>
7603
7604         * nnimap.el (gnus-fetch-headers): Declare.
7605
7606         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7607
7608 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7609
7610         * message.el (message-forward-make-body-digest-plain)
7611         (message-followup, message-reply): Clean up things noted by Stefan.
7612
7613         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7614         gnus-article-update-date-headers is nil.
7615         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7616         it didn't really work with defcustom.
7617         (article-update-date-lapsed): Make sure the window start doesn't move,
7618         either.
7619
7620 2011-02-01  Julien Danjou  <julien@danjou.info>
7621
7622         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7623         format.
7624
7625         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7626         standard in Emacs nowadays.
7627
7628         * color.el (color-gradient): Add a color-gradient function.
7629
7630 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7631
7632         * message.el (message-expand-name): Don't trust the return value of
7633         bbdb-complete-name.
7634         (message-check-news-header-syntax): Remove unused var `start'.
7635         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7636         (message-inhibit-body-encoding): Move to before first use.
7637         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7638         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7639         (Organization, Message-ID, Date, mh-previous-window-config):
7640         Defvar the vars using dynamic scoping.
7641
7642 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7643
7644         * shr.el (shr-render-td): Only do colors at the final rendering.
7645         Should be slightly faster.
7646         (shr-insert-table): Fix up TD background colors when doing the
7647         vertical padding.
7648
7649         * gnus-art.el (article-date-ut): Protect against articles with no Date
7650         header.
7651         (article-update-date-lapsed): Don't use current-column to find the
7652         horizontal position.  It's fragile in the presence of \003 characters.
7653
7654         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7655
7656 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7657
7658         * gnus-art.el (article-transform-date): Rewrite to still work when
7659         there are several rfc2822 parts.
7660         (article-transform-date): Fix infinite recursion.
7661         (article-date-ut): Replace infinitely many Date headers with a single
7662         one when called interactively.
7663
7664         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7665         secure manner.
7666
7667         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7668         move around by not using save-window-excursion.  It seems to work...
7669
7670 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-art.el (article-make-date-line): Work for user-defined format.
7673
7674 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7675
7676         * nntp.el (nntp-retrieve-group-data-early)
7677         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7678         fetching functions.
7679
7680         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7681         thoroughly for all backends that have no known groups.  This should
7682         allow new nnml methods to retrieve mail.
7683
7684         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7685         that Gnus doesn't know exists again.
7686
7687         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7688         (gnus-treat-date-ut): Ditto.
7689         (gnus-article-update-date-header): Rename.
7690         (gnus-treat-date-local): Remove.
7691         (gnus-treat-date-english): Remove.
7692         (gnus-treat-date-lapsed): Remove.
7693         (gnus-treat-date-combined-lapsed): Remove.
7694         (gnus-treat-date-original): Remove.
7695         (gnus-treat-date-iso8601): Remove.
7696         (gnus-treat-date-user-defined): Remove.
7697         (gnus-article-date-headers): New variable to control all the date
7698         header options.
7699         (article-date-ut): Rewrite to allow using the new way to format date
7700         headers(s).
7701
7702 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7703
7704         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7705         method.
7706         (nnmail-article-group): A better test for fanciness.
7707
7708         * nnimap.el (nnimap-request-head): Protect against not finding the
7709         article by Message-ID.
7710
7711 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7714         keep point at the "same place".
7715
7716 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7719         data if the group is inactive.
7720
7721 2011-01-28  Julien Danjou  <julien@danjou.info>
7722
7723         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7724         (gnus-all-windows-visible-p): Remove old compatibility code.
7725         (gnus-window-top-edge): Add docstring.
7726
7727         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7728
7729 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7730
7731         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7732         older request-update-info.
7733
7734         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7735
7736 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7737
7738         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7739         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7740
7741 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7742
7743         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7744         groups.  This makes the nndraft:queue group pop up if it's not already
7745         there.
7746
7747         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7748         messages" logic, which was reversed.
7749
7750         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7751         the "same place" even if point is on the line being replaced.
7752         (article-update-date-lapsed): Allow updating both the combined lapsed
7753         and the lapsed headers.
7754         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7755         (article-make-date-line): Limit the number of segments dynamically to
7756         avoid too-long lines.
7757
7758 2011-01-27  Julien Danjou  <julien@danjou.info>
7759
7760         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7761         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7762
7763 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7766         Use plist-get instead of the cl function getf.
7767
7768 2011-01-27  Glenn Morris  <rgm@gnu.org>
7769
7770         * gnus-util.el (float-time): Get rid of compiler warning, again.
7771
7772 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7773
7774         * shr.el (shr-put-color): Special-case background colors: Do put them
7775         at the blank parts at the front of the lines.
7776
7777         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7778         exit hook to nix out all data on readedness on group exit.
7779
7780         * gnus-util.el (float-time): If float-time is bound, always use it on
7781         all Emacsen.  It's unclear why the subrp check was there.
7782         (time-date): Require to make some autoload issues on XEmacs go away.
7783
7784         * shr.el (shr-put-color): Don't do the box padding in tables, since
7785         they're already padded.
7786
7787 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-art.el (gnus-article-next-page): When the last line of the
7790         article is displayed, scroll down once more instead of going to the
7791         next article at once.
7792         (article-lapsed-string): Refactor out and allow specifying how many
7793         segments you want.
7794         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7795         (gnus-article-update-lapsed-header): New variable.
7796
7797         * shr.el: Revert change that made headings use different-sized faces.
7798         The Emacs display engine isn't advanced enough that, for instance,
7799         tables can comfortably use differently-sized faces.
7800
7801 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7802
7803         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7804         used.
7805         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7806         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7807         we're using an encrypted connection.
7808
7809         * proto-stream.el: Alter the interface functions to also return the
7810         actual stream type used: network or tls.
7811
7812 2011-01-25  Julien Danjou  <julien@danjou.info>
7813
7814         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7815         (mm-display-javascript-inline): New function.
7816
7817         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7818         viewing function.
7819
7820 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * shr.el (shr-expand-newlines): Fix variable name.
7823
7824 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7825
7826         * shr.el (shr-expand-newlines): Make nested boxes work.
7827
7828 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7829
7830         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7831         backgrounds.
7832         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7833         in a more sensible manner.
7834
7835 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7838         if EPG is loaded.
7839
7840 2011-01-24  Julien Danjou  <julien@danjou.info>
7841
7842         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7843         tags.
7844
7845 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7846
7847         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7848         commands.
7849
7850         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7851         in the article buffer.
7852         (gnus-gravatar-insert): Use blank space from the current buffer to
7853         avoid breaking text properties.  This makes X-Sent updating work again.
7854
7855         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7856
7857 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7858
7859         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7860         fix the bug in url-http.el instead.
7861
7862         * shr.el (shr-image-fetched): Ditto.
7863
7864         * shr.el (shr-image-fetched): Avoid having point move in the article
7865         buffer.
7866
7867         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7868         buffer after being called.  It's apparently being killed by url.el, and
7869         killing it made point move to end-of-buffer in a random buffer.
7870
7871         * shr.el (shr-image-fetched): Ditto.
7872
7873 2011-01-23  Julien Danjou  <julien@danjou.info>
7874
7875         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7876
7877         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7878         text/x-org.
7879
7880 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7883         (i.e., nnimap) returning nil as the article number.
7884
7885 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7886
7887         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7888         "DelSp" parameter in RFC3676.
7889
7890 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7891
7892         * message.el (message-check-recipients): Display the encoded version of
7893         the bogus address if they differ.
7894
7895         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7896         after sending.
7897
7898         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7899
7900         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7901
7902         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7903         group buffer after sending the queue.
7904
7905         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7906
7907 2011-01-22  Julien Danjou  <julien@danjou.info>
7908
7909         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7910
7911 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7912
7913         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7914         nested related parts.
7915
7916         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7917         unexpired articles.  This fixes the regression that led expiry marks to
7918         disappear from nnfolder groups.
7919
7920 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7921
7922         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7923         Don't confuse the "ret" of "retrograde" with RET.
7924
7925 2011-01-21  Julien Danjou  <julien@danjou.info>
7926
7927         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7928         than mm-insert-inline.
7929
7930 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7933         Widen article buffer.
7934
7935 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7936
7937         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7938         the temp buffer.
7939         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7940
7941 2011-01-20  Julien Danjou  <julien@danjou.info>
7942
7943         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7944
7945         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7946         than mm-insert-inline to insert inline part: this respect
7947         mm-inline-media-tests displayers.
7948
7949         * mm-view.el (mm-display-shell-script-inline): New function.
7950
7951         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7952
7953         * mm-uu.el (mm-uu-type-alist): Add org block.
7954         (mm-uu-org-src-code-block-extract): New function.
7955
7956         * mm-view.el (mm-display-org-inline): New function.
7957
7958         * mm-decode.el (mm-automatic-display): Add text/org.
7959
7960         * mailcap.el (mailcap-mime-extensions): Add .org.
7961
7962 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7965         gnus-article-add-buttons.
7966
7967 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7968
7969         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7970         From header with a date and "nobody" as the sender.
7971
7972 2011-01-19  Julien Danjou  <julien@danjou.info>
7973
7974         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7975         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7976         if you have the same regexp several times.
7977         (gnus-button-push): Fix matching when regexp is symbol.
7978
7979 2011-01-15  Glenn Morris  <rgm@gnu.org>
7980
7981         * message.el (message-mail): A compose-mail function should
7982         accept headers as strings.
7983
7984 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7985
7986         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7987         Add :vert-only tags.
7988         (message-mail): New arg RETURN-ACTION.
7989         (message-return-action): New var.
7990         (message-bury): Use it.
7991         (message-mode): Make it buffer-local.
7992         (message-send-and-exit): Always call message-bury.
7993
7994         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7995         message-mail.
7996
7997 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * nnimap.el (nnimap-convert-partial-article): Protect against
8000         zero-length body parts.
8001
8002         * mm-decode.el (mm-preferred-alternative-precedence):
8003         Discourage showing empty parts.
8004
8005         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8006         and stuff if the backend didn't return the article number.  This fixes
8007         an Exchange-related nnimap bug.
8008
8009         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8010         group window, because it does the wrong thing when a separate frame
8011         displays the group buffer.
8012
8013         * proto-stream.el (open-protocol-stream): Protect against the low-level
8014         transport functions returning nil.
8015
8016 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8017
8018         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8019         (mml2015-epg-find-usable-secret-key): New function.
8020         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8021         mml2015-epg-find-usable-key (Bug#7797).
8022         (mml2015-epg-encrypt): Ditto.
8023
8024 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * dgnushack.el (rot13-string): Fix the way to get the argument.
8027
8028 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8031
8032 2011-01-03  Glenn Morris  <rgm@gnu.org>
8033
8034         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8035
8036         * sieve.el (sieve-open-server): Give a more explicit error if
8037         sieve-manage-open returns nil.  (Bug#7720)
8038
8039 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8040
8041         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8042
8043 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8046         This avoids sending passwords in plain text over non-encrypted
8047         channels.
8048
8049         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8050
8051         * nnimap.el (nnimap-login): Refactored out into own function, and
8052         implement CRAM-MD5.
8053         (nnimap-wait-for-line): Refactored out.
8054
8055         * mm-view.el (mml-smime): Require.
8056
8057 2010-12-20  David Engster  <deng@eml.cc>
8058
8059         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8060         use EPG to decrypt S/MIME messages instead of openssl.
8061
8062 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8063
8064         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8065
8066         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8067         status is the group clearly is unreachable.
8068
8069         * auth-source.el (auth-source-create): Add the optional second
8070         parameter to `local-variable-p' to be compatible with XEmacs.
8071
8072 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8073
8074         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8075         work when using a compressed nnml folder.
8076
8077 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8080         backends after sanitising on entry, because this never makes sense:
8081         If the articles have gone missing, then the data no longer exists on
8082         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8083         overwrite anything anyway.
8084
8085         * shr.el (shr-insert-document): Bind shr-width dynamically to
8086         window-width if it's nil.
8087
8088 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8089
8090         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8091         with the meaning of using the full emacs window width for rendering.
8092
8093 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8094
8095         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8096         case when sender is not given.
8097
8098 2010-12-23  Julien Danjou  <julien@danjou.info>
8099
8100         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8101         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8102         the addresses, otherwise we might misplaced the gravatar.
8103
8104 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8105
8106         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8107         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8108         obsolete in Emacs.
8109
8110 2010-12-20  Julien Danjou  <julien@danjou.info>
8111
8112         * gnus-util.el (gnus-rescale-image): Revert last change.
8113
8114 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8115
8116         * binhex.el: Improve commentary (Bug#7482).
8117
8118 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * gnus-group.el (gnus-group-delete-articles): New command.
8121
8122 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8123
8124         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8125
8126 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8129         here, since it's up to the backends to do CRLF removal if their
8130         protocol has it.
8131
8132         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8133
8134 2010-12-17  Julien Danjou  <julien@danjou.info>
8135
8136         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8137         they are from file.  Can also scale up.
8138
8139 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8140
8141         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8142         Restore gnus-use-agent.
8143         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8144
8145         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8146
8147 2010-12-17  Julien Danjou  <julien@danjou.info>
8148
8149         * gravatar.el (gravatar-retrieve-synchronously): New function.
8150         (gravatar-get-data): Make more robust.
8151
8152 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8155
8156 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8159         to really consider the last line.
8160
8161 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8162
8163         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8164         list of recipient keys, or use symmetric encryption if not a list.
8165         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8166         EPA override, replacing the call to `netrc-store-data'.
8167
8168 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8169
8170         * gnus-srvr.el: Avoid passing nil regexp argument to
8171         delete-matching-lines.
8172
8173 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174
8175         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8176         fetching stops when Gnus exits.
8177
8178         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8179         function.
8180         (nnfolder-request-expire-articles): Save all the buffers after doing
8181         expiry.
8182
8183         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8184         the last article", since that led to serious performance regressions
8185         when expiring nnml groups.
8186
8187 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8188
8189         * nnir.el: Improve customizations.
8190
8191 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8194
8195         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8196         group has been killed.
8197         (gnus-group-yank-group): Ditto.
8198
8199         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8200
8201         * nnimap.el (nnimap-request-update-group-status): New function.
8202
8203         * gnus-int.el (gnus-request-update-group-status): New interface
8204         function.
8205
8206         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8207         copying read-ness to the backends.
8208
8209         * nnimap.el (nnimap-quirk): New function.
8210         (nnimap-retrieve-group-data-early): Use it.
8211         (nnimap-quirks): New alist.
8212
8213 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8216         don't delete it within indentation.
8217
8218 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8219
8220         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8221         previous line.
8222
8223 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8226         QRESYNC command by deleting a superfluous space which broke Cyrus
8227         servers.  This change will break other servers that are buggy the other
8228         way around.
8229
8230 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8231
8232         * spam.el: Reindent and fix long lines.
8233         (spam-copy-or-move-routine): Exclude invalid move destinations.
8234
8235 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8236
8237         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8238         installed the registry.
8239
8240 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8243
8244 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8245
8246         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8247         groupname doesn't contain "gmane".
8248
8249 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8252         and netrc-bound-and-true-p bindings.
8253         (netrc-parse): Cache the netrc contents.
8254
8255         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8256         (gnus-1): Don't create the nndrafts group twice.
8257         (gnus-setup-news): There's no need to read the active file here, since
8258         that's done again later on a per-backend basis.
8259         (gnus-start-draft-setup): Make sure that the new group is started out
8260         empty.
8261
8262         * gnus-agent.el (gnus-agentize): Don't create the queue group
8263         automatically on startup.  It'll be created later, if needed.
8264
8265         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8266         of automatically subscribed groups.
8267         (gnus-auto-subscribed-categories): New variable.
8268         (gnus-matches-options-n): Use it.
8269         (gnus-default-subscribed-newsgroups): Remove unused variable.
8270         (gnus-start-draft-setup): Message a bit less.
8271
8272 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8273
8274         * nnir.el (nnir-run-imap): Return article list in order of increasing
8275         UID.
8276
8277 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8278
8279         * gnus-sum.el (gnus-summary-enter-digest-group):
8280         Mention gnus-auto-select-on-ephemeral-exit.
8281
8282         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8283         convention of the network-only option.
8284
8285 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * proto-stream.el (proto-stream-open-network-only): New function to
8288         have a way to specify non-STARTTLS upgrade connections.
8289
8290 2010-12-10  Julien Danjou  <julien@danjou.info>
8291
8292         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8293         email address is nil.
8294
8295         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8296
8297 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8298
8299         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8300         deletion.
8301         (nnir-run-imap): Only need to parse list once.
8302
8303 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * shr.el (shr-tag-script): Ignore <script>.
8306         (shr-tag-label): Add <label> support.
8307
8308 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8311
8312         * shr.el (shr-image-displayer): Work for images lined side by side.
8313
8314 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8315
8316         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8317         parameter, since XEmacs doesn't accept t as a parameter.
8318
8319 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8320
8321         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8322         ids.
8323         (nnir-run-gmane): Simplify groupspec formatting.
8324         (nnir-request-expire-articles): New function.
8325
8326 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8329         overflow, possibly.
8330
8331         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8332         (shr-render-td): Handle td style="" better.
8333         (shr-tag-table): Use the color from the style sheet.
8334         (shr-render-td): Make sure we copy over all the overlays, too.
8335
8336 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8337
8338         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8339         (nnir-request-article): Improve article retrieval.
8340
8341 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * mm-util.el (mm-extra-numeric-entities): New variable.
8344
8345         * mm-url.el (mm-url-decode-entities):
8346         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8347
8348         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8349
8350 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8351
8352         * message.el: Use completion-at-point.
8353         (message-completion-function): New fun, extracted from message-tab.
8354         (message-mode): Use it for completion-at-point-functions.
8355         (message-tab): Use it and completion-at-point.
8356
8357 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8360         character if a non-breakable character follows.
8361
8362 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8365         any stream.
8366
8367         * shr.el (shr-tag-font): Colorize the region.
8368         (shr-tag-body): Ditto.
8369         (shr-tag-font): Actually let the styles be inherited instead of
8370         overwriting them.
8371         (shr-tag-font): Get the background color right.
8372         (shr-tag-style): Ignore all <style> tags for the moment.
8373
8374         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8375         a Message-ID to avoid having nnimap depend on gnus-sum.
8376
8377         * shr.el (shr-descend): Only colorize something if we have a node that
8378         sets colors.
8379
8380 2010-12-06  Julien Danjou  <julien@danjou.info>
8381
8382         * shr.el (shr-render-td): Render td content with shr-descend, so style
8383         will be applied to <td> too.
8384         (shr-colorize-region): Colorize region even if we only have a background.
8385         (shr-tag-body): Fix color and background color inheritance.
8386         Do not recolorize after shr-generic.
8387         (shr-tag-font): Let shr-generic colorize via inheritance.
8388
8389 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8392
8393 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8394
8395         * nnir.el (nnir-request-move-article): Remove obsolete code.
8396
8397 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8400
8401 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-sum.el (gnus-summary-respool-article): The completion function
8404         expects a list instead of an alist.
8405
8406         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8407         string as the parameter.
8408
8409         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8410
8411         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8412         styles.
8413         (shr-colorize-region): New function.
8414         (shr-insert-background-overlay): Remove.
8415         (shr-render-td): Background setting should be taken care of on a higher
8416         level.
8417         (shr-tag-body): Use post-hoc colorizations.
8418         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8419         (shr-put-color-1): Don't overwrite old colors.
8420         (shr-colorize-region): When the background color isn't explicit, use
8421         a fixed background.
8422
8423         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8424         nnmail variables.
8425
8426 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8427
8428         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8429         unless necessary.
8430
8431 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8432
8433         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8434         server.
8435
8436 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8439         so that TAB works.
8440
8441         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8442         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8443
8444         * shr.el (shr-urlify): Show the URL before the title to avoid
8445         misleading URLs.
8446
8447 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8448
8449         * shr.el (shr-urlify): Display the title in <a> tags.
8450
8451 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8452
8453         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8454
8455 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8456
8457         * nnir.el: Rearrange code to allow macros to be autoloaded by
8458         gnus-sum.el.
8459         (nnir-retrieve-headers-override-function): Make this variable
8460         customizable.
8461         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8462
8463         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8464         from nnir.el.
8465
8466 2010-12-03  Julien Danjou  <julien@danjou.info>
8467
8468         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8469
8470 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8473         allow optional argument `environment'.
8474
8475 2010-12-03  Glenn Morris  <rgm@gnu.org>
8476
8477         * mm-extern.el (message-goto-body): Update declaration.
8478
8479 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-util.el (gnus-macroexpand-all): New function.
8482
8483         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8484         instead of macroexpand-all that is unavailable in XEmacs.
8485
8486 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8487
8488         * nnir.el (nnir-summary-line-format): New variable.
8489         (nnir-mode): Use it.
8490         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8491         (nnir-article-ids): Reimplement as defsubst.
8492         (nnir-retrieve-headers): Don't mangle the subject header.
8493         (nnir-run-imap): Use 100 as RSV score.
8494         (nnir-run-find-grep): Fix for full server searching.
8495         (nnir-run-gmane): Better restriction to gmane groups.
8496
8497         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8498         summary buffers.
8499
8500 2010-12-02  Julien Danjou  <julien@danjou.info>
8501
8502         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8503
8504         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8505
8506         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8507         support.
8508
8509 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8510
8511         * nnir.el: Update to handle the registry better.
8512         (autoload): Silence byte-compiler.
8513         (nnir-open-server): Add a hook for nnir groups.
8514         (nnir-request-move-article): Don't mangle the header.  Better to use
8515         formatting variables (which will be added in the future).
8516         (nnir-registry-action): Update the registry using the original article
8517         group name.
8518         (nnir-mode): Install nnir-specific hooks for updating the registry.
8519
8520         * gnus-sum.el
8521         (gnus-article-original-subject, gnus-newsgroup-original-name):
8522         Remove obsolete variables.
8523         (gnus-summary-move-article): Remove use of obsolete variables.
8524         (gnus-summary-local-variables): Make move and delete hooks local to
8525         summary buffers.
8526
8527 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * rtree.el: New file.
8530
8531 2010-12-01  Julien Danjou  <julien@danjou.info>
8532
8533         * message.el (message-user-organization): Do not use
8534         gnus-local-organization.
8535
8536         * gnus.el: Remove gnus-local-organization.
8537
8538         * gnus-msg.el: Remove nastygram thing.
8539
8540 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8541
8542         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8543         funcall.
8544
8545 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8548         names.
8549
8550         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8551         characters.
8552
8553         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8554         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8555         Suggested by Štěpán Němec <stepnem@gmail.com>.
8556         (gnus-gravatar-transform-address): Use mail-extract-address-components
8557         that supports non-ASCII names rather than mail-header-parse-addresses.
8558
8559 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * proto-stream.el (open-protocol-stream): All starttls connections are
8562         handled by the network handler.
8563
8564 2010-11-30  Julien Danjou  <julien@danjou.info>
8565
8566         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8567         (nnimap-open-connection-1): Fix PREAUTH.
8568
8569         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8570
8571 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8574         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8575         (shr-insert): Use them.
8576         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8577
8578 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8579
8580         * nnir.el (nnir-request-move-article): Bail out if original group
8581         doesn't support article moves.
8582         (nnir-get-active): Improve active list retrieval.
8583
8584 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8587
8588 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8589
8590         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8591         seem to accept strings-with-numbers as port numbers.
8592
8593 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8594
8595         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8596         change the registry.
8597
8598 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8601         delete-dups that is not available in XEmacs 21.4.
8602
8603         * mm-util.el (mm-delete-duplicates): Add comment.
8604
8605 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8606
8607         * nnir.el (nnir-ignored-newsgroups): New variable.
8608         (nnir-get-active): Use it.
8609
8610 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * proto-stream.el (proto-stream-open-network): Add some comments.
8613
8614         * nntp.el (nntp-open-connection): Provide a :success condition.
8615
8616         * nnimap.el (nnimap-open-connection-1): Ditto.
8617
8618         * proto-stream.el (proto-stream-open-network): See what the response to
8619         the STARTTLS command is.
8620
8621         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8622         backwards compatibility).
8623         (nnimap-open-connection-1): Really respect nnimap-server-port.
8624
8625         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8626         TLS upgrades we don't really care about the identity of the peer.
8627         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8628         that what we've checked for.
8629         (proto-stream-always-use-starttls): Only default to t if
8630         open-gnutls-stream exists.
8631         (proto-stream-open-network): If STARTTLS failed, then just open a
8632         normal connection.
8633         (proto-stream-open-network): Wait until the greeting before doing
8634         STARTTLS.
8635
8636         * nntp.el (nntp-open-connection): Report what the connection error is.
8637
8638         * proto-stream.el (open-protocol-stream): Rename from
8639         open-proto-stream.
8640
8641 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * nnimap.el (nnimap-stream): Change default to `undecided'.
8644         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8645         first, and then network.
8646         (nnimap-open-connection-1): Respect nnimap-server-port.
8647         (nnimap-open-connection): Be more backwards-compatible.
8648
8649         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8650         (proto-stream-open-starttls): De-duplicate the starttls code.
8651         (proto-stream-open-starttls): Folded back into the main function.
8652         (proto-stream-open-network): Fix typo in the gnutls path.
8653         (proto-stream-command): Refactor out.
8654
8655         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8656
8657         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8658         starttls.el STARTTLS.
8659
8660         * color.el (color-lab->srgb): Fix function call name.
8661
8662         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8663         if we're using tls.el.
8664         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8665         built in, then don't try to establish a STARTTLS connection.
8666
8667         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8668         servers.
8669
8670         * proto-stream.el (open-proto-stream): Use network, not stream.
8671         (open-proto-stream): Add a way to specify what the end of a command is.
8672
8673         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8674         connections types.
8675         (nntp-open-network-stream): Remove.
8676         (nntp-open-ssl-stream): Remove.
8677         (nntp-open-tls-stream): Remove.
8678         (nntp-ssl-program): Remove.
8679
8680         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8681
8682 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8683
8684         * nnir.el: Fix typos.
8685         (nnir-retrieve-headers-override-function): Rename variable to reflect
8686         new semantics.
8687         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8688         macros.
8689         (nnir-request-article, nnir-request-move-article): Use them.
8690         (nnir-categorize): New function.
8691         (nnir-run-query): Use it.
8692         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8693         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8694         sorted.
8695         (nnir-group-full-name): Use gnus-group-full-name instead.
8696         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8697         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8698
8699 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8702
8703         * proto-stream.el: New library to provide protocol-specific
8704         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8705         protocols.
8706         (open-proto-stream): Complete the documentation.
8707         (proto-stream-open-network): Fix some typos.
8708
8709         * nnimap.el (nnimap-open-connection): Use it.
8710
8711 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8712
8713         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8714         negotiation.
8715
8716 2010-11-26  Julien Danjou  <julien@danjou.info>
8717
8718         * color.el: Rename various rgb functions to srgb.
8719
8720 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8723         names.
8724
8725 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * shr.el (shr-insert): Revert last change.
8728         (shr-find-fill-point): Never leave point being at bol;
8729         relax the kinsoku limitation when rendering tables.
8730
8731 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8734         results from -accept-article.
8735
8736         * shr-color.el: Require cl when compiling.
8737
8738         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8739         checkin.
8740
8741         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8742
8743         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8744
8745         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8746         'add and 'delete to set backend marks.
8747
8748         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8749
8750         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8751
8752         * nntp.el (nntp-request-set-mark): Use it.
8753
8754         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8755
8756         * nnml.el (nnml-request-set-mark): Ditto.
8757
8758         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8759         introduces regressions in article selection.
8760         (nnimap-find-uid-response): New function.
8761         (nnimap-request-accept-article): Use the UID returned, if any.
8762         (nnimap-request-move-article): Use the UID returned, if any.
8763         (nnimap-get-groups): Reimplement to work with folded lines.
8764         (nnimap-find-uid-response): The UID is the last element in the list.
8765         (nnimap-request-set-mark): Extend syntax with 'set.
8766
8767         * nnml.el (nnml-request-set-mark): Ditto.
8768
8769         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8770
8771         * nntp.el (nntp-request-set-mark): Ditto.
8772
8773 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * message.el (message-called-interactively-p): A temporary macro.
8776         (message-goto-body): Use it temporarily.
8777
8778 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8781         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8782         (nnimap-last-response-string): Fix last unfolding fix.
8783
8784 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * shr.el (shr-insert): Fix the way to fold lines.
8787
8788 2010-11-25  Julien Danjou  <julien@danjou.info>
8789
8790         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8791
8792         * color.el: Rename from color-lab.el
8793         (color-rgb->hex): Add.
8794         (color-complement): Add.
8795         (color-complement-hex): Add.
8796
8797         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8798
8799 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * shr-color.el (shr-color-visible): Don't bug out if the color names
8802         don't exist.
8803
8804 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8807         assuming that article displaying or another mml-preview may be
8808         interrupted for an error or for the like.
8809
8810         * shr.el (shr-get-background): Fix argument name.
8811
8812 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8815
8816         * gnus-sum.el (gnus-summary-include-articles): New function.
8817
8818         * message.el (message-goto-body): called-interactively-p needs a
8819         parameter, so use `any'.
8820
8821         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8822         clear marks before moving, since they're synced from the Gnus side
8823         first.
8824
8825         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8826         (gnus-summary-move-article): Copy over all marks before moving, so that
8827         IMAP doesn't think a new article has arrived.
8828
8829 2010-11-24  Julien Danjou  <julien@danjou.info>
8830
8831         * shr.el (shr-insert-background-overlay): Fix typo.
8832         (shr-render-td): Copy the background before rendering.
8833
8834         * shr-color.el (shr-color-visible): Fix docstring.
8835
8836         * shr.el (shr-tag-table): Add bgcolor support.
8837         (shr-render-td): Add bgcolor support.
8838         (shr-get-background): Add.
8839         (shr-insert-foreground-overlay): Use shr-get-background.
8840
8841         * message.el (message-goto-body): Use called-interactively-p.
8842         (message-in-body-p): message-goto-body returns point.
8843
8844 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8847         Fixes something or other in Emacs 23, and is backwards compatible.
8848
8849         * message.el (message-goto-body): Remove the <#secure special-casing,
8850         which is too special.
8851
8852         * shr.el (shr-parse-style): Drop !important from styles.
8853
8854 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8855
8856         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8857         this function to return incorrect results when calling it with an
8858         explicit article argument different from
8859         (gnus-summary-article-number).
8860
8861 2010-11-24  Julien Danjou  <julien@danjou.info>
8862
8863         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8864         (shr-tag-body): Add background support.
8865         (shr-descend): Add background support.
8866         (shr-tag-title): Add.
8867
8868         * shr-color.el (shr-color-visible): Really return original background
8869         if fixed.
8870
8871 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * shr.el (shr-color-check): Protect against non-existent color names.
8874
8875 2010-11-24  Julien Danjou  <julien@danjou.info>
8876
8877         * color-lab.el: Require 'cl when compiling.
8878
8879         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8880
8881         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8882         matched part.
8883
8884         * color-lab.el: Fix all expt calls to use float type.
8885
8886 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8889         expression to shr-color-check as is.
8890
8891         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8892
8893         * color-lab.el: Add coding cookie.
8894         (float-pi): Use eval-and-compile.
8895
8896         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8897         compiled for Emacsen having no `libxml-parse-html-region' support.
8898
8899 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * shr.el (shr-insert-color-overlay): Split stuff like
8902         "#444444 !important" to find the real color.
8903         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8904         parse <font color="red"> entries.
8905
8906 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8907
8908         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8909         point when parsing headers.
8910
8911         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8912         is positioned properly when parsing headers.
8913
8914 2010-11-23  Julien Danjou  <julien@danjou.info>
8915
8916         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8917
8918         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8919
8920         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8921
8922         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8923         Use shr-color-hue-to-rgb.
8924         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8925
8926 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * shr.el (shr-color->hexadecimal): Autoload.
8929         (shr-descend): Add color to all tags.
8930
8931 2010-11-22  Julien Danjou  <julien@danjou.info>
8932
8933         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8934         shr-color->hexadecimal.
8935
8936         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8937         RGB() or HSL() color representation.
8938
8939         * shr.el (shr-tag-font): Add.
8940         (shr-tag-color-check): New function to get better colors.
8941         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8942         tag-span.
8943
8944         * shr-color.el: New file.
8945
8946         * color-lab.el: New file.
8947
8948         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8949
8950 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8951
8952         * nnir.el: Fix typo in comments.
8953         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8954         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8955
8956 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8959
8960         * nnimap.el (nnimap-get-capabilities): Refactor out.
8961         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8962
8963 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8964
8965         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8966         appearing when `mm-uu-hide-markers' is nil.
8967
8968 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * nnimap.el (nnimap-unselect-group): Make into its own function.
8971         (nnimap-request-rename-group): Unselect group before renaming.
8972         This had gotten lost somewhere.
8973         (nnimap-request-accept-article): Keep track of examined groups, and
8974         unselect the group before APPENDing to read-only groups.
8975         (nnimap-request-move-article): Clear flags before moving so that they
8976         can be re-set later.
8977
8978 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8981         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8982
8983 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (gnus-mime-display-single):
8986         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8987         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8988         parameter.
8989
8990 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8993         (shr-table-vertical-line): New variable.
8994         (shr-insert-table): Use it.
8995
8996 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-html.el (gnus-html-wash-images): Don't display images if
8999         gnus-inhibit-images is non-nil; register displayer for cid images.
9000         (gnus-html-display-image): Work for cid image.
9001         (gnus-html-insert-image): Allow arguments.
9002         (gnus-html-put-image): Inhibit read-only.
9003         (gnus-html-prefetch-images): Don't prefetch images if
9004         gnus-inhibit-images is non-nil.
9005
9006 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * shr.el (shr-put-image): Break lines when inserting big pictures.
9009
9010 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9011
9012         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9013         sender, thanks Katsumi Yamaoka.
9014
9015 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9016
9017         * nnir.el (nnir-run-imap): Reverse the article list for each group
9018         rather than the whole list.
9019
9020 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * shr.el (shr-image-displayer): Protect function against non-existent
9023         image source.
9024
9025         * gnus-art.el (gnus-inhibit-images): New user option.
9026         (gnus-mime-display-single): Don't display image if it is non-nil.
9027
9028         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9029         gnus-inhibit-images.
9030
9031         * shr.el (shr-image-displayer): New function.
9032         (shr-tag-img): Use it.
9033
9034 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9035
9036         * mml2015.el (mml2015-epg-sign): Use From header.
9037
9038 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9041
9042         * gnus-util.el (gnus-find-text-property-region): Return markers.
9043
9044         * shr.el (shr-tag-img): Put a displayer in the text property.
9045
9046         * gnus-util.el (gnus-find-text-property-region): New utility function.
9047
9048         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9049         (gnus-html-show-images): Remove.
9050
9051         * gnus-art.el (gnus-article-show-images): New, more general function.
9052
9053         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9054         image url text properties.
9055
9056         * shr.el: Ditto.
9057
9058         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9059         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9060
9061 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9064         work for two or more articles.
9065
9066 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9069         divide an image that's in an html article to two or more when washing
9070         non-ASCII characters in alt text of it.
9071
9072 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9075         smime-decrypt-region using function argument.
9076         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9077
9078         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9079
9080         * smime.el (smime-decrypt-region): Catch it.
9081
9082 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9083
9084         * smime.el (smime-mode-map): Move initialization into declaration.
9085         (gnus-run-mode-hooks): Don't autoload.
9086         (smime-mode): Use define-derived-mode.
9087
9088 2010-11-11  Glenn Morris  <rgm@gnu.org>
9089
9090         * smime.el (from): Restrict declaration to XEmacs.
9091
9092         * nnir.el (gnus-group-topic-name): Autoload.
9093
9094 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * shr.el (shr-insert): Don't break long line if it is because of
9097         kinsoku-bol characters in the line end.
9098
9099 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9100
9101         * nnir.el (nnir-request-move-article): Fix to provide original group
9102         and subject.
9103         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9104         been retrieved.
9105
9106         * gnus-sum.el (gnus-summary-move-article): Use original group and
9107         subject for virtual articles such as those in an nnir summary buffer.
9108
9109 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9112         least 21.5).
9113
9114         * smime.el (from): Declare it again for XEmacs.
9115
9116 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * message.el (message-resend): Don't disable encoding unless it's
9119         already encoded.
9120
9121         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9122         low-numbered articles.
9123
9124 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * rfc2047.el (rfc2047-syntax-table): Simplify.
9127
9128         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9129
9130         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9131         set-char-table-range for XEmacs.
9132
9133 2010-11-10  Glenn Morris  <rgm@gnu.org>
9134
9135         * time-date.el (time-to-seconds): Always an alias on Emacs,
9136         never a real function.
9137         (with-no-warnings): Remove compat stub, now unused.
9138         (time-less-p): Doc fix.
9139         (time-to-number-of-days): Simplify.
9140
9141         * smime.el (from): Remove unused declaration.
9142
9143         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9144         (gnus-float-time): On Emacs, always an alias.
9145
9146         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9147         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9148
9149 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * dgnushack.el: Don't use ignore-errors in the top level form since it
9152         is unavailable in XEmacs even if cl is loaded.
9153
9154         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9155
9156 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9157
9158         * shr.el (browse-url-mailto): Autoload.
9159
9160         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9161
9162         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9163         regexp doesn't need quoting.
9164
9165 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9166
9167         * message.el (message-subject-trailing-was-ask-regexp)
9168         (message-subject-trailing-was-regexp): Match was: in addition to was.
9169
9170 2010-11-09  Glenn Morris  <rgm@gnu.org>
9171
9172         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9173         (nnbabyl-check-mbox): Use point-at-bol.
9174
9175 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9178
9179         * message.el (message-mailto): New function.
9180         (message-mailto): Should accept other parameters.
9181         (message-mailto): Remove since it duplicates browse-url-mailto
9182         functionality.
9183
9184 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9187         methods.
9188         (gnus-read-active-file): Ditto.
9189
9190         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9191         ": " from the prompt.
9192         (gnus-group-make-group): Ditto.
9193
9194 2010-11-07  Glenn Morris  <rgm@gnu.org>
9195
9196         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9197         (gnus-bookmark-kill-line): Use point-at-eol.
9198
9199 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9202         asterisks in From header.
9203
9204 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9207         string to avoid making the From headers syntactically invalid.
9208
9209         * message.el (message-send-mail): Don't insert courtesy messages if the
9210         message already has List-Post and List-ID messages.
9211
9212 2010-11-06  Glenn Morris  <rgm@gnu.org>
9213
9214         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9215         `condition', `type', `length' a prefix.
9216         (gnus-treat-predicate): Update for above name changes.
9217
9218 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9219
9220         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9221         binding.  Handled by `gnus-summary-refer-thread' instead.
9222         (nnir-warp-to-article): New backend function.
9223
9224         * nnimap.el (nnimap-request-thread): Force dependency updating.
9225
9226         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9227         (gnus-summary-refer-thread): Rework to improve thread-referral.
9228
9229         * gnus-int.el (gnus-warp-to-article): New function.
9230
9231         * gnus-sum.el (gnus-summary-article-map): Bind it.
9232
9233 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9234
9235         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9236         gnus-summary-refer-thread.
9237
9238         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9239         headers.
9240         (gnus-summary-limit-include-thread): Prevent articles in thread from
9241         being cut in gnus-cut-threads.
9242         (gnus-summary-refer-thread): Limit retrieved headers to those in
9243         thread.
9244
9245 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * message.el (message-send-mail): Use the value of
9248         message-courtesy-message from the message buffer.
9249
9250         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9251
9252         * shr.el (shr-browse-url): Implement mailto: URLs.
9253
9254         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9255         "raw".
9256
9257         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9258         if it's already selected.
9259
9260         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9261
9262 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9265         to measure the length and truncate alt text.
9266
9267 2010-11-03  Glenn Morris  <rgm@gnu.org>
9268
9269         * nndiary.el (nndiary-generate-nov-databases-1)
9270         (nndiary-generate-active-info): Rename dynamic variable `files' to
9271         something less generic.
9272
9273 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9274
9275         * nnir.el (nnir-request-move-article): Call the underlying backend to
9276         move articles from nnir.
9277
9278 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9281
9282 2010-11-02  Julien Danjou  <julien@danjou.info>
9283
9284         * nnir.el: Remove wais support.
9285
9286 2010-11-02  Glenn Morris  <rgm@gnu.org>
9287
9288         * gnus-html.el: Reorder requirements to quieten compiler.
9289
9290 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9293         properly for XEmacs as well.
9294         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9295         (gnus-article-natural-long-line-p): Use window-width rather than
9296         frame-width.
9297
9298 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9299
9300         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9301         (nnir-read-parms): Don't modify query.
9302         (nnir-run-query): Add ability to search topic on current line.
9303         (nnir-get-active): Clean up.
9304
9305 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9308         degenerate articles.
9309
9310         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9311         (gnus-print-buffer): Just print the buffer as is, without any copying
9312         to a buffer and then re-highlighting.
9313
9314         * nnimap.el (nnimap-request-group): Store the new updated info.
9315         (nnimap-request-group): Select the group when we don't know whether it
9316         exists or not.
9317
9318         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9319         groups.
9320
9321         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9322         groups.
9323
9324         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9325         groups.
9326
9327         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9328         long-lines case by only filling the long lines.
9329
9330         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9331         (bug#7311).
9332
9333 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * shr.el: No need to declare `declare-function' since shr.el is for
9336         only Emacsen that provide `libxml-parse-html-region'.
9337
9338         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9339         effective only in a file it is referred to.
9340
9341 2010-11-01  Glenn Morris  <rgm@gnu.org>
9342
9343         * mm-util.el (gnus-completing-read): Autoload.
9344         (mm-read-coding-system): Simplify Emacs definition.
9345
9346         * nnmail.el (gnus-activate-group):
9347         * nnimap.el (gnutls-negotiate):
9348         * nntp.el (netrc-parse): Fix declarations.
9349
9350 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9353         string-match-p in Emacs >=23.
9354
9355         * gnus-msg.el (gnus-configure-posting-styles):
9356         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9357
9358 2010-11-01  Glenn Morris  <rgm@gnu.org>
9359
9360         * nnir.el (declare-function): Add compat stub.
9361         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9362         (nnir-run-gmane): Require 'mm-url.
9363
9364         * mm-util.el (mm-string-to-multibyte): Simplify.
9365
9366         * shr.el (declare-function): Add compat stub.
9367         (url-cache-create-filename): Declare.
9368         (mm-disable-multibyte, widget-convert-button): Autoload.
9369
9370         * smime.el (ldap-search): Declare.
9371         (smime-cert-by-ldap-1): Require ldap on Emacs.
9372
9373         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9374         (nnimap-keepalive): Use gnus-float-time.
9375
9376         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9377         (mail-source-delete-crash-box): Use gnus-float-time.
9378
9379         * gnus-dired.el (gnus-completing-read): Autoload.
9380
9381         * mm-view.el (gnus-rescale-image): Autoload.
9382
9383         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9384
9385         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9386
9387         * sieve-manage.el: Require 'cl when compiling.
9388
9389         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9390         (gnus-iswitchb-completing-read): Require iswitchb.
9391         (gnus-select-frame-set-input-focus): Silence compiler.
9392
9393 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * message.el (message-subject-trailing-was-query): Change default to t,
9396         since I think that's what most people want.
9397
9398         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9399         appending for easier debugging.
9400         (nnimap-wait-for-connection): Take a regexp.
9401         (nnimap-request-accept-article): Wait for the continuation line before
9402         sending anything unless we're streaming.
9403
9404         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9405         leave the header washing to take place.
9406
9407 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9408
9409         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9410         regular expression match and replace in posting styles.
9411
9412 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9413
9414         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9415         an entire server.
9416         (nnir-get-active): New function.
9417         (nnir-run-imap): Use it.
9418         (nnir-run-gmane): Who knew, gmane search returns an article score!
9419
9420         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9421         server on the current line with nnir.
9422
9423 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9426         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9427         left edge.
9428         (gnus-article-foldable-buffer): Skip past the prefix when determining
9429         raggedness.
9430
9431         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9432         the raw article, and change `C-u g' to show the article without doing
9433         treatments.
9434
9435         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9436         on to `gnus-treat-article'.
9437         (gnus-inhibit-article-treatments): New variable.
9438
9439         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9440
9441         * gnus-art.el (gnus-treatment-function-alist): Have
9442         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9443         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9444         sections.
9445
9446         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9447         parameter.
9448         (gnus-article-fill-cited-long-lines): New function.
9449         (gnus-article-fill-cited-article): Allow filling only long sections.
9450
9451         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9452         and non-punctuation (like after the apostrophe in "'We").
9453
9454         * gnus-sum.el (gnus-summary-select-article): Make sure
9455         gnus-original-article-buffer is alive.
9456
9457         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9458         reflect the order they're in in the digest.
9459
9460         * gnus.el (gnus-group-startup-message): Move point to the start of the
9461         buffer.
9462
9463         * nnimap.el (nnimap-capability): New function.
9464         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9465         is set.
9466
9467 2010-10-31  David Engster  <dengste@eml.cc>
9468
9469         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9470         conform with changes to gnus-completing-read.
9471
9472 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9475
9476 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9477
9478         * nnir.el: Move defvar, defcustom around to keep file organized
9479         and keep byte-compiler quiet.
9480         (nnir-read-parms): Accept search-engine as arg.
9481         (nnir-run-query): Pass search-engine as arg.
9482         (nnir-search-engine): Remove.
9483
9484 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * shr.el (shr-generic): The text nodes should be text, not :text.
9487
9488         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9489         later in the file.
9490
9491 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9492
9493         * nnir.el: General clean up.  Allow searching with multiple engines.
9494         Allow separate extra-parameters for each engine.
9495         Batch queries when possible.
9496         (nnir-imap-default-search-key, nnir-method-default-engines):
9497         Add customize interface.
9498         (nnir-run-gmane): New engine.
9499         (nnir-engines): Use it.  Qualify all prompts with engine name.
9500         (nnir-search-engine): Remove global variable.
9501         (nnir-run-hyrex): Restore for now.
9502         (nnir-extra-parms, nnir-search-history): New variables.
9503         (gnus-group-make-nnir-group): Use them.
9504         (nnir-group-server): Remove in favor of gnus-group-server.
9505         (nnir-request-group): Avoid searching twice.
9506         (nnir-sort-groups-by-server): New function.
9507
9508 2010-10-30  Julien Danjou  <julien@danjou.info>
9509
9510         * gnus-group.el: Remove gnus-group-fetch-control.
9511
9512         * gnus-start.el (gnus-find-new-newsgroups):
9513         Remove gnus-check-first-time-used.
9514
9515         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9516
9517 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9518
9519         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9520         set on groups that don't have \* permanentflags.
9521
9522 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9525         control the background color.
9526         (shr-tag-img): Ignore very small web bug type images.
9527         (shr-put-image): Add help-echo alt texts to the images.
9528         (shr-tag-video): Show the video poster image.
9529
9530 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * shr.el (shr-table-depth): New variable.
9533         (shr-tag-table-1): Only insert the images after the top-level table.
9534
9535         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9536
9537         * gnus-util.el (gnus-list-memq-of-list): New function.
9538
9539         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9540         selected.
9541         (nnimap-unsplittable-articles): New slot.
9542         (nnimap-new-articles): Use it.
9543
9544 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9545
9546         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9547         move to the previous line on `M-g'.
9548
9549 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9552         *-request-group, which seems unnecessary.
9553
9554         * nnimap.el (nnimap-quote-specials): Function copied over from
9555         imap.el.
9556         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9557         they support that.  Suggested by Tom Regner.
9558
9559 2010-10-29  Julien Danjou  <julien@danjou.info>
9560
9561         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9562         defalias.
9563         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9564
9565         * gnus.el: Remove `gnus-nntp-service' variable.
9566         (gnus-secondary-servers): Make obsolete.
9567         (gnus-nntp-server): Make obsolete.
9568
9569         * gnus-start.el (gnus-1): Remove x-splash calls.
9570
9571         * gnus-ems.el (gnus-x-splash): Remove.
9572
9573         * gnus.el (gnus-group-startup-message): Simplify/update code.
9574
9575         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9576         definition.
9577
9578         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9579         capability before doing anything.
9580         (gnus-group-insert-group-line): Remove useless
9581         gnus-group-remove-excess-properties.
9582
9583 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9586
9587 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9590         config after reselecting.
9591
9592 2010-10-28  Julien Danjou  <julien@danjou.info>
9593
9594         * shr.el (shr-put-image): Use point even if only inserting text.
9595         (shr-put-image): Save excursion when inserting alt text on non-graphic
9596         display, so the behavior is the same when we are on a graphic display.
9597
9598         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9599
9600 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9603         (gnus-mime-copy-part): Check coding system, not charset.
9604         (gnus-mime-view-part-externally): Never remove part.
9605         (gnus-mime-view-part-internally): Don't remove part here.
9606         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9607         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9608         multipart/alternative.
9609
9610         * mm-decode.el (mm-display-part): Take optional arg `force'.
9611
9612 2010-10-26  Julien Danjou  <julien@danjou.info>
9613
9614         * gnus-group.el (gnus-group-default-list-level): Add this function to
9615         compute the default list level.
9616         (gnus-group-default-list-level): Add possibility to use a function.
9617
9618 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9621
9622         * gnus-group.el (gnus-group-completing-read)
9623         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9624         gnus-replace-in-string.
9625
9626 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * shr.el (shr-tag-div): Add.
9629
9630         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9631
9632 2010-10-25  Julien Danjou  <julien@danjou.info>
9633
9634         * gnus-util.el: Remove `gnus-with-local-quit'.
9635
9636         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9637
9638 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9641         the original article buffer.
9642
9643 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * nnimap.el (nnimap-request-head): New function.
9646         (nnimap-request-move-article): Try to be slightly faster by not
9647         requesting the entire message when moving.
9648         (nnimap-transform-headers): Don't bug out on bodiless articles.
9649         (nnimap-send-command): Have no outstanding messages if the IMAP server
9650         doesn't support streaming.
9651         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9652
9653 2010-10-24  Julien Danjou  <julien@danjou.info>
9654
9655         * message.el (message-default-headers): Fix type.
9656
9657 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9658
9659         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9660         prefetching images.
9661
9662         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9663         backend for unknown groups.  This is mainly useful for nnimap groups.
9664
9665         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9666         group isn't covered by the agent.
9667
9668 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9669
9670         * nnir.el (nnir-method-default-engines): New variable.
9671         (nnir-run-query): Use it.
9672         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9673         (gnus-summary-nnir-goto-thread): Change group if needed.
9674
9675         * gnus-group.el (gnus-group-group-map): Add key binding for
9676         gnus-group-make-nnir-group.
9677
9678 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * shr.el (shr-tag-object): Add.
9681
9682         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9683         original article buffer live.
9684         (gnus-summary-select-article-buffer):
9685         Mention gnus-widen-article-buffer.
9686
9687 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * shr.el (shr-tag-strong): Add.
9690
9691 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9694         group names.  They mess up the group buffer badly.
9695
9696         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9697
9698         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9699         instead of the summary one.
9700
9701 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * mml.el (mml-preview): Work properly when editing article.
9704
9705         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9706         gnus-have-read-active-file if it's already been in.
9707
9708 2010-10-22  Tom Tromey  <tromey@redhat.com>
9709
9710         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9711         gnus-group-completing-read.
9712
9713 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * message.el (message-mode-map): Don't bind M-; to comment region, to
9716         allow the global comment-dwim to work.
9717
9718 2010-10-21  Julien Danjou  <julien@danjou.info>
9719
9720         * message.el (message-setup-1): Allow message-default-headers to be a
9721         function.
9722
9723 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * shr.el (shr-tag-table): Simplify.
9726
9727 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9730         to avoid trying to snarf invalid stuff.
9731
9732         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9733
9734         * gnus.el (gnus-message-archive-group): Quote value.
9735         (gnus-message-archive-group): Mark as changed.
9736
9737         * shr.el (shr-add-font): Don't put the font properties on the newline
9738         or the indentation.
9739
9740         * message.el (message-fix-before-sending): Change options when sending
9741         non-printable characters.
9742
9743         * gnus.el (gnus-message-archive-method): Change the default to
9744         monthly outgoing groups.
9745
9746         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9747         that have gotten new numbers.
9748
9749         * nnimap.el (nnimap-request-replace-article): New function.
9750
9751 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9754         (nnrss-request-article): Don't use special html washing code.
9755
9756 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * shr.el (shr-tag-table): Remove useless nconc.
9759
9760 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * gnus-art.el (article-wash-html): Simplify and remove the charset
9763         stuff.  Use the normal html rendering code instead of the special html
9764         washing code.
9765
9766         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9767         `gnus-w3m' symbols.
9768         (mm-text-html-washer-alist): Remove.
9769
9770         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9771         (mm-inline-media-tests): Remove use.
9772         (mm-text-html-renderer): Change default to the `shr' symbol.
9773
9774         * mm-view.el (mm-inline-text-html): Remove use.
9775
9776         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9777         `gnus-blocked-images' to be a function.
9778         (gnus-article-wash-function): Remove.
9779
9780 2010-10-20  Julien Danjou  <julien@danjou.info>
9781
9782         * spam.el (spam-list-of-processors): Mark as obsolete.
9783
9784         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9785         (nnimap-insert-partial-structure): Fix boundary detection.
9786
9787 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9788
9789         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9790         run file-truename on remote files.  This can be expensive and even
9791         prevent one from editing drafts if some unrelated buffer has a stale
9792         connection.
9793
9794 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9797         kinsoku-eol regardless of shr-kinsoku-shorten.
9798         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9799         (shr-tag-table): Support caption, thead, and tfoot.
9800
9801 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9804         lines.
9805         (shr-save-contents): New command and keystroke.
9806
9807         * nndoc.el (nndoc-type-alist): Add git support.
9808         (nndoc-git-type-p): New function.
9809         (nndoc-transform-git-article): Ditto.
9810         (nndoc-transform-git-headers): Ditto.
9811         (nndoc-transform-git-headers): Generate Subject headers.
9812
9813         * shr.el (shr-parse-style): New function.
9814         (shr-tag-span): Ditto.
9815
9816         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9817         to `G G' to avoid collisions.
9818
9819 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * shr.el: Load kinsoku if necessary.
9822         (shr-kinsoku-shorten): New internal variable.
9823         (shr-find-fill-point): Make kinsoku shorten text line if
9824         shr-kinsoku-shorten is bound to non-nil.
9825         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9826         shr-indentation too when testing if table is wider than frame width.
9827         (shr-insert-table): Use `string-width' instead of `length' to measure
9828         text width.
9829         (shr-insert-table-ruler): Make sure indentation is done at bol.
9830
9831 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9832
9833         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9834         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9835         undecoded network data.
9836
9837 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9840         name in the mode line spec so that the mode line menu works
9841         (bug#2431).
9842
9843         * message.el (message-get-reply-headers): If we're fed `to-address',
9844         then always use that.
9845
9846         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9847         aren't so wide as to need to switch off the edit menu.
9848
9849         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9850         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9851
9852         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9853         `M-g'.
9854         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9855         the permanent marks.
9856
9857 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9858
9859         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9860         Splitting according to references/in-reply-to obeys the ignore-groups
9861         variable, while splitting by sender and subject do not.
9862
9863 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9866         alist, so that we can look for non-Unicode chars.
9867         (article-translate-strings): Allow both character and string maps.
9868
9869 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * shr.el (shr-insert): Don't insert space behind a wide character
9872         categorized as kinsoku-bol, or between characters both categorized as
9873         nospace.
9874
9875 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9876
9877         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9878         headers to gnus-newsgroup-headers.
9879
9880 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * shr.el (shr-tag-img): Don't align images -- since we're not
9883         rescaling, this often leads to ugly displays.
9884
9885 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9886
9887         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9888         duplicates.
9889
9890 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9891
9892         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9893         call.
9894
9895 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9896
9897         * gnus.el: Autoload gnus-html-show-images.
9898
9899         * nnimap.el: Use nnheader-message throughout.
9900
9901         * shr.el (shr-tag-img): Ignore images with no data.
9902
9903 2010-10-15  Julien Danjou  <julien@danjou.info>
9904
9905         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9906         a possibility to disable format=flow encoding when using hard newlines.
9907
9908 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * shr.el (shr-insert): Remove space inserted before or after a
9911         breakable character or at the beginning or the end of a line.
9912         (shr-find-fill-point): Do kinsoku; find the second best point or give
9913         it up if there's no breakable point.
9914
9915 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916
9917         * nnimap.el (nnimap-open-connection): Message when opening connection
9918         for debugging purposes.
9919
9920         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9921         on every setup buffer call to allow this to change from article to
9922         article.
9923
9924         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9925         buffers where we have a wide table.
9926
9927 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9928
9929         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9930         uses *-request-thread.
9931
9932 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9935         incantation, which is no longer valid.
9936
9937 2010-10-14  Julien Danjou  <julien@danjou.info>
9938
9939         * shr.el: Fix defcustom type (char -> character).
9940
9941 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9944         programs.
9945
9946 2010-10-14  Julien Danjou  <julien@danjou.info>
9947
9948         * shr.el (shr-tag-a): Use url-link as widget type.
9949
9950         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9951         `gnus-group-get-icon'.
9952
9953 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9956         This should make server editing work better.
9957
9958         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9959
9960         * tls.el (tls-program): Remove spurious %s from openssl.
9961
9962         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9963         (nnimap-parse-flags): Fix regexp.
9964
9965         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9966         probably work for CJVK text, too.
9967
9968         * nnimap.el (nnimap-extend-tls-programs): Remove.
9969         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9970
9971         * tls.el (tls-starttls-switches): Remove starttls hack.
9972         (open-tls-stream): Ditto.
9973         (tls-find-starttls-argument): Ditto.
9974
9975 2010-10-13  Julien Danjou  <julien@danjou.info>
9976
9977         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9978         responses.
9979
9980 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9981
9982         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9983
9984         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9985         anything in Emacs.
9986
9987         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9988
9989 2010-10-13  Julien Danjou  <julien@danjou.info>
9990
9991         * shr.el (shr-width): Make shr-width a defcustom with default to
9992         fill-column.
9993         (shr-tag-img): Use shr-width rather than fill-column.
9994
9995 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * dgnushack.el (byte-optimize-apply):
9998         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9999
10000         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10001         position when (X-)Faces exist.
10002         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10003         avatars when called interactively.
10004
10005 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10008         gnus-article-x-face-too-ugly is bound.
10009
10010 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10013
10014         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10015         mailbox that doesn't exist.
10016
10017 2010-10-12  Julien Danjou  <julien@danjou.info>
10018
10019         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10020         (shr-get-image-data): Encode URL properly when fetching from cache.
10021         (shr-tag-img): Use aligned-to spaces to align correctly images.
10022
10023         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10024         before inserting the Gravatar.
10025
10026         * shr.el (shr-tag-img): Add align attribute support for <img>.
10027
10028 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * gnus-gravatar.el (gnus-art): Require.
10031
10032         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10033         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10034         Remove long obsoleted functions.
10035
10036 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10039
10040         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10041
10042         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10043         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10044         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10045         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10046         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10047         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10048         * sieve-manage.el, smime.el, spam.el:
10049         Fix comment for declare-function.
10050
10051 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * nnimap.el (nnimap-request-rename-group): Select group read-only
10054         before renaming it.
10055
10056         * shr.el (shr-insert): Fix up the white space only regexp.
10057
10058         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10059         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10060
10061         * shr.el (shr-current-column): New function.
10062         (shr-find-fill-point): New function.
10063
10064 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10065
10066         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10067         numbers.
10068
10069 2010-10-11  Julien Danjou  <julien@danjou.info>
10070
10071         * shr.el (shr-hr-line): Add.
10072         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10073         display hr lines.
10074         (shr-max-columns): Do not change state to nil if we just inserting
10075         spaces.
10076
10077 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10080         select the last group.
10081
10082 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10083
10084         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10085
10086 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10087
10088         * dig.el (dig-mode-map): Declare and define in one step.
10089
10090 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10093         for Gnus.
10094         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10095         (nnimap-update-qresync-info): Mark \Seen articles as read.
10096
10097         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10098         non-variable, too.
10099
10100         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10101         available.
10102         (nnimap-update-info): Rely more on the current active than the param
10103         active to avoid marking articles as read too much.
10104
10105         * auth-source.el (auth-source-create): Use (user-login-name) for the
10106         user name default.
10107
10108         * nnimap.el (nnimap-update-info): If the server doesn't return any
10109         useful info, just use the previous info.
10110         (nnimap-update-info): Prefer old info over start-article.
10111         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10112
10113 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10114
10115         * nnir.el (autoload): Clean up autoloads.
10116         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10117         Use key rather than value.
10118         (nnir-imap-search-other): New variable.
10119         (nnir-read-parm): Use it.
10120         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10121         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10122
10123 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10124
10125         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10126         the process, too.
10127
10128 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * spam.el (gnus-summary-mode-map): Bind to "$".
10131         Suggested by Russ Allbery.
10132
10133         * shr.el: Rework the way things are indented by <li> slightly.
10134
10135         * gnus.el (gnus-group-set-parameter): Fix typo.
10136
10137         * nnimap.el: Start implementing QRESYNC support.
10138
10139 2010-10-09  Julien Danjou  <julien@danjou.info>
10140
10141         * nnir.el (nnir-engines): Fix too many arguments.
10142
10143 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10146         group is the "last", so that the backends like nnfolder actually save
10147         their folders.
10148
10149         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10150         try to use that for the tls stream.
10151         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10152         UIDVALIDITY and find out which groups are read-only and not.
10153         (nnimap-get-flags): Use the same marks parsing code as the rest of
10154         nnimap.
10155
10156 2010-10-09  Julien Danjou  <julien@danjou.info>
10157
10158         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10159
10160         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10161         retrieving gravatars.
10162
10163         * shr.el (shr-table-corner): Add.
10164         (shr-table-line): Add.
10165         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10166
10167 2010-10-08  Julien Danjou  <julien@danjou.info>
10168
10169         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10170
10171 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10172
10173         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10174
10175         * gnus-sum.el (gnus-mark-article-as-unread)
10176         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10177         (gnus-summary-set-bookmark): Use it.
10178
10179         * gnus-msg.el (gnus-setup-message): Use it.
10180
10181         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10182
10183         * gnus.el (gnus-group-remove-parameter): Use it.
10184
10185         * gnus-group.el (gnus-group-make-web-group): Use it.
10186
10187         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10188
10189         * nnregistry.el: Update docs to mention manual.
10190
10191         * gnus-registry.el: Update docs to mention nnregistry.el.
10192         (gnus-registry-initialize): Don't install nnregistry refer method
10193         automatically.
10194         (gnus-registry-install-nnregistry): Remove it.
10195
10196 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * shr.el (shr-insert): Don't insert double spaces.
10199
10200 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-gravatar.el (gnus-treat-from-gravatar)
10203         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10204         called interactively.
10205
10206         * gnus-art.el (gnus-mime-view-part-externally)
10207         (gnus-mime-view-part-internally): Make predicate function passed to
10208         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10209         of a mime type.
10210
10211         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10212
10213 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * shr.el (require): Require cl when compiling.
10216         (shr-tag-hr): New function.
10217
10218         * nnimap.el (nnimap-update-info): Remove double setting of high.
10219         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10220         This makes nnimap work properly on Courier again.
10221
10222         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10223         the variable for backwards compatibility.
10224
10225         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10226         the file name before using to avoid setting mm-default-directory to
10227         nil.
10228
10229         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10230         bidning gnus-agent variables.
10231
10232         * shr.el (shr-render-td): Use a cache for the table rendering function
10233         to avoid getting an exponential rendering behavior in nested tables.
10234         (shr-insert): Rework the line-breaking algorithm.
10235         (shr-insert): Don't leave trailing spaces.
10236         (shr-insert-table): Also insert empty TDs.
10237         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10238
10239 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10240
10241         * gnus-sum.el (gnus-number): Rename from `number'.
10242         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10243         (gnus-summary-limit-children): Update uses correspondingly.
10244
10245 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10248         (gnus-gravatar-transform-address): Don't show avatars of people of
10249         which mail addresses match gnus-gravatar-too-ugly.
10250
10251 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10252
10253         * shr.el (shr-table-widths): Expand TD elements to fill available
10254         space.
10255
10256 2010-10-07  Julien Danjou  <julien@danjou.info>
10257
10258         * nnimap.el (nnimap-request-rename-group): Add this method.
10259
10260 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10263         name from XEmacs' function-arglist.
10264
10265         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10266         gravatar under XEmacs.
10267
10268 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10269
10270         * auth-source.el: Update docs with TODO items.
10271
10272         * gnus-sync.el: Update docs to explain state and plans.
10273
10274         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10275         Hooks for mark updates.
10276         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10277
10278         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10279         hooks with arguments, which is needed for mark update hooks.
10280
10281 2010-10-06  Julien Danjou  <julien@danjou.info>
10282
10283         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10284         was matched.
10285
10286         * sieve-manage.el: Update example in `Commentary'.
10287
10288         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10289
10290         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10291         not 2000.
10292         (sieve-manage-authenticate): Re-add function.
10293
10294 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * shr.el (shr-insert): Get 'space transition right.
10297         (shr-render-td): Only delete space at the end of the TD.
10298
10299         * nnimap.el (nnimap-open-connection): Prepare to support
10300         open-gnutls-stream.
10301
10302         * shr.el: Rearrange function order to be more logical.
10303
10304 2010-10-06  Julien Danjou  <julien@danjou.info>
10305
10306         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10307         (nnrss-discover-feed): Remove 404 URL in docstring.
10308
10309         * nnir.el: Fix Swish-E URL.
10310         Fix Namazu URL.
10311
10312         * message.el (message-change-subject): Remove 404 URL in a comment.
10313
10314 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10317         called interactively.
10318
10319         * gnus-util.el (gnus-remove-if): Allow hash table.
10320         (gnus-remove-if-not): New function.
10321
10322         * gnus-art.el (gnus-mime-view-part-as-type):
10323         * gnus-score.el (gnus-summary-score-effect):
10324         * gnus-sum.el (gnus-read-move-group-name):
10325         Replace remove-if-not with gnus-remove-if-not.
10326
10327         * gnus-group.el (gnus-group-completing-read):
10328         Regard collection as a hash table if it is not a list.
10329
10330 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10333
10334         * shr.el: Document the table-rendering algorithm.
10335
10336 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10339         for Emacsen having no `libxml-parse-html-region' support.
10340
10341 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10342
10343         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10344         invalid URLs.
10345
10346         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10347         line-broken.
10348         (shr-tag-img): Ignore image fetching errors.
10349         (shr-overlays-in-region): Compute overlay positions correctly.
10350
10351         * mm-decode.el (mm-shr): Require shr.
10352
10353         * gnus-art.el (gnus-blocked-images): Move variable here.
10354
10355         * shr.el (shr-insert-table): Bind free variable.
10356
10357         * mm-decode.el (mm-shr): Bind shr-content-function.
10358
10359         * shr.el (shr-content-function): New variable.
10360
10361         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10362         added for symmetry.
10363
10364         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10365
10366         * gnus-group.el (gnus-group-make-group): Doc fix.
10367
10368         * nnimap.el (nnimap-request-newgroups): Return success.
10369
10370         * shr.el (shr-find-elements): New function.
10371         (shr-tag-table): Put all the images after the table.
10372         (shr-tag-table): Really inhibit images inside the table.
10373         (shr-collect-overlays): Copy over overlays from the TD elements to the
10374         main document.
10375
10376         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10377         gnus-blocked-images.
10378
10379 2010-10-05  Julien Danjou  <julien@danjou.info>
10380
10381         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10382
10383         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10384         (gnus-html-maximum-image-size): Add this function.
10385         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10386
10387         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10388         server-value of the capability is nil.
10389
10390 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * shr.el (shr-tag-em): Add <EM> tag.
10393
10394 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10395
10396         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10397         customizable.
10398
10399         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10400         handing broken links to browse-url.
10401
10402 2010-10-05  Julien Danjou  <julien@danjou.info>
10403
10404         * gnus-util.el (gnus-emacs-completing-read)
10405         (gnus-iswitchb-completing-read): Use autoload rather than require.
10406
10407 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10410         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10411         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10412         iswitchb-temp-buflist for XEmacs.
10413
10414         * gnus-util.el (gnus-completing-read-function): Exclude
10415         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10416         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10417         XEmacs.
10418
10419         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10420         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10421
10422         * gnus-html.el: Don't require help-fns under XEmacs.
10423         (gnus-html-schedule-image-fetching): Work for XEmacs.
10424
10425         * mm-decode.el (mm-shr): Decode contents by charset.
10426
10427 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10430         unknown.
10431
10432         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10433         (shr-get-image-data): Ensure against the cache file missing.
10434
10435         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10436         for data.
10437
10438         * spam-report.el (spam-report-url-ping-plain): Don't query about
10439         killing the process.
10440
10441         * shr.el (shr-render-td): Protect against too-wide text.
10442
10443 2010-10-04  Julien Danjou  <julien@danjou.info>
10444
10445         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10446         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10447
10448         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10449         retrieved.
10450
10451 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * shr.el (browse-url): Require.
10454         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10455         lines.
10456         (shr-show-alt-text, shr-browse-image): New commands.
10457         (shr-browse-url, shr-copy-url): New commands.
10458
10459         * gnus-sum.el (gnus-widen-article-window): New variable.
10460         (gnus-summary-select-article-buffer): Use it.
10461
10462         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10463         without @ signs.
10464
10465 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10466
10467         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10468
10469 2010-10-04  Julien Danjou  <julien@danjou.info>
10470
10471         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10472         for XEmacs.
10473
10474 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10477
10478         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10479         (nnimap-close-server): Implement.
10480
10481         * dgnushack.el (iswitchb): Require to shut up the compiler.
10482
10483         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10484         (shr-insert): Tweak line breaking.
10485         (shr-insert): Handle <pre> better.
10486         (shr-tag-li): Get <li> indentation right.
10487         (shr-tag-li): Get <li> indentation even righter.
10488         (shr-tag-blockquote): Ensure paragraph start.
10489         (shr-make-table): Tweak table generation.
10490         (shr-make-table): Fix typo.
10491
10492         * shr.el: Implement table rendering.
10493
10494 2010-10-04  Julien Danjou  <julien@danjou.info>
10495
10496         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10497
10498 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499
10500         * shr.el (shr-insert): Use string anchors instead of line anchors.
10501
10502 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * shr.el: Add headings.
10505         (shr-ensure-paragraph): Actually work.
10506         (shr-tag-li): Make <ul> prettier.
10507         (shr-insert): Get white space at the beginning/end of elements right.
10508         (shr-tag-p): Collapse subsequent <p>s.
10509         (shr-ensure-paragraph): Don't insert double line feeds after blank
10510         lines.
10511         (shr-insert): \t is also space.
10512         (shr-tag-s): Fix "s" tag name function.
10513         (shr-tag-s): Fix face prop name.
10514
10515 2010-10-03  Julien Danjou  <julien@danjou.info>
10516
10517         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10518
10519         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10520         gnus-window-inside-pixel-edges.
10521
10522         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10523         gnus-ems.
10524
10525         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10526
10527         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10528         function.
10529
10530         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10531         resize choice.
10532
10533 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10536         beginning of the buffer.
10537
10538         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10539         article buffer again.
10540
10541         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10542
10543         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10544         when it's at the start of the buffer.
10545
10546         * shr.el (shr-tag-blockquote): Convert name.
10547         (shr-rescale-image): Use the right image-size variant.
10548
10549         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10550         buffer isn't shown, then select the current article first instead of
10551         bugging out.
10552         (gnus-summary-select-article-buffer): Show both the article and summary
10553         buffers again.
10554
10555         * shr.el (shr-fontize-cont): Protect against regions with no text.
10556         Rename tag functions to shr-tag-* for enhanced security.
10557         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10558
10559 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10560
10561         * shr.el (shr-insert):
10562         * pop3.el (pop3-movemail):
10563         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10564         loaded.
10565
10566 2010-10-03  Glenn Morris  <rgm@gnu.org>
10567
10568         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10569
10570         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10571
10572         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10573
10574         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10575
10576         * gnus-util.el (gnus-make-local-hook): Simplify.
10577
10578 2010-10-02  Julien Danjou  <julien@danjou.info>
10579
10580         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10581         (gnus-ido-completing-read): New function.
10582         (gnus-emacs-completing-read): New function.
10583         (gnus-completing-read): Use gnus-completing-read-function.
10584         Add gnus-completing-read-function.
10585
10586 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * shr.el (shr-insert-document): Autoload.
10589         (shr-img): Be silent.
10590         (shr-insert): Add a newline after every picture before text.
10591         (shr-add-font): Use overlays for combining faces.
10592         (shr-insert): Pass upwards the text start point.
10593
10594         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10595         possible.
10596         (mm-shr): New function.
10597
10598 2010-10-02  Julien Danjou  <julien@danjou.info>
10599
10600         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10601         should go backward.
10602
10603 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10604
10605         * shr.el (shr): Fix typo in provide call.
10606
10607 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * shr.el: New file.
10610
10611         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10612
10613         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10614         completing read.
10615
10616 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10619         we're being queried about.  Suggested by Dan Jacobson.
10620
10621         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10622         Suggested by Jason Eisner.
10623
10624         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10625         table, too.  Suggested by Stefan Wiens.
10626         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10627         the table unnecessary.  Suggested by Stefan Wiens.
10628
10629         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10630         longer needed, and probably doesn't work either, as pointed out by
10631         Stefan Wiens.
10632         (gnus-summary-exit): Remove call to the clearing function.
10633         (gnus-summary-exit-no-update): Ditto.
10634
10635         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10636         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10637         Reported by Stefan Monnier.
10638         (gnus-summary-save-in-rmail): Ditto.
10639
10640         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10641         article buffer, instead of both the article buffer and the summary
10642         buffer.  Sort of suggested by Dan Jacobson.
10643
10644         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10645
10646         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10647         Suggested by Dan Jacobson.
10648
10649         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10650         documentation clearer.
10651
10652         * message.el (message-shorten-references): Comment on the number "21".
10653         Suggested by Stefan Monnier.
10654
10655         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10656         Suggested by Dan Jacobson.
10657
10658         * gnus.el (gnus-large-newsgroup):
10659         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10660
10661         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10662         externalize attachments.  Bug reported by Steve Wen.
10663
10664         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10665         really message anything to the user.
10666
10667         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10668         directly.
10669
10670         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10671         messages in empty groups.
10672
10673 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10674
10675         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10676         non-UIDNEXT group.
10677
10678 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10681         not the value from the collection.
10682
10683         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10684         values.  This sometimes happens on some groups that have no info.
10685         (nnimap-request-newgroups): New function.
10686
10687 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10688
10689         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10690         check into `gnus-registry-initialize'.
10691         (gnus-registry-initialize): Ditto.
10692         Fix and extend header docs.
10693
10694 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10697         regexp backtrace overflows.
10698
10699         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10700         for starttls that tls.el implements; i.e. openssl.
10701
10702         * tls.el (tls-starttls-switches): Give up on using starttls with
10703         gnutls-cli.
10704         (tls-program): Add --insecure to be consistent with the defaults from
10705         openssl s_client.  Now all three commands are insecure.
10706
10707 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * lpath.el: Bind completion-styles-alist for XEmacs.
10710
10711         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10712         (gravatar-create-image): New function that's an alias to
10713         gnus-xmas-create-image, gnus-create-image, or create-image.
10714         (gravatar-data->image): Use it.
10715
10716 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10717
10718         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10719         install the nnregistry refer method.
10720         (gnus-registry-install-hooks): Use it.
10721         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10722         unfollowed groups.
10723
10724 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10725
10726         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10727         expanding threads.
10728
10729 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * nnir.el: Use the server names without suffixes (bug#7009).
10732
10733         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10734         unencrypted to STARTTLS, if possible.
10735
10736 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10737
10738         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10739         headers before superseding.
10740
10741 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742
10743         * nnrss.el (nnrss-use-local): Add documentation.
10744
10745         * nnimap.el (nnimap-extend-tls-programs): New function.
10746         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10747         (nnimap-wait-for-connection): Accept the greeting from the stupid
10748         output from openssl s_client -starttls, too.
10749
10750         * tls.el (tls-starttls-switches): New variable.
10751         (tls-find-starttls-argument): Use it.
10752         (open-tls-stream): Ditto.
10753
10754         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10755         (netrc-machine): Ditto.
10756
10757         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10758         article number.
10759         (nnimap-split-fancy): New variable.
10760         (nnimap-split-incoming-mail): Use it.
10761
10762         * nntp.el (nntp-server-list-active-group): Document.
10763
10764         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10765         SELECT to get the message-id.
10766
10767         * mail-source.el (mail-sources): Remove webmail support.
10768         (defvar): Ditto.
10769         (mail-source-fetcher-alist): Ditto.
10770         (mail-source-fetch-webmail): Remove.
10771
10772         * webmail.el: Remove -- doesn't seem relevant any more.
10773
10774         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10775
10776         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10777         the \r.
10778
10779 2010-09-30  Julien Danjou  <julien@danjou.info>
10780
10781         * gnus-agent.el (gnus-agent-add-group): Fix call to
10782         gnus-completing-read.
10783
10784 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785
10786         * nndoc.el (nndoc-retrieve-groups): New function.
10787
10788         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10789         `default', use nnmail-split-methods.
10790         (nnimap-request-article): Downcase the NILs so that they are nil.
10791
10792         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10793         symbol.
10794
10795         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10796         code, since if the user has requested network, that's what they ought
10797         to get.
10798         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10799         (nnimap-split-rule): Mark as obsolete.
10800
10801         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10802         New variable.
10803
10804         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10805         correct slot, too.
10806
10807 2010-09-29  Julien Danjou  <julien@danjou.info>
10808
10809         * gnus.el (gnus-local-domain): Declare variable obsolete.
10810
10811         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10812         Fix history computing.
10813         (gnus-ido-completing-read): Require ido.
10814
10815 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10818         build Gnus.
10819
10820         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10821         when interpreting the structures.
10822         (nnimap-request-accept-article): Add \r\n to the lines to make this
10823         work with Cyrus.
10824
10825         * nndraft.el (nndraft-request-expire-articles): Use the group name
10826         instead if "nndraft".  Fix found by Nils Ackermann.
10827
10828 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10829
10830         * nnregistry.el: Add.
10831
10832 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * nnmail.el (group, group-art-list, group-art):
10835         Remove unneeded directives.
10836
10837 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10840         (mm-mime-charset):
10841         * rfc2047.el (rfc2047-syntax-table):
10842         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10843
10844         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10845         rather than `insert-file-contents' and `eval-region'.
10846
10847         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10848         construction.
10849
10850         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10851
10852         * time-date.el: No need to require cl for Emacs 21.
10853
10854 2010-09-29  Julien Danjou  <julien@danjou.info>
10855
10856         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10857         replacement of `gnus-gravatar-relief' to mimic
10858         `gnus-faces-properties-alist'.
10859         Add :version property.
10860
10861 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * mail-source.el (mail-source-report-new-mail):
10864         * message.el (message-default-mail-headers):
10865         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10866
10867         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10868
10869 2010-09-28  Julien Danjou  <julien@danjou.info>
10870
10871         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10872         mail-address contains the same string as real-name.
10873
10874         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10875         non-blank in header, otherwise it'll get stripped.
10876
10877         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10878         real-name, and then for mail address rather than doing : or , search.
10879
10880 2010-09-27  Julien Danjou  <julien@danjou.info>
10881
10882         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10883         right completing-read function.
10884         (gnus-use-ido): New variable
10885         (gnus-completing-read-with-default): Remove.
10886         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10887         (gnus-agent-add-group):
10888         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10889         * mm-view.el (mm-view-pkcs7-decrypt):
10890         * mm-util.el (mm-codepage-setup):
10891         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10892         * mml-smime.el (mml-smime-openssl-sign-query):
10893         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10894         (mml-insert-multipart):
10895         * gnus-msg.el (gnus-summary-yank-message):
10896         * gnus-int.el (gnus-start-news-server):
10897         * mm-decode.el (mm-interactively-view-part):
10898         * gnus-dired.el (gnus-dired-attach):
10899         * gnus.el (gnus-read-method):
10900         * gnus-bookmark.el (gnus-bookmark-jump):
10901         * gnus-art.el (gnus-mime-view-part-as-type)
10902         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10903         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10904         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10905         * nnmairix.el (nnmairix-create-server-and-default-group)
10906         (nnmairix-update-groups, nnmairix-get-server)
10907         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10908         (nnmairix-get-group-from-file-path):
10909         * nnrss.el (nnrss-find-rss-via-syndic8):
10910         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10911         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10912         (gnus-group-browse-foreign-server):
10913         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10914         (gnus-summary-execute-command, gnus-summary-respool-article)
10915         (gnus-read-move-group-name):
10916         * gnus-score.el (gnus-summary-increase-score)
10917         (gnus-summary-score-effect):
10918         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10919
10920 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10923         x-focus-frame.
10924
10925         * nnimap.el (auth-source-forget-user-or-password)
10926         (auth-source-user-or-password): Autoload.
10927
10928         * message.el (message-from-style, message-interactive)
10929         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10930         (message-yank-prefix, message-indentation-spaces, message-signature)
10931         (message-signature-file): Add comment.
10932
10933 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934
10935         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10936         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10937         new articles.
10938
10939         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10940         parts.
10941         (nnimap-request-article): Work with the t setting, too.
10942
10943         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10944         that you don't get flashes of other buffers.
10945         (gnus-summary-show-complete-article): Intern before setting.
10946
10947 2010-09-27  David Engster  <dengste@eml.cc>
10948
10949         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10950         well as HEADERS.
10951         (nnmairix-retrieve-headers): Provide new argument for the above.
10952
10953 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * gnus-sum.el (gnus-summary-move-article): Don't alter
10956         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10957         group.
10958
10959         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10960
10961         * message.el (message-cite-prefix-regexp): Revert my last edit.
10962
10963         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10964         variable instead of the Gnus variable.
10965
10966         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10967
10968         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10969
10970         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10971         since some servers don't like it.
10972         (nnimap-open-connection): Forget credentials if the server says the
10973         password was wrong.
10974         (nnimap-parse-line): Protect against invalid data.
10975
10976         * gnus-sum.el (gnus-summary-move-article): Add comment.
10977         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10978         nothing alters it while scanning for new messages.
10979
10980         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10981         which may or may not help.
10982         (nnimap-open-connection): If we're doing a stream connection, and then
10983         discover we're on a STARTTLS-capable server, then open a STARTTLS
10984         connection instead.
10985
10986 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10987
10988         * nnimap.el (utf7): Require.
10989
10990         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10991         prefix.
10992
10993 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10994
10995         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10996
10997 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10998
10999         * nnimap.el (nnimap-request-accept-article): Message the error on
11000         error.
11001
11002 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11005
11006 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * nndoc.el (nndoc-request-list): Return success always.
11009
11010         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11011         `fetch-old' -- we only want to fetch the articles we've requested.
11012         The rest are in the agent, probably.
11013         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11014         disappeared server" to something low.  It's not important.
11015
11016         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11017         arrived before the FETCH data.
11018
11019         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11020         target here, because we don't know the Gnus name of the group.
11021
11022         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11023         for the correct group.
11024
11025         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11026
11027         * gnus.el (gnus): Give a final warning after startup.
11028
11029         * gnus-util.el (gnus-action-message-log): New variable.
11030         (gnus-message): Use it.
11031         (gnus-final-warning): New function.
11032
11033         * nnimap.el (nnimap-open-connection): Record the greeting.
11034         (nnimap): Add greeting.
11035
11036 2010-09-26  Julien Danjou  <julien@danjou.info>
11037
11038         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11039         arguments.
11040         (gnus-html-wash-images): Fix spec computing to include start/end.
11041
11042         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11043
11044 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11047         deletion.
11048         (nnimap-retrieve-headers): Don't select the group, because that's
11049         already done by nnimap-possibly-change-group.
11050
11051         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11052         (gnus-picon-transform-address): Use it.
11053
11054         * mail-source.el (mail-source-value): Revert previous patch.
11055
11056         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11057         on failure.
11058         (nnimap-open-connection): Look up both virtual and physical server name
11059         credentials.
11060
11061         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11062
11063 2009-02-07  Dave Love  <fx@gnu.org>
11064
11065         * tls.el (open-tls-stream): Don't query killing process.
11066
11067 2009-02-08  Dave Love  <fx@gnu.org>
11068
11069         * gnus-win.el (gnus-window-to-buffer-helper)
11070         (gnus-all-windows-visible-p): Function needn't be a symbol.
11071
11072         * mail-source.el (mail-source-value): Function needn't be a symbol.
11073
11074 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * message.el (message-cite-prefix-regexp): Remove } from the cite
11077         prefix.
11078
11079         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11080         highlight again, so that the highlight is correct.
11081
11082         * gnus-picon.el (gnus-picon): Remove again.
11083         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11084
11085         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11086         doing the header highlightling, so that the background color of the
11087         picon is correct.
11088
11089         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11090         (gnus-picon): Ditto.
11091         (gnus-picon): Reinstate.  The background color for picons is white.
11092         (gnus-picon-insert-glyph): Make the background white.
11093
11094         * nnml.el (nnml-open-nov): Don't return dead buffers.
11095
11096         * auth-source.el (auth-source-create): Query the user for whether to
11097         store the credentials.
11098
11099         * netrc.el (netrc-store-data): New function.
11100
11101         * auth-source.el (auth-source-user-or-password): Use the existing auth
11102         sources, if any, for creation.
11103
11104         * gnus.el (gnus-group-fast-parameter): Return the last matching
11105         parameter instead of the first matching parameter.
11106
11107 2010-09-26  Julien Danjou  <julien@danjou.info>
11108
11109         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11110
11111 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * mml2015.el (mml2015-use): Remove gpg support.
11114
11115         * mml1991.el (mml1991-function-alist): Remove gpg function.
11116         (mml1991-gpg-sign): Remove.
11117
11118 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11119
11120         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11121         (gnus-browse-unsubscribe-current-group): Document it.
11122         (gnus-browse-unsubscribe-group): Use it.
11123
11124 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11127         address to the To list for easier response.
11128
11129         * gnus.el (gnus-play-startup-jingle): Remove.
11130         (gnus-splash): Don't play jingle.
11131         (gnus): Silence gnus-load message.
11132
11133         * gnus-art.el (gnus-treat-play-sounds): Remove.
11134
11135         * gnus.el (gnus-play-jingle): Remove audio support.
11136
11137         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11138
11139         * earcon.el: Remove -- no users.
11140
11141         * gnus-audio.el: Remove -- no users of this package.
11142
11143         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11144
11145         * gnus-start.el (gnus-setup-news): Remove nocem support.
11146
11147         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11148
11149         * gnus.el (gnus-use-nocem): Remove.
11150
11151         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11152         Remove.
11153
11154         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11155         uses NoCeM any more.
11156
11157         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11158         (gnus-button-ctan-handler): Ditto.
11159         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11160         (gnus-button-ctan-directory-regexp): Ditto.
11161         (gnus-button-handle-ctan): Ditto.
11162         (gnus-button-tex-level): Ditto.
11163         (gnus-button-alist): Remove CTAN stuff.
11164
11165 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11166
11167         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11168         nnimap-streaming test.
11169
11170         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11171         servers twice.
11172
11173         * nnimap.el (nnimap-open-connection): Add more error reporting when
11174         nnimap fails early.
11175
11176         * nnheader.el (nnheader-get-report-string): New function.
11177         (nnheader-get-report): Use it.
11178
11179         * gnus-int.el (gnus-check-server): Say what the error was when opening
11180         failed.
11181
11182         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11183         using streaming.
11184
11185 2010-09-25  Julien Danjou  <julien@danjou.info>
11186
11187         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11188         gnus-window-inside-pixel-edges.
11189
11190 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191
11192         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11193
11194         * mm-decode.el (mm-save-part): Allow saving to other directories the
11195         normal Emacs way.
11196
11197         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11198         Suggested by Jay Berkenbilt.
11199
11200         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11201         there isn't a single byte.
11202
11203         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11204         just do it.  It doesn't really seem to matter what the user responds
11205         here, I think, so it's just a confusing question.
11206
11207         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11208         non-streaming case.
11209
11210         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11211         (gnus-article-encrypt-body): Use it.
11212
11213         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11214         keystroke.
11215
11216         * nnimap.el (nnimap-find-wanted-parts-1):
11217         Use gnus-fetch-partial-articles.
11218
11219         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11220
11221         * nnimap.el (nnimap-insert-partial-structure): New function.
11222         (nnimap-get-partial-article): New function.
11223         (nnimap-request-article): Use it.
11224         (nnimap-wait-for-response): Return whether the wait was successful.
11225         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11226         retrieval wasn't successful.
11227         (nnimap-retrieve-group-data-early): Allow throttling servers.
11228         (nnimap-streaming): New variable.
11229         (nnimap-fetch-partial-articles): Remove.
11230
11231         * mm-decode.el (mm-with-part): Protect against killed buffers.
11232
11233         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11234         for prettier summary display.
11235
11236 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11237
11238         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11239
11240 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241
11242         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11243         apparently third-party libraries depend on it.
11244
11245         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11246         before starting negotiation.
11247
11248         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11249         privacy reasons.
11250         (gnus-treat-mail-gravatar): Ditto.
11251
11252         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11253         buffer when inserting images.  Inserting text into the headers, for
11254         instance, can make them invalid.
11255
11256 2010-09-25  Julien Danjou  <julien@danjou.info>
11257
11258         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11259         variables.
11260
11261         * nnheader.el: Remove useless variables news-reply-yank-from and
11262         news-reply-yank-message-id.
11263
11264         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11265         variables.
11266
11267         * mml1991.el: Remove useless mml1991-verbose.
11268
11269         * gnus.el: Remove useless variable gnus-use-generic-from.
11270         Remove obsolete variable gnus-topic-indentation.
11271
11272         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11273
11274         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11275
11276         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11277
11278         * gnus-group.el: Remove useless gnus-group-icon-cache.
11279         Remove useless gnus-ephemeral-group-server.
11280
11281         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11282
11283         * mml2015.el: Remove useless mml2015-verbose.
11284
11285         * mml-smime.el: Remove useless mml-smime-verbose.
11286
11287         * gnus.el: Remove useless gnus-local-domain.
11288
11289         * gnus-gravatar.el (gnus-gravatar-transform-address):
11290         Use gnus-gravatar-size.
11291
11292         * gnus-art.el: Remove useless gnus-treat-translate.
11293
11294 2010-09-24  Julien Danjou  <julien@danjou.info>
11295
11296         * gnus-sum.el: Add support for Gravatars.
11297
11298         * gnus-art.el: Add support for Gravatars.
11299
11300         * gnus-gravatar.el: Add this file.
11301
11302         * gravatar.el: Add this file.
11303
11304 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11305
11306         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11307
11308         * gnus-group.el (gnus-group-fetch-faq): Remove.
11309
11310         * gnus.el (gnus-group-faq-directory): Remove.
11311
11312         * gnus-group.el (gnus-group-fetch-charter): Remove.
11313
11314         * gnus.el (gnus-group-charter-alist): Remove.
11315
11316         * gnus-group.el (gnus-group-archive-directory): Remove.
11317         (gnus-group-recent-archive-directory): Ditto.
11318         (gnus-group-make-archive-group): Remove.
11319
11320         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11321
11322         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11323         use the same article number for all the cached articles.
11324
11325         * nnimap.el (nnimap-command): Register the last command time so
11326         that we can use it for idling NOOPs.
11327         (nnimap-open-connection): Start the keeplive timer.
11328         (nnimap-make-process-buffer): Store all the process buffers.
11329         (nnimap-keepalive): New function.
11330
11331         * starttls.el (starttls-open-stream): Add autoload cookie.
11332
11333 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11334
11335         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11336         handling.
11337
11338 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11341         its data structures.
11342
11343         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11344         instead of the cl.el copy-list.
11345         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11346         equalp.
11347
11348 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11351         and tool-bar-local-item-from-menu.
11352
11353         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11354         mode-line-highlight face for Emacs.
11355
11356         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11357         loading gnus-sum.elc; fix comment for canlock-verify.
11358         (gnus-article-jump-to-part): Use read-number.
11359         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11360         Remove Emacs pre-21 compatible code for help-echo.
11361         (gnus-article-next-page-1): No need to adjust the number of lines.
11362         (gnus-article-describe-bindings): Always use help-buffer.
11363
11364         * gnus-audio.el (gnus-audio-inline-sound):
11365         * gnus-cus.el (gnus-custom-mode):
11366         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11367
11368         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11369
11370         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11371         compatible code.
11372
11373 2010-09-24  Glenn Morris  <rgm@gnu.org>
11374
11375         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11376         visiting the fcc file in rmail-mode.
11377
11378         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11379
11380 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * nnir.el: Silence the byte compiler.
11383
11384         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11385         alias to browse-url-url-encode-chars if any.
11386         (gnus-html-encode-url): Use it.
11387
11388 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * gnus-start.el (gnus-use-backend-marks): New variable.
11391         (gnus-get-unread-articles-in-group): Use it.
11392
11393         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11394         makeover.
11395
11396 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11397
11398         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11399
11400 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401
11402         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11403         Remove.
11404         (gnus-setup-news-hook):
11405         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11406
11407         * gnus-int.el (gnus-request-update-info): Protect against backends not
11408         having the function.
11409
11410         * nnimap.el (nnimap-stream): Mention starttls.
11411         (nnimap-open-connection): Add starttls support.
11412
11413 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11414
11415         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11416
11417 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11420         BODYSTRUCTUREs.
11421         (nnimap-transform-headers): Unfold quoted {42} headers.
11422
11423         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11424         the info.
11425         (gnus-get-unread-articles): Only call updatep on backends that support
11426         it.
11427
11428         * nnweb.el (nnweb-request-update-info): NOOP.
11429
11430         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11431
11432         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11433         since it only deals with marks.
11434
11435         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11436         gnus-request-marks, and make a new gnus-request-update-info.
11437
11438         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11439         the active instead of the high number, which is usually too low.
11440
11441 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11442
11443         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11444         * encrypt.el: Remove.
11445
11446 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11449         server in symbolic form.
11450
11451         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11452
11453 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11456         (nnimap-update-info): Fix up code slightly.
11457
11458         * gnus-int.el (gnus-open-server): Add tracing for performance
11459         debugging.
11460
11461         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11462         (gnus-group-insert-group-line): Pass the real group name so that it
11463         gets the right data.
11464
11465         * gnus-start.el (gnus-get-unread-articles): Don't have
11466         `gnus-get-unread-articles-in-group' update info, since that can be
11467         really slow and doesn't seem to be needed?
11468
11469 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11470
11471         * time-date.el (date-to-time): Try using parse-time-string first before
11472         using the slower timezone-make-date-arpa-standard.
11473
11474 2010-09-22  Julien Danjou  <julien@danjou.info>
11475
11476         * gnus-group.el (gnus-group-insert-group-line):
11477         Call gnus-group-highlight-line.
11478         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11479         default hook list.
11480         (gnus-group-update-eval-form): Add new function.
11481         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11482         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11483
11484 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11487         immediate, then expire all articles.
11488         (nnimap-update-info): Fix off-by-one errors.
11489         (nnimap-flags-to-marks): Would return no marks lists for group with no
11490         flags.  Instead return the other data.
11491
11492 2010-09-22  Julien Danjou  <julien@danjou.info>
11493
11494         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11495         Only return an icon.
11496         (gnus-group-insert-group-line): Compute icon to return.
11497
11498         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11499         (gnus-html-image-fetched): Only cache if
11500         gnus-html-image-automatic-caching is set.
11501         (gnus-html-image-fetched): Check for errors.
11502
11503 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11506         once per method on `g'.  This ensures that backends like nnfolder don't
11507         open all their folders.
11508
11509         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11510         (nnimap-request-list): Nix out group in the correct buffer.
11511         (nnimap-parse-flags): Implement by using `read' instead of
11512         hand-parsing.
11513         (nnimap-flags-to-marks): Pass on permanent-flags.
11514         (nnimap-make-process-buffer): Record the server name.
11515         (nnimap-parse-flags): Fix typo.
11516         (nnimap-request-scan): Run split on the server in general, not just a
11517         single group.
11518
11519         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11520         parameter, and propagate this downwards.
11521
11522         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11523         since EXAMINE changes it on the server.
11524
11525         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11526         this command might take a while.
11527
11528 2010-09-22  Julien Danjou  <julien@danjou.info>
11529
11530         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11531         harmful if you have 2 images side-by-side, they can't be properly
11532         update on text deletion.  Using text-property is safer here.
11533         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11534         data.
11535
11536 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11537
11538         * nnimap.el (nnimap-expunge-inbox): Remove.
11539         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11540         (nnimap-expunge): Flip default to t.
11541
11542         * gnus.el (gnus-method-to-server): Don't push things to the cache
11543         unless it's unique.
11544         (gnus-server-to-method): Ditto.
11545
11546 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11547
11548         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11549
11550 2010-09-22  Julien Danjou  <julien@danjou.info>
11551
11552         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11553         get the start of data.
11554         (gnus-html-encode-url): Add this function to encode special chars in
11555         URL.
11556         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11557         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11558
11559         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11560         default.
11561         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11562
11563         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11564         images alt-text.
11565         (gnus-html-put-image): Put alt-text as help-echo.
11566
11567 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11570         * mm-util.el (mm-decompress-buffer):
11571         * nnir.el (nnir-run-find-grep):
11572         * pop3.el (pop3-list): Use 3rd arg of split-string.
11573
11574         * time-date.el (format-seconds): Comment fix.
11575
11576         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11577         and byte-optimize-form-code-walker.
11578         (dgnushack-make-auto-load): Don't advise make-autoload.
11579
11580         * lpath.el: Remove Emacs 21 stuff.
11581
11582 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583
11584         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11585         outside the active range.  Suggested by Dan Christensen.
11586
11587         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11588         slightly later to avoid double-getting it.
11589
11590         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11591         previous patch.
11592
11593         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11594
11595 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11596
11597         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11598
11599 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600
11601         * gnus-int.el (gnus-open-server): Give a better error message in the
11602         "go offline" case.
11603
11604         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11605         marks for nnimap, which is seldom the right thing to do.
11606
11607         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11608         (gnus-same-method-different-name): New function.
11609
11610         * nnimap.el (parse-time): Require.
11611
11612         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11613         method in the presence of many similar methods.
11614
11615         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11616
11617         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11618         nnml-inhibit-expiry.
11619
11620         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11621         find out whether methods are equal.
11622
11623         * nnimap.el (nnimap-find-expired-articles): New function.
11624         (nnimap-process-expiry-targets): New function.
11625         (nnimap-request-move-article): Request the article before looking at
11626         what the Message-ID is.  Fix found by Andrew Cohen.
11627         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11628
11629         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11630         for oldness in addition to being a predicate.
11631
11632         * nnimap.el (nnimap-request-group): When we have zero articles, return
11633         the right data to Gnus.
11634         (nnimap-request-expire-articles): Only delete articles immediately if
11635         the target is 'delete.
11636
11637         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11638         method, this would bug out.
11639
11640         * gnus-group.el (gnus-group-expunge-group): Rename from
11641         gnus-group-nnimap-expunge, and implemented as a normal interface
11642         function.
11643
11644         * gnus-int.el (gnus-request-expunge-group): New function.
11645
11646         * nnimap.el (nnimap-request-create-group): Implement.
11647         (nnimap-request-expunge-group): New function.
11648
11649 2010-09-21  Julien Danjou  <julien@danjou.info>
11650
11651         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11652         (gnus-html-cache-expired): Add new function.
11653         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11654         wethever we should display image for fetch it.
11655         Compute alt-text earlier to pass it to the fetching function too.
11656         (gnus-html-schedule-image-fetching): Change function argument to only
11657         get one image at a time, not a list.
11658         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11659         cache.
11660         (gnus-html-get-image-data): New function to retrieve image data from
11661         cache.
11662         (gnus-html-put-image): Change buffer argument to use image data rather
11663         than file, and place image above region rather than inserting a new
11664         one.  Do not take alt-text as argument, since it's useless now: we place
11665         the image above alt-text.
11666         (gnus-html-prune-cache): Remove.
11667         (gnus-html-show-images): Start to fetch image when we find one, do not
11668         push into a temporary list.
11669         (gnus-html-prefetch-images): Only fetch image if they have expired.
11670         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11671         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11672
11673 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11676
11677 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11680         spec inser "*" if the group isn't active instead of 0.
11681
11682         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11683         opening the server.
11684         (nnimap-request-delete-group): Implement group deletion.
11685         (nnimap-transform-headers): Return the size of the entire message in
11686         the Bytes header, not just the size of the first part.
11687         (nnimap-request-move-article): When moving an article from nnimap,
11688         request the article first so the accepting form has an article to
11689         accept.  Reported by Dan Christensen.
11690         (nnimap-command): Make sure that the error message doesn't error out.
11691
11692 2010-09-20  David Edmondson  <dme@dme.org>
11693
11694         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11695         we haven't requested anything.
11696
11697 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11698
11699         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11700         "".  Fix found by Andrew Cohen.
11701
11702         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11703         instead of -encode-string.
11704
11705 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11708
11709         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11710         by mm-subst-char-in-string.
11711
11712 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11713
11714         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11715         waiting for the connection string.
11716
11717         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11718         arriving.
11719
11720         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11721         bogus characters.  This allows selecting certain Gmail groups.
11722
11723         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11724         (nnimap-fetch-partial-articles): New variable.
11725         (nnimap-open-connection): When looking for credentials, also use the
11726         nnimap-server-port.
11727         (nnimap-request-article): Return the group/article number, so that Gnus
11728         `^' works as expected.
11729         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11730
11731         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11732         comments.
11733         (gnus-methods-sloppily-equal): New function.
11734         (gnus): When using the development version of Gnus, load the gnus-load
11735         file.
11736
11737         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11738         `gnus-open-server' on each method before trying to scan them etc.
11739         This ensures that all the backend parameters are set correctly.
11740
11741         * nnimap.el (nnimap-authenticator): New variable.
11742         (nnimap-open-connection): Allow anonymous login.
11743         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11744         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11745
11746         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11747         patch, found by Knut Anders Hatlen.
11748
11749 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11750
11751         * gnus-agent.el (gnus-agent-batch-confirmation)
11752         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11753         to gnus-message.
11754         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11755         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11756         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11757         * gnus-int.el (gnus-open-server): Likewise.
11758         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11759         (gnus-score-check-syntax): Likewise.
11760         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11761         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11762         Likewise.
11763         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11764
11765 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11766
11767         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11768         calling conventions so that prefetch doesn't bug out.
11769
11770 2010-09-19  Julien Danjou  <julien@danjou.info>
11771
11772         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11773         rather than `subst-char-in-region' in order to be able to replace ASCII
11774         char by UTF-8 ones.
11775
11776         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11777         than curl.
11778         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11779         the right URL and ALT text on images.
11780         (gnus-html-wash-tags): Fix tag case.
11781         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11782         (gnus-article-html): Add -o display_ins_del=2 option.
11783         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11784
11785 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11788         the extra mail headers, which sometimes seem to happen for unknown
11789         reasons.
11790
11791         * mail-parse.el (mail-header-encode-parameter): Define as
11792         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11793         (or most, perhaps?) mail readers don't understand the latter, but do
11794         understand the former.
11795
11796         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11797         to nil, so that no methods are automatically agentized.  I think this
11798         is probably what most users want.
11799
11800         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11801         from url-retrieve, for instance about invalid URLs.
11802
11803         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11804         groups that have no articles.
11805         (nnimap-request-article): Check that we really got an article when we
11806         requested one.
11807
11808         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11809         doesn't exist.
11810
11811         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11812         nntp buffer so the agent can save it.
11813         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11814         that CRLF doesn't get translated to \n.
11815         (nnimap-open-connection): Don't make 'shell commands only send \n.
11816
11817 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11818
11819         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11820         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11821         Update var name.
11822         (nnml-generate-nov-file): Use dolist.
11823         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11824         Use with-current-buffer.
11825
11826 2010-09-18  Julien Danjou  <julien@danjou.info>
11827
11828         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11829         parallel.
11830
11831 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11834         the range update right.
11835         (nnimap-request-group): Don't make `M-g' bug out on group with no
11836         marks.
11837         (nnoo): Require, so that other packages can require nnimap.
11838         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11839         command we're looking for.  This helps when the server sends more
11840         responses after we've gotten everything we expected.
11841         (nnimap): Add a `newlinep' field to keep track of end-of-line
11842         conventions.
11843         Don't send CRLF to things that don't want it.
11844         (nnimap-request-accept-article): Ditto.
11845
11846 2010-09-18  Julien Danjou  <julien@danjou.info>
11847
11848         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11849         than curl to retrieve images.
11850
11851 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11854         the marks.
11855         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11856         (nnimap-wait-for-connection): New function.
11857         (nnimap-open-connection): If we have PREAUTH, don't query for login
11858         credentials.
11859         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11860         when doing a partial update.
11861
11862 2010-09-18  Julien Danjou  <julien@danjou.info>
11863
11864         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11865         tags.
11866
11867 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868
11869         * nnimap.el (nnimap-credentials): New function.
11870         (nnimap-open-connection): Use the new function to look for credentials
11871         also on the numeric equivalents of "imap" and "imaps".
11872
11873         * gnus-start.el (gnus-activate-group): Send the info to
11874         gnus-request-group.
11875
11876         * nnimap.el (nnimap-request-group): Have the "check" version of the
11877         function parse flags and update the info, so that a `M-g' get a total
11878         resync of all flags from the group.
11879
11880         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11881         to allow backends to alter the info on group selection.  Also alter all
11882         the backend -request-group functions to take the parameter.
11883
11884         * nnimap.el (nnimap-store-info): New function.
11885         (nnimap-update-info): Store the info for later usage.
11886         (nnimap-request-group): Use the stored info for the dont-check case, so
11887         that we don't retrieve all marks when we enter a group.
11888
11889         * nnimap.el: Use deffoo instead of defun for interface functions.
11890
11891         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11892         update the group info.  This makes the nndraft groups, for instance, go
11893         back to their old behavior.
11894
11895         * gnus-sum.el (gnus-select-newsgroup): Indent.
11896
11897         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11898         in.
11899         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11900         nothing.
11901
11902         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11903         from methods that are denied.
11904
11905         * gnus-int.el (gnus-method-denied-p): New function.
11906
11907         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11908         store the password instead of netrc.
11909         (nnimap-open-connection): Don't error out when we can't make a
11910         connections.
11911
11912         * auth-source.el (auth-source-create): In the password prompt, say what
11913         we're querying for.  Also prompt for user name if that hasn't been
11914         given.
11915
11916         * nnimap.el (nnimap-with-process-buffer): Remove.
11917
11918 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11921         method when we're reading from the agent.
11922
11923         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11924
11925         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11926         that's probably most useful for users.
11927
11928         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11929         "failed" all the time.
11930
11931         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11932         ...)) with (with-current-buffer ... ).
11933
11934         * nntp.el (nntp-open-server): Return whether the open was successful or
11935         not.
11936
11937         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11938         select an unread unseen article first.
11939
11940         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11941         /etc/services, supply some sensible port defaults.
11942
11943         * dgnushack.el: Define netrc-credentials.
11944
11945 2010-09-17  Julien Danjou  <julien@danjou.info>
11946
11947         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11948
11949 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11950
11951         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11952         doesn't have any parameters.
11953
11954 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11955
11956         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11957         only upcased checks.
11958
11959         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11960
11961         * nnimap.el (nnimap-open-shell-stream): New function.
11962         (nnimap-open-connection): Use it.
11963         (nnimap-transform-headers): Get the number of lines in each message.
11964         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11965         number of lines.
11966         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11967         problem.
11968
11969         * utf7.el (utf7-encode): Autoload.
11970
11971         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11972         to allow the mail splitting to not return a default group.  This is
11973         useful for nnimap, which will leave unmatched mail in the inbox.
11974
11975         * nnimap.el: Rewritten.
11976
11977         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11978         nnimap usage.
11979
11980         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11981         if the move is internal, so that nnimap can do fast internal moves.
11982
11983         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11984         data.
11985         (gnus-read-active-for-groups): Support finishing the early retrieval of
11986         data.
11987
11988         * gnus-range.el (gnus-range-nconcat): New function.
11989
11990         * gnus-int.el (gnus-finish-retrieve-group-infos)
11991         (gnus-retrieve-group-data-early): New functions.
11992
11993 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11994
11995         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11996         (nnrss-retrieve-groups):
11997         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11998         (pop3-quit): Use with-current-buffer.
11999
12000 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12003         instead of nnheader-accept-process-output.
12004
12005         * dgnushack.el (dgnushack-compile): Add comment.
12006
12007         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12008
12009         * gnus-html.el (gnus-html-schedule-image-fetching)
12010         (gnus-html-prefetch-images): Replace process-kill-without-query by
12011         gnus-set-process-query-on-exit-flag.
12012
12013 2010-09-16  Romain Francoise  <romain@orebokech.com>
12014
12015         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12016
12017 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018
12019         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12020         parameter to unintern is mandatory-ish in Emacs 24.
12021
12022         * gnus-html.el (gnus-html-schedule-image-fetching)
12023         (gnus-html-prefetch-images): Check for curl before using it.
12024
12025         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12026         depend on curl, which isn't essential.
12027
12028         * imap.el: Revert back to version
12029         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12030         seem problematic.
12031
12032 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12033
12034         * gnus-registry.el (gnus-registry-install-shortcuts):
12035         Explicitly pass `obarray' to `unintern' to avoid a warning.
12036
12037 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038
12039         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12040         change.
12041
12042         * nnrss.el (nnrss-request-list): Remove this function and related
12043         functions, including the moreover stuff.
12044
12045 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12046
12047         * nnrss.el (nnrss-retrieve-groups): New function.
12048
12049 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12050
12051         * .dir-locals.el: Add no-byte-compile cookie.
12052
12053 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * time-date.el (format-seconds): Comment fix.
12056
12057         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12058         for back end that doesn't support request-scan.
12059
12060 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12061
12062         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12063         then do request scans from the backends.
12064
12065         * netrc.el (netrc-credentials): New conveniency function.
12066
12067         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12068         avoid running a hook per line, since this takes a lot of time,
12069         profiling shows.
12070         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12071         directly if gnus-visual-p is true.
12072
12073 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12076         groups; replace mapcar with dolist which is a bit faster; pass groups
12077         info to gnus-read-active-file-1.
12078         (gnus-read-active-file-1): Scan only specified groups if the new
12079         optional arg `infos' is given.
12080
12081 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12084
12085         * pop3.el (pop3-movemail): Remove.
12086         (pop3-streaming-movemail): Rename to pop3-movemail.
12087
12088         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12089         don't restrict end-tag searches to the end of the line.
12090
12091 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12094         articles of every unchecked group to t, which means unknown since the
12095         server has never been opened.
12096
12097 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12098
12099         * gnus-html.el (gnus-html-show-alt-text): New command.
12100         (gnus-html-browse-image): Ditto.
12101         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12102         to browse the image directly.
12103         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12104         better.
12105
12106         * gnus-async.el (gnus-async-article-callback):
12107         Call `gnus-html-prefetch-images' unconditionally.
12108
12109         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12110         before feeding URLs to curl.
12111
12112 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12115         internal images as deletable by `W D D'.
12116
12117         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12118         (gnus-async-article-callback): Fix typo.
12119
12120 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121
12122         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12123         current line to work around bugs in the output from w3m.
12124
12125         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12126         for groups that want that.
12127
12128         * nntp.el (nntp-wait-for-string): Supply a timeout for
12129         accept-process-output to ensure progress.
12130
12131         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12132         level to get unread articles from, then use that for foreign groups,
12133         too.
12134
12135         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12136         confuses the rest of the function.
12137
12138         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12139         for the methods that support -retrieve-groups, too.
12140
12141         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12142
12143 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12146         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12147
12148         * pop3.el: Require cl when compiling.
12149         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12150
12151 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12152
12153         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12154         that aren't going to be activated.
12155         (gnus-get-unread-articles): Fix up the last commit.
12156
12157         * gnus-html.el (gnus-article-html): Allow calling without specifying
12158         the handle.  In that case, dissect the buffer first.
12159
12160         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12161
12162         * nnimap.el (nnimap-open-connection): Revert the change that would look
12163         into authinfo for imaps instead of imap.
12164
12165         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12166         say that you don't want to call gnus-request-group with don-check, but
12167         do check the reponse.  This is for virtual groups only.
12168         (gnus-get-unread-articles): Count the archive groups as secondary, so
12169         that they're activated the same way as before.
12170
12171         * imap.el (imap-message-map): Removed optional buffer parameter, since
12172         no callers use it.
12173         (imap-message-get): Ditto.
12174         (imap-message-put): Ditto.
12175         (imap-mailbox-map): Ditto.
12176         (imap-mailbox-put): Ditto.
12177         (imap-mailbox-get): Ditto.
12178         (imap-mailbox-get): Revert last change for this function.
12179
12180         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12181         case-insensitively.
12182         (nnimap-debug): Remove.
12183
12184         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12185         callers to use `imap-fetch' instead.  According to the comments, this
12186         should be safe, since all other IMAP clients use the 1:* syntax.
12187         (imap-enable-exchange-bug-workaround): Remove.
12188         (imap-debug): Remove -- doesn't seem very useful.
12189
12190         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12191         mail from a file, and the file doesn't exist.
12192
12193         * imap.el (imap-log): New convenience function used throughout instead
12194         of repeating the same code all over the place.
12195
12196         * pop3.el (pop3-streaming-movemail): Return t for success.
12197
12198         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12199         .authinfo if we're using ssl connection.
12200
12201         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12202         already have if we're in a main Gnus `g' run.
12203
12204         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12205
12206 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12209
12210         * nnmh.el (nnmh-request-list-1): Bind `file'.
12211
12212         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12213         alias to set-process-query-on-exit-flag or process-kill-without-query.
12214         (pop3-open-server): Use it.
12215
12216 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12219         box to the Incoming file.  Fixes mistake in previous checkin.
12220
12221         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12222         request loop (for debugging purposes) removed.
12223
12224         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12225         culprit is more visible.
12226         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12227         (nnml-add-incremental-nov): New functions to do "incremental" nov
12228         updates, where we just append to the end of the existing nov files
12229         without reading/writing them in full.
12230
12231         * mail-source.el (mail-source-delete-crash-box): Really only check the
12232         incoming files once in a while.
12233
12234         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12235
12236         * mail-source.el (mail-source-delete-crash-box): Only check the
12237         incoming files for deletion once per day to save a lot of file
12238         accesses.
12239
12240         * pop3.el (pop3-logon): Fix up unbound variable typo.
12241
12242         * mail-source.el (pop3-streaming-movemail): Autoload.
12243
12244         * pop3.el (pop3-streaming-movemail):
12245         Respect pop3-leave-mail-on-server.
12246
12247         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12248         retrieval.
12249
12250         * pop3.el (pop3-process-filter): Remove unused function.
12251         (pop3-streaming-movemail, pop3-send-streaming-command)
12252         (pop3-wait-for-messages, pop3-write-to-file)
12253         (pop3-number-of-responses): New functions for streaming pop3
12254         retrieval.
12255
12256         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12257         come from no known methods.
12258         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12259         list.
12260
12261         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12262         message sizes.
12263         (pop3-movemail): Use erase-buffer instead of looping and deleting
12264         regions, which seems rather odd.
12265
12266         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12267         file once per `g' run.
12268
12269         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12270         directories.  This makes the draft queue directory work.
12271
12272         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12273         data from the backends, so that we only request the list of groups from
12274         each method once.  This should speed things up considerably.
12275
12276         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12277         detect that it's not implemented.
12278
12279         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12280         we actually do recurse down into the tree, but don't stat all leaf
12281         nodes.
12282
12283         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12284         then say so instead of bugging out.
12285
12286         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12287         files exist before trying to read them.
12288
12289         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12290         around <pre_int>.
12291
12292         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12293
12294         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12295
12296 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * mm-util.el (mm-image-load-path): Just return the image directories,
12299         not all directories in the path in addition to the image directories.
12300         (mm-image-load-path): Maintain a cache of the image directories so that
12301         the `g' command in Gnus doesn't have to stat dozens of directories each
12302         time.
12303
12304         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12305         (gnus-html-wash-tags): Add a new `i' command to insert images.
12306         (gnus-html-insert-image): New command and keystroke.
12307         (gnus-html-redisplay-with-images): New command and keystroke.
12308         (gnus-html-show-images): Rename command.
12309         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12310         spacers.
12311         (gnus-html-wash-tags): Decode entities at the end, so that entities
12312         inside the tags don't mess up the rest of the "parsing".
12313
12314         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12315         so that nnimap methods aren't agentized by default.  There's apparently
12316         many problems related to agent/imap behavior.
12317
12318         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12319
12320         * gnus-html.el: Doc fix.
12321
12322 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12325         specifier-spec-list for Emacs 21.
12326
12327         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12328         glyph-width and glyph-height instead of display-graphic-p and
12329         image-size; make avoidance of displaying small images work for XEmacs.
12330
12331         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12332         for XEmacs.
12333
12334         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12335         of symbol that holds plist data.
12336         (gnus-process-plist): Remove plist of process after getting it.
12337
12338 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * message.el (message-generate-hashcash): Change default to
12341         'opportunistic if hashcash is installed.
12342
12343         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12344         (gnus-html-put-image): Only call image-size once, since it's somewhat
12345         time-consuming on remote X servers.
12346
12347 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12350         type on data, not a file name.
12351
12352         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12353         window-pixel-edges for Emacs 21.
12354
12355         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12356         decoded contents.
12357         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12358
12359 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360
12361         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12362         group line format, since it isn't very interesting.
12363
12364         * gnus-agent.el (gnus-agent-short-article),
12365         (gnus-agent-long-article): Increase values for these two variables,
12366         since most people are likely to have more network connection and
12367         storage than before.
12368
12369         * gnus.el (gnus-refer-article-method): Change default to 'current.
12370         When referring an article, the common behavior is to refer it from the
12371         current select method, not the native select method.  The chances of
12372         the native select method having the message in question is rather slim
12373         these days.
12374
12375         * gnus-sum.el (gnus-auto-select-subject): Change default to
12376         `unseen-or-unread'.  I think it's likely that most people want to
12377         select an unseen article over a previously seen, but unread one.
12378
12379         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12380         means that in the article buffer none of the minor mode elements will
12381         be shown, usually, and this is not desirable in most cases.
12382
12383         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12384         that commands like `d' (and the like) go to the next line in the
12385         buffer, instead of the next unread article.  I think this is the
12386         behavior that is most natural for most users.
12387         (gnus-single-article-buffer): Change default to nil, so that people can
12388         have as many article buffers open as they have summary buffer.  I think
12389         this is the most natural way for the groups to behave.
12390
12391         * message.el (message-generate-new-buffers): Change default to
12392         `unsent', so that all new message buffers start their names with the
12393         string "*unsent", and it's easier to find the buffers if you move from
12394         them.
12395
12396 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12399         small.  They're probably tracking images.
12400         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12401         (gnus-html-rescale-image): Yet another try at getting the image sizing
12402         right.
12403
12404         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12405         nntp-marks-file-name is nil.
12406
12407 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12408
12409         * gnus-html.el (gnus-html-wash-tags)
12410         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12411         Better logging.
12412
12413 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12416
12417         * gnus-html.el (gnus-html-wash-tags): Check the value of
12418         gnus-blocked-images in the summary buffer.
12419
12420 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12421
12422         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12423
12424 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12427         like "a", it seems like.
12428         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12429         since it needs to be picked from the correct buffer.
12430
12431         * nnwfm.el: Remove.
12432
12433         * nnlistserv.el: Remove.
12434
12435 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12436
12437         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12438         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12439
12440 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * nnkiboze.el: Remove.
12443
12444         * nndb.el: Remove.
12445
12446         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12447         alt text.
12448         (gnus-html-rescale-image): Try to get the rescaling logic right for
12449         images that are just wide and not tall.
12450
12451         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12452         overshadow variable bindings.
12453
12454 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12455
12456         * gnus-html.el (gnus-html-wash-tags)
12457         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12458         Add extra logging.
12459
12460 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12463         (gnus-max-image-proportion): New variable.
12464         (gnus-html-rescale-image): New function.
12465         (gnus-html-put-image): Rescale images.
12466
12467 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12468
12469         Fix up some byte-compiler warnings.
12470         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12471         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12472         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12473         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12474         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12475         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12476         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12477
12478 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-html.el (gnus-article-html): Decode contents by charset.
12481
12482 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12485         (gnus-html-frame-width, gnus-blocked-images):
12486         * message.el (message-prune-recipient-rules): Add custom version.
12487         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12488
12489         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12490         functions.
12491
12492         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12493         gnus-process-get.
12494
12495 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12496
12497         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12498         instead of lsub directly.
12499
12500 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12501
12502         * nnwarchive.el: Remove.
12503
12504         * gnus-soup.el: Remove.
12505
12506         * nnsoup.el: Remove.
12507
12508         * nnultimate.el: Remove.
12509
12510         * gnus-html.el (gnus-blocked-images): New variable.
12511
12512         * message.el (message-prune-recipients): New function.
12513         (message-prune-recipient-rules): New variable.
12514
12515         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12516         guess whether a long line is natural text or not.
12517
12518         * gnus-html.el (gnus-html-schedule-image-fetching):
12519         Use gnus-process-plist and friends for compatibility.
12520
12521 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12522
12523         * gnus-html.el: Require packages that define macros used in this file.
12524         (gnus-article-mouse-face): Declare to silence byte-compiler.
12525         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12526         process-get.
12527         (gnus-html-put-image): Use plist-get to avoid getf.
12528         (gnus-html-prefetch-images): Use with-current-buffer.
12529
12530 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-ems.el: Provide compatibility functions for
12533         gnus-set-process-plist.
12534
12535         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12536         header-line-format for XEmacs 21.4.
12537
12538         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12539         * gnus.el (gnus-valid-select-methods):
12540         * message.el (message-send-mail-partially-limit):
12541         * mm-decode.el (mm-text-html-renderer):
12542         * mml.el (mml-insert-mime-headers-always):
12543         * smiley.el (smiley-regexp-alist): Bump custom version.
12544
12545 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546
12547         * gnus-html.el: Require mm-url.
12548         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12549         with the url to `url'.
12550         (gnus-html-wash-tags): Support cid: URLs/images.
12551
12552 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12553
12554         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12555         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12556         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12557
12558         * gnus-move.el: Remove file, since it doesn't really work.
12559
12560         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12561         UTF-8.  This seems to fix problems with some German web feeds.
12562
12563         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12564         at the top so that the proper colors are applied.
12565
12566         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12567         don't have dots in their names.
12568
12569         * gnus-art.el (gnus-article-view-part): Doc fix.
12570
12571         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12572         XEmacs-compatible.
12573         (gnus-html-put-image): Don't do images on non-graphic displays.
12574
12575         * nnslashdot.el: Remove this unused backend.
12576
12577         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12578         actions.
12579         (gnus-undo-register-1): Revert last change.
12580
12581         * gnus-group.el (gnus-group-completing-read): Protect against not
12582         having completion-styles bound.
12583
12584         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12585         make broken recipients happier.
12586
12587         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12588
12589         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12590         point parameter.
12591
12592         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12593
12594         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12595         completion-styles for group selection.
12596
12597 2009-02-04  Andreas Schwab  <schwab@suse.de>
12598
12599         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12600         headers and regexp-quote the match if necessary.
12601
12602 2009-03-24  Miles Bader  <miles@gnu.org>
12603
12604         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12605         the blinking smiley.
12606
12607 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12608
12609         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12610         blink smiley.
12611
12612 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12613
12614         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12615         where the dribbel file lives exists.
12616
12617         * message.el (message-send-mail-partially-limit): Change the default to
12618         nil, since most people don't want this.
12619
12620         * mm-url.el (mm-url-decode-entities): Also decode entities like
12621         &#x3212.
12622
12623 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12624
12625         * gnus-sum.el (gnus-summary-idna-message):
12626         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12627         Hyperlink urls in docstrings with URL `...'.
12628
12629 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12630
12631         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12632         functions.
12633
12634 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635
12636         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12637         say what the mouseover text should be.
12638
12639         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12640         version of the mm-w3m-safe-url-regexp variable to only download images
12641         in the groups where we want that to happen.
12642
12643         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12644
12645         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12646         easier debugging.
12647         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12648         big pictures in the article buffer.
12649
12650         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12651         gnus-article-html.
12652         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12653         w3m.
12654
12655         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12656
12657 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12660         which doesn't exist.
12661
12662         * message.el (message-inhibit-ecomplete): New variable to allow some
12663         function to inhibit ecomplete address storage.
12664         (message-resend): Disable ecomplete message storage when resending
12665         messages.
12666
12667         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12668
12669 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12672         Save excursion while copying, moving, and deleting articles in order to
12673         prevent the cursor from jumping to unforeseen place.
12674
12675 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * lpath.el: No need to bind bookmark-current-buffer,
12678         bookmark-yank-point and bookmark-make-record-function.
12679
12680 2010-08-17  Glenn Morris  <rgm@gnu.org>
12681
12682         * gnus-sync.el: Require gnus components whose functions are used.
12683
12684         * gnus-art.el (bookmark-make-record-function):
12685         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12686         Declare for compiler.
12687
12688         * mm-url.el (mml-compute-boundary): Autoload.
12689
12690 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12693
12694 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12695
12696         Typo fix "hoo4a" -> "hook".
12697
12698         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12699
12700 2010-08-14  Glenn Morris  <rgm@gnu.org>
12701
12702         * gnus-sync.el (gnus-sync): Fix defgroup version.
12703
12704 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12705
12706         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12707
12708         * gnus-sync.el: Fix docs.
12709         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12710         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12711
12712 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12713
12714         Optimizations for gnus-sync.el.
12715
12716         * gnus-sync.el: Add docs about gnus-sync-backend
12717         possibilities.
12718         (gnus-sync-save): Remove unnecessary message.
12719         (gnus-sync-read): Optimize and show what groups were skipped.
12720
12721 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12722
12723         Minor bug fixes for gnus-sync.el.
12724
12725         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12726         Don't read the sync on get-new-news.
12727
12728         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12729         quiet.
12730
12731         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12732         (fix typo).
12733
12734 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12735
12736         Make saving and restoring of hidden threads work with overlays.
12737         Patch applied by Ted Zlatanov.
12738
12739         * gnus-sum.el (gnus-hidden-threads-configuration)
12740         (gnus-restore-hidden-threads-configuration): Update to deal with text
12741         properties, rather than searching for a magic character.
12742
12743 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12744
12745         New gnus-sync.el library for synchronization of marks.
12746
12747         * gnus-sync.el: New library for synchronization of marks.
12748
12749         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12750         renamed from `gnus-registry-grep-in-list'.
12751
12752         * gnus-registry.el (gnus-registry-follow-group-p):
12753         Use `gnus-grep-in-list'.
12754
12755         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12756
12757 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12760         determining charset of text fails.
12761
12762 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * nnmail.el (nnmail-get-new-mail-1): Revert.
12765
12766         * nnml.el (nnml-active-number): Make sure names of newly created groups
12767         in nnml-group-alist are encoded.
12768
12769 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12772         containing non-ASCII characters in active file for nnml back end.
12773
12774 2010-07-24  David Engster  <dengste@eml.cc>
12775
12776         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12777         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12778
12779 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12780
12781         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12782         tag (Bug#6654).
12783
12784 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12787         the article buffer, not the summary buffer.
12788
12789 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12792         Emacs 23 as well.
12793
12794 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12797         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12798
12799 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12800
12801         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12802         Patch applied by Karl Fogel.
12803
12804         * gnus-sum.el (gnus-summary-bookmark-make-record):
12805         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12806
12807 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12808
12809         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12810         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12811         C-w still not working correctly from Article buffers; Thierry's
12812         patch to fix that will be applied after this.
12813
12814         * gnus-art.el (bookmark-make-record-function): New local variable.
12815
12816         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12817         article buffer.
12818         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12819
12820 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12821
12822         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12823         on changes in bookmark.el.
12824
12825 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12828         `no-log' instead of message not to log prompt string.
12829
12830 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12831
12832         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12833         the *other* type of HTML form submission.
12834
12835 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12836
12837         * auth-source.el (auth-source-pick): If choice does not contain a
12838         questioned keyword, set the check to t.
12839
12840 2010-06-12  Romain Francoise  <romain@orebokech.com>
12841
12842         * gnus-util.el (gnus-date-get-time): Move up before first use.
12843
12844 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12847         (gnus-article-edit-part): Bind it to make last part that is substituted
12848         or deleted visible.
12849         (gnus-mime-display-single): Buttonize part of which id equals to
12850         gnus-mime-buttonized-part-id.
12851
12852 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12853
12854         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12855         (gnus-dd-mmm): Use gnus-date-get-time.
12856         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12857         simplify logic.
12858         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12859         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12860
12861 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12862
12863         * auth-source.el (top): Autoload `secrets-list-collections',
12864         `secrets-create-item', `secrets-delete-item'.
12865         (auth-sources): Fix tag string.
12866         (auth-get-source, auth-source-retrieve, auth-source-create)
12867         (auth-source-delete): New defuns.
12868         (auth-source-pick): Rewrite in order to avoid 2 passes.
12869         (auth-source-forget-user-or-password): New parameter USERNAME.
12870         (auth-source-user-or-password): New parameters CREATE-MISSING and
12871         DELETE-EXISTING.  Retrieve password interactively, if needed.
12872
12873 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12874
12875         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12876         deleting unused directories when gnus-expert-user is t.
12877
12878 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12881         for each temp file when gnus-article-browse-delete-temp is ask.
12882
12883 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12884
12885         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12886         Replace Lisp calls to delete-backward-char by calls to delete-char.
12887
12888 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12889
12890         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12891
12892 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12893
12894         * password-cache.el (password-cache-remove): Fix docstring.
12895
12896 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12899         article unless decoding article to be saved.
12900
12901 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12904         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12905         generated within the mm-with-unibyte-current-buffer macro.
12906
12907 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12910         to nil when we're in a mml-preview buffer and no group is selected.
12911
12912 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12913
12914         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12915         when catching the `C-g'.  Reported by "Leo".
12916
12917 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * message.el (message-forward-make-body-plain)
12920         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12921         multibyte-string-p.
12922
12923         * lpath.el: Revert.
12924
12925 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * message.el (message-forward-make-body-mml): Assume original message
12928         is multibyte string; error on unibyte.
12929         (message-forward-make-body-plain): Ditto; don't add excessive newline
12930         in body end.
12931
12932         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12933
12934 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12935
12936         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12937         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12938
12939 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * mm-extern.el (mm-extern-url): Don't use
12942         mm-with-unibyte-current-buffer.
12943         (mm-extern-cache-contents): Use with-current-buffer instead of
12944         save-excursion + set-buffer.
12945
12946 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * mm-util.el (mm-emacs-mule): Remove.
12949
12950 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12951
12952         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12953         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12954         change.
12955
12956 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12959         bind the default value of enable-multibyte-characters to nil.
12960
12961 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * message.el (message-forward-make-body-plain)
12964         (message-forward-make-body-mml):
12965         Don't use mm-with-unibyte-current-buffer.
12966
12967 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12968
12969         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12970
12971 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12972
12973         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12974         (Bug#5592).
12975
12976 2010-05-07  Julien Danjou  <julien@danjou.info>
12977
12978         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12979         it to mm-pipe-part.
12980
12981         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12982         it is given.
12983
12984 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * binhex.el (binhex-decode-region-internal):
12987         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12988         (dns-query):
12989         * nnweb.el (nnweb-gmane-search):
12990         * pgg-parse.el (pgg-parse-armor):
12991         * pgg.el (pgg-verify-region):
12992         * sha1.el (sha1-string-external):
12993         * uudecode.el (uudecode-decode-region-internal):
12994         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12995         XEmacs.
12996
12997         * gnus-art.el (gnus-article-browse-html-parts):
12998         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12999         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13000         make-temp-file.
13001
13002         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13003         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13004         compiling.
13005
13006         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13007         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13008         XEmacs when compiling.
13009
13010         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13011         gnus-pick-mode-off-hook for XEmacs when compiling.
13012         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13013         gnus-binary-mode-off-hook for XEmacs when compiling.
13014
13015         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13016         Return nil if char-charset is not available.
13017
13018         * imap.el (imap-disable-multibyte)
13019         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13020         macros.
13021
13022         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13023         instead of encode-coding-string.
13024
13025         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13026         'xemacs) instead of mm-emacs-mule to switch function definitions.
13027         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13028
13029         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13030         bind temporary-file-directory for XEmacs;
13031         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13032         timer-set-function for XEmacs 21.4 and SXEmacs;
13033         bind timer-list for XEmacs 21.4 and SXEmacs;
13034         fbind char-charset and find-charset-region for non-Mule XEmacs;
13035         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13036         encode-coding-region and encode-coding-string for XEmacs having no
13037         file-coding feature.
13038
13039 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13040
13041         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13042
13043 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13046         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13047
13048 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13049
13050         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13051         alias `jka-compr-delete-temp-file' no longer exists.
13052
13053 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13054
13055         Use define-minor-mode in Gnus where applicable.
13056         * mml.el (mml-mode): Use define-minor-mode.
13057         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13058         (gnus-undo-mode): Use define-minor-mode.
13059         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13060         (gnus-dead-summary-mode): Use define-minor-mode.
13061         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13062         Initialize in declaration.
13063         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13064         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13065         (gnus-mailing-list-mode): Use define-minor-mode.
13066         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13067         (gnus-draft-mode): Use define-minor-mode.
13068         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13069         (gnus-dired-mode): Use define-minor-mode.
13070
13071 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13072
13073         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13074         handles on recursive mml-to-mime translation and check them for
13075         boundary delimiter collisions.  Reported by Greg Troxel.
13076
13077 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13080
13081 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13082
13083         * mm-util.el (mm-find-buffer-file-coding-system):
13084         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13085
13086 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13087
13088         * message.el (message-generate-headers): Record insertion of optional
13089         headers as well.  Otherwise the check to prevent repeated insertion of
13090         optional headers is a no-op.
13091
13092 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * smime.el: Don't mention CVS.
13095
13096         * nnrss.el (nnrss-fetch): Don't mention CVS.
13097
13098         * nnir.el: Don't mention CVS.
13099
13100 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13101
13102         * gnus-sum.el (gnus-summary-bookmark-make-record):
13103         Add `location' field.
13104
13105 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * lpath.el: Fbind bookmark-default-handler,
13108         bookmark-get-bookmark-record, bookmark-make-record-default,
13109         bookmark-prop-get for Emacs <23 and XEmacs.
13110
13111 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13112
13113         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13114         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13115         Use with-current-buffer to silence the byte-compiler.
13116         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13117         bother to require `gnus'.
13118         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13119
13120 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13121
13122         * gnus-sum.el (gnus-summary-bookmark-make-record)
13123         (gnus-summary-bookmark-jump): New functions.
13124         (gnus-summary-mode): Setup bookmark support.
13125
13126 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13127
13128         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13129         if set.
13130
13131 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13134         gnus-article-browse-html-save-cid-image; make it work recursively for
13135         forwarded messages as well.
13136         (gnus-article-browse-html-parts): Work when prefix arg is given.
13137         (gnus-article-browse-html-article): Doc fix.
13138
13139 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13140
13141         * message.el (message-default-mail-headers)
13142         (message-default-headers): Carry the value mail-default-headers over
13143         into message-default-mail-headers, rather than message-default-headers.
13144
13145 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13146
13147         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13148         charset.
13149
13150         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13151         charset into the <meta> tag when the article is encoded to utf-8.
13152
13153 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-art.el (gnus-article-browse-delete-temp-files):
13156         Delete directories as well.
13157         (gnus-article-browse-html-parts): Work for images that do not specify
13158         file names; delete temp directory when quitting; insert header at the
13159         right place; use file: scheme for image files.
13160
13161 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13162
13163         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13164         (gnus-article-browse-html-parts): Use it to make temporary cid image
13165         files in addition to html file so that browser may display them.
13166
13167 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13170
13171 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13174
13175 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * auth-source.el (auth-sources): Change default to be simpler.
13178         Explain about Secret Service API sources.  Improve Customize options.
13179         (auth-source-pick): Change to accept any number of search parameters.
13180         Implement fallbacks iteratively, not recursively.  Add scoring on the
13181         second pass and sort by score.  Call Secret Service API when needed.
13182         (auth-source-user-or-password): Use it.  Call Secret Service API
13183         directly when needed to get the user name and the password.
13184
13185 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13186
13187         * message.el (message-interactive): Doc fix.
13188         (message-qmail-inject-args): Reflow.
13189         (message-kill-to-signature): Fix typo in docstring.
13190
13191         * smiley.el (smiley-buffer): Fix typo in docstring.
13192
13193 2010-03-24  Glenn Morris  <rgm@gnu.org>
13194
13195         * mail-source.el (gnus-message): Declare.
13196         (mail-source-delete-old-incoming): Require gnus-util.
13197
13198 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13201
13202         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13203
13204         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13205         password-cache's default if it is not bound.
13206         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13207         password-cache-expiry's default if it is not bound.
13208
13209         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13210         available in Emacs 21.
13211
13212         * lpath.el: Suppress compiler warnings for:
13213         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13214         XEmacs;
13215         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13216         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13217         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13218
13219 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13220
13221         * auth-source.el (auth-sources): Fix up definition so extra parameters
13222         are always inline.
13223
13224 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13225
13226         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13227         wasn't updated after mismatch.  Clear cached mailbox info correctly
13228         when uidvalidity changes.
13229         (nnimap-group-prefixed-name): New function to avoid some code
13230         duplication.
13231         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13232         (nnimap-request-group): Use it.
13233         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13234         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13235         with many imap folders.  This is done by caching the group status from
13236         the imap server persistently in a group parameter `imap-status'.  (This
13237         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13238         but not persistently, so every Gnus startup was still very slow.)
13239
13240 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13243         delete the extra newline.  Otherwise editing of :string and :number
13244         types don't work.
13245
13246 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13247
13248         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13249         secrets.el dependency.
13250         (auth-sources): Add optional user name.  Add secrets.el configuration
13251         choice (unused right now).
13252
13253 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * gnus-sum.el (gnus-summary-make-menu-bar):
13256         Let `gnus-registry-install-shortcuts' fill in the functions.
13257
13258         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13259         warnings.
13260         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13261         (gnus-registry-install-shortcuts): Populate and use it in a
13262         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13263
13264 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13265
13266         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13267         In-place substitutions for the group name encoding/decoding.
13268         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13269         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13270         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13271         (nnimap-update-unseen, nnimap-request-list)
13272         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13273         (nnimap-request-set-mark, nnimap-split-to-groups)
13274         (nnimap-split-articles, nnimap-request-newgroups)
13275         (nnimap-request-create-group, nnimap-request-accept-article)
13276         (nnimap-request-delete-group, nnimap-request-rename-group)
13277         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13278         `encoded-mbx' for consistency.
13279         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13280         variable `imap-current-mailbox'.
13281
13282         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13283         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13284
13285 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13286
13287         * pop3.el (pop3-display-message-size-flag): Display message size byte
13288         counts during POP3 download.
13289         (pop3-movemail): Use it.
13290         (pop3-list): Implement listing of available messages.
13291
13292 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13293
13294         * nnir.el (nnir-get-article-nov-override-function): New function to
13295         override the normal NOV retrieval.
13296         (nnir-retrieve-headers): Use it.
13297
13298 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13299
13300         * auth-source.el (netrc-machine-user-or-password): Autoload.
13301
13302 2010-03-19  Glenn Morris  <rgm@gnu.org>
13303
13304         Stop message.el from loading about 40 libraries it doesn't always need.
13305         The general approach is to autoload rather than require, and to
13306         require in the specific functions rather than the file.  (Bug#5642)
13307
13308         * gmm-utils.el: Don't require wid-edit.
13309         (widget-create-child-value, widget-convert, widget-default-get):
13310         Autoload.
13311
13312         * gnus-util.el: Don't require time-date, netrc.
13313         (message-fetch-field, gnus-group-name-decode): Declare rather than
13314         autoloading.
13315         (gnus-fetch-field): Require message.
13316         (gnus-decode-newsgroups): Require gnus-group.
13317
13318         * ietf-drums.el: Don't require time-date.
13319
13320         * message.el: Don't require hashcash, canlock, ecomplete.
13321         Do require mail-utils.  Require nnheader only when compiling.
13322         (smtpmail-default-smtp-server): Remove declaration.
13323         (message-send-mail-function): Check smtpmail-default-smtp-server
13324         is bound rather than requiring smtpmail.
13325         (message-auto-save-directory, message-insert-signature):
13326         Use expand-file-name rather than nnheader-concat.
13327         (nnheader-insert-file-contents): Autoload.
13328         (hashcash-wait-async): Declare.
13329         (message-send-mail): Only call gnus-setup-posting-charset if
13330         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13331         (message-send-mail-with-sendmail): Require sendmail.
13332         (canlock-password, canlock-password-for-verify): Declare.
13333         (message-canlock-password): Require canlock.
13334         (nnheader-get-report): Autoload.
13335         (gnus-setup-posting-charset): Declare.
13336         (message-send-news): Require gnus-msg.
13337         (message-make-references, message-make-in-reply-to): Use mail-header-id
13338         rather than the alias mail-header-message-id.
13339         (ecomplete-add-item, ecomplete-save): Declare.
13340         (message-put-addresses-in-ecomplete): Require ecomplete.
13341         (ecomplete-display-matches): Autoload.
13342
13343         * mm-decode.el: Don't require mailcap, gnus-util.
13344         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13345         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13346         Autoload.
13347         (mailcap-mime-extensions): Declare.
13348
13349         * mm-encode.el: Don't require mailcap.
13350         (mailcap-extension-to-mime): Autoload.
13351
13352         * mml-sec.el: Don't require password-cache.
13353
13354         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13355         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13356         (mml-minibuffer-read-type): Require mailcap.
13357         (mml-preview): Require gnus-msg.
13358
13359         * mml1991.el: Require password-cache.
13360         (password-cache-expiry): Remove declaration.
13361
13362         * mml2015.el: Require password-cache.
13363         (password-cache-expiry): Remove declaration.
13364
13365         * nneething.el (mailcap): Require mailcap.
13366
13367         * nnheader.el (declare-function): Add compatibility stub.
13368         (message-remove-header): Declare rather than autoload.
13369         (nnheader-replace-header): Require message.
13370
13371         * nnimap.el (declare-function): Add compatibility stub.
13372         (netrc-parse, netrc-machine-user-or-password): Declare.
13373         (nnimap-open-connection): Require netrc.
13374
13375         * nntp.el (declare-function): Add compatibility stub.
13376         (netrc-parse, netrc-machine, netrc-get): Declare.
13377         (nntp-send-authinfo): Require netrc.
13378
13379         * rfc2047.el: Don't require qp.
13380         (quoted-printable-encode-region, quoted-printable-decode-string):
13381         Autoload.
13382
13383         * sieve-mode.el: Don't require easymenu.
13384         (easy-menu-add-item): Autoload it.
13385
13386         * spam-stat.el (time-to-number-of-days): Autoload it.
13387
13388 2010-03-19  Glenn Morris  <rgm@gnu.org>
13389
13390         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13391
13392 2010-03-18  Glenn Morris  <rgm@gnu.org>
13393
13394         * hashcash.el (declare-function): Remove duplicate definition.
13395
13396 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13397
13398         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13399         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13400         value if any backslash escapes).
13401
13402 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13405         if it is available.  (bug#5647)
13406
13407         * lpath.el: Suppress compiler warning for coding-system-from-name for
13408         Emacs 21 and XEmacs.
13409
13410 2010-03-14  Juri Linkov  <juri@jurta.org>
13411
13412         * hmac-def.el:
13413         * hmac-md5.el:
13414         * netrc.el: Fix keywords.
13415
13416 2010-02-26  Glenn Morris  <rgm@gnu.org>
13417
13418         * message.el (message-send-mail-function): Change the default, so that
13419         it inherits from a customized send-mail-function.  (Bug#5643)
13420
13421 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13422
13423         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13424         shell-command-to-string signals an error (bug#5299).
13425
13426 2010-02-24  Glenn Morris  <rgm@gnu.org>
13427
13428         * message.el (message-smtpmail-send-it)
13429         (message-send-mail-with-mailclient): Doc fixes.
13430
13431 2010-02-16  Glenn Morris  <rgm@gnu.org>
13432
13433         * message.el (message-default-mail-headers): Change the default value
13434         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13435
13436 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13439         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13440
13441 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13442
13443         * time-date.el (date-to-time): Doc fix (Bug#5408).
13444
13445 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13446
13447         * message.el (message-mail): Just pass yank-action on to message-setup.
13448         (message-setup): Handle (FUN . ARGS) form of yank-action.
13449         (message-with-reply-buffer, message-widen-reply)
13450         (message-yank-original): Handle non-buffer values of
13451         message-reply-buffer (Bug#4080).
13452         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13453
13454 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13455
13456         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13457         Fix typo in docstring.
13458
13459 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13460
13461         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13462         response.
13463
13464 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13467
13468         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13469
13470         * message.el (message-check-news-header-syntax): Protect against a
13471         string that `rfc822-addresses' returns when parsing fails.
13472
13473 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13476         (gnus-previous-char-property-change): New functions.
13477
13478         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13479
13480 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13481
13482         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13483         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13484
13485 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13486
13487         * message.el (message-exchange-point-and-mark): Rework last change to
13488         avoid using optional arg of exchange-point-and-mark, for backward
13489         compatibility.
13490
13491 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13492
13493         * message.el (message-exchange-point-and-mark):
13494         Call exchange-point-and-mark with an argument rather than setting
13495         mark-active by hand (Bug#5175).
13496
13497 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * nntp.el (nntp-service-to-port): Work for service expressed with
13500         numeric string; replace [:digit:] with [0-9] for XEmacs.
13501
13502 2009-12-17  Glenn Morris  <rgm@gnu.org>
13503
13504         * gnus-group.el (gnus-bug-group-download-format-alist):
13505         Change emacs entry to debbugs.gnu.org.  Bump :version.
13506
13507 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13510
13511 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * message.el (message-info): Explain why we use `Info-goto-node'.
13514
13515 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13518
13519 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13520
13521         * message.el (message-completion-in-region): New compatibility function.
13522         (message-expand-group): Use it.
13523
13524 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13527         with no unread article should be listed if the 2nd arg `predicate' is
13528         given.
13529
13530 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13533
13534 2009-11-29  Juri Linkov  <juri@jurta.org>
13535
13536         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13537         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13538         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13539
13540 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13541
13542         * sha1.el (sha1-string-external): default-directory "/" in case
13543         otherwise non-existent.  process-connection-type pipe for touch of
13544         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13545
13546 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13547
13548         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13549         it's comms related and sgml-mode.el has "comm" on that basis too.
13550
13551 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13554         containing tspecial characters if they have been already quoted.
13555
13556 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13557
13558         * dns-mode.el (auto-mode-alist): Purecopy string.
13559
13560 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13561
13562         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13563
13564 2009-10-24  Glenn Morris  <rgm@gnu.org>
13565
13566         * gnus-art.el (help-xref-stack-item): Define for compiler.
13567
13568 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13569
13570         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13571
13572 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13575
13576 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13579         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13580
13581 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13584         (gnus-overlays-in): New alias to overlays-in.
13585
13586         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13587         gnus-overlay-get, and gnus-delete-overlay.
13588         (gnus-summary-show-thread): Make it work as well for systems in which
13589         next-single-char-property-change is not available.
13590         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13591
13592         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13593         (gnus-overlay-get): New alias to extent-property.
13594         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13595
13596         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13597         SXEmacs.
13598
13599         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13600         SXEmacs.
13601
13602 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13605
13606 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13607
13608         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13609         and XEmacs that don't have `remove-overlays'.
13610
13611 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13612
13613         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13614         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13615         selective display.  Use overlays instead.
13616
13617 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13618
13619         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13620
13621 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13622
13623         * spam-stat.el (spam-stat-load): Fix typo in message.
13624
13625 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13626
13627         * dig.el (dig-invoke): Fix typo in docstring.
13628         (query-dig): Reflow docstring.
13629
13630 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13631
13632         * gnus-art.el (gnus-article-encrypt-body):
13633         * message.el (message-check-recipients):
13634         * mm-util.el (mm-codepage-setup):
13635         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13636         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13637
13638 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13639
13640         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13641         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13642         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13643         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13644         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13645
13646 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13647
13648         * dig.el: Add "Keywords: comm", as per net-utils.el.
13649
13650 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13651
13652         * dig.el (dig-mode): Use define-derived-mode.
13653
13654 2009-09-19  Glenn Morris  <rgm@gnu.org>
13655
13656         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13657
13658 2009-09-18  Glenn Morris  <rgm@gnu.org>
13659
13660         * gnus-diary.el (gnus-diary-check-message):
13661         * message.el (message-insert-formatted-citation-line):
13662         * nnbabyl.el (top-level):
13663         * nndiary.el (nndiary-schedule):
13664         Fix typos in condition-case handlers.
13665
13666 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13669         configuration that provides the sole article window in a frame;
13670         position point correctly after deleting a part.
13671
13672 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13673
13674         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13675         (spam-resolve-registrations-routine): Use it to unregister articles
13676         that change status.
13677
13678 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13681         with XEmacs.
13682         (parse-time-string-chars): Use it.
13683
13684 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13685
13686         * imap.el (imap-interactive-login): Better messages.
13687         (imap-open): Fix bug with renamed buffer on reconnect.
13688         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13689         for easier debugging and cleaner code.  On successful (guessed based on
13690         server capabilities) secondary authentication, set imap-state
13691         correctly.
13692         (imap-last-authenticator): Define imap-last-authenticator as a variable
13693         to avoid warnings.
13694
13695 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * nnrss.el (nnrss-request-article): Remove binding of
13698         default-enable-multibyte-characters that has gotten needless by
13699         the 2007-07-13 change in rfc2047-encode-message-header.
13700
13701         * mml.el (mml-insert-multipart): Error on the message header.
13702         (mml-insert-part): Error on the message header; position point at
13703         the end of a MIME tag.
13704
13705 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * time-date.el (autoload): Expand define-obsolete-function-alias into
13708         defalias and make-obsolete for old Emacsen that Gnus supports.
13709         (with-no-warnings): Define it for old Emacsen.
13710         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13711         is available.
13712         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13713         float-time is available; suppress compile warning for time-to-seconds.
13714
13715         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13716         (gnus-float-time): Alias to float-time if it exists.
13717
13718         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13719         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13720         float-time is available; suppress compile warning for time-to-seconds.
13721
13722         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13723         XEmacs.
13724
13725 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13726
13727         * imap.el (imap-message-map): Docstring fix.
13728
13729 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13732         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13733         Add the optional argument `encoding' that overrides the default.
13734
13735         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13736         mm-encode-buffer.
13737
13738 2009-09-04  Glenn Morris  <rgm@gnu.org>
13739
13740         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13741         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13742         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13743         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13744         * mm-util.el (mm-with-unibyte-current-buffer)
13745         (mm-find-buffer-file-coding-system):
13746         * yenc.el (yenc-decode-region): Use default-value rather than
13747         default-enable-multibyte-characters.
13748
13749 2009-09-03  Glenn Morris  <rgm@gnu.org>
13750
13751         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13752         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13753         than default-enable-multibyte-characters.
13754
13755 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13756
13757         * gnus-art.el (gnus-article-read-summary-keys):
13758         Fix gnus-buffer-configuration's value temporarily used.
13759
13760 2009-09-02  Glenn Morris  <rgm@gnu.org>
13761
13762         * gnus-util.el (gnus-float-time): New function.
13763         * gnus-delay.el (gnus-delay-article):
13764         * gnus-sum.el (gnus-thread-latest-date):
13765         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13766         * nnspool.el (nnspool-request-newgroups):
13767         Use gnus-float-time rather than time-to-seconds.
13768         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13769
13770         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13771         (gnus-header-subject-face, gnus-header-newsgroups-face)
13772         (gnus-header-name-face, gnus-header-content-face):
13773         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13774         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13775         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13776         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13777         (gnus-cite-face-11):
13778         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13779         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13780         (gnus-server-closed-face, gnus-server-denied-face)
13781         (gnus-server-offline-face):
13782         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13783         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13784         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13785         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13786         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13787         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13788         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13789         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13790         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13791         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13792         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13793         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13794         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13795         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13796         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13797         (gnus-summary-high-undownloaded-face)
13798         (gnus-summary-low-undownloaded-face)
13799         (gnus-summary-normal-undownloaded-face)
13800         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13801         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13802         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13803         (gnus-splash-face):
13804         * message.el (message-header-to-face, message-header-cc-face)
13805         (message-header-subject-face, message-header-newsgroups-face)
13806         (message-header-other-face, message-header-name-face)
13807         (message-header-xheader-face, message-separator-face)
13808         (message-cited-text-face, message-mml-face):
13809         * sieve-mode.el (sieve-control-commands-face)
13810         (sieve-action-commands-face, sieve-test-commands-face)
13811         (sieve-tagged-arguments-face):
13812         * spam.el (spam-face):
13813         Mark face aliases with "-face" in the name as obsolete.
13814
13815 2009-09-01  Glenn Morris  <rgm@gnu.org>
13816
13817         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13818         than goto-line.
13819
13820 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13823         Don't move point if the command is invoked inside the message header.
13824
13825 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13826
13827         * imap.el (imap-send-command): Simplify.
13828         (imap-wait-for-tag): point-max -> buffer-size.
13829
13830 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13831
13832         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13833         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13834         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13835         * nnir.el (nnir-swish-e-index-file):
13836         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13837         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13838         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13839         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13840         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13841         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13842
13843 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13846         Don't save excursion.
13847
13848 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13849
13850         * nnheader.el (nnheader-find-file-noselect):
13851         * mm-util.el (mm-insert-file-contents):
13852         Use (default-value 'major-mode) instead of default-major-mode.
13853
13854 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13855
13856         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13857
13858 2009-08-26  Glenn Morris  <rgm@gnu.org>
13859
13860         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13861         than placing in files.el.
13862
13863 2009-08-25  Glenn Morris  <rgm@gnu.org>
13864
13865         * nnir.el (top-level): Don't require cl at run-time.
13866         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13867         Replace cl-function substitute with gnus-replace-in-string.
13868         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13869         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13870         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13871         simplified expansions.
13872
13873 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13874
13875         * dig.el (dig): Add autoload cookie.
13876
13877 2009-08-22  Glenn Morris  <rgm@gnu.org>
13878
13879         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13880         goto-line.
13881
13882 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13883
13884         * parse-time.el (parse-time-string-chars): Save match data.
13885
13886 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13887
13888         * parse-time.el (parse-time-string-chars): Compute using character
13889         classes, to handle non-ascii characters (Bug#3190).
13890
13891 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13894
13895         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13896         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13897         (gnus-mm-display-part, gnus-mime-display-single)
13898         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13899         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13900
13901         * gnus-sum.el
13902         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13903         (gnus-summary-move-article): Add expirable mark to articles copied or
13904         moved to group that has auto-expire turned on if the option is non-nil.
13905
13906 2009-07-24  Glenn Morris  <rgm@gnu.org>
13907
13908         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13909         Fix typo.  (Bug#3903)
13910
13911 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13914         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13915         that should not be used for draft articles.
13916         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13917         that has no concern in minor mode keys.
13918         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13919         Abolish.
13920
13921 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13924         article without making inquiry to a user for unknown encoding.
13925
13926         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13927         (nnmaildir--scan): Assume i-node and device number that file-attributes
13928         returns might be cons-cell.
13929
13930         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13931
13932         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13933
13934 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13935
13936         * auth-source.el: Remove docs now in auth.texi.  Don't use
13937         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13938         `auth-source-hide-passwords' and use them.
13939
13940 2009-07-15  Glenn Morris  <rgm@gnu.org>
13941
13942         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13943
13944 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13947         excessive whitespace from the default values of title and description.
13948
13949 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13952         mail-fetch-field to fetch Content-Description header in order to
13953         exclude newlines.
13954
13955 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13956
13957         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13958         format used by GnuPG 2.0.11.
13959
13960 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13963         to deleted part.
13964
13965 2009-05-30  David Engster  <dengste@eml.cc>
13966
13967         * nnmairix.el: Remove old documentation in the commentary block.
13968         (nnmairix-request-group): Do not update active file for nnml back ends.
13969         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13970         end so that overview files are ignored.
13971         (nnmairix-update-groups): Make updating the groups more robust by using
13972         marks.
13973         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13974         with dollar characters in message-id.
13975
13976 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13979         2008-12-25 in dns.el.
13980
13981 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13982
13983         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13984         could happen if the text is only composed of spaces and/or tabs.
13985
13986 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13987
13988         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13989         when sending a queued message to avoid extra mml tags.
13990
13991 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13994
13995 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13998         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13999         rmail-toggle-header for XEmacs;
14000         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14001
14002 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-dired.el: Remove autoload for gnus-setup-message.
14005         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14006         displaying Gnus logo; always use compose-mail.
14007
14008 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14011
14012 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14015         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14016         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14017         available.
14018         (gnus-nocem-epg-verify): New function.
14019
14020 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14023
14024 2009-02-15  Glenn Morris  <rgm@gnu.org>
14025
14026         * gnus-util.el (rmail-insert-rmail-file-header)
14027         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14028         autoloads.
14029         (rmail-default-rmail-file): Remove unnecessary declaration.
14030         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14031
14032 2009-02-14  Glenn Morris  <rgm@gnu.org>
14033
14034         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14035         variable (only used in gnus-util, which declares it anyway).
14036         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14037         which was only needed by gnus-art (changed to not use it any more).
14038         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14039         only used in gnus-util, which autoloads it itself.
14040         (rmail-update-summary): Fix autoload.
14041
14042         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14043         rather than rmail-output-to-rmail-file.
14044
14045 2009-02-07  Glenn Morris  <rgm@gnu.org>
14046
14047         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14048         autoload of function that no longer exists.
14049         (rmail-toggle-header): Declare.
14050         (message-forward-rmail-make-body): Handle mbox Rmail.
14051
14052 2009-01-31  Glenn Morris  <rgm@gnu.org>
14053
14054         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14055         2009-01-09 change.
14056
14057 2009-01-31  Dave Love  <fx@gnu.org>
14058
14059         * imap.el (imap-fetch-safe): Bind debug-on-error.
14060         (imap-debug): Add imap-fetch-safe.
14061
14062 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14063
14064         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14065         (auth-source-forget-all-cached): New convenience function.
14066         (auth-source-user-or-password): Accept list of modes or a single mode.
14067
14068         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14069         auth-source modes.
14070
14071         * netrc.el (netrc-machine-user-or-password): Use list of
14072         auth-source modes.
14073
14074         * nnimap.el (nnimap-open-connection): Use list of
14075         auth-source modes.
14076
14077         * nntp.el (nntp-send-authinfo): Use list of
14078         auth-source modes.
14079
14080 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14081
14082         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14083         now.
14084
14085 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14088         coding system in XEmacs; add a workaround for XEmacs.
14089
14090         * lpath.el: Fbind coding-system-aliasee.
14091
14092 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14095         of current-language-environment.
14096
14097 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14100         available at runtime.
14101
14102 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14105
14106 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14107
14108         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14109         the greatest positive fixnum value doesn't work under an XEmacs with
14110         bignum support; use the most-positive-fixnum constant instead,
14111         available since Emacs 21.1 with cl and XEmacs 21.1.
14112
14113 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14116         XEmacs gets not to work.
14117
14118 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * mm-util.el (mm-coding-system-priorities): Allow the value like
14121         "Japanese (UTF-8)" of current-language-environment.
14122
14123 2009-01-09  Glenn Morris  <rgm@gnu.org>
14124
14125         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14126         with last-command-event.
14127
14128 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14131         in the doc string.
14132
14133         * message.el (message-fix-before-sending): Amend comment.
14134
14135 2009-01-08  Dave Love  <fx@gnu.org>
14136
14137         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14138
14139 2009-01-07  David Engster  <dengste@eml.cc>
14140
14141         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14142         simplified server definitions by converting it via
14143         gnus-server-to-method.
14144
14145 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14148         parameter's operands.
14149
14150 2009-01-06  David Engster  <dengste@eml.cc>
14151
14152         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14153         primary select method (for gnus-group-mark-article-as-read).
14154
14155 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14156
14157         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14158         `(gnus)Face', not `(gnus)X-Face'.
14159
14160 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * mm-util.el (mm-ucs-to-char): New function.
14163
14164         * mm-url.el (mm-url-decode-entities): Use it.
14165
14166         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14167         unicode-to-char.
14168
14169 2009-01-05  Dave Love  <fx@gnu.org>
14170
14171         * time-date.el: Require cl for `declare'.
14172
14173 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14176         Dave Love.
14177
14178 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * message.el (message-fix-before-sending): Add `eight-bit' to
14181         illegible-text check.
14182
14183 2009-01-03  Michael Olson  <mwolson@gnu.org>
14184
14185         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14186         `headers' is nil.  This can occur if the IMAP server does not have
14187         permissions to read messages from a folder, but can write new messages
14188         to the folder.
14189         (nnimap-request-article-part): Do not insert `data' if it is nil.
14190
14191         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14192         characters which will confuse `read', so skip past them.
14193
14194 2009-01-01  Dave Love  <fx@gnu.org>
14195
14196         * imap.el (imap-string-to-integer): Fix typo.
14197         (imap-fetch-safe): New function.
14198         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14199
14200         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14201
14202         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14203         (imap-parse-greeting): Fix doc strings.
14204         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14205         (imap-parse-flag-list): Make messages unique.
14206         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14207
14208         * nnimap.el: Fix author email.
14209         (nnimap-split-rule): Add FIXME comment.
14210         (nnimap-debug): Fix doc string.
14211
14212 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14215
14216 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14219         nslookup if resolv.conf isn't available.
14220         (dns-query): Rename from query-dns.
14221         (dns-query-cached): Rename from query-dns-cached.
14222
14223 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14226         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14227         to check if those variables exist (first appeared in Emacs 18.50).
14228
14229 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * mm-util.el (mm-line-number-at-pos): New function.
14232
14233         * spam-report.el (spam-report-process-queue): Use it.
14234
14235 2008-12-24  David Engster  <dengste@eml.cc>
14236
14237         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14238         parameters that haven't existed as variables as buffer-local variables.
14239
14240 2008-12-23  Dave Love  <fx@gnu.org>
14241
14242         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14243         cadar.
14244
14245         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14246         imap-starttls-p.
14247         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14248
14249 2008-12-22  Dave Love  <fx@gnu.org>
14250
14251         * imap.el: Fix author email.  Doc fixes.
14252         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14253         reply.
14254
14255 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * spam-report.el (spam-report-gmane-max-requests): New constant.
14258         (spam-report-gmane-wait): New variable.
14259         (spam-report-gmane-ham, spam-report-gmane-spam)
14260         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14261         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14262         the server.
14263
14264         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14265         Add explanations.
14266
14267         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14268         nnheader-accept-process-output and nnheader-read-timeout if available.
14269         (pop3-movemail): Use it.
14270
14271         * message.el (message-check-news-body-syntax): Fix signature check if
14272         there's an attachment.
14273
14274 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-util.el: Add comments to the mm- emulating functions.
14277
14278 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14281         Reported by Stephen Berman <stephen.berman@gmx.net>.
14282
14283 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * mm-util.el (mm-substring-no-properties): New function.
14286         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14287         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14288         (mm-string-to-multibyte): Doc fix.
14289
14290         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14291
14292 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * mml.el (mml-attach-file): Strip text properties from file name.
14295         (Bug#1574)
14296
14297 2008-12-16  Glenn Morris  <rgm@gnu.org>
14298
14299         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14300
14301 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14304         knows since the charset specified might be a bogus alias that
14305         mm-charset-synonym-alist provides.
14306
14307 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14310         "ISO_8859-1".
14311
14312         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14313
14314 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * mm-util.el (mm-charset-eval-alist):
14317         Define it before mm-charset-to-coding-system.
14318         (mm-charset-to-coding-system): Add optional argument `silent';
14319         define it before mm-charset-override-alist.
14320         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14321         default value if it can be used in Emacs currently running;
14322         silence mm-charset-to-coding-system.
14323
14324 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14327         `allow-override' which says whether to use `mm-charset-override-alist'.
14328         (rfc2047-decode-encoded-words): Use it.
14329
14330         * mm-util.el (mm-charset-override-alist): Fix custom type;
14331         add `(gb2312 . gbk)' to choices.
14332
14333 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14336         fast.
14337
14338         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14339
14340         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14341
14342 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14343
14344         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14345         on links.
14346
14347         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14348
14349 2008-12-03  Lute Kamstra  <lute@gnu.org>
14350
14351         * sha1.el: Remove leading * from docstrings of defcustoms,
14352         deffaces, defconsts and defuns.
14353
14354 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14357         users' addresses that don't have domain parts.
14358         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14359         rather than message-narrow-to-head since there will be the message
14360         header separator.
14361
14362 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14363
14364         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14365         since the result is inserted in a unibyte buffer anyway.
14366         (nnimap-demule-use-string-to-multibyte): Remove.
14367         (nnimap-demule): Alias it to mm-string-to-multibyte.
14368
14369 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14372         variable for debugging bug#464 and bug#1174.
14373         (nnimap-demule): Use it.
14374
14375 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14376
14377         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14378         score calculation correctly.
14379
14380 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14381
14382         * message.el (message-send-mail): Just set the buffer to unibyte
14383         rather than use mm-with-unibyte-current-buffer which does a lot more.
14384         (message-send-mail-partially): Don't bother with
14385         mm-with-unibyte-current-buffer since it's already been made unibyte by
14386         message-send-mail.
14387
14388 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14389
14390         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14391
14392 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14395
14396 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14399         require itself and to remove `with-no-warnings'.
14400
14401 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14402
14403         * starttls.el (starttls-any-program-available): Get the name of the
14404         available TLS layer program.
14405         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14406         well as the host name in the "opening" message.
14407
14408         * auth-source.el (auth-source-cache, auth-source-do-cache)
14409         (auth-source-user-or-password): Cache passwords and logins by default,
14410         allow override with `auth-source-do-cache'.
14411         (auth-source-forget-user-or-password): Allow users to remove cache
14412         entries if needed.
14413
14414 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14415
14416         * md4.el (md4-buffer): Fix typo in docstring.
14417         (md4, md4-64): Doc fixes.
14418         (md4-pack-int32): Reflow docstring.
14419
14420 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14423         condition-case to only the forward-sexp call.
14424
14425 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14426
14427         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14428         quotes contained.  Make it more robust regardless by an extra
14429         condition-case wrapper.
14430
14431 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14434
14435 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * nnml.el (nnml-request-expire-articles): Check if the function set to
14438         `nnmail-expiry-target' returns the symbol `delete'.
14439
14440         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14441
14442         * nnmail.el (nnmail-expiry-target): Fix custom type.
14443
14444 2008-10-02  Glenn Morris  <rgm@gnu.org>
14445
14446         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14447         Silence compiler warning.
14448
14449 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14450
14451         * tls.el (open-tls-stream): Show the actual command being
14452         executed, instead of the format string.
14453
14454 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * lpath.el: Fbind codepage-setup for Emacs 23.
14457
14458 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14459
14460         * mml.el (mml-menu): Don't assume mml2015 is bound.
14461
14462 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14465         exists.
14466
14467 2008-09-27  Glenn Morris  <rgm@gnu.org>
14468
14469         * gnus-util.el (mail-header-remove-comments): Autoload it.
14470
14471 2008-09-27  Andreas Schwab  <schwab@suse.de>
14472
14473         * gnus-util.el (gnus-split-references): Strip comments.
14474         (gnus-parent-id): Likewise.
14475
14476 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * message.el (message-confirm-send): Fix version.
14479
14480 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * message.el (message-idna-to-ascii-rhs-1): Use
14483         mail-extract-address-components rather than mail-header-parse-addresses
14484         that is an alias by default to ietf-drums-parse-addresses that does not
14485         support non-ASCII names in headers' contents.
14486
14487 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14488
14489         * message.el (message-confirm-send): Fix variable documentation to
14490         avoid the "y/n" wording.
14491
14492 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14493
14494         * message.el (message-set-auto-save-file-name): Save to a different
14495         filename so multiple messages (especially drafts) can be recovered.
14496
14497 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * message.el (message-confirm-send): Add appropriate version.
14500
14501 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14502
14503         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14504         defvar.
14505
14506 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14507
14508         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14509         (mm-pkcs7-enveloped-magic): Ditto.
14510
14511 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14512
14513         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14514         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14515
14516 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14517
14518         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14519         default, it's better.
14520
14521 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14522
14523         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14524         summary line gnus-number property and ignore them (with a warning
14525         message).
14526
14527 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14530         macro caddr in the interactive form since it won't be expanded.
14531
14532 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14535         `charset'; fix name of function called recursively.
14536         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14537
14538 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14541         (gnus-mime-set-charset-parameters): New function.
14542         (gnus-mime-view-part-as-charset): Use it to correctly display part
14543         specifying wrong charset.
14544
14545 2008-09-08  David Engster  <dengste@eml.cc>
14546
14547         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14548         in completing-read for back end server.
14549
14550 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * message.el (message-confirm-send): New variable to confirm sending a
14553         message.
14554         (message-send): Use it.
14555
14556 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14557
14558         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14559
14560 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14563
14564 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14565
14566         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14567         prevent tracking too many groups.
14568         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14569         Use it.
14570
14571 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14572
14573         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14574         moving point to the bottom of the window in order to avoid recentering.
14575
14576 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14579
14580         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14581         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14582         (gnus-article-beginning-of-window): Fix calculation.
14583
14584 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-msg.el (gnus-summary-supersede-article)
14587         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14588         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14589         message header.
14590
14591 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14592
14593         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14594         pending output coming after the status change.
14595
14596 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14597
14598         * message.el:
14599         * gnus-start.el:
14600         * gnus-registry.el: Remove VMS support.
14601
14602 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14605         macro.
14606         (rfc2104-hash): Use it.
14607
14608 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14611         (gnus-summary-sort-by-most-recent-date): New commands.
14612         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14613         and menu entries.
14614
14615 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14618         don't redisplay article for raw contents; remove plural articles stuff.
14619
14620         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14621         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14622         on gnus-summary-save-article; display results properly.
14623
14624 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * lpath.el: No need to fbind ns-focus-frame.
14627
14628 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14631
14632 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-art.el (gnus-summary-save-in-pipe):
14635         Consider gnus-save-all-headers.
14636
14637 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14638
14639         * gnus-util.el (ns-focus-frame): Remove declaration.
14640         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14641         like x.
14642
14643 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14644
14645         * rfc2104.el (rfc2104-zero): Delete defconst.
14646         (rfc2104-hex-alist): Likewise.
14647         (rfc2104-hex-to-int): Delete func.
14648         (rfc2104-hexstring-to-bitstring): Likewise.
14649         (rfc2104-nybbles): New defconst.
14650         (rfc2104-hash): Rewrite for speed.
14651
14652 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * tls.el (open-tls-stream): Make it work with the 2nd argument
14655         BUFFER that is a string but does not exist as a buffer object, as
14656         mentioned in the doc-string.
14657
14658 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14661         SXEmacs.
14662
14663 2008-07-16  Glenn Morris  <rgm@gnu.org>
14664
14665         * gnus-util.el (ns-focus-frame): Declare for compiler.
14666
14667 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14670         set as a group parameter.
14671         (gnus-summary-save-in-pipe): Work when it is called independently.
14672         (gnus-summary-pipe-to-muttprint): Don't modify
14673         gnus-summary-pipe-output-default-command.
14674
14675 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14676
14677         * message.el (message-send-mail-with-sendmail):
14678         Display the error message.
14679
14680 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-art.el (gnus-default-article-saver):
14683         Add gnus-summary-save-in-pipe to choices.
14684         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14685         gnus-summary-pipe-output-default-command as the default command.
14686         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14687         instead of gnus-last-shell-command.
14688
14689         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14690         New user option.
14691         (gnus-summary-muttprint-program): Mention the value will be changed.
14692         (gnus-summary-save-article): Force showing of all headers.
14693         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14694
14695 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14696
14697         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14698
14699 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14700
14701         * nnimap.el (nnimap-id):
14702         * sieve-manage.el (sieve-manage-open): Doc fixes.
14703
14704 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14705
14706         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14707         if available.
14708
14709 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14710
14711         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14712
14713         * nnkiboze.el (nnkiboze-generate-group):
14714         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14715
14716         * nnmairix.el: Require CL.
14717
14718 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * dgnushack.el: Autoload get-display-table and put-display-table for
14721         XEmacs 21.5.
14722
14723         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14724         21.4 and SXEmacs.
14725
14726 2008-06-15  David Engster  <dengste@eml.cc>
14727
14728         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14729
14730 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14731
14732         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14733         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14734         runtime choice under XEmacs.
14735
14736         * gnus-sum.el (gnus-summary-set-display-table):
14737         Use `gnus-put-display-table', `gnus-get-display-table',
14738         `gnus-set-display-table' for the display table, instead of `aset'.
14739
14740         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14741         Use `gnus-put-display-table', `gnus-get-display-table',
14742         `gnus-set-display-table' for the display table.
14743
14744 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * nnmairix.el: Add autoloads.
14747
14748 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * nnmairix.el (nnmairix-delete-recreate-group)
14751         (nnmairix-update-and-clear-marks): Fix error messages.
14752
14753 2008-06-14  David Engster  <dengste@eml.cc>
14754
14755         * nnmairix.el: Upgrade to version 0.6.
14756         (nnmairix-group-toggle-propmarks-this-group)
14757         (nnmairix-group-toggle-readmarks-this-group)
14758         (nnmairix-group-delete-recreate-this-group)
14759         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14760         (nnmairix-remove-tick-mark-original-article): New commands.
14761         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14762         (nnmairix-propagate-marks-to-nnmairix-groups)
14763         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14764         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14765         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14766         functions needed for marks propagation and manipulation of read marks.
14767         (nnmairix-update-groups): New function.
14768         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14769         (nnmairix-determine-original-group-from-registry)
14770         (nnmairix-determine-original-group-from-path)
14771         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14772         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14773         New helper functions.
14774         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14775         keystrokes for new commands.
14776         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14777         (nnmairix-request-group): Check allow-fast group parameter.
14778         (nnmairix-request-create-group): Set allow-fast group parameter if
14779         nnmairix-allowfast-default is set.
14780         (nnmairix-close-group): Propagate marks upon closing if needed.
14781         (nnmairix-group-toggle-threads-this-group): Use new.
14782         nnmairix-group-toggle-parameter helper function.
14783         (nnmairix-search): Better check for empty search result.
14784         (nnmairix-goto-original-article): Use new helper functions for
14785         determining original article.
14786         (nnmairix-show-original-article): Make sure message-id is in brackets.
14787         (nnmairix-call-mairix-binary): Change variable name.
14788         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14789         helper function.
14790         (nnmairix-widget-toggle-activate): Fix doc string.
14791
14792 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * nnir.el: Require edmacro when compiling with XEmacs.
14795         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14796         available in Emacs 21.
14797
14798 2008-06-11  Glenn Morris  <rgm@gnu.org>
14799
14800         * gnus-util.el (x-focus-frame):
14801         * gnus.el (image-size):
14802         * mm-decode.el (image-size): Declare.
14803
14804         * gnus-picon.el (declare-function): Add compat definition.
14805         (image-size): Declare.
14806
14807         * gnus-group.el (tool-bar-map):
14808         * gnus-sum.el (tool-bar-map): Define for compiler.
14809
14810         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14811
14812         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14813
14814         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14815         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14816         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14817         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14818         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14819         * sieve-manage.el, spam-report.el, spam.el:
14820         Remove unnecessary eval-and-compile of autoloads.
14821
14822 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14823
14824         * auth-source.el: Precise Tramp doc.
14825
14826 2008-06-07  Glenn Morris  <rgm@gnu.org>
14827
14828         * nnmairix.el: Remove unnecessary eval-when-compile.
14829
14830 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * lpath.el: Fbind propertize for XEmacs 21.4.
14833
14834 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * nnir.el: Move here from ../contrib.
14837
14838 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14839
14840         * gnus-util.el (gnus-read-shell-command): New function.
14841         * mm-decode.el (mm-pipe-part):
14842         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14843
14844 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14847
14848 2008-06-03  Glenn Morris  <rgm@gnu.org>
14849
14850         * pop3.el (nnheader-accept-process-output): Autoload it.
14851
14852 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14855         are not 2-digit hexadecimal characters that follow `%'s.
14856
14857 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * message.el (message-bogus-recipient-p): Fix type in doc string.
14860         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14861         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14862         Improve custom options.
14863         (message-bogus-recipient-p): Adjust accordingly.
14864
14865 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14866
14867         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14868         long-form month and day names.
14869
14870 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * dgnushack.el: Autoload debug, eudc-expand-inline and
14873         pgg-snarf-keys-region for XEmacs.
14874
14875         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14876
14877         * nnmairix.el: Require edmacro when compiling with XEmacs.
14878
14879 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14882         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14883
14884 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * auth-source.el: Add more docs.
14887
14888         * netrc.el (netrc-machine): Always match if the port is not given.
14889
14890 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14891
14892         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14893         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14894         retrieval faster in some cases, but might make CPU usage larger.
14895         If this has any bad side effects, we might revert this change.
14896
14897         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14898         seems to make mail retrieval much, much faster.
14899         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14900         unconditionally.
14901
14902         * gnus-draft.el (gnus-group-send-queue):
14903         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14904
14905 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14908
14909         * message.el (message-bogus-address-regexp): Fix and improve custom
14910         type.
14911         (message-setup-hook): Add message-check-recipients as custom option.
14912
14913 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * message.el (message-cite-function): Remove bogus autoload which crept
14916         in during merge from v5-10.
14917
14918 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14919
14920         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14921
14922         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14923
14924         * auth-source.el: Preliminary Tramp docs.
14925         (auth-sources): Change the default auth-sources to use
14926         EPA .gpg files.
14927
14928 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * nntp.el: Autoload `auth-source-user-or-password'.
14931         (nntp-send-authinfo): Use it.
14932
14933         * nnimap.el: Autoload `auth-source-user-or-password'.
14934         (nnimap-open-connection): Use it.
14935
14936         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14937         for the gnus-message function.
14938         (auth-source-user-or-password): Use it.
14939
14940 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14941
14942         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14943         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14944         (rfc2104-hash): Use it.
14945
14946 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14947
14948         * gnus-art.el (gnus-article-toggle-truncate-lines):
14949         Don't use `iff' in docstring.
14950
14951 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14952
14953         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14954
14955         * gnus-util.el (gnus-extract-address-component-name)
14956         (gnus-extract-address-component-email): Convenience functions around
14957         `gnus-extract-address-components'.
14958
14959         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14960         Use `gnus-extract-address-component-email' to fix bug of comparing full
14961         sender name to `user-mail-address'.
14962
14963 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14964
14965         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14966         catch/throw to optimize.
14967         (gnus-registry-find-keywords): Just use member to find a keyword.
14968
14969 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14970
14971         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14972         is current before calling gnus-server-prepare.
14973         (gnus-server-setup-buffer, gnus-server-update-server)
14974         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14975
14976 2008-05-04  Juri Linkov  <juri@jurta.org>
14977
14978         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14979         (mailcap-file-default-commands): Use mailcap-replace-in-string
14980         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14981         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14982
14983 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14984
14985         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14986
14987 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14988
14989         * gnus.el: Bump version to 0.11.
14990
14991 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14992
14993         * gnus.el: No Gnus v0.10 is released.
14994
14995 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14996
14997         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14998         hooks.
14999         (gnus-update-read-articles): Speed up non-marks-using users.
15000         (gnus-use-marks): Define gnus-use-marks.
15001         (gnus-propagate-marks): Rename variable to something more sensible.
15002
15003 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15004
15005         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15006         (gmm-image-load-path-for-library): Fix typos in docstrings.
15007         (gmm-message): Reflow docstring.
15008
15009 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * mail-source.el (mail-source-set-1, mail-source-bind):
15012         Move auth-source code out of the macro to clean it up and fix bugs.
15013
15014 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15015
15016         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15017         by sender if it's equal to user-mail-address, it's likely to be
15018         useless.
15019
15020         * mail-source.el (mail-source-bind): Don't use user or password if they
15021         are not bound.  Unintern them if they are nil.  Don't use server unless
15022         it's bound, and default it to empty string otherwise.
15023
15024 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15025
15026         * mail-source.el: Load auth-source.el.
15027         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15028         get user name or password, if auth-sources is set up.
15029
15030         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15031         strategy of splitting with parent.
15032         (gnus-registry-split-fancy-with-parent)
15033         (gnus-registry-post-process-groups): Use it and fix prior
15034         bug (returning a list as the split result).
15035
15036         * auth-source.el (auth-sources): Remove server parameter.
15037         (auth-source-pick, auth-source-user-or-password)
15038         (auth-source-user-or-password-imap)
15039         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15040         (auth-source-user-or-password-sftp)
15041         (auth-source-user-or-password-smtp): Remove server parameter.
15042
15043 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15044
15045         * smime.el (smime-sign-region, smime-encrypt-region)
15046         (smime-decrypt-region):
15047         Remove redundant calls to `generate-new-buffer-name'.
15048
15049 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15050
15051         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15052         Don't use QP for message/rfc822.
15053         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15054
15055 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15056
15057         * sieve-manage.el (sieve-string-bytes): Remove.
15058         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15059         correct byte-length only if the process's coding-system is the same as
15060         the one used internally by Emacs to represent strings.
15061
15062 2008-04-22  Juri Linkov  <juri@jurta.org>
15063
15064         * mailcap.el (mailcap-file-default-commands): New function.
15065
15066 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * message.el (message-signature-separator, message-cite-function):
15069         Change custom version.
15070
15071 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15072
15073         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15074         commands.
15075         (tls-checktrust): Ditto.
15076
15077 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * mm-decode.el (mm-display-external): Make temp file read-only.
15080
15081 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15084         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15085         `C-c C-f d'.
15086
15087 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15088
15089         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15090
15091 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * gnus.el: Bump version to 0.9.
15094
15095 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * gnus.el: No Gnus v0.8 is released.
15098
15099 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15100
15101         * mail-source.el (mail-source-value):
15102         Prefer fboundp to functionp so it works with macros as well.
15103
15104 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15105
15106         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15107         Fix last change in case the element is not even a symbol.
15108
15109 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15110
15111         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15112         Prefer fboundp to functionp so it works with macros as well.
15113
15114 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15115
15116         * auth-source.el: Add docs.
15117         (auth-sources): Modify format to support server.
15118         (auth-source-pick, auth-source-user-or-password)
15119         (auth-source-user-or-password-imap)
15120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15121         (auth-source-user-or-password-sftp)
15122         (auth-source-user-or-password-smtp): Add server parameter.
15123
15124 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * gnus-registry.el: Initialize the registry when gnus-registry-install
15127         is t.
15128
15129 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * compface.el (uncompface): Make buffer unibyte.
15132
15133 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15134
15135         * mail-source.el (mail-source-value):
15136         Prefer fboundp to functionp so it works with macros as well.
15137
15138 2008-04-05  Glenn Morris  <rgm@gnu.org>
15139
15140         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15141
15142 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15143
15144         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15145         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15146
15147         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15148         multibyteness after rather than before erasing it.
15149
15150         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15151         mm-with-multibyte.
15152         (gnus-request-article-this-buffer): Make sure the proper decoding is
15153         used if gnus-original-article-buffer happens to be unibyte.
15154
15155         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15156         default-enable-multibyte-characters.
15157
15158         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15159         default-enable-multibyte-characters.
15160
15161         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15162
15163         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15164
15165 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15166
15167         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15168         Fix last change in case the element is not even a symbol.
15169
15170 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15171
15172         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15173         (imap-message-copyuid-1): Use it.
15174         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15175         J. Williams in
15176         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15177
15178         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15179         imap-enable-exchange-bug-workaround.
15180         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15181
15182 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15183
15184         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15185         a 100 byte status-checks into a 2-3MB transfer for each group.
15186         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15187         to enable bug workaround or not.
15188         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15189
15190 2008-03-31  Glenn Morris  <rgm@gnu.org>
15191
15192         * message.el (mml2015-use): Declare for compiler.
15193         (message-info): Require mml2015 when appropriate.
15194
15195 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15198         whitespace.
15199
15200 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15201
15202         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15203         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15204         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15205         (nntp-service-to-port): New function.
15206         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15207         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15208         (nntp-open-netcat-stream): New function.
15209         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15210
15211 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15212
15213         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15214
15215 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15216
15217         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15218
15219 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15220
15221         * dns.el (dns-write): Use set-buffer-multibyte.
15222
15223 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15224
15225         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15226
15227 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * message.el (message-signature-separator): Change default.
15230         Improve custom type.
15231         (message-cite-function): Change default to
15232         message-cite-original-without-signature.
15233
15234         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15235         toggle.
15236
15237         * message.el (message-check-news-body-syntax): Fix signature check.
15238         (message-setup-1): Mark buffer as unmodified _after_ running
15239         message-setup-hook and handling message-alternative-emails.
15240         (message-shorten-references): Be more strict when building list of
15241         valid references to comply with GNKSA.
15242
15243         * gnus-group.el (gnus-read-ephemeral-bug-group)
15244         (gnus-read-ephemeral-debian-bug-group)
15245         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15246
15247         * message.el (message-info): Don't use booleanp which isn't supported
15248         in Emacs 21 and XEmacs.
15249
15250 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15253         gnus-group-gmane-group-download-format.
15254         (gnus-group-read-ephemeral-gmane-group): Rename from
15255         gnus-group-read-ephemeral-gmane-group.
15256         (gnus-read-ephemeral-gmane-group-url): Rename from
15257         gnus-group-read-ephemeral-gmane-group-url.
15258         (gnus-bug-group-download-format-alist): New variable.
15259         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15260         (gnus-read-ephemeral-emacs-bug-group): New commands.
15261
15262 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15265         (gnus-visible-headers): Improve custom type.
15266
15267 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15268
15269         * mml.el (mml-menu): Add workarounds for XEmacs.
15270
15271         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15272         X-Boundary header.
15273
15274         * message.el (message-simplify-recipients): Fix previous commit.
15275
15276 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15277
15278         * mm-util.el (mm-set-buffer-multibyte): New function.
15279         * mm-decode.el (mm-copy-to-buffer): Use it.
15280
15281         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15282         Prefer fboundp to functionp so it works with macros as well.
15283
15284 2008-03-19  Glenn Morris  <rgm@gnu.org>
15285
15286         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15287         Accidentally removed in the sync process with Emacs.
15288
15289 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * message.el (message-alter-recipients-discard-bogus-full-name):
15292         New function.
15293         (message-alter-recipients-function): New variable.
15294         (message-get-reply-headers): Use it.
15295         (message-replace-header): New helper function.
15296         (message-recipients-without-full-name): New variable.
15297         (message-simplify-recipients): New command.
15298
15299         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15300
15301         * message.el (message-info): Handle EasyPG manual.
15302
15303         * mml.el (mml-menu): Add entry for EasyPG.
15304
15305 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15306
15307         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15308         parameter.
15309
15310         * message.el (message-disassociate-draft): Specify drafts group name
15311         fully.
15312
15313 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15316         Eliminate unnecessary duplicates from the match list.
15317
15318 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15321
15322         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15323
15324         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15325         args of `how-many' of which the XEmacs version doesn't take; declare
15326         Info-index-next as function.
15327
15328 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-score.el (gnus-score-headers): Fix handling of
15331         gnus-inhibit-slow-scoring.
15332
15333         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15334         string.
15335         (gnus-button-url-regexp): Improve handling of parenthesis.
15336         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15337         (gnus-button-handle-info-keystrokes): Handle index entries.
15338
15339 2008-03-15  Glenn Morris  <rgm@gnu.org>
15340
15341         * parse-time.el (parse-time-string): Simplify.
15342
15343 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15346         Incoming* files.
15347
15348 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15349
15350         * auth-source.el (auth-sources): Rename from auth-source-choices.
15351         (auth-source-pick): Use it.
15352
15353 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15354
15355         * binhex.el (binhex-decode-region-internal):
15356         * uudecode.el (uudecode-decode-region-internal):
15357         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15358         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15359         setting default-enable-multibyte-characters.
15360
15361 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * auth-source.el (auth-source-protocols)
15364         (auth-source-protocols-customize, auth-source-choices): Add and
15365         modified variable customizations and defaults.
15366         (auth-source-pick, auth-source-user-or-password)
15367         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15368         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15369         (auth-source-user-or-password-sftp)
15370         (auth-source-user-or-password-smtp): Use new variables and provide an
15371         interface to netrc.el.
15372
15373 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15376         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15377         Make sure the nntp port to specify is a string.
15378
15379 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15380
15381         * nntp.el: Use with-current-buffer.
15382         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15383         dubious mm-with-unibyte-current-buffer.
15384         (nntp-with-open-group-function): New function extracted from
15385         nntp-with-open-group macro.
15386         (nntp-with-open-group): Use the function, so it's easier to debug.
15387         Add indentation and debugging info.
15388         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15389         Recommend the use of the netcat alternatives.
15390
15391         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15392         Avoid mm-string-as-multibyte as well.
15393
15394         * nnweb.el (nnweb-insert-html):
15395         Remove use of nnheader-string-as-multibyte.
15396
15397         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15398         (nnheader-string-as-multibyte): Remove.
15399
15400         * mm-view.el: Use inhibit-read-only.
15401         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15402         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15403         or unibyte-string.
15404
15405         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15406         (mm-uu-yenc-extract): Use with-current-buffer.
15407
15408         * gnus-soup.el (gnus-soup-send-packet): Don't use
15409         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15410
15411         * nnmh.el: Use with-current-buffer.
15412         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15413         mm-string-as-multibyte on the output of mm-encode-coding-string.
15414
15415         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15416         (nnimap-request-move-article): Use with-current-buffer.
15417
15418         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15419         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15420         conversion uses string-make-unibyte rather than string-as-unibyte.
15421
15422         * gnus-msg.el: Use with-current-buffer.
15423
15424         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15425
15426 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15427
15428         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15429         string for caching if it is 'PIN.
15430
15431 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * lpath.el: Consider the case without Emacs/W3.
15434
15435 2008-03-08  Glenn Morris  <rgm@gnu.org>
15436
15437         * time-date.el (date-to-time, time-subtract, time-add)
15438         (safe-date-to-time): Doc fixes.
15439
15440 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * mail-source.el (mail-source-delete-old-incoming-confirm):
15443         Change default to nil.
15444         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15445
15446 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * lpath.el: Rearrange.
15449
15450         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15451         (gnus-article-goto-prev-page): Work for articles having ^L's.
15452
15453         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15454
15455         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15456
15457 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15458
15459         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15460         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15461         (gnus-bookmark-jump): Adjust some variable names.
15462
15463 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * auth-source.el: New package.
15466         (auth-source-choices): Add customization entry point variable.
15467
15468         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15469         bug.
15470
15471 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15472
15473         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15474         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15475         (gnus-registry-install-shortcuts): Rename from
15476         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15477         the `gnus-registry-mark-map' keymap dynamically from
15478         `gnus-registry-marks'.  The generated functions update the summary line
15479         when a registry mark is added or deleted, and will call
15480         `gnus-registry-install-p' (see the comments in the code).
15481         (gnus-registry-user-format-function-M): Use concat intelligently.
15482
15483         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15484         the registry mark functions.
15485
15486 2008-03-05  Glenn Morris  <rgm@gnu.org>
15487
15488         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15489         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15490         gnus-art.
15491         (top-level): No need to load own source when compiling.
15492
15493 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15494
15495         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15496         Suggested by <chris.anderton@zetnet.co.uk>.
15497
15498 2008-03-04  Glenn Morris  <rgm@gnu.org>
15499
15500         * gnus-sum.el (top-level): No need to require gnus when compiling,
15501         since unconditionally required near start of file.
15502         (gnus-summary-display-while-building): Move definition before use.
15503
15504 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * gnus-registry.el (gnus-registry-user-format-function-M):
15507         Add formatting function.
15508
15509 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15510
15511         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15512         with plists.
15513         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15514         Use new format.
15515
15516 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15519         `where-is-internal' that returns a range of key sequences.
15520
15521 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15522
15523         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15524
15525         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15526         (gnus-summary-jump-to-group): Consider windows on other displayed
15527         frames as well.  Similar changes might be needed elsewhere, but that's
15528         the one I've bumped into during my use.
15529
15530         * nndoc.el (nndoc-oe-dbx-type-p):
15531         * gnus-msg.el (gnus-debug):
15532         * gnus-group.el (gnus-update-group-mark-positions):
15533         Use mm-string-to-multibyte.
15534
15535 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15536
15537         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15538         doesn't handle NotDashEscaped.
15539
15540         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15541         (mml-dnd-attach-options): Fix typo in custom choice.
15542
15543         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15544         Change nndoc-article-type to mbox.
15545         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15546
15547         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15548         to nil, instead of html2text.
15549
15550         * imap.el (imap-debug): Add `imap-ping-server'.
15551
15552         * gnus-bookmark.el: Add FIXMEs.
15553
15554         * message.el (message-form-letter-separator)
15555         (message-send-form-letter-delay): New variables.
15556         (message-send-form-letter): Use them.  New command to send form
15557         letters.  Requested by Uwe Siart.
15558         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15559
15560 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * Update copyright years.
15563
15564 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         Sync from EMACS_22_BASE.
15567
15568         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15569
15570 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15571
15572         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15573         empty author.
15574
15575 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * gnus-registry.el (gnus-registry-marks): Add variable for
15578         customization of marks and their appearance.
15579         (gnus-registry-read-mark): Use it.
15580         (gnus-registry-do-marks): Add utility function to loop through
15581         `gnus-registry-marks'.
15582         (gnus-registry-install-shortcuts-and-menus): Add function to install
15583         shortcuts and menus.
15584         (gnus-registry-initialize): Use it.
15585         (gnus-registry-default-mark): Clarify documentation.
15586
15587 2008-02-29  Glenn Morris  <rgm@gnu.org>
15588
15589         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15590         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15591         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15592         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15593         Change defcustom :version from 23.0 to 23.1.
15594
15595 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15596
15597         * gnus-registry.el (gnus-registry-follow-group-p)
15598         (gnus-registry-post-process-groups): Add functions to aid registry
15599         splitting and improve logging.  Clarify behavior in function
15600         documentation.
15601         (gnus-registry-split-fancy-with-parent): Use them.
15602
15603 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15604
15605         * gnus-art.el: Use with-current-buffer.
15606
15607 2008-02-27  David Engster  <dengste@eml.cc>
15608
15609         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15610         Express real group name in the response.
15611
15612 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15615         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15616         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15617         autoload gnus-registry-fetch-group when compiling.
15618         (nnmairix-request-group-with-article-number-correction):
15619         Remove unreferenced argument passed to nnmairix-call-backend.
15620
15621 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15622
15623         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15624         (mm-uu-extract): Improve face for low color ttys.
15625         Reported by Sascha Wilde.
15626
15627 2008-02-27  Glenn Morris  <rgm@gnu.org>
15628
15629         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15630         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15631         variables to defconsts.  Convert comments to doc-strings.
15632         (nnmairix-last-server, nnmairix-current-server): Convert from free
15633         variables to defvars.  Convert comments to doc-strings.
15634         (gnus-registry-fetch-group): Autoload.
15635         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15636         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15637         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15638         caddr.
15639         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15640         nnmairix-request-group-with-article-number-correction call.
15641         (nnmairix-fast, nnmairix-group): New, less general names, for free
15642         variables passed from nnmairix-request-group to
15643         nnmairix-request-group-with-article-number-correction.  Declare.
15644         (nnmairix-request-group-with-article-number-correction):
15645         Use nnmairix-fast, nnmairix-group rather than fast, group.
15646
15647 2008-02-26  David Engster  <dengste@eml.cc>
15648
15649         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15650         version 0.5.
15651
15652 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15653
15654         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15655         instead of making an extra function call.  Don't add the current group
15656         to articles only when they have the group.  Use
15657         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15658         Reported by David <de_bb@arcor.de>.
15659
15660 2008-02-24  Miles Bader  <miles@gnu.org>
15661
15662         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15663         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15664         (mm-find-mime-charset-region):
15665         * mm-bodies.el (mm-encode-body):
15666         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15667
15668 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15671         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15672
15673 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * mail-source.el (mail-source-delete-incoming): Change default.
15676         Supplement doc string.
15677
15678         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15679
15680 2008-02-14  Glenn Morris  <rgm@gnu.org>
15681
15682         * time-date.el (format-seconds): New function.
15683
15684 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * nnmail.el (nnmail-message-id-cache-file): Derive from
15687         `gnus-home-directory'.
15688
15689 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15692         Document negative prefix.
15693
15694         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15695
15696 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15697
15698         * message.el (message-unsent-separator): Add the Exim bounce
15699         separator.
15700
15701 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15702
15703         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15704         list.
15705         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15706         recipient/signer list.
15707
15708 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * Makefile.in (datarootdir): Define.
15711         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15712         name that might contain whitespace.
15713
15714 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15715
15716         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15717         fbound (Emacs 23 unicode), signal an error.
15718
15719 2008-02-08  Glenn Morris  <rgm@gnu.org>
15720
15721         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15722
15723 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15724
15725         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15726         ports to the calls to `netrc-machine-user-or-password' in addition to
15727         "imap" and "imaps".
15728
15729 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15730
15731         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15732
15733         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15734
15735 2008-02-01  Kenichi Handa  <handa@m17n.org>
15736
15737         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15738         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15739         (rfc2104-hash): Convert the result of concat to unibyte string.
15740
15741 2008-02-01  Dave Love  <fx@gnu.org>
15742
15743         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15744         coding-system-for-read.
15745         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15746
15747 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15750         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15751         <hanche@math.ntnu.no>.
15752
15753 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15756
15757         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15758
15759 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15760
15761         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15762         * message.el (message-beginning-of-line): Use featurep instead of bound
15763         tests in order to resolve conditionals at compile time.
15764
15765 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15766
15767         * mail-source.el (mail-sources): Add `group' choice.
15768
15769         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15770         parameter `in-group' to control into which group the articles go.
15771         Add treatment of `group' mail-source.
15772
15773 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15776
15777         * mm-decode.el (mm-dissect-buffer): Decode description.
15778
15779         * mml.el (mml-to-mime): Encode message header first.
15780
15781 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15784         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15785
15786         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15787         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15788
15789 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15790
15791         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15792
15793 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15796         prefix keys.
15797         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15798         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15799         gnus-xmas.el.
15800
15801         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15802         (gnus-xmas-article-describe-bindings): New function.
15803         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15804         gnus-xmas-article-describe-bindings.
15805
15806         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15807
15808 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15809
15810         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15811         Add new variables for article mark management.
15812         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15813         list of extra data entries which, when present, will indicate that the
15814         article ID should not be trimmed from the registry.
15815         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15816         functions.
15817         (gnus-registry-read-mark): New function to read a mark name from the
15818         user.
15819         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15820         (gnus-registry-set-article-mark-internal): New functions to add and
15821         remove marks.
15822         (gnus-registry-get-article-marks): New function to show the marks for
15823         an article, or retrieve them for further use.
15824
15825 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15828         keys when no argument is given.
15829
15830 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15831
15832         * imap.el (imap-ping-server): New variable.
15833         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15834         (imap-ping-server): Minor doc string fixes.
15835
15836 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15837
15838         * imap.el (imap-ping-server): New function.
15839         (imap-opened): Call imap-ping-server.
15840
15841 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15842
15843         * gnus-sum.el (gnus-article-sort-by-random)
15844         (gnus-thread-sort-by-random): Fix doc strings.
15845         Reported by jidanni@jidanni.org.
15846
15847 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-art.el (gnus-article-describe-bindings): New function.
15850         (gnus-article-read-summary-keys): Use it.
15851         (gnus-article-mode-map): Bind `C-h b' to it.
15852
15853 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15856         XEmacs.
15857         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15858         Protect against non-character events.
15859
15860         * lpath.el: Fbind map-keymap for Emacs 21.
15861
15862 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15865         New command.
15866         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15867         instead of END.  Change name of the temp file.
15868         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15869         customizable.
15870
15871 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15874         bind `S W' to gnus-article-wide-reply-with-original; set default
15875         binding to gnus-article-read-summary-send-keys.
15876         (gnus-article-read-summary-keys): Fix the order of keys; display
15877         continuation keys correctly in the echo area; describe bindings
15878         correctly when keys end with `C-h'.
15879         (gnus-article-read-summary-send-keys): New function.
15880         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15881         Work for gnus-article-read-summary-send-keys; display continuation keys
15882         correctly in the echo area.
15883         (gnus-article-reply-with-original): Ignore prefix argument.
15884         (gnus-article-wide-reply-with-original): New function.
15885
15886         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15887         Emacs 21.
15888
15889 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15892         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15893
15894 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15897         (gnus-group-read-ephemeral-gmane-group): New command.
15898
15899 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15900
15901         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15902
15903 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * message.el (message-send-mail-function): Increase custom version.
15906
15907         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15908         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15909
15910 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15911
15912         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15913         for the cases where imap-authenticate is called with a nil buffer
15914         parameter.
15915
15916 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15919         html parts correctly; support forwarded messages.
15920         (gnus-article-browse-html-article): Remove work buffers.
15921
15922         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15923         compiling.
15924         (netrc-bound-and-true-p): New macro.
15925         (netrc-parse): Use it instead of bound-and-true-p that is not available
15926         in XEmacs 21.4.
15927
15928 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * gnus-registry.el (gnus-registry-mark-article)
15931         (gnus-registry-article-marks): Add functionality to mark articles
15932         through the Gnus registry.
15933
15934         * encrypt.el: Clarify documentation for the new pgg method.
15935         (encrypt-file-alist): Add PGG option.
15936         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15937         functionality.  Abstract password key and messaging to external
15938         functions.
15939         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15940         (encrypt-message-method-and-cipher): Add new convenience external
15941         functions.
15942         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15943         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15944
15945         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15946         (netrc-parse): Use encrypt-file-alist to determine if
15947         encrypt-find-model or encrypt-insert-file-contents should be used.
15948
15949         * encrypt.el: Clarify documentation.  Load password-cache or
15950         password, whichever one is found first, instead of autoloading.
15951
15952 2007-12-19  Glenn Morris  <rgm@gnu.org>
15953
15954         * mml.el (message-options-set, message-narrow-to-head)
15955         (message-in-body-p, message-mail-p, message-encode-message-body):
15956         Autoload.
15957         (message-remove-header, message-narrow-to-headers-or-head)
15958         (message-subscribed-p, message-make-mail-followup-to)
15959         (message-position-on-field, message-news-p)
15960         (message-options-set-recipient, message-generate-headers)
15961         (message-sort-headers): Declare as functions.
15962
15963 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15966         convention in doc string.
15967
15968 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15971         title to html parts.
15972         (gnus-article-browse-html-article): Pass message header to it.
15973
15974         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15975
15976 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15977
15978         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15979         or password compatible with XEmacs.
15980
15981 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15984         format document.
15985         (gnus-mime-delete-part): Don't write description line if empty.
15986         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15987
15988 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15989
15990         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15991         (gnus-summary-mark-read-and-unread-as-read)
15992         (gnus-summary-mark-current-read-and-unread-as-read)
15993         (gnus-summary-mark-unread-as-ticked): Doc fix.
15994         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15995
15996 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15999         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16000
16001 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16004         yes-or-no-p.
16005
16006 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * mm-decode.el (mm-add-meta-html-tag): New function.
16009         (mm-save-part-to-file, mm-pipe-part): Use it.
16010
16011         * gnus-art.el (gnus-article-browse-delete-temp-files):
16012         Use gnus-y-or-n-p instead of y-or-n-p.
16013         (gnus-article-browse-html-parts): Work with message/external-body; use
16014         mm-add-meta-html-tag.
16015
16016 2007-12-11  Glenn Morris  <rgm@gnu.org>
16017
16018         * gnus-cache.el: Require gnus-sum not just when compiling.
16019
16020         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16021
16022         * gnus-int.el (gnus-server-opened, gnus-status-message):
16023         Move definitions before use.
16024
16025         * mm-decode.el: Require gnus-util.
16026         (mm-remove-part): Only call delete-annotation on XEmacs.
16027
16028         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16029
16030         * nnmail.el: Require gnus-int.
16031
16032         * spam.el: Move `require's before `eval-when-compile's.
16033
16034         * gnus-ems.el (gnus-alive-p):
16035         * gnus-fun.el (message-goto-eoh):
16036         * gnus-util.el (gnus-group-name-decode):
16037         * mail-source.el (gnus-compress-sequence):
16038         * message.el (Info-goto-node, format-spec):
16039         * mm-bodies.el (message-options-get):
16040         * mm-decode.el (mm-view-pkcs7):
16041         * mm-util.el (gmm-write-region):
16042         * mml-smime.el (mml-compute-boundary)
16043         (gnus-completing-read-with-default):
16044         * mml.el (widget-button-press, gnus-make-hashtable):
16045         * mml1991.el (mm-decode-content-transfer-encoding)
16046         (mm-encode-content-transfer-encoding)
16047         (message-options-get, message-options-set):
16048         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16049         * nnfolder.el (gnus-request-group):
16050         * nnheader.el (ietf-drums-unfold-fws):
16051         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16052         * smime.el (gnus-run-mode-hooks):
16053         * spam-stat.el (gnus-message): Autoload.
16054
16055         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16056         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16057         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16058         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16059         Add declare-function compatibility definition.
16060
16061         * gnus-cache.el (nnvirtual-find-group-art):
16062         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16063         (gnus-add-image, gnus-add-wash-type):
16064         * gnus-group.el (nnkiboze-score-file):
16065         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16066         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16067         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16068         (message-tokenize-header, gnus-get-buffer-create)
16069         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16070         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16071         * gnus.el (gnus-group-decoded-name):
16072         * mail-source.el (imap-capability):
16073         * mm-bodies.el (message-options-set):
16074         * mm-decode.el (gnus-configure-windows):
16075         * mm-extern.el (message-goto-body):
16076         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16077         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16078         (epg-sub-key-validity, message-options-set):
16079         * mml.el (widget-event-point, gnus-configure-windows):
16080         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16081         * mml2015.el (epg-check-configuration, epg-configuration)
16082         (message-options-set):
16083         * nndb.el (nndb-request-article):
16084         * nnfolder.el (gnus-request-create-group):
16085         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16086         * nnmaildir.el (gnus-group-mark-article-read):
16087         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16088         * rfc1843.el (message-fetch-field):
16089         * spam.el (gnus-extract-address-components):
16090         Declare as functions.
16091
16092 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16095
16096         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16097
16098         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16099         bind show-trailing-whitespace for XEmacs.
16100
16101 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16104         new no-op macro for backward compatibility.
16105
16106         * imap.el (imap-string-to-integer): New function.
16107
16108 2007-12-09  Glenn Morris  <rgm@gnu.org>
16109
16110         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16111
16112         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16113         * message.el, mm-view.el, sieve-manage.el, smime.el:
16114         Add declare-function compatibility definition.
16115
16116         * gnus-art.el (w3-region, w3m-region, Info-menu):
16117         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16118         * gnus-sum.el (gnus-get-predicate):
16119         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16120         * message.el (mail-abbrev-in-expansion-header-p):
16121         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16122         (w3m-detect-meta-charset, w3m-region):
16123         * sieve-manage.el (password-read, password-cache-add)
16124         (password-cache-remove):
16125         * smime.el (password-read-and-add): Declare as functions.
16126
16127 2007-12-08  David Kastrup  <dak@gnu.org>
16128
16129         * gnus-sum.el (gnus-summary-simplify-subject-query):
16130         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16131         `message'.
16132
16133 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16136         it to bind idna-program, installation-directory, defined-colors, and
16137         face-attribute for XEmacs of the version that compiles defcustom forms.
16138
16139 2007-12-07  Glenn Morris  <rgm@gnu.org>
16140
16141         * gnus-art.el (article-make-date-line): Revert previous change.
16142
16143 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16146
16147 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16148
16149         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16150         Call gnus-add-to-range ranges only once with a prepared article-list.
16151
16152 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16153
16154         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16155         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16156         group names with backslashes.
16157         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16158
16159 2007-12-06  Deepak Goel  <deego3@gmail.com>
16160
16161         * gnus-art.el (article-make-date-line):
16162         * gnus-start.el (gnus-load):
16163         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16164
16165 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-art.el (gnus-use-idna):
16168         * gnus-start.el (gnus-site-init-file):
16169         * message.el (message-use-idna):
16170         * mm-uu.el (mm-uu-hide-markers):
16171         * smiley.el (smiley-style): Revert changes that suppress warnings.
16172
16173 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16176         specify charset to html source.
16177         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16178
16179 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16182         idna-program in order to suppress byte compile warning issued by XEmacs
16183         that came to byte compile the default value section of defcustom forms
16184         recently.
16185
16186         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16187         value of installation-directory.
16188
16189         * message.el (message-use-idna): Don't directly refer to the value of
16190         idna-program.
16191
16192         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16193
16194         * smiley.el (smiley-style): Don't directly call face-attribute.
16195
16196 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16199
16200         * gnus-dired.el: Reduce Gnus dependencies.
16201         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16202         Don't require.  Use autoloads instead.
16203         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16204         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16205         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16206         (gnus-dired-mode): Adjust doc string.
16207         (gnus-dired-mail-mode): New variable.
16208         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16209         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16210         (gnus-dired-mail-buffers): New function.  Return mail or message
16211         composition buffers.
16212         (gnus-dired-attach): Use it.
16213         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16214         NO-DECODE.
16215         (gnus-dired-print): Use `gnus-print-buffer' depending on
16216         `gnus-dired-mail-mode'.
16217
16218 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * rfc2047.el (rfc2047-encoded-word-regexp)
16221         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16222         explaining what regexp patterns are for.
16223
16224 2007-12-04  Glenn Morris  <rgm@gnu.org>
16225
16226         * password.el: Move to password-cache.el.
16227
16228         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16229         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16230         * mml-smime.el (password-read, password-cache-add)
16231         (password-cache-remove):
16232         No need to autoload, since mml-sec requires password.
16233
16234         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16235         * message.el (gnus-extract-address-components):
16236         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16237
16238         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16239         password.
16240
16241 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * mailcap.el: Reduce dependencies.
16244         (mail-header-parse-content-type): Autoload.
16245         (mailcap-delete-duplicates): New alias.
16246         (mailcap-mime-info): Add optional argument NO-DECODE.
16247         (mailcap-mime-types): Use mailcap-delete-duplicates.
16248
16249         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16250
16251 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16252
16253         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16254         (imap-parse-status): Upcase status-att for servers that sends them
16255         lower-case (e.g., MS Exchange 2007).
16256
16257 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16258
16259         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16260         function.
16261
16262         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16263         (gnus-uu-yenc-article): New function.
16264
16265         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16266
16267         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16268
16269 2007-12-02  Glenn Morris  <rgm@gnu.org>
16270
16271         * binhex.el (binhex): New custom group.
16272         (binhex-decoder-program, binhex-decoder-switches)
16273         (binhex-use-external): Move to the binhex custom group.
16274
16275         * uudecode.el (uudecode): New custom group.
16276         (uudecode-decoder-program, uudecode-decoder-switches)
16277         (uudecode-use-external): Move to the uudecode custom group.
16278
16279         * netrc.el (top-level): Don't load `encrypt' features.
16280         (netrc-parse): Don't use encrypt.
16281         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16282
16283         * encrypt.el: Remove file.
16284
16285 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16288         matches on patches.
16289
16290         * gnus-art.el (gnus-article-browse-html-article):
16291         Mention `mm-text-html-renderer' in the doc string.
16292
16293         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16294         string.  Add comments.
16295
16296         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16297         if rhs is ASCII.
16298
16299 2007-12-01  Glenn Morris  <rgm@gnu.org>
16300
16301         * mail-source.el (top-level): Require format-spec before
16302         eval-when-compile.
16303
16304 2007-11-30  Glenn Morris  <rgm@gnu.org>
16305
16306         * encrypt.el: Require password, rather than autoloading password-read.
16307
16308 2007-11-29  Glenn Morris  <rgm@gnu.org>
16309
16310         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16311         (sasl-make-client, sasl-next-step, sasl-step-data)
16312         (sasl-step-set-data): Declare as functions.
16313
16314 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16317
16318 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16319
16320         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16321         certs should be verified and what is to be done in the event of a
16322         verification failure.
16323
16324         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16325         caller can indicate whether the cache should be disregarded for this
16326         call.  This way the result of the call is reproducible at all times and
16327         can be considered a canonical server name for the supplied method.
16328         (gnus-agent-method-p): Canonicalize server names by pushing their
16329         method through `gnus-method-to-server' using the no-cache argument.
16330
16331         * gnus-srvr.el (gnus-server-insert-server-line):
16332         Call `gnus-method-to-server' with `no-cache' argument.
16333
16334         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16335         gnus-agent-possibly-synchronize-flags as this should be called when the
16336         server is actually being opened.
16337         (gnus-agent-possibly-synchronize-flags)
16338         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16339         flags file of an agentized server to the latter function.
16340
16341         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16342         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16343         after a connection has been established successfully.
16344
16345 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-art.el (article-display-face): Force to display face if called
16348         interactively; check if gnus-article-x-face-too-ugly matches author.
16349         (article-display-x-face): Display face even if From header is missing
16350         as article-display-face does.
16351
16352 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16353
16354         * hashcash.el (message-narrow-to-headers-or-head)
16355         (message-fetch-field, message-goto-eoh)
16356         (message-narrow-to-headers): Declare as functions.
16357
16358 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * mail-source.el (mail-sources): Default to fetch from file for
16361         compatibility with default of nnmail-spool-file.
16362
16363 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16366         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16367         to look for encoded word that should be encoded again.
16368         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16369         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16370         encoding pattern.
16371         (rfc2047-decode-region): Switch strict regexp and loose one according
16372         to rfc2047-allow-irregular-q-encoded-words.
16373
16374 2007-11-25  Romain Francoise  <romain@orebokech.com>
16375
16376         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16377
16378 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * tls.el (tls-program): Provide more custom choices from
16381         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16382         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16383
16384 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16387         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16388
16389         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16390         `nnmail-spool-file'.
16391
16392         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16393         `nnmail-spool-file'.
16394
16395         * gnus-move.el (gnus-change-server): Ditto.
16396
16397         * gnus-kill.el (gnus-batch-score): Ditto.
16398
16399         * gnus-cache.el (gnus-jog-cache): Ditto.
16400
16401         * gnus-msg.el (gnus-summary-reply):
16402         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16403
16404 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16407         version.  Minor improvement to doc strings.
16408         (tls-program): Add comment.
16409
16410 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16411
16412         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16413         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16414         mismatch between the hostname provided in the certificate and the name
16415         of the host connnecting to.
16416         (open-tls-stream): Use them.  Check certificates against trusted root
16417         certificates.
16418
16419 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * gnus-cache.el (gnus-cache-generate-nov-databases):
16422         Use nnml-generate-nov-databases-directory instead of
16423         nnml-generate-nov-databases-1.
16424
16425 2007-11-24  Glenn Morris  <rgm@gnu.org>
16426
16427         * message.el (message-tool-bar-retro): Update for rename
16428         mail_send.xpm->mail-send.xpm.
16429
16430 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16433         `smime-ldap-search' for Emacs 22 and up.
16434
16435 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16436
16437         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16438
16439         * message.el (message-send-mail-function): Fix error convention.
16440         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16441         (message-widen-reply, message-send-mail, message-talkative-question)
16442         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16443         (message-clone-locals, message-send-news): Use with-current-buffer.
16444         (message-insert-or-toggle-importance): Remove unused var `valid'.
16445         (message-make-references): Remove unused var `new-references'.
16446         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16447
16448 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16449
16450         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16451         (spam-split-symbolic-return-positive): Reflow docstring.
16452         (spam-backends, spam-summary-exit-behavior)
16453         (spam-mark-ham-unread-before-move-from-spam-group)
16454         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16455         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16456         (spam-clear-cache, spam-backend-check, spam-install-backend)
16457         (spam-install-statistical-backend, spam-list-of-processors)
16458         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16459         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16460         (spam-check-crm114, spam-initialize, spam-unload-hook):
16461         Fix typos in docstrings.
16462
16463 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16466         been checked if they have never been read and those group levels are
16467         higher than the one that a user specified.
16468
16469 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16472         foreign groups unless a group level is specified by a user.
16473         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16474
16475 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * message.el (message-send-mail-function): Require sendmail.
16478
16479 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * message.el (message-send-mail-function): Check for smtpmail too.
16482
16483         * utf7.el (utf7-encode, utf7-decode): Use coding system
16484         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16485
16486         * message.el (message-send-mail-function): New function.
16487         (message-send-mail-function): Set default using
16488         message-send-mail-function.  Adjust doc string.
16489         (message-send-mail-with-mailclient): New function.
16490
16491 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16492
16493         * smime.el (from):
16494         * rfc2047.el (message-posting-charset):
16495         * qp.el (mm-use-ultra-safe-encoding):
16496         * pop3.el (parse-time-months):
16497         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16498         * nnml.el (files):
16499         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16500         (jka-compr-compression-info-list, ange-ftp-path-format)
16501         (efs-path-regexp):
16502         * nndiary.el (files):
16503         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16504         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16505         (epg-digest-algorithm-alist, inhibit-redisplay)
16506         (password-cache-expiry):
16507         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16508         (pgg-output-buffer, password-cache-expiry):
16509         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16510         (efs-path-regexp):
16511         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16512         (inhibit-redisplay):
16513         * mm-uu.el (file-name, start-point, end-point, entry)
16514         (gnus-newsgroup-name, gnus-newsgroup-charset):
16515         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16516         (latin-unity-ucs-list):
16517         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16518         (mm-uu-binhex-decode-function):
16519         * message.el (gnus-message-group-art, gnus-list-identifiers)
16520         (rmail-enable-mime-composing, gnus-local-organization)
16521         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16522         (gnus-read-active-file, facemenu-add-face-function)
16523         (facemenu-remove-face-function, gnus-article-decoded-p)
16524         (tool-bar-mode):
16525         * mail-source.el (display-time-mail-function):
16526         * gnus-util.el (nnmail-pathname-coding-system)
16527         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16528         (gnus-original-article-buffer, gnus-user-agent)
16529         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16530         (xemacs-codename, sxemacs-codename, emacs-program-version):
16531         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16532         * gnus-start.el (gnus-agent-covered-methods)
16533         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16534         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16535         (gnus-newsgroup-headers, gnus-group-list-mode)
16536         (gnus-group-mark-positions, gnus-newsgroup-data)
16537         (gnus-newsgroup-unreads, nnoo-state-alist)
16538         (gnus-current-select-method, mail-sources)
16539         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16540         (nnmail-spool-file, gnus-cache-active-hashtb):
16541         * gnus-mh.el (mh-lib-progs):
16542         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16543         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16544         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16545         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16546         (gnus-group-buffer):
16547         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16548         (font-lock-set-defaults):
16549         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16550         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16551         (gnus-summary-post-menu, total-parts, type, condition, length):
16552         * gnus-agent.el (gnus-agent-read-agentview):
16553         * flow-fill.el (show-trailing-whitespace):
16554         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16555         eval-and-compile wrappers for byte compiler pacifiers.
16556
16557         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16558         (mm-display-inline-fontify): Check for featurep 'xemacs not
16559         extent-list.
16560
16561         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16562         itimer-list.
16563         (mm-create-image-xemacs): Only do something for XEmacs.
16564         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16565
16566         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16567
16568         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16569         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16570
16571 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16572
16573         * nnimap.el (nnimap-split-download-body):
16574         * gnus-demon.el (gnus-demon):
16575         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16576
16577 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16580         New macros.
16581         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16582         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16583         copy data from unibyte buffer to multibyte current buffer.
16584         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16585         to copy data from unibyte current buffer to multibyte buffer.
16586         (nntp-make-process-buffer): Make process buffer unibyte.
16587
16588         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16589
16590 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16591
16592         * pop3.el (pop3-open-server): Accept and process data more robustly at
16593         connection start to avoid spurious "POP SSL connection failed" errors.
16594
16595 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16598         read group names.
16599
16600 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16603
16604 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16607         (nnmail-save-active): Use a unibyte buffer when saving active file,
16608         which may contain non-ASCII group names.
16609
16610         * nnml.el (nnml-request-group): Decode group names in messages.
16611
16612 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * message.el (message-citation-line-function)
16615         (message-insert-formatted-citation-line): Fix spelling of
16616         `message-insert-formated-citation-line'.
16617
16618 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16621
16622 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16625         nnmail-pathname-coding-system.
16626
16627         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16628         that a user enters; decode group names in messages.
16629
16630         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16631
16632 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16635
16636         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16637
16638         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16639         risky local variable.
16640
16641         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16642
16643 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * encrypt.el: Improve documentation to fix function name typo.
16646         Reported by Daiki Ueno <ueno@unixuser.org>.
16647
16648 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16651         even if the point is not in the last page of an article.
16652         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16653         back to the previous page.
16654
16655 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16658
16659 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16662
16663 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16664
16665         * message.el (message-check-news-body-syntax):
16666         Avoid mm-string-as-multibyte.
16667         (message-hide-headers): Don't assume (point-min)==1.
16668
16669 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16670
16671         * message.el (message-remove-blank-cited-lines): Fix if remove is
16672         given.
16673         (message-bogus-address-regexp): New variable.
16674         (message-bogus-recipient-p): New function.
16675         (message-check-recipients): New command.
16676         (message-syntax-checks): Add `bogus-recipient'.
16677         (message-fix-before-sending): Add `bogus-recipient'.
16678
16679         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16680         (gnus-treat-body-boundary): Don't test window-system.
16681
16682 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16683
16684         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16685
16686 2007-10-28  Miles Bader  <miles@gnu.org>
16687
16688         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16689         at compile-time too.
16690
16691 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16692
16693         * gnus-msg.el (gnus-message-setup-hook):
16694         Add `message-remove-blank-cited-lines' to options.
16695
16696 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16697
16698         * message.el (message-remove-blank-cited-lines): New function.
16699         Suggested by Karl Plästerer.
16700
16701 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16704         mapc.
16705
16706         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16707         (top-level): Use mapc to set functions to be traced for debugging.
16708
16709         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16710         called for effect with while loop.
16711
16712         * message.el (message-talkative-question): Replace mapcar called for
16713         effect with mapc.
16714
16715         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16716         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16717         called for effect with dolist.
16718
16719         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16720
16721         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16722         gnus-extra-headers and nnmail-extra-headers.
16723
16724         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16725         called for effect with dolist.
16726         (top-level): Use mapc to set functions to be traced for debugging.
16727
16728         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16729         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16730         dolist.
16731
16732         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16733         Replace mapcar called for effect with mapc.
16734         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16735         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16736         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16737         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16738
16739         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16740         remove-if that's a cl function.
16741
16742         * webmail.el (webmail-debug): Replace mapcar called for effect with
16743         dolist.
16744
16745         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16746         with mapc.
16747
16748 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16751         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16752         with while loop.
16753
16754         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16755         functions from article-* functions.
16756         (gnus-multi-decode-header): Replace mapcar called for effect with
16757         dolist.
16758
16759         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16760         (gnus-bookmark-show-details): Replace mapcar called for effect with
16761         while loop.
16762
16763         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16764         called for effect with while loop.
16765
16766         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16767         with dolist.
16768
16769         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16770         Replace mapcar called for effect with dolist.
16771
16772         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16773
16774         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16775         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16776         Replace mapcar called for effect with dolist.
16777         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16778         mapc.
16779
16780         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16781         Replace mapcar called for effect with dolist.
16782         (gnus-topic-list): Replace mapcar called for effect with mapc.
16783
16784         * gnus.el: Use mapc instead of mapcar to add autoloads.
16785
16786 2007-10-23  Richard Stallman  <rms@gnu.org>
16787
16788         * gnus-group.el (gnus-group-highlight): Mark as risky.
16789
16790 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus.el (gnus-server-to-method): Return method found first in
16793         gnus-newsrc-alist.
16794
16795         * gnus-art.el (gnus-article-highlight-signature)
16796         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16797         button overlay without the front stickiness.
16798
16799 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16800
16801         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16802         overview buffer needed a catch to receive its throw.
16803         (gnus-agent-flush-cache): Declare as interactive to make this function
16804         easier to use.
16805
16806 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16809         `next-line'.
16810
16811 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16814         exclude address matching message-dont-reply-to-names.
16815
16816 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * gnus-util.el (gnus-string<): New function.
16819
16820         * gnus-sum.el (gnus-article-sort-by-author)
16821         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16822
16823 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16826         the frame-focus tag is set in gnus-buffer-configuration.
16827
16828 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16831         the front stickiness.
16832
16833 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16836         url pattern; remove duplicate one.
16837         (gnus-article-extend-url-button): New function.
16838         (gnus-article-add-buttons): Use it.
16839         (gnus-button-push): Use concatenated url that it makes.
16840
16841 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16842
16843         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16844
16845 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16846
16847         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16848         Don't hardcode point-min==1.
16849
16850 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16853         Fix comment about "iso8859-1".
16854
16855 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16856
16857         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16858         ones returned from the verify-function.
16859
16860         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16861         Call mml2015-extract-cleartext-signature if extraction failed.
16862
16863 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16864
16865         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16866         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16867         failed.
16868
16869 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16870
16871         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16872
16873 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16874
16875         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16876         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16877         recommends to use EasyPG instead of PGG.
16878
16879         * pgg.el: Revert to revision 6.23.2.16.
16880
16881         * pgg-def.el: Revert to revision 6.6.2.14.
16882
16883         * pgg-gpg.el: Revert to revision 6.23.2.34.
16884
16885 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16888         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16889         thread for both the null and zero (kill/expire thread) universal prefix
16890         cases.
16891         (gnus-summary-expire-thread): Add new function to expire a thread,
16892         using gnus-summary-kill-thread.
16893         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16894         shortcuts for gnus-summary-expire-thread.
16895         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16896         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16897
16898 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16901         extras value, so an extras entry can be deleted.
16902         (gnus-registry-delete-extra-entry): Use it.
16903         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16904         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16905         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16906         storage through the gnus-registry, and provide an appropriate API for
16907         it.
16908
16909 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16912         Suggested by Leo <sdl.web@gmail.com>.
16913
16914         * gnus.el: Do.
16915
16916 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16919         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16920
16921         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16922
16923         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16924         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16925
16926 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16929         newline.
16930         (nnmbox-request-accept-article): Don't change article in source buffer;
16931         narrow to header to use message-fetch-field rather than
16932         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16933         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16934         as delimiters; make sure article ends with newline.
16935         (nnmbox-delete-mail): Correct last position of article to be deleted;
16936         ignore X-Gnus-Newsgroup header in article body.
16937         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16938         positions; make sure article ends with newline.
16939
16940         * message.el (message-display-abbrev): Don't infloop when a user
16941         inserts SPC in the beginning of header.
16942
16943         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16944         coding-system-for-read and coding-system-for-write for XEmacs having no
16945         file-coding feature.
16946
16947         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16948
16949 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16952         list of groups not followed by default.  Fix type to be regexp.
16953         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16954
16955 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16956
16957         * hmac-def.el (define-hmac-function): Switch from old-style to
16958         new-style backquotes.
16959
16960         * md4.el (md4-make-step): Likewise.
16961
16962 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16965         raw-text coding system when saving .newsrc file, which may contain
16966         non-ASCII group names.
16967
16968 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-cus.el (gnus-score-extra): New widget.
16971         (gnus-score-extra-convert): New function.
16972         (gnus-score-customize): Use it for Extra.
16973
16974 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16975
16976         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16977         (mml2015-mailcrypt-clear-verify): Use it.
16978         (mml2015-gpg-clear-verify): Use it.
16979         (mml2015-pgg-clear-verify): Use it.
16980         (mml2015-epg-clear-verify): Replace the current part with the output
16981         from GnuPG; don't extract the plaintext by itself.
16982
16983         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16984         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16985         mml2015-clear-verify-function; don't touch the armor headers or
16986         dash-escaped text here.
16987
16988 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16991         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16992         parts, or application/octet-stream as a last resort.
16993         (gnus-mime-view-part-as-type): Don't toggle display.
16994         (gnus-mime-view-part-as-charset): Don't turn off display before
16995         querying charset.
16996
16997         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16998         stuff to undisplayer function in Emacs.
16999         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17000
17001         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17002         text/calendar parts.
17003
17004 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17007         decoding text/calendar parts.
17008
17009         * message.el (message-forward-make-body-mime): Always mark body as
17010         having no illegible text; remove signed-or-encrypted argument.
17011         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17012
17013         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17014         (mml-generate-mime-1): Don't encode body if it is specified to be in
17015         raw form; don't make buffer be unibyte when inserting multibyte string.
17016
17017 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17018
17019         * sha1.el: Fix up comment style.
17020         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17021         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17022
17023         * hex-util.el: Fix up comment style.
17024         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17025
17026         * gnus-salt.el: Use with-current-buffer.
17027         (gnus-pick-setup-message): Fix long-standing typo.
17028
17029 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * imap.el (imap-logout-timeout): New variable.
17032         (imap-logout, imap-logout-wait): New functions.
17033         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17034
17035         * nnimap.el (nnimap-logout-timeout): New server variable.
17036         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17037         nnimap-logout-timeout.
17038
17039         * gnus-art.el (gnus-article-summary-command-nosave)
17040         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17041
17042 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * gnus.el (gnus-maximum-newsgroup): New variable.
17045
17046         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17047         according to gnus-maximum-newsgroup.
17048
17049         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17050         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17051         Limit the range of articles according to gnus-maximum-newsgroup.
17052
17053 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17054
17055         * gnus-art.el (gnus-sticky-article): Fix problems described in
17056         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17057         Don't perform gnus-configure-windows here; reuse existing sticky
17058         article buffer.
17059
17060         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17061         it doesn't exist in gnus-article-mode.
17062
17063 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17066         (gnus-agent-decoded-group-name): New function.
17067         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17068         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17069
17070 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17071
17072         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17073         Add binding for gnus-sticky-article.
17074         (gnus-summary-exit): Don't kill sticky article buffers.
17075
17076         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17077         article buffer.
17078         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17079         (gnus-kill-sticky-article-buffers): New commands.
17080
17081 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17082
17083         * nntp.el (nntp-xref-number-is-evil): New server variable.
17084         (nntp-find-group-and-number): If it is non-nil, don't trust article
17085         numbers in the Xref header.
17086
17087 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-agent.el (gnus-agent-read-group): New function.
17090         (gnus-agent-flush-group, gnus-agent-expire-group)
17091         (gnus-agent-regenerate-group): Use it.
17092         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17093         nnmail-pathname-coding-system.
17094
17095 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17098
17099         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17100         that are unread as unread, and also as selected so that information of
17101         marks having been changed by a user may be updated when exiting group.
17102
17103 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17106
17107 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17110         calculated ignoring signature parts to gnus-treat-article.
17111
17112 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17115         a point here in order to keep the window start.
17116         (gnus-insert-mime-security-button): Make a button overlay without the
17117         front stickiness.
17118         (gnus-mime-display-security): Goto the end of a button.
17119
17120         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17121
17122 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17125         group-name-at-point.
17126         (gnus-group-completing-read): New function that offers decoded
17127         non-ASCII group names for completion.
17128         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17129         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17130         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17131         (gnus-group-fetch-control): Use it.
17132         (gnus-fetch-group): Use group-name-at-point for the initial value
17133         rather than the default value; use gnus-alive-p.
17134
17135         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17136         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17137         (gnus-summary-post-news): Use gnus-group-completing-read.
17138
17139         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17140         (gnus-read-move-group-name): Decode group name for completion.
17141
17142 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17143
17144         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17145         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17146         Yamaoka slightly modified the code).
17147
17148 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17149
17150         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17151         (nnmail-split-incoming): Bind it.
17152
17153         * nnml.el (nnml-group-name-charset): New function.
17154         (nnml-decoded-group-name): Use it; don't decode group name if
17155         nnmail-group-names-not-encoded-p is non-nil.
17156         (nnml-encoded-group-name): New function.
17157         (nnml-group-pathname): Inline nnml-decoded-group-name.
17158         (nnml-request-expire-articles): Decode group name in message.
17159         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17160         nnmail-pathname-coding-system.
17161         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17162         not decoded ones according to nnmail-group-names-not-encoded-p.
17163         (nnml-generate-active-info): Use nnml-encoded-group-name.
17164
17165 2007-08-08  Glenn Morris  <rgm@gnu.org>
17166
17167         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17168         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17169         doc-strings and comments.
17170
17171 2007-07-25  Glenn Morris  <rgm@gnu.org>
17172
17173         * Relicense all FSF files to GPLv3 or later.
17174
17175 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-sum.el (gnus-summary-move-article):
17178         Make gnus-summary-respool-article work.
17179
17180 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17183         string.
17184
17185 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17186
17187         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17188         that should be ignored when comparing distant RSS articles with local
17189         ones.
17190         (nnrss-make-hash-index): New function.  Create a hash index according
17191         to the ignored fields.
17192         (nnrss-check-group): Use it.
17193
17194 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17197
17198         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17199
17200         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17201         the new optional argument ENCODED is non-nil.
17202         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17203         coding system for encoding group name.
17204         (gnus-group-make-rss-group): Pass un-encoded group name to
17205         gnus-group-make-group.
17206         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17207         encoded.
17208
17209         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17210         Encode group name to which articles are moved or copied.
17211         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17212         coding system for encoding Newsgroup, Followup-To and Xref headers.
17213
17214         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17215         marks; use nnheader-file-coding-system to write a file.
17216         (nnagent-retrieve-headers): Bind file-name-coding-system to
17217         nnmail-pathname-coding-system.
17218
17219         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17220
17221         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17222         (nnml-request-article, nnml-request-create-group)
17223         (nnml-request-rename-group, nnml-find-id)
17224         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17225         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17226         (nnml-save-marks): Use nnml-group-pathname instead of
17227         nnmail-group-pathname.
17228
17229         (nnml-request-create-group, nnml-request-expire-articles)
17230         (nnml-request-move-article, nnml-request-delete-group)
17231         (nnml-deletable-article-p, nnml-possibly-create-directory)
17232         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17233         (nnml-open-marks): Bind file-name-coding-system to
17234         nnmail-pathname-coding-system.
17235
17236         (nnml-request-article): Pass server argument to nnml-find-group-number.
17237         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17238         Pass server argument to nnml-possibly-create-directory.
17239         (nnml-request-accept-article): Pass server argument to
17240         nnml-active-number and nnml-save-mail.
17241         (nnml-find-group-number): Pass server argument to nnml-find-id.
17242         (nnml-request-update-info): Pass server argument to
17243         nnml-marks-changed-p.
17244
17245         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17246         (nnml-save-mail, nnml-active-number): Add server argument.
17247
17248         (nnml-request-delete-group): Warn if group is missing.
17249         (nnml-get-nov-buffer): Decode group name.
17250         (nnml-generate-active-info): Encode group name.
17251         (nnml-open-marks): Decode group name in messages.
17252
17253 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17256         if it is not specified.
17257         (gnus-article-pipe-part, gnus-article-save-part)
17258         (gnus-article-interactively-view-part, gnus-article-copy-part)
17259         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17260         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17261         (gnus-article-replace-part, gnus-article-delete-part)
17262         (gnus-article-view-part-as-type): Pass raw prefix argument to
17263         gnus-article-part-wrapper.
17264
17265 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-agent.el (gnus-agent-save-active):
17268         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17269
17270         * gnus-cache.el (gnus-cache-save-buffers)
17271         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17272         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17273         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17274         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17275         (gnus-cache-generate-active, gnus-cache-rename-group)
17276         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17277         (gnus-cache-update-overview-total-fetched-for):
17278         Bind file-name-coding-system to nnmail-pathname-coding-system.
17279         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17280         New variables.
17281         (gnus-cache-decoded-group-name): New function.
17282         (gnus-cache-file-name): Use it.
17283         (gnus-cache-generate-active): Use non-decoded group name for active.
17284
17285         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17286         right place.
17287         (gnus-write-active-file): Don't break non-ASCII group names.
17288
17289         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17290         nnmail-pathname-coding-system.
17291
17292         * lpath.el: Bind default-file-name-coding-system,
17293         file-name-coding-system and language-info-alist for XEmacs.
17294
17295         * gnus-uu.el (gnus-uu-decode-save): Typo.
17296
17297 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17300
17301 2007-07-14  David Kastrup  <dak@gnu.org>
17302
17303         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17304         finishing actions if we did not edit the article.
17305
17306 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17309         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17310         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17311         (gnus-agent-flush-group, gnus-agent-flush-cache)
17312         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17313         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17314         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17315         (gnus-agent-regenerate-group)
17316         (gnus-agent-update-files-total-fetched-for)
17317         (gnus-agent-update-view-total-fetched-for):
17318         Bind file-name-coding-system to nnmail-pathname-coding-system.
17319         (gnus-agent-group-pathname): Don't encode file names by
17320         nnmail-pathname-coding-system.
17321         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17322         coding-system-for-write instead of buffer-file-coding-system to
17323         gnus-agent-file-coding-system.
17324
17325         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17326         Decode group name.
17327
17328         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17329
17330         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17331         (gnus-read-newsrc-el-file): Make group names unibyte.
17332
17333         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17334         nnmail-pathname-coding-system.
17335
17336         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17337         (nnrss-request-delete-group): Bind file-name-coding-system to
17338         nnmail-pathname-coding-system.
17339         (nnrss-read-server-data, nnrss-read-group-data):
17340         Bind file-name-coding-system correctly.
17341         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17342
17343         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17344         (nntp-server-to-method-cache): New variable.
17345         (nntp-group-pathname): New function that decodes non-ASCII group names.
17346         (nntp-possibly-create-directory, nntp-marks-changed-p)
17347         (nntp-save-marks, nntp-open-marks): Use it.
17348         (nntp-possibly-create-directory, nntp-open-marks):
17349         Bind file-name-coding-system to nnmail-pathname-coding-system.
17350         (nntp-open-marks): Decode group names when bootstrapping marks.
17351
17352         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17353         Newsgroups and Followup-To headers.
17354
17355 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17358         (gnus-server-closed-face, gnus-server-denied-face)
17359         (gnus-server-offline-face): Remove variable.
17360         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17361
17362         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17363         of modifying message-stack directly for XEmacs.
17364
17365         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17366         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17367         if the coding-system argument is nil for XEmacs.
17368
17369         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17370         mm-charset-override-alist.
17371
17372         * rfc2047.el: Don't require base64; require rfc2045 for the function
17373         rfc2045-encode-string.
17374         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17375         to quote the parameter value.
17376
17377 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17380         form in gnus-group-name-charset-method-alist.
17381
17382         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17383         overrides the default layout edit-form.
17384
17385         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17386
17387         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17388
17389 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17392         as unfetched articles.
17393
17394 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17397
17398 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17401         original back end that keeps marks in the local system.
17402
17403 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17406         arg of pop-to-buffer for XEmacs.
17407         (gnus-article-read-summary-keys): Ditto; don't restore window
17408         configuration if summary command ends up with neither article buffer
17409         nor summary buffer; describe bindings if summary keys end with C-h.
17410
17411 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * message.el (message-fix-before-sending): Skip raw message part to be
17414         forwarded while checking illegible text.
17415         (message-forward-make-body-mime, message-forward-make-body):
17416         Mark signed or encrypted raw message as having no illegible text.
17417
17418 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17421         (gnus-message-with-timestamp-1): New macro.
17422         (gnus-message-with-timestamp): New function.
17423         (gnus-message): Use them.
17424
17425         * nnheader.el (nnheader-message): Use them.
17426
17427 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17430         .newsrc.eld file.
17431
17432 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * gnus-agent.el (gnus-agent-fetch-headers)
17435         (gnus-agent-retrieve-headers):
17436         Bind gnus-decode-encoded-address-function to identity.
17437
17438         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17439         available also when the server returns simply a dot.
17440
17441         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17442
17443 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17446
17447 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * gnus-ems.el (gnus-x-splash): Make it work.
17450
17451         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17452         from being used.
17453
17454         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17455
17456 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17459         4th and the 5th arguments.
17460
17461         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17462         the front stickiness.
17463         (gnus-article-summary-command-nosave): Correct the order of the
17464         arguments passed to pop-to-buffer.
17465         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17466         summary command ends up with the article buffer.
17467
17468         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17469         the same faces.
17470
17471 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17472
17473         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17474
17475 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17476
17477         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17478         * gnus-sum.el (gnus-summary-highlight):
17479         * pgg.el (pgg-sign-region, pgg-sign):
17480         * mail-source.el (mail-source-delete-old-incoming-confirm):
17481         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17482
17483 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-art.el (gnus-mime-view-part-externally)
17486         (gnus-mime-view-part-internally): Fix predicate function passed to
17487         completing-read.
17488
17489         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17490
17491         * gnus.el (gnus-update-message-archive-method): Add :version.
17492
17493 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * gnus.el (gnus-update-message-archive-method): New variable.
17496
17497         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17498         according to gnus-message-archive-method if
17499         gnus-update-message-archive-method is non-nil.
17500
17501 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17504         Suggested by Loic Dachary <loic@dachary.org>.
17505         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17506
17507 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * message.el (message-pop-to-buffer): Add switch-function argument.
17510         (message-mail): Pass switch-function argument to it.
17511
17512 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17515         Improve doc string.
17516
17517 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17520         (gnus-header-content):
17521         * gnus-cite.el (gnus-cite-10):
17522         * gnus-srvr.el (gnus-server-closed):
17523         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17524         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17525         (gnus-group-mail-3-empty, gnus-group-mail-low)
17526         (gnus-group-mail-low-empty, gnus-splash):
17527         * message.el (message-header-to, message-header-cc)
17528         (message-header-subject, message-header-other, message-header-name)
17529         (message-header-xheader, message-separator, message-cited-text)
17530         (message-mml): Lighten colors of faces used for dark background.
17531
17532 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17533
17534         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17535         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17536
17537 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * message.el (message-narrow-to-headers-or-head):
17540         Ignore mail-header-separator in the body.
17541
17542 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17545         same as window size.
17546
17547 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17548
17549         * message.el (message-font-lock-keywords): Use message-header-xheader
17550         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17551         ahead of the anything pattern, to get it recognized.
17552
17553 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17556         spam.el loads uses it in the compiled defadvice form.
17557
17558 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17559
17560         * gnus-sum.el (gnus-articles-to-read)
17561         (gnus-summary-insert-old-articles): Don't truncate group name for
17562         `read-string'.
17563
17564         * gnus-util.el (gnus-limit-string): Delete this function.
17565
17566         * gnus-sum.el (gnus-simplify-subject-fully):
17567         Use `truncate-string-to-width' instead.
17568
17569 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17570
17571         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17572         Tell if, on summary exit, the next group has to be selected.
17573         (gnus-summary-exit): Use it.
17574
17575 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17576
17577         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17578         non-break space.
17579
17580 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17583         Check if group is not a directory.
17584         (nnfolder-request-expire-articles): Don't delete articles if the target
17585         group is not available.
17586
17587         * nnml.el (nnml-request-create-group): Properly check if group is not a
17588         file.
17589         (nnml-request-expire-articles): Don't delete articles if the target
17590         group is not available.
17591
17592         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17593         Don't quote characters that are within parentheses.
17594
17595 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17598         (gnus-handle-ephemeral-exit): Select article according to it.
17599
17600 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * message.el (message-insert-formated-citation-line): Remove newline.
17603         (message-citation-line-format): Add final \n here so that the user can
17604         avoid a blank line.
17605
17606 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17607
17608         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17609         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17610         Update lanl/arXiv support.
17611
17612 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * gnus.el: Bump version number.
17615
17616 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17617
17618         * gnus.el (gnus-version-number): Bump version.
17619
17620 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17621
17622         * gnus.el: No Gnus v0.6 is released.
17623
17624 2007-04-27  Didier Verna  <didier@xemacs.org>
17625
17626         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17627         * gmm-utils.el (gmm-regexp-concat): ... here.
17628         * message.el: Don't require 'gnus-util.
17629         (message-dont-reply-to-names): Handle name change above.
17630         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17631
17632 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17635         since the initial value varies according to the system.
17636
17637 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17640
17641 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17642
17643         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17644
17645 2007-04-24  Didier Verna  <didier@xemacs.org>
17646
17647         Improve the type of gnus-ignored-from-addresses.
17648         * gnus-util.el (gnus-orify-regexp): New function.
17649         * message.el (gnus-util): Require it.
17650         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17651         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17652         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17653
17654 2007-04-24  Didier Verna  <didier@xemacs.org>
17655
17656         * gnus-sum.el:
17657         * gnus-utils.el: Fix some trailing whitespaces.
17658
17659 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17662         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17663         article's Message-ID; refer parent article in summary buffer.
17664
17665         * message.el (message-bounce): Call mime-to-mml.
17666
17667         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17668         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17669         optimize and/or forms properly.
17670
17671 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17674         URL.
17675
17676 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17679
17680 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17683         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17684         displayed of multipart/alternative part if it is invoked from summary
17685         buffer.
17686
17687         * mm-view.el (mm-inline-text-html-render-with-w3m)
17688         (mm-inline-text-html-render-with-w3m-standalone)
17689         (mm-inline-render-with-function): Use mail-parse-charset by default.
17690
17691 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17692
17693         * parse-time.el (parse-time-string-chars): Check if CHAR
17694         is less than the length of parse-time-syntax.
17695
17696 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17699         from gnus-newsgroup-processable.
17700
17701 2007-04-16  Didier Verna  <didier@xemacs.org>
17702
17703         * gnus-msg.el (gnus-configure-posting-styles):
17704         Handle message-signature-directory properly with :file syntax.
17705         Reported by "Leo".
17706
17707 2007-04-11  Didier Verna  <didier@xemacs.org>
17708
17709         New user option: message-signature-directory.
17710         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17711         * message.el (message-insert-signature): Ditto.
17712         * message.el (message-signature-file): Doc update.
17713         * message.el (message-signature-directory): New.
17714
17715 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-msg.el (gnus-inews-yank-articles):
17718         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17719
17720 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * message.el (message-yank-original): Make sure cited text ends with
17723         newline; don't exchange point and mark.
17724
17725 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17726
17727         * tls.el (open-tls-stream): Properly handle case where there
17728         is no associated buffer.
17729
17730 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17731
17732         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17733         message-yank-original, make sure (< mark TEXT point).
17734
17735 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17736
17737         * message.el (message-fill-column): New variable.
17738         (message-mode): Use it.  Add comment on a possible new hook.
17739
17740         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17741         (nnmail-get-new-mail): Reformat.
17742
17743         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17744
17745         * gmm-utils.el: Fix Commentary.
17746         (gmm-tool-bar-from-list): Fix typo in doc string.
17747
17748 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17749
17750         * message.el (message-yank-original): Don't switch point and mark
17751         unnecessarily to put point and mark as documented.
17752
17753 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17754
17755         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17756         from the message heads.
17757
17758 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17759
17760         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17761         article buffer does not have a window.  This may not be the best
17762         solution but is certainly better than setting the start of the null,
17763         that is the current, window.
17764
17765 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17766
17767         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17768         (gnus-draft-setup): Run it.
17769
17770         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17771         gnus-score-fast-scoring.  Allow regexp.
17772         (gnus-score-headers): Use it.
17773
17774         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17775         XEmacs.
17776
17777         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17778         string.
17779         (gnus-button-alist): Also catch `<f1> k ...'.
17780         (gnus-treat-display-x-face): Fix doc string.
17781
17782 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17783
17784         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17785         evaluation of gnus-extended-version to ensure correct generation of the
17786         User-Agent header when message-generate-headers-first is used.
17787
17788 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17789
17790         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17791         hashcash-path is nil.  Don't call callback with incorrect number of
17792         parameters if val is 0.
17793
17794 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17795
17796         * message.el (message-required-news-headers):
17797         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17798
17799 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17800
17801         * tls.el (open-tls-stream): In handshake-waiting loop,
17802         don't wait more if there is output available to process.
17803
17804 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17805
17806         * tls.el (tls-program): Doc fix.
17807
17808 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * message.el (message-generate-new-buffers): Change the meaning of the
17811         nil value; add `standard' to the choices; treat t as `unique'; improve
17812         doc string.
17813         (gnus-select-frame-set-input-focus): Autoload.
17814         (message-buffer-name): Search for the existing message buffer if
17815         message-generate-new-buffers is nil or `standard'; treat the value t of
17816         message-generate-new-buffers as `unique'.
17817         (message-pop-to-buffer): Raise the frame already displaying the message
17818         buffer; clear the echo area after querying.
17819         (message-setup): Pass the `continue' argument to compose-mail.
17820         (message-mail): Prefer `switch-function' if it is given; search for the
17821         existing message buffer if the `continue' argument is non-nil; pass
17822         continue and switch-function arguments to compose-mail by way of
17823         message-setup.
17824         (message-mail-other-window): Adjust argument of message-setup.
17825         (message-mail-other-frame): Ditto.
17826
17827 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17830         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17831         to turn font-lock on when turning gnus-message-citation-mode on.
17832
17833 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17834
17835         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17836         (mml-smime-function-alist): New variable; add epg as the backend.
17837         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17838         mml-smime- functions instead.
17839         * mm-view.el: Require smime.
17840
17841 2007-03-05  Didier Verna  <didier@xemacs.org>
17842
17843         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17844         instead of just inheritance for posting styles.
17845         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17846
17847 2007-02-24  Chris Moore  <dooglus@gmail.com>
17848
17849         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17850         * pgg-pgp.el (pgg-pgp-encrypt-region):
17851         * pgg-gpg.el (pgg-gpg-encrypt-region):
17852         Check pgg-encrypt-for-me if no other recipients.
17853
17854 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17855
17856         * tls.el (tls-certtool-program): Fix custom type.
17857
17858 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17861         and point-at-eol instead of line-(beginning|end)-position.
17862
17863         * assistant.el (assistant-parse-buffer): Ditto.
17864
17865         * netrc.el (netrc-parse-services): Ditto.
17866
17867 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17868
17869         * mml2015.el (mml2015-epg-find-usable-key): New function.
17870         (mml2015-epg-sign): Use it.
17871         (mml2015-epg-encrypt): Use it.
17872
17873 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17874
17875         * message.el (message-make-in-reply-to): Quote name containing
17876         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17877         if there are special characters.  Reported by NAKAJI Hiroyuki
17878         <nakaji@jp.freebsd.org>.
17879
17880 2007-02-27  Didier Verna  <didier@xemacs.org>
17881
17882         Include the group parameters as well as the topic ones in the
17883         inheritance filter process.
17884         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17885         argument GROUP-PARAMS-LIST.
17886         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17887
17888 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * nntp.el (nntp-never-echoes-commands)
17891         (nntp-open-connection-functions-never-echo-commands): New variables.
17892         (nntp-send-command): Use them.
17893
17894 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17895
17896         * mml2015.el (mml2015-epg-verify): Simplify.
17897
17898 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * mml.el (mml-content-disposition-alist): New user option.
17901         (mml-content-disposition): New function.
17902         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17903         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17904
17905 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17906
17907         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17908         verification.
17909
17910 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17911
17912         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17913         articles posted in the last 24 hours.
17914
17915 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17916
17917         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17918
17919 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17920
17921         * nntp.el (nntp-send-command): Don't wait for echoes when
17922         nntp-open-ssl-stream is used.
17923
17924 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17927         (gnus-message-add-citation-keywords)
17928         (gnus-message-remove-citation-keywords): Remove.
17929         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17930         directly, make the variables in font-lock-defaults buffer-local, add
17931         gnus-message-citation-keywords to them and then update the value of
17932         font-lock-keywords.
17933
17934 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * message.el (message-cite-original-1): Don't call
17937         gnus-article-highlight-citation.
17938
17939         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17940         citations; fix line count.
17941
17942 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17945         (gnus-message-add-citation-keywords)
17946         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17947         versions of font-lock-add-keywords and font-lock-remove-keywords to
17948         work with XEmacs correctly.
17949
17950 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-cite.el (gnus-cite-face-list): Set the values of
17953         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17954         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17955         (gnus-message-cite-prefix-regexp): New variable.
17956         (gnus-message-search-citation-line): Use it; protect against long
17957         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17958         the 0th match data for Emacs.
17959         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17960         (gnus-message-add-citation-keywords): Append keywords rather than
17961         prepending; emulate font-lock-add-keywords if it is not available.
17962         (gnus-message-remove-citation-keywords):
17963         Emulate font-lock-remove-keywords if it is not available.
17964
17965         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17966
17967         * message.el (message-cite-prefix-regexp): Set the value of
17968         gnus-message-cite-prefix-regexp.
17969
17970 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17971
17972         * nnweb.el (nnweb-google-parse-1): Update parser.
17973
17974 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17975
17976         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17977
17978 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17979
17980         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17981         regexp.
17982
17983 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17986         string-to-multibyte.
17987         (uudecode-decode-region-internal): Use it.
17988
17989         * lpath.el: Fbind string-as-multibyte for XEmacs.
17990
17991 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17992
17993         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17994         Fix custom choice.
17995
17996         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17997
17998 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17999
18000         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18001
18002         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18003         `write-region' to respect `mm-inhibit-file-name-handlers'.
18004
18005 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18006
18007         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18008         Use gnus-home-directory instead of "~/" or "$HOME".
18009
18010 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18011
18012         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18013         to mention filename.
18014         Add comments at beginning regarding usage.
18015         (encrypt-write-file-contents): Change interactive so a string is
18016         acceptable.  If the file has no associated model, show an error instead
18017         of a nonsense prompt.
18018
18019 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18020
18021         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18022         Thanks to Yoshihiko Yamada for kind notification of this typo.
18023
18024 2007-01-12  Kenichi Handa  <handa@m17n.org>
18025
18026         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18027         multibyte buffer.
18028
18029 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * gnus-score.el (gnus-score-fast-scoring): New variable.
18032         (gnus-score-headers): Use it.
18033
18034         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18035
18036         * message.el (message-cite-original-1):
18037         Call gnus-article-highlight-citation if requested.
18038         (message-make-from): Allow name and address as optional arguments.
18039
18040         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18041
18042         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18043         bugs to doc string.
18044         (gnus-button-alist): Add mid\\|message-id.
18045         (gnus-button-fetch-group): Extend for use in
18046         `browse-url-browser-function'.
18047         (gnus-button-url-regexp): Try to catch paired parentheses like in
18048         Wikipedia URLs.
18049
18050         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18051         Suggested by Simon Krahnke <overlord@gmx.li>.
18052
18053 2007-01-13  Romain Francoise  <romain@orebokech.com>
18054
18055         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18056         Update copyright.
18057
18058 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18059
18060         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18061
18062 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * gnus-registry.el (gnus-registry-unfollowed-groups)
18065         (gnus-registry-split-fancy-with-parent): Fix documentation.
18066
18067 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068
18069         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18070         from nnweb groups.
18071
18072 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073
18074         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18075         Xref urls.  Erase buffer before requesting head.
18076
18077         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18078
18079 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18082         customizable.
18083
18084 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18085
18086         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18087         no signing key is found.
18088         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18089         no encrypting and/or signing key is found.
18090
18091 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18094
18095 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18096
18097         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18098         headers read from disk with the ones newly found in the current search.
18099         This should no longer cause problems, because the article numbers in
18100         Gmane's `nov.php' output are ignored since the previous change.
18101
18102 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18103
18104         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18105
18106 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18109         replace-regexp-in-string; bind url-version; fbind display-images-p and
18110         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18111         find-face and set-itimer-function for Emacs; bind itimer-list for
18112         Emacs.
18113
18114         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18115
18116 2007-01-01  Romain Francoise  <romain@orebokech.com>
18117
18118         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18119
18120 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18121
18122         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18123         `define-minor-mode' macro definition expanded properly.
18124         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18125         exclude it there.
18126
18127         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18128         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18129         `fboundp' test.
18130         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18131         This is OK to autoload in (S)XEmacs now.
18132
18133 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18134
18135         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18136         keystroke.
18137         (gnus-summary-limit-to-singletons): Fix typo.
18138
18139         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18140         else fails.
18141
18142 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18143
18144         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18145         docstring.
18146
18147         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18148         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18149         (gnus-summary-insert-dormant-articles): Fix typo in message.
18150
18151 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18154         nil for XEmacs.
18155         (gnus-message-citation-mode): Don't autoload in XEmacs.
18156
18157         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18158
18159 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18160
18161         * nnimap.el (nnimap-expunge-search-string):
18162         Mention nnimap-search-uids-not-since-is-evil in docstring.
18163
18164 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * spam.el: Revert to make-obsolete-variable because
18167         define-obsolete-variable-alias is not supported in Emacs 21.
18168
18169         * spam.el (spam-ifile-path, spam-ifile-database-path)
18170         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18171         make-obsolete-variable.
18172         (spam-bsfilter-path, spam-bsfilter-program)
18173         (spam-spamassassin-path, spam-spamassassin-program)
18174         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18175         Don't use "path" inappropriately.
18176         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18177         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18178         variable names.
18179
18180 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18181
18182         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18183         summary buffer.
18184
18185         * password.el (password-cache-remove): Use clear-string to burn
18186         password, if available.
18187
18188 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18189
18190         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18191
18192         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18193
18194         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18195         (gnus-message-highlight-citation): Move defcustom here from
18196         gnus-cite.el.
18197         (gnus-message-citation-mode): Autoload.
18198
18199         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18200         checks to make it compile with XEmacs.
18201         (gnus-message-citation-mode): New minor mode.
18202         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18203         (gnus-message-highlight-citation): New variables.
18204         (gnus-message-search-citation-line)
18205         (gnus-message-add-citation-keywords)
18206         (gnus-message-remove-citation-keywords)
18207         (turn-on-gnus-message-citation-mode)
18208         (turn-off-gnus-message-citation-mode): New functions.
18209
18210 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18211
18212         * gnus-cite.el: Enable highlighting of different citation levels in
18213         message-mode.
18214
18215 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18216
18217         * message.el (message-make-fqdn): Fix comment.
18218         (message-bogus-system-names): Add ".local".
18219
18220         * spam.el (spam-ifile-path, spam-ifile-program)
18221         (spam-ifile-database-path, spam-ifile-database)
18222         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18223         Don't use "path" inappropriately.
18224         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18225         strings.
18226         (spam-check-ifile, spam-ifile-register-with-ifile)
18227         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18228         Use new variable names.
18229
18230         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18231         (gnus-treat-display-smileys): Simplify using
18232         gnus-image-type-available-p.
18233
18234         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18235         available.
18236
18237         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18238         Use `display-images-p' if available.
18239
18240 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18243         one after turning on the buffer's multibyteness instead of decoding
18244         them directly in the unibyte buffer that causes unexpected conversion
18245         in Emacs 23 (unicode).
18246
18247 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18248
18249         * message.el (message-generate-hashcash): Fix custom type.
18250
18251 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18254
18255 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18258         disconnect icons.  Add help text.
18259
18260 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18261
18262         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18263         negated to be consistent with the others we handle.
18264
18265 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18266
18267         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18268         version of gnus-summary-buffer to something, so that we can use two
18269         article buffers at the same time.
18270
18271 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18274         trigger all the extra headers.
18275         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18276         sorting.
18277
18278 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18279
18280         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18281         solid groups.
18282
18283 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18284
18285         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18286
18287 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * legacy-gnus-agent.el: Add Copyright notice.
18290
18291 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18292
18293         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18294
18295 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296
18297         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18298
18299         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18300         to make it work reliably in CVS Emacs.
18301         (gnus-summary-limit-strange-charsets-predicate)
18302         (gnus-summary-limit-to-predicate): New functions.
18303
18304 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18305
18306         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18307         specifying array size.
18308         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18309         array if it is too small.
18310         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18311         (gnus-sort-threads-loop): New function.
18312
18313 2006-12-06  Chris Moore  <dooglus@gmail.com>
18314
18315         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18316         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18317
18318 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18319
18320         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18321         options.
18322
18323 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324
18325         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18326         DOS-ing the recipient.
18327
18328         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18329         the headers when creating the mapping to avoid mismappings.
18330         (nnweb-gmane-create-mapping): Always nix out old mapping.
18331
18332 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18335         and mm-verify-option to never.
18336
18337 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18338
18339         * message.el (message-signed-or-encrypted-p): New function.
18340         (message-forward-make-body): Use it.
18341
18342         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18343         Replace encode-coding-string with mm-encode-coding-string.
18344
18345 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * nneething.el (nneething-decode-file-name):
18348         Replace decode-coding-string with mm-decode-coding-string.
18349
18350         * gnus-int.el (gnus-open-server): Say failed server's name.
18351
18352 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18353
18354         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18355         strings to a single string.  Quote `errors-file-name'.
18356         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18357         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18358         Adjust calls.  Use `shell-quote-argument'.
18359
18360 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18361
18362         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18363         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18364
18365         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18366         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18367         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18368         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18369         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18370         (gnus-subscribe-newsgroup, gnus-1):
18371         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18372         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18373         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18374         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18375
18376 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18377
18378         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18379         keystroke.
18380         (gnus-summary-limit-to-bodies): Implement headersp.
18381
18382 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18383
18384         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18385
18386 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18389
18390 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18391
18392         * message.el (message-generate-hashcash): Expand range of values to
18393         include `opportunistic'.
18394         (message-send-mail): Use it.
18395
18396 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18397
18398         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18399         and comment it.
18400
18401         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18402
18403 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * gnus-util.el (gnus-extract-address-components): Improve comment.
18406
18407 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-util.el (gnus-extract-address-components): Work with address in
18410         which the name portion contains @.
18411
18412         * lpath.el: Fbind custom-autoload.
18413
18414 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18415
18416         * gnus.el (gnus-start): Move custom group up.
18417         (gnus-select-method): Don't autoload, but make it available for
18418         `customize-variable'.
18419         (gnus-getenv-nntpserver): Don't autoload.
18420
18421 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18422
18423         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18424
18425 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18426
18427         * message.el (message-sendmail-extra-arguments): New variable.
18428         (message-send-mail-with-sendmail): Use it.
18429
18430 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18433         mm-with-unibyte-current-buffer to make string unibyte.
18434
18435         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18436         mm-string-as-multibyte.
18437
18438 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18439
18440         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18441         Reported by Werner Koch <wk@gnupg.org>.
18442
18443 2006-11-14  Daiki Ueno  <ueno@p360>
18444
18445         * mml2015.el: Autoload epa-select-keys when compiling.
18446
18447 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18448
18449         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18450         message-options.
18451         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18452
18453 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18454
18455         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18456         EasyPG (< 0.0.6).
18457         (mml2015-always-trust): New user option.
18458         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18459         prompt.
18460
18461 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18462
18463         * nntp.el (nntp-authinfo-force): New variable.
18464         (nntp-send-authinfo): Use it.
18465
18466 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18467
18468         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18469         decode encoded words.  Improve prompt.  Add comment about forwarding.
18470         (message-replacement-char): Move up.
18471
18472 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18473
18474         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18475         instead of gnus-intersection because arguments of gnus-sorted-nunion
18476         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18477
18478 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18479
18480         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18481         (message-simplify-subject-functions):
18482         Enable message-strip-subject-encoded-words by default.
18483
18484 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * message.el (message-strip-subject-encoded-words): New function.
18487         (message-simplify-subject-functions): New variable.
18488         (message-simplify-subject): Use it.  Fix typo in doc string.
18489         Support message-strip-subject-encoded-words.
18490
18491 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18492
18493         * gnus-diary.el (gnus-diary-delay-format-function):
18494         * nndiary.el (nndiary-reminders):
18495         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18496
18497 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * gnus-art.el (article-hide-boring-headers): Fetch date from
18500         gnus-original-article-buffer to avoid problems with localized date
18501         strings.
18502
18503 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18506
18507 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18510         New variables.
18511         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18512         (mm-charset-synonym-alist): Move some entries to
18513         mm-codepage-iso-8859-list.
18514         (mm-charset-synonym-alist, mm-charset-override-alist):
18515         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18516
18517 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18520
18521 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18522
18523         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18524         with Emacs 21 and XEmacs.
18525
18526 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18527
18528         * spam.el (spam-parse-address): New function for better parsing,
18529         catching errors, etc.
18530         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18531
18532 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * mm-view.el: Add interactive arg to html2text autoload.
18535
18536 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18539
18540 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18541
18542         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18543         New variables.
18544         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18545         (mm-charset-synonym-alist): Move some entries to
18546         mm-codepage-iso-8859-list.
18547
18548         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18549
18550 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * message.el (message-citation-line-format)
18553         (message-insert-formated-citation-line): Fix implementation of %E, %N
18554         and %n according to the doc string.
18555
18556 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18557
18558         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18559         Use car-safe to avoid bad parses.
18560
18561 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18564         names.
18565
18566         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18567
18568 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18571         header.
18572
18573         * message.el (message-draft-headers): Add Date.
18574         (message-headers-to-generate): Fix typo in docstring.
18575
18576         * nndraft.el (nndraft-required-headers): New variable.
18577         (nndraft-generate-headers): Use it.
18578
18579         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18580
18581 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18582
18583         * gnus-registry.el (gnus-registry-wash-for-keywords)
18584         (gnus-registry-find-keywords): New functions to allow easy searching of
18585         articles that are in the registry.
18586
18587 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18590         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18591         Reported by Damien Elmes <damien@repose.cx>.
18592
18593 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * gnus.el (gnus-mime): Remove unused custom group.
18596
18597 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18598
18599         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18600         "blank line" when searching for end of armor headers.
18601
18602 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * gmm-utils.el (gmm-write-region): Fix variable name.
18605
18606 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18607
18608         * gmm-utils.el (gmm-write-region): New function based on compatibility
18609         code from `mm-make-temp-file'.
18610
18611         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18612
18613         * nnmaildir.el (nnmaildir--update-nov)
18614         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18615         Use `gmm-write-region'.
18616
18617 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18620         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18621
18622         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18623
18624         * message.el (message-replacement-char): New variable.
18625         (message-fix-before-sending): Use it.
18626         (message-simplify-subject): New function to remove duplicate code.
18627         (message-reply, message-followup): Use it.
18628
18629         * gnus-sum.el (gnus-summary-make-menu-bar):
18630         Clarify gnus-summary-limit-to-articles.
18631
18632 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18633
18634         * gnus-util.el (gnus-with-local-quit): New macro.
18635
18636         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18637
18638 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18639
18640         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18641         ignore non-string data.
18642
18643 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18644
18645         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18646         non-string data (needs to be done in the registry too).
18647
18648 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18649
18650         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18651         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18652         (gnus-registry-split-fancy-with-parent)
18653         (gnus-registry-fetch-simplified-message-subject-fast)
18654         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18655         Remove text properties on ingress into the registry and when it's saved.
18656         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18657         registry from entries with no groups.
18658
18659 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18660
18661         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18662         function to remove string properties.
18663
18664 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18665
18666         * gmm-utils.el (gmm): Adjust custom version.
18667
18668         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18669         Adjust custom version.
18670
18671         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18672
18673 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-art.el (gnus-insert-prev-page-button)
18676         (gnus-insert-next-page-button): Simplify.  Reformat.
18677
18678 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18679
18680         * gnus-art.el (gnus-insert-prev-page-button)
18681         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18682
18683 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18684
18685         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18686
18687 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18688
18689         * gnus-art.el (gnus-insert-mime-button)
18690         (gnus-insert-mime-security-button):
18691         Apply gnus-article-button-face to MIME and security buttons.
18692
18693 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18696         readable.
18697
18698 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18701
18702 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18703
18704         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18705         `browse-url-of-file' instead of `browse-url'.
18706
18707 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18708
18709         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18710         regexp.  Articles containing quotation were cut prematurely.
18711
18712 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * message.el (message-cite-original-1): Use nobody by default for the
18715         value of From header.
18716         (message-reply): Ditto.
18717
18718 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18719
18720         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18721         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18722         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18723
18724 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18725
18726         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18727         mails in the doc string.  Add some URLs in comment.
18728         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18729
18730 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18733         backslashes handling and the way to find boundaries of quoted strings.
18734
18735 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18736
18737         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18738         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18739         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18740         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18741
18742 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18743
18744         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18745         doc string.
18746         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18747
18748 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * lpath.el: Fbind epg-check-configuration.
18751
18752 2006-09-06  Simon Josefsson  <jas@extundo.com>
18753
18754         * mml2015.el (mml2015-use): Doc fix, mention epg.
18755
18756 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18757
18758         * mml2015.el (mml2015-use): Default to epg, if available.
18759
18760 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18761
18762         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18763         message-sender.
18764         (mml1991-epg-encrypt): Ditto.
18765         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18766         message-sender.
18767         (mml2015-epg-encrypt): Ditto.
18768
18769 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18770
18771         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18772         several common directories.
18773
18774 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18775
18776         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18777         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18778
18779 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-art.el (article-decode-encoded-words): Make it fast.
18782
18783 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18786
18787         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18788         in quoted string into `\'.
18789
18790 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18793         Use standard-syntax-table.
18794
18795 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * gnus-art.el (gnus-decode-address-function): New variable.
18798         (article-decode-encoded-words): Use it to decode headers which are
18799         assumed to contain addresses.
18800         (gnus-mime-delete-part): Remove useless `or'.
18801
18802         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18803         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18804         (gnus-nov-parse-line): Use it to decode From header.
18805         (gnus-get-newsgroup-headers): Ditto.
18806         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18807
18808         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18809         (mail-decode-encoded-address-string): New alias.
18810
18811         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18812         New function.
18813         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18814         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18815         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18816         (rfc2047-decode-string): Ditto.
18817         (rfc2047-decode-address-region): New function.
18818         (rfc2047-decode-address-string): New function.
18819
18820 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * message.el (message-caesar-buffer-body): Allow rotating headers.
18823
18824         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18825
18826         * message.el (message-insert-formated-citation-line): Fix %f.
18827         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18828
18829 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18832         (gnus-bookmark-mouse-available-p): New macro.
18833         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18834         (gnus-bookmark-bmenu-show-infos): Use it.
18835         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18836         (gnus-bookmark-bmenu-hide-infos): Ditto.
18837         (gnus-bookmark-remove-properties): New function.
18838         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18839         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18840         (gnus-bookmark-write-file): Bind coding-system-for-write.
18841         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18842         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18843         group before selecting it.
18844         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18845         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18846         quit-window if it is not available; use gnus-mouse-2 and bind it to
18847         gnus-bookmark-bmenu-select-by-mouse.
18848         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18849         (gnus-bookmark-bmenu-select-by-mouse): New function.
18850
18851 2006-08-13  Romain Francoise  <romain@orebokech.com>
18852
18853         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18854         space.
18855
18856 2006-08-10  Romain Francoise  <romain@orebokech.com>
18857
18858         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18859         (dns-mode-soa-auto-increment-serial): New user option.
18860         (dns-mode-soa-maybe-increment-serial): New function.
18861         (dns-mode): Add the latter to `write-contents-functions'.
18862
18863 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * compface.el (uncompface): Use binary rather than raw-text-unix.
18866
18867 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * compface.el (uncompface): Make sure the eol conversion doesn't take
18870         place when communicating with the external programs.
18871         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18872
18873 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18876
18877 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18878
18879         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18880         Make it more robust by parsing author and date independently.
18881
18882 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18885
18886 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18887
18888         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18889         first matching secret key.
18890         (mml2015-epg-encrypt): Ditto.
18891
18892         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18893         first matching secret key.
18894         (mml1991-epg-encrypt): Ditto.
18895
18896         * mml2015.el (mml2015-encrypt-to-self): New user option.
18897         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18898         mml2015-epg-encrypt-to-self is set.
18899
18900         * mml1991.el (mml1991-encrypt-to-self): New variable.
18901         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18902         mml1991-epg-encrypt-to-self is set.
18903
18904         * mml2015.el (mml2015-signers): New user option.
18905         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18906         (mml2015-epg-encrypt): Allow to select signing keys.
18907
18908         * mml1991.el (mml1991-signers): New variable.
18909         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18910         (mml1991-epg-encrypt): Allow to select signing keys.
18911
18912 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * nnheader.el (nnheader-insert-head): Make it work even if the file
18915         uses CRLF for the line-break code.
18916
18917 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18918
18919         * mml2015.el: Require mml-sec instead of password.
18920         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18921         (mml2015-cache-passphrase): Inherit the default value from
18922         mml-secure-cache-passphrase.
18923         (mml2015-passphrase-cache-expiry): Inherit the default value from
18924         mml-secure-passphrase-cache-expiry.
18925
18926         * mml1991.el: Require mml-sec instead of password.
18927         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18928         (mml1991-cache-passphrase): Inherit the default value from
18929         mml-secure-cache-passphrase.
18930         (mml1991-passphrase-cache-expiry): Inherit the default value from
18931         mml-secure-passphrase-cache-expiry.
18932
18933         * mml-sec.el: Require password.
18934         (mml-secure-verbose): New user option.
18935         (mml-secure-cache-passphrase): New user option.
18936         (mml-secure-passphrase-cache-expiry): New user option.
18937
18938 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18939             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18940
18941         * pgg-def.el (pgg-truncate-key-identifier):
18942         Truncate the key ID to 8 letters from the end.
18943
18944 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18945
18946         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18947         workaround for the url package included with Emacs.
18948
18949         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18950
18951 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18954         correctly.  This fixes a bug caused by the 2006-05-12 change.
18955
18956 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18957
18958         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18959         some information about the error when saying that the `bogus' mail
18960         group will be used.
18961
18962 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18965         string.
18966
18967 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18968
18969         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18970
18971 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18972
18973         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18974
18975 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18976
18977         * mml1991.el (mml1991-function-alist): Add epg.
18978         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18979         (mml1991-epg-encrypt): New functions.
18980
18981 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18982
18983         * mml2015.el (mml2015-verbose): New variable.
18984         (mml2015-cache-passphrase): Ditto.
18985         (mml2015-passphrase-cache-expiry): Ditto.
18986         (mml2015-function-alist): Add epg.
18987         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18988         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18989         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18990         New functions.
18991
18992 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18993
18994         * message.el (message-cite-original-1): Preserve region when removing
18995         quoted text due to X-No-Archive in order to avoid bogus attribution
18996         when citing multiple messages.
18997
18998 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18999
19000         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19001         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19002
19003 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19004
19005         * gnus-diary.el (gnus-user-format-function-d)
19006         (gnus-user-format-function-D): Autoload.
19007
19008         * imap.el (Commentary): Fix typo.
19009
19010         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19011         2006-04-22 contribution.
19012
19013 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19014
19015         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19016         It didn't really fix the bogosity I'm seeing with solid web groups.
19017
19018 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19019
19020         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19021         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19022         created using server names.  If we use the feature without declaring
19023         it, Gnus does not properly manage server and group state.
19024
19025         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19026         bound.
19027
19028 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19029
19030         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19031         looking up the method using GROUP's prefix before inventing a new one.
19032         It is used on killed/unknown groups in various places where returning
19033         an all-new method isn't expected by the caller.
19034
19035         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19036         and match semantics of gnus-group-real-prefix.
19037
19038 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19039
19040         * nnmail.el (nnmail-broken-references-mailers): New variable.
19041         (nnmail-ignore-broken-references): New function generalizing
19042         nnmail-fix-eudora-headers.
19043         (nnmail-fix-eudora-headers): Now obsolete.
19044
19045         * gnus-art.el (gnus-button-handle-custom):
19046         Support `customize-apropos*'.
19047
19048 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19049
19050         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19051
19052         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19053         articles.
19054
19055 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19056
19057         * message.el (message-cite-reply-above): New variable.
19058         (message-yank-original): Use it.
19059
19060 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19061
19062         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19063
19064 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19065
19066         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19067         as read.
19068
19069         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19070
19071 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19072
19073         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19074         (gnus-bookmark-default-file): Use gnus-directory.
19075         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19076         Remove "*" in doc string.
19077         (gnus-bookmark-write-file): Simplify.
19078         (gnus-bookmark-maybe-sort-alist): Use `when'.
19079         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19080         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19081         Add FIXME about Emacs 21 and XEmacs compatibility.
19082         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19083         compatibility.
19084         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19085         compatibility.
19086         (gnus-bookmark-menu-heading): Fix version.
19087
19088 2006-06-19  Bastien Guerry  <bzg@altern.org>
19089
19090         * gnus-bookmark.el: New file.
19091
19092 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * message.el (message-syntax-checks): Doc fix.
19095
19096 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19097
19098         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19099         unsubscribed groups as if they were killed ones.  It causes duplicate
19100         entries in gnus-newsrc-alist.
19101
19102 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * message.el (message-syntax-checks): Doc fix.
19105         (message-send-mail): Add check for continuation headers.
19106         (message-check-news-header-syntax): Fix regexp used to check for
19107         continuation headers.
19108
19109 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19112
19113 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19114
19115         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19116
19117 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19120         default-truncate-lines.
19121
19122 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19125         to fill the utf-8 entry.
19126
19127         * lpath.el: Fbind unicode-precedence-list.
19128
19129 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19130
19131         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19132
19133 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19134
19135         * gnus-agent.el (directory-files-and-attributes): Move all the way
19136         forward (the third and final move).
19137         (gnus-agent-read-agentview): Trap reconstruction errors due to
19138         nonexistent directory.  Handle by returning nil.
19139
19140 2006-05-30  Didier Verna  <didier@xemacs.org>
19141
19142         * message.el (message-dont-reply-to-names): Update the custom type.
19143         * message.el (message-dont-reply-to-names): New defsubst: potentially
19144         convert a list of regexps into a single one.
19145         * message.el (message-get-reply-headers): Use it.
19146         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19147
19148 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * gnus-agent.el (directory-files-and-attributes): Move forward.
19151
19152 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-ml.el (gnus-mailing-list-subscribe)
19155         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19156         (gnus-mailing-list-message): Fix doc strings.
19157
19158 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19159
19160         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19161         of doing it manually.
19162
19163 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19164
19165         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19166         comment.
19167
19168 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19169
19170         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19171         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19172         (gnus-agent-read-local): All symbols allocated in my-obarray.
19173         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19174         (gnus-agent-regenerate-group): Check numeric names to see if they are
19175         messages or groups.
19176         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19177         better way of do this...)
19178
19179         * gnus-cache.el (gnus-agent-total-fetched-for):
19180         Ignore 'dummy.group' (there should be a better way of do this...)
19181
19182 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19185         (gnus-saved-headers): Ditto.
19186         (gnus-default-article-saver): Mention functions may have properties.
19187         (gnus-article-save): Override gnus-save-all-headers and
19188         gnus-saved-headers by :headers property which saver function may have.
19189         (gnus-summary-save-in-file): Add :headers property.
19190         (gnus-summary-write-to-file): Ditto.
19191
19192         * gnus-sum.el (gnus-summary-save-article): Bind
19193         gnus-prompt-before-saving to t when saving many articles in a file;
19194         always show all headers.
19195
19196         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19197
19198 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19199
19200         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19201         marks.
19202
19203         * message.el (message-indent-citation): Add optional arguments to allow
19204         using it outside of message buffers.
19205
19206         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19207         (gnus-article-treat-unfold-headers): Use it.
19208         (gnus-article-truncate-lines): New variable.
19209         (gnus-article-mode): Use it.
19210         (gnus-article-toggle-truncate-lines): New function.
19211
19212         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19213         Add gnus-article-toggle-truncate-lines.
19214
19215         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19216         coding system in XEmacs, use binary.
19217
19218 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19221         after-load-alist.
19222
19223         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19224         this function should save decoded articles.
19225         (gnus-summary-write-to-file): Use property to specify this function
19226         should save decoded articles and specify gnus-summary-save-in-file
19227         should be used to save articles other than the first one when saving
19228         many articles.
19229         (gnus-summary-save-body-in-file): Use property to specify this
19230         function should save decoded articles.
19231         (gnus-summary-write-body-to-file): Use property to specify this
19232         function should save decoded articles and specify
19233         gnus-summary-save-body-in-file should be used to save articles other
19234         than the first one when saving many articles.
19235
19236         * gnus-sum.el (gnus-summary-save-article): Simplify.
19237
19238 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * gnus-art.el (gnus-default-article-saver):
19241         Add gnus-summary-write-body-to-file.
19242         (gnus-article-save-coding-system): Don't use coding system object
19243         in XEmacs.
19244         (gnus-read-save-file-name): Add optional `dir-var' argument which
19245         specifies directory in which files are saved; work even if optional
19246         `variable' argument is not specified.
19247         (gnus-summary-write-to-file): Read file name.
19248         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19249         (gnus-summary-write-body-to-file): New function.
19250
19251         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19252         (gnus-summary-local-variables): Add it.
19253         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19254         (gnus-summary-save-article): Remove optional `decode' argument;
19255         determine whether to decode articles by the value of
19256         gnus-default-article-saver; when saving many files using
19257         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19258         it first and use gnus-summary-save-in-file or
19259         gnus-summary-save-body-in-file thereafter unless
19260         gnus-prompt-before-saving is always; move point to article which
19261         will be saved.
19262         (gnus-summary-save-article-file): Revert.
19263         (gnus-summary-write-article-file): Revert.
19264         (gnus-summary-save-article-body-file): Revert.
19265         (gnus-summary-write-article-body-file): New function.
19266
19267 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-art.el (gnus-default-article-saver): Doc fix.
19270         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19271         from gnus-summary-save-article-coding-system, and default to a
19272         certain coding system.
19273         (gnus-output-to-file): Add coding cookie and encode text according
19274         to gnus-article-save-coding-system; don't use mm-append-to-file.
19275
19276         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19277         gnus-art.el and rename to gnus-article-save-coding-system.
19278         (gnus-summary-save-article): Require gnus-art; don't show all
19279         headers if it decodes articles; don't add coding cookie here;
19280         don't bind mm-text-coding-system-for-write.
19281         (gnus-summary-save-article-file): Save decoded articles.
19282         (gnus-summary-write-article-file): When saving many files, use
19283         gnus-summary-write-to-file first and gnus-summary-save-in-file
19284         thereafter unless gnus-prompt-before-saving is always.
19285         (gnus-summary-save-article-body-file): Save decoded articles.
19286
19287         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19288
19289 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19290
19291         * nnrss.el (nnrss-check-group): Bind hash-index.
19292
19293 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19294
19295         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19296         its hash index.  Store this hash in `nnrss-group-data'.
19297         (nnrss-read-group-data): Update accordingly.
19298
19299 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19300
19301         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19302         entry.
19303
19304         * gnus-sum.el (gnus-summary-make-menu-bar):
19305         Add gnus-article-browse-html-article.
19306
19307 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19308
19309         * gnus-sum.el (gnus-summary-mime-map):
19310         Add gnus-article-browse-html-article.
19311
19312         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19313
19314 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19315
19316         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19317         suitable coding systems in customize.
19318
19319 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * mail-source.el (mail-sources): Fix custom type.
19322
19323 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19324
19325         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19326         (gnus-summary-expire-articles-now): Shorten prompt.
19327
19328         * gmm-utils.el (wid-edit): Require.
19329         (defun-gmm): Rename from `gmm-defun-compat'.
19330         (gmm-image-search-load-path): Use it.
19331         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19332
19333 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * gnus-sum.el (gnus-summary-save-article-coding-system):
19336         New variable.
19337         (gnus-summary-save-article): Add optional `decode' argument.
19338         If it is set and gnus-summary-save-article-coding-system is non-nil,
19339         save decoded article.
19340         (gnus-summary-write-article-file): Save decoded article if
19341         gnus-summary-save-article-coding-system is non-nil.
19342
19343         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19344         type.
19345
19346 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19349
19350 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19353         first to test gnus-single-article-buffer which may be buffer-local.
19354
19355         * gnus-sum.el (gnus-summary-setup-buffer):
19356         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19357         group; make gnus-article-buffer, gnus-article-current, and
19358         gnus-original-article-buffer always buffer-local.
19359         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19360         group.
19361         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19362
19363 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19364
19365         * nnml.el (nnml-request-compact-group): Compressed files might not
19366         have .gz extension.
19367
19368 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19369
19370         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19371         (mm-copy-to-buffer): Use with-current-buffer.
19372         (mm-display-part): Simplify.
19373         (mm-inlinable-p): Add optional arg `type'.
19374
19375 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19376
19377         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19378         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19379         Try harder to show the attachment internally or externally using
19380         gnus-mime-view-part-as-type.
19381
19382 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19383
19384         * message.el (message-from-style, message-signature-separator)
19385         (message-user-organization-file, message-send-mail-function)
19386         (message-citation-line-function, message-yank-prefix)
19387         (message-indent-citation-function, message-signature)
19388         (message-signature-file, message-signature-insert-empty-line):
19389         Remove autoloads.
19390
19391         * gnus-art.el (gnus-buttonized-mime-types):
19392         Remove "multipart/signed".  Revert 2006-04-26 change.
19393
19394 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19395
19396         * gnus.el (gnus-version-number): Bump version.
19397
19398 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19399
19400         * gnus.el: No Gnus v0.5 is released.
19401
19402 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19403
19404         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19405         fetching articles by message-id.
19406
19407 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19408
19409         * message.el (hashcash): Require hashcash as normal.
19410
19411         * ecomplete.el (ecomplete-highlight-match-line):
19412         Use point-at-eol.
19413         (ecomplete-highlight-match-line): Use `highlight', because that
19414         face exists in both Emacs and XEmacs.
19415
19416         * message.el (message-display-abbrev): Use point-at-bol.
19417
19418         * mail-source.el: Don't require timer/timer-funcs.
19419
19420         * gnus-async.el: Ditto.
19421
19422         * password.el: Ditto.
19423
19424         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19425
19426         * mm-url.el: Ditto.
19427
19428         * gnus-xmas.el: Don't require timer-funcs.
19429
19430         * mm-util.el: Require timer/timer-funcs.
19431
19432 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19433
19434         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19435         Close.
19436
19437 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19440         unibyte after clear-decrypt function runs.
19441
19442         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19443         returns as a unibyte string.
19444
19445 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19446
19447         * lpath.el: Revert.
19448
19449         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19450         (pgg-gpg-process-sentinel): Revert.
19451
19452         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19453         (pgg-pgp-lookup-key): Revert.
19454
19455         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19456         (pgg-pgp5-lookup-key): Revert.
19457
19458         * pgg.el (pgg-fetch-key): Revert.
19459
19460 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * lpath.el: Fbind string-as-multibyte for XEmacs.
19463
19464         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19465         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19466         (mml1991-pgg-encrypt): Ditto.
19467
19468         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19469         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19470         a multibyte buffer.
19471
19472         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19473         (pgg-pgp-lookup-key): Ditto.
19474
19475         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19476         (pgg-pgp5-lookup-key): Ditto.
19477
19478         * pgg.el (pgg-fetch-key): Ditto.
19479
19480 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19481
19482         * message.el (message-user-organization-file): Check several
19483         locations of the organization file.
19484
19485         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19486         Add gnus-article-view-part-as-type.
19487
19488         * gnus-art.el (gnus-article-view-part-as-type): New function.
19489
19490         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19491         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19492
19493         * mml.el: Simplify autoload.
19494         (mml-mode): defvar dnd-protocol-alist instead of using
19495         symbol-value.
19496         (mml-default-directory): New variable.
19497         (mml-minibuffer-read-file): Use it.
19498         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19499
19500         * message.el (message-citation-line-format): New variable.
19501         (message-insert-formated-citation-line): New function.
19502         (message-citation-line-function):
19503         Add `message-insert-formated-citation-line' to custom type.
19504
19505         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19506         to doc string.
19507
19508         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19509         depending on mm-verify-option.
19510
19511 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19514         binding pgg-* variables; reimplement the section which prevents
19515         MIME header from being signed.
19516         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19517         pgg-text-mode; remove a blank line at the top of body.
19518
19519         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19520         lines at the top of body; use gnus-newsgroup-charset if there's no
19521         Charset header.
19522
19523 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * message.el (message-self-insert-commands): Doc fix.
19526
19527         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19528         (mm-uu-pgp-encrypted-test): Ditto.
19529         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19530         between header and body; return application/pgp-encrypted handle
19531         if decryption failed; decode decrypted body by charset.
19532
19533         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19534         element match to application/pgp-*.
19535
19536 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19537
19538         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19539         HTML.
19540
19541 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19542
19543         * mail-source.el (mail-source-call-script): Message the error
19544         string.
19545
19546 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19547
19548         * gnus-util.el (gnus-byte-compile): Use it.
19549
19550 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19551
19552         * gnus-util.el (kill-empty-logs): New function.
19553
19554 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19555
19556         * message.el (message-mail-alias-type): Doc fix.
19557         (message-mail-alias-type-p): New function.
19558         (message-send): Use it.
19559         (message-mode): Ditto.
19560         (message-strip-forbidden-properties): Ditto.
19561
19562         * ecomplete.el (ecomplete-database-file-coding-system):
19563         New variable.
19564         (ecomplete-save): Use it.
19565         (ecomplete-setup): Use it.
19566
19567 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * message.el (message-self-insert-commands): New variable.
19570         (message-strip-forbidden-properties): Use it.
19571
19572 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19573
19574         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19575         that doesn't make XEmacs choke.
19576
19577 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19578
19579         * gnus-util.el (gnus-replace-in-string):
19580         Prefer replace-regexp-in-string over of replace-in-string.
19581
19582 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * gnus-util.el (gnus-select-frame-set-input-focus):
19585         Use select-frame-set-input-focus if it is available in XEmacs; use
19586         definition defined in Emacs 22 for old Emacsen.
19587
19588         * dgnushack.el: Autoload unmorse-region for XEmacs.
19589
19590         * lpath.el: Bind cursor-in-non-selected-windows and
19591         select-frame-set-input-focus for XEmacs.
19592
19593 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19594
19595         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19596
19597 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19598
19599         * gnus-registry.el (gnus-registry-cache-save): Remove text
19600         properties when saving via the temp buffer.
19601
19602 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19603
19604         * message.el (message-generate-hashcash): Honor custom type.
19605
19606 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19607
19608         * message.el (message-generate-hashcash): Default to non-nil when
19609         hashcash is found.
19610
19611         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19612         (gnus-refer-thread-limit): Increase default to 500.
19613
19614         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19615
19616         * flow-fill.el (fill-flowed): Allow delete-space.
19617
19618 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19619
19620         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19621         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19622         Remove autoloads.
19623
19624 2006-04-18  Simon Josefsson  <jas@extundo.com>
19625
19626         * message.el (message-generate-hashcash): Default to.
19627
19628 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19631         concatenating segments rather than before concatenating them.
19632
19633 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19634
19635         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19636
19637 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19638
19639         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19640
19641         * message.el (message-forward-make-body-plain):
19642         Allow message-forward-ignored-headers to be a list.
19643         (message-remove-ignored-headers): Factor out into function.
19644         (message-forward-make-body-mml): Use it.
19645
19646         * imap.el (imap-quote-specials): New function.
19647         (imap-login-auth): Quote specials.
19648
19649         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19650         (rfc2231-parse-string): Allow concatanation of parameters that
19651         aren't contiguous.  The test case is
19652           (mail-header-parse-content-type "message/external-body;
19653             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19654             access-type=LOCAL-FILE;
19655             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19656
19657 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19658
19659         * nntp.el (nntp-accept-process-output): Return the value of
19660         `nnheader-accept-process-output'.
19661
19662 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19663
19664         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19665         (gnus-button-alist): Recognize more diff formats.
19666         (gnus-button-patch): Strip directory.
19667
19668 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19669
19670         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19671         Emacs 22 when setting focus.
19672
19673 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19674
19675         * gnus-art.el (gnus-article-treat-types): Do treatment of
19676         text/x-verbatim parts.
19677         (gnus-button-patch): New command.
19678
19679         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19680         addresses that contain invalid characters.
19681
19682 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * message.el (message-put-addresses-in-ecomplete):
19685         Use gnus-replace-in-string.
19686         (message-is-yours-p): Use the more correct
19687         mail-header-parse-address instead of
19688         mail-extract-address-components.
19689         (message-put-addresses-in-ecomplete): Fix typo.
19690
19691         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19692         keystroke.
19693
19694         * gnus-art.el (gnus-treatment-function-alist): Change order of
19695         newsgroups/generic header folding to avoid double-folding.
19696
19697         * message.el (message-hidden-headers): Add X-Draft-From.
19698
19699         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19700         New command.
19701         (gnus-summary-repeat-search-article-backward): New command.
19702
19703         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19704         groups in the parent topic.
19705
19706 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19707
19708         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19709         (spam-extra-header-to-number): Return the CRM114 number as a
19710         number instead of a string.
19711
19712 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19713
19714         * gnus-art.el (gnus-face-properties-alist): Move here from
19715         gnus-fun.
19716
19717         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19718
19719 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19720
19721         * message.el (message-strip-forbidden-properties): Only display on
19722         self-insert-command.
19723
19724         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19725         reindent.
19726         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19727
19728 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19729
19730         * smiley.el (smiley-style): Fix typo.
19731
19732 2006-03-23  Kenichi Handa  <handa@m17n.org>
19733
19734         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19735         instead of set-buffer-multibyte.
19736
19737 2006-03-23  Kenichi Handa  <handa@m17n.org>
19738
19739         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19740         buffer and then decode the buffer text if necessary.
19741         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19742         first, and after mm-encode-body, change the buffer to unibyte.
19743
19744 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19745
19746         * hashcash.el (hashcash-insert-payment-async-2):
19747         Use message-goto-eoh instead of doing it manually.
19748         (mail-add-payment): Use message-narrow-to-header instead of trying
19749         to do the same itself.
19750
19751         * message.el (message-hidden-headers): Add Face.
19752
19753         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19754         reparenting code.
19755         (gnus-summary-reparent-children): Refactored out code.
19756         (gnus-summary-thread-map): New keystroke.
19757         (gnus-summary-reparent-children): Make into command.
19758
19759         * smiley.el (smiley-style): Default to `medium' if using a large
19760         font.
19761
19762         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19763         does it itself.
19764
19765         * message.el (message-point-in-header-p): Simplify definition.
19766
19767 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19768
19769         * nnagent.el (nnagent-request-set-mark): Silence log file
19770         writing.
19771         (nnagent-request-set-mark): Use write-region instead of
19772         append-to-file.
19773
19774         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19775         strange select method.
19776
19777         * ecomplete.el (ecomplete-display-matches): Get highlightling
19778         right.
19779         (ecomplete-display-matches): Use literals.
19780         (ecomplete-display-matches): Disable message logging.
19781
19782         * message.el (message-display-abbrev): Small optimization.
19783
19784         * ecomplete.el (ecomplete-display-matches): Allow automatic
19785         display.
19786
19787         * message.el (message-strip-forbidden-properties):
19788         Display abbrevs.
19789         (message-display-abbrev): Get automatic display right.
19790
19791         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19792         keystrokes.
19793
19794 2006-04-13  Romain Francoise  <romain@orebokech.com>
19795
19796         TODO: Backport to v5-10!
19797
19798         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19799         Move here (and rename) from gnus-registry.el.
19800
19801         * gnus-registry.el: Require gnus-util.
19802         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19803
19804 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19805
19806         * gnus-group.el (gnus-group-catchup-current):
19807         Change if-then-else-if-then-else into cond.
19808         (gnus-group-catchup): Indent.
19809         (group-name-at-point): New function.
19810         (gnus-fetch-group): Provide default from thing at point.
19811
19812 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19813
19814         * message.el (message-display-abbrev): Fix regexp.
19815
19816         * ecomplete.el (ecomplete-highlight-match-line):
19817         Reimplement choosing.
19818         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19819         dead variables.
19820
19821         * message.el (message-newline-and-indent): Remove debugging.
19822         (message-display-abbrev): Use new implementation.
19823
19824 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * gnus-art.el (gnus-article-mode):
19827         Set cursor-in-non-selected-windows to nil.
19828
19829         * smiley.el: Revert previous change.
19830         (smiley-data-directory): defvar it before using it in the
19831         defcustom of `smiley-style'.
19832
19833 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19834
19835         * message.el (message-newline-and-indent): New function.
19836
19837         * ecomplete.el: Implement more bits.
19838
19839         * message.el (message-put-addresses-in-ecomplete): Clean up the
19840         string.
19841
19842         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19843
19844         * gnus-sum.el (gnus-summary-save-parts):
19845         Bind gnus-summary-save-parts-counter and use it to make unique file
19846         names.
19847
19848         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19849
19850         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19851         parameter to say whether to actually parse the individual
19852         addresses.
19853
19854         * message.el (message-put-addresses-in-ecomplete): New function.
19855         (ecomplete): Require.
19856         (message-mail-alias-type): Add ecomplete as an option.
19857
19858 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19859
19860         * flow-fill.el (fill-flowed): Remove trailing space from blank
19861         quoted lines.
19862
19863 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19864
19865         * smiley.el (smiley-style): Move definition later to avoid a
19866         compilation warning.
19867
19868 2006-04-12  Kenichi Handa  <handa@m17n.org>
19869
19870         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19871         buffer and then decode the buffer text if necessary.
19872         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19873         first, and after mm-encode-body, change the buffer to unibyte.
19874         Use mm-disable-multibyte instead of set-buffer-multibyte.
19875
19876 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19879         Content-Type header instead of Content-Disposition header.
19880         (gnus-mime-inline-part): Ditto.
19881         (gnus-mime-view-part-as-charset): Ignore charset that the part
19882         specifies.
19883
19884         * mm-decode.el (mm-display-part): Work with external parts and
19885         usual parts similarly.
19886
19887         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19888         instead of gnus-display-mime.
19889
19890         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19891         instead of with-temp-buffer.
19892
19893         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19894         tag to summarized topics part in order to encode non-ASCII text.
19895
19896 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19897
19898         * smiley.el (smiley-style): New variable.
19899         (smiley-directory): New function.
19900         (smiley-data-directory): Derive from `smiley-style' using
19901         `smiley-directory'.
19902         (smiley-regexp-alist): Add new entries.
19903
19904         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19905         (gnus-article-browse-delete-temp): Add :version.
19906
19907 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19908
19909         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19910         the sieve region.
19911
19912 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19913
19914         * gnus.el (gnus-version-number): Bump version.
19915
19916 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19917
19918         * gnus.el: No Gnus v0.4 is released.
19919
19920 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19921
19922         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19923         layout.
19924
19925         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19926         unknown charset.
19927
19928         * message.el (message-header-synonyms): Add Original-To to the
19929         default.
19930
19931         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19932         optional parameter.
19933
19934 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19935
19936         * gnus-fun.el (gnus): Require it for gnus-directory.
19937
19938 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19939
19940         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19941
19942 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19943
19944         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19945
19946 2006-04-05  Simon Josefsson  <jas@extundo.com>
19947
19948         * password.el (password-reset): New function.
19949
19950 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19951
19952         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19953         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19954
19955 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19956
19957         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19958         Some whitespace was matched into the url, which broke browsing hits
19959         > 100 when mm-url-use-external was nil.
19960
19961 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19962
19963         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19964         Check gnus-extra-headers for 'Newsgroups.
19965
19966         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19967         bound.
19968
19969 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19970
19971         * pgg-gpg.el: Clean up process buffers every time gpg processes
19972         complete.
19973
19974 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19975
19976         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19977         doc string.
19978
19979 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19980
19981         * pgg-gpg.el (pgg-gpg-process-filter)
19982         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19983
19984         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19985         lines, temporary fix.
19986
19987 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19988
19989         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19990
19991 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19992
19993         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19994         default-enable-multibyte-characters.  This reverts the change from
19995         revision 6.17 which is no longer necessary because the passphrase
19996         is sent separately now.  GnuPG messages are unreadable under
19997         multibyte locales with default-enable-multibyte-characters set to
19998         nil.
19999
20000 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20001
20002         * message.el (message-tool-bar-gnome): Move "spell".
20003
20004 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20007         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20008         instead.
20009
20010 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20011
20012         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20013         Improve newsgroups handling for NNTP overviews which don't include
20014         Newsgroups.
20015
20016 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20017
20018         * message.el (message-resend): Bind message-generate-hashcash to nil.
20019
20020 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20021
20022         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20023         when searching for already-paid recipients.
20024
20025 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20026
20027         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20028         passphrases when it is not needed.
20029         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20030         passphrase stuff from gpg, should only be necessary when you use
20031         gpg with a smartcard.
20032
20033 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * mml.el (mml-insert-mime): Ignore cached contents of
20036         message/external-body part.
20037
20038         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20039         (mm-insert-part): Ditto.
20040
20041 2006-03-23  Simon Josefsson  <jas@extundo.com>
20042
20043         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20044         Reiner.
20045         (pgg-gpg-use-agent-p): Use it again.
20046
20047 2006-03-23  Simon Josefsson  <jas@extundo.com>
20048
20049         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20050         older emacsen.
20051         (pgg-gpg-use-agent-p): Don't use it.
20052
20053 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20056         if we can.
20057
20058 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20059
20060         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20061         (pgg-gpg-update-agent): New function.
20062         (pgg-gpg-use-agent-p): New function.
20063         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20064         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20065         (pgg-gpg-sign-region): Use it.
20066
20067 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20068
20069         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20070         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20071
20072 2006-03-21  Simon Josefsson  <jas@extundo.com>
20073
20074         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20075         <wilde@sha-bang.de>.
20076         (pgg-gpg-use-agent): New variable.
20077         (pgg-gpg-process-region): Use it.
20078         (pgg-gpg-encrypt-region): Likewise.
20079         (pgg-gpg-encrypt-symmetric-region): Likewise.
20080         (pgg-gpg-decrypt-region): Likewise.
20081         (pgg-gpg-sign-region): Likewise.
20082         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20083
20084 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20085
20086         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20087
20088         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20089         Add comment on version.
20090
20091 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20092
20093         * smiley.el: Add missing test smiley.
20094
20095 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * mm-decode.el (mm-with-part): New macro.
20098         (mm-get-part): Use it; work with message/external-body as well.
20099         (mm-save-part): Treat name and filename equally.
20100
20101         * mm-extern.el (mm-extern-cache-contents): New function.
20102         (mm-inline-external-body): Use it; force the part to be displayed;
20103         move undisplayer added to the cached handle to the parent.
20104
20105         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20106         (gnus-mime-view-part-as-type): Work with message/external-body.
20107
20108         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20109
20110 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20111
20112         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20113         images in image-load-path.  [Sync with image.el, revision 1.60, in
20114         Emacs.]
20115
20116 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20117
20118         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20119         path rather than symbol.  Always return list of directories.
20120         Guarantee that image directory comes first.  [Sync with image.el,
20121         revision 1.59, in Emacs.]
20122
20123         * message.el (message-make-tool-bar): Adjust to new API of
20124         `gmm-image-load-path-for-library'.
20125
20126         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20127
20128         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20129
20130 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20131
20132         * gnus-art.el (gnus-article-only-boring-p):
20133         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20134         intangible text.
20135         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20136
20137 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20138
20139         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20140         Use `defun' instead of `gmm-defun-compat'.
20141
20142 2006-03-14  Simon Josefsson  <jas@extundo.com>
20143
20144         * message.el (message-unique-id): Don't use message-number-base36
20145         if (user-uid) is a float.
20146         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20147
20148 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20151
20152         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20153         empty line between a part and a message part.
20154
20155 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20156
20157         * smiley.el: Add more test smileys.
20158         (smiley-data-directory, smiley-regexp-alist)
20159         (gnus-smiley-file-types): Fix doc strings.
20160         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20161         adding new elements.
20162         (smiley-mouse-map): Unused code.  Make it a comment.
20163
20164 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20165
20166         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20167         scan latest NoCeM messages instead of old ones.
20168         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20169         delimiters that are recently used.
20170         (gnus-nocem-load-cache): Add autoload cookie.
20171
20172         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20173
20174         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20175         level which is larger than gnus-use-nocem is specified.
20176
20177         * gnus-group.el (gnus-group-get-new-news): Ditto.
20178
20179 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20180
20181         * gnus-util.el (gnus-tool-bar-update): New function.
20182
20183         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20184         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20185
20186         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20187
20188         * gnus-group.el (gnus-group-redraw-when-idle)
20189         (gnus-group-redraw-check): Remove.
20190         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20191
20192 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20195         if optional last element is specified in splits (FIELD VALUE...).
20196
20197 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20200         to gmm-image-load-path-for-library.  Call with no-error argument.
20201         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20202
20203         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20204
20205         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20206
20207         * gmm-utils.el (gmm-image-load-path): Remove alias.
20208
20209 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20210
20211         * gmm-utils.el (gmm-image-load-path): Add alias.
20212
20213         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20214         nnml-generate-nov-databases-1.
20215         (nnml-generate-nov-databases): Use it.
20216         (nnml-generate-nov-databases-directory): Document no-active
20217         argument.
20218
20219         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20220         directory if path is t.  Add no-error.
20221
20222         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20223         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20224
20225         * gnus-art.el (gnus-article-browse-delete-temp-files):
20226         Simplify resetting gnus-article-browse-html-temp-list.
20227
20228         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20229         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20230         Add example to docstring.  Rename local variables.  Move error
20231         checks to default case in cond and simplify.
20232
20233 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20234
20235         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20236         handle is multipart when calling it recursively.
20237         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20238
20239 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20240
20241         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20242         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20243
20244 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20245
20246         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20247         is loaded.
20248
20249         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20250         loaded.
20251
20252 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20253
20254         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20255         to "Emacs 23 (unicode)" in doc string.
20256
20257         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20258         "Emacs 23 (unicode)" in comment.
20259
20260 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20263
20264         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20265         characters 160 through 255 in Emacs 23.
20266
20267 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20268
20269         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20270         gnus-article-browse-html-temp.
20271         (gnus-article-browse-delete-temp): Make it customizable.
20272         Add `file'.  Adjust doc string.
20273         (gnus-article-browse-delete-temp-files): Add argument.
20274         Allow query for each file.  Adjust doc string.
20275         (gnus-article-browse-html-parts):
20276         Add `gnus-article-browse-delete-temp-files' to
20277         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20278
20279 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20280
20281         * gnus-art.el (gnus-article-browse-html-temp)
20282         (gnus-article-browse-delete-temp): New variables.
20283         (gnus-article-browse-delete-temp-files): New function.
20284         (gnus-article-browse-html-parts): Use it.
20285
20286 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20289
20290         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20291         string.
20292
20293         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20294         gnus-summary-insert-new-articles when unplugged.
20295         Remove gnus-summary-search-article-forward.
20296
20297         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20298         display-visual-class instead of display-color-cells.
20299
20300 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20301
20302         * dgnushack.el: Autoload customize-group for XEmacs.
20303
20304         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20305         message/* containing non-ASCII text properly.
20306
20307 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20308
20309         * message.el: Require gmm-utils, remove autoloads.
20310         (message-tool-bar): Set default based on
20311         gmm-tool-bar-style.
20312         (message-tool-bar-gnome): Add gmm-customize-mode.
20313
20314         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20315         gmm-tool-bar-style.
20316         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20317
20318         * gnus-group.el (gnus-group-tool-bar): Set default based on
20319         gmm-tool-bar-style.
20320         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20321
20322         * gmm-utils.el (gmm-image-directory): Rename variable from
20323         gmm-image-load-path.
20324         (gmm-image-load-path): Use gmm-image-directory.
20325         (gmm-customize-mode): New function.
20326         (gmm-tool-bar-style): New variable.
20327
20328         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20329         gnus-group-redraw-line-number.
20330         (gnus-group-redraw-check): Simplify.
20331         (gnus-group-tool-bar-update): Remove redraw check.
20332         (gnus-group-make-tool-bar): Add redraw check.
20333
20334 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20335
20336         * gnus-art.el (gnus-button): Add missing parentheses.
20337
20338 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * lpath.el: Fbind line-number-at-pos.
20341
20342 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20345
20346 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20347
20348         * gnus-art.el (gnus-button): New face.
20349         (gnus-article-button-face): Use it.
20350
20351         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20352         Add gnus-summary-next-page.  Re-order.
20353
20354         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20355         next-node are now included.
20356         (gnus-group-redraw-line-number): New internal variable.
20357         (gnus-group-redraw-check): Helper function for updating the tool
20358         bar.
20359         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20360
20361         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20362
20363         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20364         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20365         Use it to match format of Spamassassin 3.0 and later.
20366         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20367         (spam-check-bogofilter)
20368         (spam-bogofilter-register-with-bogofilter): Fix args of
20369         `gnus-error' calls.
20370
20371 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20372
20373         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20374         unnecessary interaction when sending queued mails.
20375         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20376
20377 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20380         first or last are nil.
20381
20382 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20383
20384         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20385
20386 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20387
20388         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20389
20390 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20391
20392         * dns.el (query-dns): Protect more against buggy tcp output.
20393
20394 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20395
20396         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20397         nov.php.
20398
20399 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20400
20401         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20402         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20403         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20404         output on the server side.
20405         (nnweb-google-create-mapping): Update regexps and add some
20406         progress indication.
20407
20408 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20409
20410         * gnus-group.el (gnus-group-tool-bar-gnome):
20411         Fix gnus-agent-toggle-plugged.  Re-order icons.
20412         (gnus-group-tool-bar-gnome):
20413         Add gnus-group-{prev,next}-unread-group.
20414         (gnus-group-tool-bar-gnome): Re-order icons.
20415
20416         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20417         Move gnus-summary-insert-new-articles.
20418
20419         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20420         Fix comments.
20421
20422         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20423         also available in Emacs 21.3.
20424
20425         * message.el (message-fix-before-sending): Change "Emacs 22" to
20426         "Emacs 23 (unicode)" in comment.
20427
20428         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20429         "Emacs 23 (unicode)" in comment.
20430
20431         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20432         comment.
20433         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20434
20435         * mm-view.el (mm-fill-flowed): Add :version.
20436
20437 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20440         and load-path.
20441
20442 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20443
20444         * message.el: Autoload gmm-image-load-path.
20445         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20446         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20447         consitency.
20448
20449         * gmm-utils.el (gmm-image-load-path): Also search in
20450         "../etc/images".  Don't set gmm-image-load-path if we don't find
20451         the image.
20452
20453 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20454
20455         * gmm-utils.el (gmm-image-load-path): Don't make
20456         `gmm-image-load-path' include subdirectories which the second arg
20457         `image' might specify.
20458
20459         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20460         subdirectory to icon file names.
20461
20462         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20463
20464 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20465
20466         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20467         gmm-image-load-path calls.
20468
20469         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20470
20471         * message.el (message-make-tool-bar): Ditto.
20472
20473         * mml.el (mml-preview): Add comment concerning tool bar icons.
20474
20475         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20476         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20477
20478         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20479         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20480
20481         * message.el (message-tool-bar-gnome): Use new icon names.
20482         (message-make-tool-bar): Use `gmm-image-load-path'.
20483
20484         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20485         New functions from MH-E.
20486         (gmm-image-load-path): New variable from MH-E.
20487         (gmm-image-load-path): New function from MH-E.  Add arguments
20488         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20489         *-image-load-path-called-flag.
20490
20491 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20492
20493         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20494
20495 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20496
20497         * nnimap.el (nnimap-request-move-article): Change folder back to
20498         source group before deleting.
20499
20500 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20501
20502         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20503
20504         * gnus-art.el (mm-url-insert-file-contents-external):
20505         Autoload mm-url.
20506
20507         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20508
20509 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20510
20511         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20512         coding system which mm-charset-to-coding-system returns for a
20513         given charset is valid.
20514
20515 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20516
20517         * html2text.el (html2text-remove-tag-list):
20518         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20519
20520 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20521
20522         * gnus-cus.el: Revert 2005-10-17 change.
20523
20524 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20525
20526         * gnus-art.el (article-strip-banner):
20527         Call article-really-strip-banner only when the regexp match is made.
20528
20529 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * gnus-art.el (article-strip-banner):
20532         Use gnus-extract-address-components instead of
20533         mail-header-parse-addresses to make it work with non-ASCII text;
20534         remove mail-encode-encoded-word-string.
20535
20536         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20537         values which are surrounded with \"...\"; make it never cause a
20538         Lisp error; give up parsing of parameters if it failed in
20539         extracting type.
20540
20541 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20542
20543         * smime.el (smime-cert-by-ldap-1): Fix bug where
20544         `smime-ldap-search' returns results without userCertificates.
20545
20546 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20547
20548         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20549
20550 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20551
20552         * spam.el (spam-check-spamassassin-headers): Adapt format for
20553         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20554         <ari@mbf.ocn.ne.jp>.
20555         (spam-list-of-processors): Add spam-use-gmane.
20556
20557 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20558
20559         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20560         make-temp-file; make it work with XEmacs as well.
20561
20562         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20563         mm-make-temp-file.
20564
20565         * mm-decode.el (mm-display-external): Use the 3rd arg of
20566         mm-make-temp-file.
20567         (mm-create-image-xemacs): Ditto.
20568
20569 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20572         with message-narrow-to-headers.
20573         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20574         (gnus-draft-check-draft-articles): New function.
20575         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20576
20577 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20578
20579         * gnus-art.el (gnus-article-browse-html-parts):
20580         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20581         Don't use suffix argument for mm-make-temp-file for Emacs 21
20582         compatibility.  Remove useless `format'.
20583
20584 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20585
20586         * nnweb.el (nnweb-google-wash-article): Update regexps.
20587         (nnweb-group-alist): Use defvoo instead of defvar.
20588
20589 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20590
20591         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20592         re-loading nn* modules.
20593
20594 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20595
20596         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20597         for `tool-bar-mode' and don't check it's default-value.
20598
20599         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20600
20601         * message.el (message-make-tool-bar): Ditto.
20602
20603         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20604         `substring'.  Shorten tmp-file name.
20605
20606         * gnus.el: Remove bogus comment.
20607
20608 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20609
20610         * gnus-art.el (gnus-article-browse-html-parts): New function.
20611         (gnus-article-browse-html-article): New function for viewing html
20612         articles with a browser.
20613
20614 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20615
20616         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20617         in elisp.
20618         (pgg-gpg-encrypt-symmetric-region): Ditto.
20619         (pgg-gpg-sign-region): Ditto.
20620
20621         * pgg-def.el (pgg-text-mode): New variable.
20622
20623         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20624         (mml2015-pgg-encrypt): Ditto.
20625
20626         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20627         (mml1991-pgg-encrypt): Ditto.
20628
20629 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * nnfolder.el (nnfolder-insert-newsgroup-line):
20632         Use message-make-date instead of current-time-string.
20633
20634         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20635         to gnus-decoded which mm-uu might set.
20636
20637 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20640         don't decode quoted parameters; remove misimported Emacs code.
20641         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20642         (rfc2231-decode-encoded-string): Don't use split-string which
20643         behaves differently according to Emacs version; use
20644         mm-decode-coding-region to convert charset to coding-system.
20645         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20646         (rfc2231-encode-string): Remove misimported Emacs code.
20647
20648 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20651         when calling mail-header-parse-content-type.
20652         (article-de-quoted-unreadable): Ditto.
20653         (article-de-base64-unreadable): Ditto.
20654         (article-wash-html): Ditto.
20655
20656         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20657         calling mail-header-parse-content-type and
20658         mail-header-parse-content-disposition.
20659         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20660         mail-header-parse-content-type.
20661
20662         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20663         insert charset and format parameters; encode description after
20664         inserting it to buffer.
20665         (mml-insert-parameter): Fold lines properly even if a parameter is
20666         segmented into two or more lines; change the max column to 76.
20667
20668         * rfc1843.el (rfc1843-decode-article-body): Don't use
20669         ignore-errors when calling mail-header-parse-content-type.
20670
20671         * rfc2231.el (rfc2231-parse-string): Return at least type if
20672         possible; don't cause an error even if it fails in parsing of
20673         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20674         (rfc2231-encode-string): Don't break lines at the beginning, leave
20675         it to mml-insert-parameter.
20676
20677         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20678         calling mail-header-parse-content-type.
20679
20680 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20681
20682         * spam-report.el (spam-report-gmane-use-article-number):
20683         Improve doc string.
20684         (spam-report-gmane-internal): Check if a suitable header was found
20685         in the article.
20686
20687 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20688
20689         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20690         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20691
20692 2006-02-05  Romain Francoise  <romain@orebokech.com>
20693
20694         Update copyright notices of all files in the gnus directory.
20695
20696 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20697
20698         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20699
20700 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20703         segmented lines of parameter value to cope with Thunderbird 1.5
20704         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20705         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20706         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20707
20708 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20709
20710         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20711         parts.
20712
20713 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20714
20715         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20716         there's only one active file for all servers.
20717         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20718         solid groups.  Gnus might have used a FAST request to select the group.
20719         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20720         and nnweb-search redundantly in the active file.
20721         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20722         (nnweb-request-create-group): Don't use ARGS.
20723         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20724         initializations.  Let nnoo do the work.
20725
20726 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20729         Say the part has been decoded.
20730
20731         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20732
20733 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20734
20735         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20736         mailcap-viewer-test-cache when there's no 'test clause, since that
20737         will invert the meaning of a "nil" test previously determined by
20738         mailcap-mailcap-entry-passes-test.
20739
20740 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20741
20742         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20743         compiling.
20744
20745         * gnus-sum.el: Ditto.
20746
20747         * message.el: Don't bind tool-bar-map when compiling.
20748
20749 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20750
20751         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20752
20753 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20754
20755         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20756         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20757         current Google Groups.
20758
20759 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20760
20761         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20762         and tool-bar-mode.
20763
20764         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20765         and tool-bar-mode.
20766
20767         * message.el (message-tool-bar-update): Simplify.
20768         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20769
20770         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20771         gnus-summary-buffer.
20772         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20773         gnus-summary-reply.
20774
20775         * gmm-utils.el (gmm): Add :version.
20776
20777 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20778
20779         * Makefile.in (clean): New rule.
20780         (distclean): Use it.
20781
20782 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20783
20784         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20785         Don't autoload.
20786
20787 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20788
20789         * gmm-utils.el (gmm-verbose): Add :group.
20790
20791 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20792
20793         * message.el: Change some comments WRT tool-bars.
20794
20795         * gnus-sum.el (gnus-summary-tool-bar)
20796         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20797         (gnus-summary-tool-bar-zap-list): New variables.
20798         (gnus-summary-make-tool-bar): Complete rewrite using
20799         `gmm-tool-bar-from-list'.
20800
20801         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20802         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20803         New variables.
20804         (gnus-group-make-tool-bar): Complete rewrite using
20805         `gmm-tool-bar-from-list'.
20806         (gnus-group-tool-bar-update): New function.
20807
20808         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20809
20810 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20811
20812         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20813         is dissected into a single part of which the type is the same as
20814         the given one; decode charset.
20815
20816 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20817
20818         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20819         into alists as symbol not string, since that's what
20820         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20821         look for.
20822
20823 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20824
20825         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20826         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20827
20828         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20829
20830 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20833         (gnus-xmas-mime-security-button-menu): New function.
20834
20835         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20836         (gnus-mime-security-button-menu): New definition.
20837         (gnus-mime-security-button-map): Use them.
20838         (gnus-mime-security-button-menu): New function.
20839         (gnus-insert-mime-security-button): Addition to help echo.
20840         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20841         (gnus-mime-security-pipe-part): New functions.
20842
20843         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20844         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20845
20846         * mm-decode.el (mm-handle-set-disposition): Remove.
20847         (mm-handle-set-description): Remove.
20848
20849 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20852         (mm-w3m-standalone-supports-m17n-p): New function.
20853         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20854         w3m usage.
20855
20856         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20857         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20858
20859 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * message.el (message-tool-bar-zap-list):
20862         Use gmm-tool-bar-zap-list as custom type.
20863         (message-tool-bar-update): New function.
20864         (message-tool-bar, message-tool-bar-gnome)
20865         (message-tool-bar-retro): Add message-tool-bar-update.
20866         (message-tool-bar-gnome): Add flyspell-buffer.
20867
20868         * gnus-util.el (gnus-error): Describe `args'.
20869
20870         * gmm-utils.el (gmm-error): Describe `args'.
20871         (gmm-tool-bar-zap-list): New widget.
20872         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20873
20874 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20875
20876         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20877         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20878         the number of recursive calls.
20879
20880         * mm-decode.el (mm-handle-set-disposition): New macro.
20881         (mm-handle-set-description): New macro.
20882
20883 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20886         encoding.
20887
20888 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20889
20890         * message.el (message-tool-bar-zap-list, message-tool-bar)
20891         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20892         (message-tool-bar-local-item-from-menu): Remove.
20893         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20894         (message-make-tool-bar): New function.
20895         (message-mode): Use `message-make-tool-bar'.
20896
20897         * gmm-utils.el: New file.
20898         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20899         (gmm-lazy): New widget copied from `nnmail.el'.
20900         (gmm-tool-bar-from-list): New function for creating customizable
20901         tool bars.
20902         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20903         output.
20904         (gmm): Add :prefix to defgroup.
20905
20906 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20907
20908         * gmm-utils.el (gmm-widget-p): New function.
20909
20910 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20911
20912         * mml.el (mml-attach-file): Describe `description' in doc string.
20913         (mml-menu): Add Emacs MIME manual and PGG manual.
20914
20915 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20916
20917         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20918
20919 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20920
20921         * nntp.el (nntp-end-of-line): Doc fix.
20922
20923 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20924
20925         * imap.el (imap-open): Handle case where buffer is a buffer
20926         object.
20927
20928 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20929
20930         * gnus-delay.el (gnus-delay): Don't autoload.
20931         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20932         to be re-loaded when customizing the `gnus-delay' group.
20933
20934 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20935
20936         * message.el (message-insert-citation-line): Use newlines.
20937
20938 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20939
20940         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20941         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20942         these routines, so the passphrase can be managed externally and
20943         passed in to the system.
20944         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20945         pgg-add-passphrase-to-cache function.
20946
20947         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20948         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20949         these routines, so the passphrase can be managed externally and
20950         passed in to the system.
20951         (pgg-pgp5-sign-region): Use new name of
20952         pgg-add-passphrase-to-cache function.
20953
20954 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20955
20956         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20957         part of the decoded armor to find the key-identifier.
20958         (pgg-gpg-lookup-key-owner): New function to return the
20959         human-readable identifier of a key owner.
20960         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20961         itself.
20962         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20963         the key value) if we have a key and can match it against a secret
20964         key.  Also, added a note pointing out fact that the prompt only
20965         indicates the first matching key.
20966
20967         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20968         pgg-decrypt-region.
20969         (pgg-add-passphrase-to-cache): Rename from
20970         `pgg-add-passphrase-cache' to reduce confusion (all callers
20971         changed).
20972         (pgg-remove-passphrase-from-cache): Rename from
20973         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20974         changed).
20975         (pgg-read-passphrase, pgg-add-passphrase-cache)
20976         (pgg-remove-passphrase-cache): Add informative docstrings.
20977         (pgg-decrypt): Convey provided passphrase in subordinate call to
20978         pgg-decrypt-region.
20979
20980 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20981
20982         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20983         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20984         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20985         'passphrase' argument, so the passphrase can be managed externally
20986         and then passed in to the system.
20987
20988         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20989         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20990         so the passphrase cache can be used reliably with identifiers
20991         besides a pgp packet's key id.
20992
20993         * pgg-gpg.el (pgg-gpg-encrypt-region)
20994         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20995         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20996         these routines, so the passphrase can be managed externally and
20997         passed in to the system.
20998
20999         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21000         'notruncate' argument, so the passphrase cache can be used
21001         reliably with identifiers besides a pgp packet's key id.
21002
21003 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21004
21005         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21006         symmetric encryption.
21007         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21008         encrypted session key.
21009         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21010         message ask for the passphrase in a proper way.
21011
21012         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21013         New user commands for symmetric encryption.
21014
21015 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21018
21019         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21020
21021 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21022
21023         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21024
21025 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * mm-decode.el (mm-inlined-types): Add application/pgp.
21028         (mm-automatic-display): Ditto.
21029
21030         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21031         part as text.
21032
21033 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * nnrss.el: Update copyright.
21036         (nnrss-opml-import): Query whether to subscribe to each entry.
21037
21038         * gnus-art.el:
21039         * gnus-sum.el:
21040         * gnus-xmas.el:
21041         * messagexmas.el:
21042         * mm-uu.el:
21043         * mm-view.el: Update copyright.
21044
21045 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21046
21047         * message.el (message-info): New function.
21048         (message-mode-menu): Add it.
21049         Update copyright.
21050
21051         * ChangeLog: Fix and update copyright.
21052
21053 2006-01-13  Romain Francoise  <romain@orebokech.com>
21054
21055         * message.el (message-forward-subject-name-subject): Prefer the
21056         address to 'nowhere' if the sender has no name.
21057         Fix typo.  Update copyright year.
21058
21059 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21060
21061         * gnus-art.el (article-wash-html):
21062         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21063         (gnus-article-wash-html-with-w3m-standalone): New function.
21064
21065         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21066         mm-inline-text-html-render-with-w3m-standalone.
21067         (mm-text-html-washer-alist): Map w3m-standalone to
21068         gnus-article-wash-html-with-w3m-standalone.
21069         (mm-inline-text-html-render-with-w3m-standalone): New function.
21070
21071 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21072
21073         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21074         Improve LaTeX.
21075
21076 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21077
21078         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21079         (nnrss-request-article): Render text/plain parts as HTML.
21080
21081         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21082         the buffer.
21083
21084 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21085
21086         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21087         custom definition of `gnus-posting-styles'.
21088
21089         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21090         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21091
21092 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21093
21094         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21095         Use nntp for bug archive.
21096
21097 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21100         parts.
21101         (nnrss-normalize-date): New function converts ISO 8601 date into
21102         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21103         (nnrss-check-group): Use it.
21104
21105 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21106
21107         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21108
21109         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21110         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21111         (nnrss-insert-w3): Ditto.
21112
21113 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21114
21115         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21116         the articles to be forwarded including the case where neither a
21117         number of articles nor a region is specified.
21118
21119 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * nnrss.el (nnrss-request-article): Fix last change; fill
21122         text/plain parts.
21123
21124 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21125
21126         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21127         in text/plain part.
21128         (nnrss-check-group): Don't add excessive newline to dc:subject.
21129
21130 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21131
21132         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21133         article.
21134
21135 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21136
21137         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21138         (nnml-use-compressed-files, nnml-save-mail): Support other
21139         comression programs such as bzip2.
21140
21141 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21142
21143         * dns.el (query-dns): Make sure we check the buffer size before
21144         removing tcp headers.
21145
21146 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21147
21148         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21149         remove MIME buttons associated with multipart/alternative parts.
21150         (gnus-mime-display-alternative): Tag buttons using `article-type'
21151         text property.
21152
21153         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21154         associated with multipart/alternative parts.
21155
21156         * gnus-art.el (gnus-signature-separator): Fix custom type.
21157
21158         * mm-decode.el (mm-inlined-types): Fix custom type.
21159         (mm-keep-viewer-alive-types): Ditto.
21160         (mm-automatic-display): Ditto.
21161         (mm-attachment-override-types): Ditto.
21162         (mm-inline-override-types): Ditto.
21163         (mm-automatic-external-display): Ditto.
21164
21165 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21166
21167         * spam-report.el (spam-report-user-mail-address)
21168         (spam-report-user-agent): New variables.
21169         (spam-report-url-ping-plain): Use spam-report-user-agent.
21170
21171 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21172
21173         * gnus-art.el (gnus-button-handle-custom): Do not just use
21174         `customize-apropos' for any "M-x customize-*" button but the
21175         function called for.  Accept both the function name and its
21176         argument in order to achieve this.
21177         (gnus-button-alist): Remove support for "custom:" URL's.
21178         Pass function name to `gnus-button-handle-custom' in case of "M-x
21179         customize-*" buttons.
21180
21181 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21184         multipart/alternative and add xref to mm-discouraged-alternatives
21185         in doc string.
21186
21187         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21188         gnus-buttonized-mime-types in doc string.
21189
21190 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21191
21192         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21193         Suggest image/.* in the doc string.
21194
21195 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21198         message-marks (Debian bug#342521).
21199
21200 2005-12-12  Simon Josefsson  <jas@extundo.com>
21201
21202         * password.el (password-read-from-cache): Add.
21203         (password-read): Use it.
21204
21205 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21206
21207         * rfc2047.el (rfc2047-charset-to-coding-system):
21208         Recognize us-ascii as a MIME charset.
21209
21210         * mm-bodies.el (mm-decode-content-transfer-encoding):
21211         Protect against the case where the 2nd arg TYPE is nil.
21212
21213 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * pop3.el (pop3-stream-type): Fix custom version.
21216
21217         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21218
21219 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21220
21221         * mm-decode.el (mm-display-external): Add missing cdr.
21222
21223 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21224
21225         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21226         RFC1524) if it is in mailcap or add a suffix according to
21227         mailcap-mime-extensions when generating a temp filename; postpone
21228         deleting a temp file for 2 seconds for some wrappers, shell
21229         scripts, and so on, which might exit right after having started a
21230         viewer command as a background job.
21231
21232 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21233
21234         * nntp.el (nntp-marks-directory): Fix custom group.
21235
21236         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21237         steps when < 10.
21238
21239         * gnus-start.el (gnus-no-server-1):
21240         Mention `gnus-level-default-subscribed' in doc string.
21241
21242 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21243
21244         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21245         parens.
21246
21247 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21248
21249         * gnus-xmas.el (gnus-use-toolbar): Revert.
21250         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21251         gnus-use-toolbar is default.
21252
21253         * messagexmas.el (message-use-toolbar): Revert.
21254         (message-setup-toolbar): Use global default-toolbar if
21255         message-use-toolbar is default.
21256
21257 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21258
21259         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21260         according to default-toolbar-visible-p.
21261
21262         * messagexmas.el (message-use-toolbar): Ditto.
21263
21264 2005-11-26  Dave Love  <fx@gnu.org>
21265
21266         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21267         (tls-program, tls-success): Provide openssl alternative.
21268
21269         * starttls.el: Doc fixes.
21270         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21271         SERVICE to PORT.
21272
21273         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21274         port null or service name.
21275         (starttls-negotiate): Autoload.
21276
21277 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * message.el (message-kill-to-signature): Fix interactive spec.
21280
21281 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * pop3.el (pop3-open-server): Recognize a string as a service name.
21284
21285 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21286
21287         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21288
21289 2005-11-23  Dave Love  <fx@gnu.org>
21290
21291         Add pop3s, pop3/starttls.
21292
21293         * pop3.el (pop3-authentication-scheme): Clarify doc.
21294         (open-tls-stream, starttls-open-stream): Autoload.
21295         (pop3-stream-type): New.
21296         (pop3-open-server): Use it.
21297
21298         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21299         for POP.
21300         (mail-source-keyword-map): Add :stream for POP.
21301         (mail-source-fetch-pop): Use pop3-stream-type.
21302
21303 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21304
21305         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21306         of current-time-string.
21307
21308 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21309
21310         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21311         date header.
21312
21313 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21314
21315         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21316         it can seriously impact performance as it bypasses the agent's
21317         local caches.
21318
21319 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21320
21321         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21322         must be explicitly online rather than "not explicitly offline" for
21323         its flags to be synchronized.
21324
21325         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21326         that gnus-uu-unmark-thread will function correctly.
21327
21328         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21329         1024K is instead displayed as 1M.
21330
21331 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21332
21333         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21334
21335 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21336
21337         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21338
21339 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21340
21341         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21342         error message to display actual error condition.
21343         (gnus-agent-save-local): Avoid saving symbols that are bound to
21344         nil as they simply result in a warning message in
21345         gnus-agent-read-local.
21346
21347 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21348
21349         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21350         rather than make-variable-buffer-local for file-precious-flag.
21351
21352 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21353
21354         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21355         for duplicates which are removed.  The invalid sort check then
21356         triggers a rescan after the sort as sorting may have moved
21357         duplicate entries such that they can be cheaply detected.
21358
21359 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21360
21361         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21362
21363 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21364
21365         * gnus-agent.el (gnus-agent-article-alist-save-format):
21366         Change internal variable to a custom variable.  Change default value
21367         from compressed(2) to uncompressed(1).
21368         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21369         support for uncompressed agentview files.  Taken together, reading
21370         the agentview file should now be 6-7 times faster.
21371
21372 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21373
21374         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21375         as a buffer-local variable.  This avoids creating truncated
21376         dribble files as a result of a hang up, eg.
21377
21378 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21379
21380         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21381         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21382         XEmacs.
21383
21384 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * gnus-start.el (gnus-start-draft-setup):
21387         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21388
21389         * gnus.el (gnus-splash): Change custom group.
21390         (gnus-group-get-parameter, gnus-group-parameter-value):
21391         Describe allow-list argument.
21392
21393         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21394         string.
21395
21396 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21397
21398         * gnus-art.el (gnus-default-article-saver): Add user-defined
21399         `function' to custom type.
21400
21401 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21402
21403         * imap.el (imap-open): Handle case where buffer is a buffer
21404         object.
21405
21406 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21409         long lines.
21410         (gnus-cache-delete-group): Wrap doc strings.
21411
21412         * gnus-agent.el (gnus-agent-rename-group)
21413         (gnus-agent-delete-group): Wrap doc strings.
21414
21415 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21416
21417         * messagexmas.el (message-use-toolbar): Change the valid values
21418         into default, top, bottom, left, and right.
21419         (message-toolbar-thickness): New variable.
21420         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21421         well.
21422         (message-setup-toolbar): Make it work.
21423
21424         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21425         (gnus-use-toolbar): Change the valid values into default, top,
21426         bottom, left, and right.
21427         (gnus-toolbar-thickness): New variable.
21428         (gnus-xmas-setup-toolbar): New function.
21429         (gnus-xmas-setup-group-toolbar): Use it.
21430         (gnus-xmas-setup-summary-toolbar): Use it.
21431
21432 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21433
21434         * gnus-start.el (gnus-1): Add "native" to
21435         gnus-predefined-server-alist.
21436
21437         * gnus.el (gnus-method-to-server): Don't add "native" to the
21438         lists here, because that leads to problems when
21439         gnus-select-method is bound.
21440
21441 2005-11-09  Simon Josefsson  <jas@extundo.com>
21442
21443         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21444         use (not sort-by-date) instead.
21445
21446 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21447
21448         * gnus-delay.el (gnus-delay-group): Don't autoload.
21449         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21450         to be re-loaded when customizing the `gnus-delay' group.
21451
21452 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21453
21454         * message.el: Revert last changes.
21455         (message-insert-citation-line): Use newlines.
21456
21457 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21458
21459         * message.el (message-courtesy-message)
21460         (message-mark-insert-begin, message-mark-insert-end)
21461         (message-elide-ellipsis, message-cancel-message)
21462         (message-add-header, message-change-subject)
21463         (message-cross-post-followup-to-header)
21464         (message-cross-post-insert-note, message-reduce-to-to-cc)
21465         (message-widen-reply, message-delete-not-region)
21466         (message-kill-to-signature, message-insert-signature)
21467         (message-insert-importance-high, message-insert-importance-low)
21468         (message-insert-or-toggle-importance)
21469         (message-insert-disposition-notification-to)
21470         (message-indent-citation, message-yank-original)
21471         (message-cite-original-without-signature, message-cite-original)
21472         (message-insert-citation-line, message-position-on-field)
21473         (message-fix-before-sending, message-send-mail-partially)
21474         (message-send-mail, message-send-mail-with-sendmail)
21475         (message-send-mail-with-qmail, message-send-news)
21476         (message-check-news-header-syntax, message-generate-headers)
21477         (message-insert-courtesy-copy, message-fill-address)
21478         (message-fill-header, message-shorten-references)
21479         (message-setup-1, message-cancel-news)
21480         (message-forward-make-body-plain, message-forward-make-body-mime)
21481         (message-forward-make-body-mml, message-encode-message-body)
21482         (message-forward-make-body-digest-plain)
21483         (message-forward-make-body-digest-mime)
21484         (message-use-alternative-email-as-from): Insert `hard-newline'
21485         instead of ordinary newlines.
21486
21487 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21488
21489         * message.el (message-generate-headers): Downcase the argument
21490         given to message-check-element.
21491
21492 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21493
21494         * nntp.el (nntp-authinfo-rejected): New error condition.
21495         (nntp-wait-for): Use new error condition to signal authentication
21496         error.
21497         (nntp-retrieve-data): Rethrow new error condition to break out of
21498         recursive call to nntp-send-authinfo.
21499
21500 2005-11-08  Romain Francoise  <romain@orebokech.com>
21501
21502         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21503         (gnus-summary-exit-map): Bind to `Z p'.
21504         (gnus-summary-make-menu-bar): Add menu item.
21505
21506 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21507
21508         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21509         (gnus-treat-*): Add `first' in all doc strings.
21510
21511         * gnus-group.el (gnus-group-compact-group): Fix typo.
21512
21513 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21514
21515         * gnus.el (gnus-parameters-case-fold-search): New variable.
21516         (gnus-parameters-get-parameter): Use it.
21517
21518         * gnus-score.el (gnus-home-score-file): Doc fix.
21519
21520 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21521
21522         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21523
21524 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21525
21526         * mm-util.el (mm-special-display-p): New function.
21527
21528         * mml.el (mml-preview): Use it; doc fix.
21529
21530 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21531
21532         * imap.el (imap-open): Handle case where buffer is a buffer object.
21533
21534 2005-10-29  Romain Francoise  <romain@orebokech.com>
21535
21536         * message.el (message-fix-before-sending): Fix comment.
21537
21538 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21539
21540         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21541
21542 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21543
21544         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21545         Used in gnus-score.el.
21546
21547 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21548
21549         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21550
21551 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21552
21553         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21554         whitespace removed in revision 7.8.  Use concatenated string to
21555         protect trailing whitespace.
21556
21557 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21558
21559         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21560         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21561         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21562         Courier IMAP ("some version from 2004").  Mostly based on similar
21563         code in the same function.
21564
21565 2005-10-26  Didier Verna  <didier@xemacs.org>
21566
21567         * gnus-group.el (gnus-group-compact-group): Invalidate original
21568         article buffer.
21569         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21570         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21571         NOV database and in article itself.
21572         Invalidate article backlog.
21573
21574 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21575
21576         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21577
21578 2005-10-26  Simon Josefsson  <jas@extundo.com>
21579
21580         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21581         part of 2004-07-25 change.
21582
21583 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * message.el (message-display-completion-list): New function.
21586         (message-expand-group): Use it; make sure the Completions buffer
21587         is modifiable.
21588 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21589
21590         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21591         user-mail-name is an empty string.
21592
21593 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21594
21595         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21596         depending on gnus-score-decay-constant.
21597
21598         * encrypt.el (encrypt-insert-file-contents)
21599         (encrypt-write-file-contents): Don't use `gnus-message'.
21600
21601         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21602         arguments.
21603         (mm-uu-type-alist): Add message-marks and insert-marks.
21604         Pass arguments to mm-uu-verbatim-marks-extract.
21605         (mm-uu-hide-markers): New variable.
21606         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21607
21608         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21609         (gnus-convert-image-to-face-command): Use "convert" by default to
21610         allow other input image formats.
21611         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21612         accordingly.
21613
21614 2005-10-23  Simon Josefsson  <jas@extundo.com>
21615
21616         * imap.el (imap-gssapi-program): Align command line parameters
21617         with latest GNU SASL.
21618         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21619
21620 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21621
21622         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21623         HTML.
21624         (nnslashdot-request-article): Ditto.
21625
21626         * lpath.el (featurep): Add nobreak-char-display.
21627
21628 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21629
21630         * mail-source.el (mail-source-fetch-pop): Require pop3.
21631         (mail-source-check-pop): Ditto.
21632
21633 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21634
21635         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21636         errors.
21637
21638 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21639
21640         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21641         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21642
21643         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21644
21645         * mm-bodies.el (mm-decode-string):
21646         Call `mm-charset-to-coding-system' with allow-override argument.
21647
21648 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21649
21650         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21651         (rfc2047-charset-to-coding-system): New function.
21652         (rfc2047-decode-encoded-words): New function.
21653         (rfc2047-decode-region): Use them.
21654         (rfc2047-decode-cte): Remove.
21655         (rfc2047-parse-and-decode): Remove.
21656         (rfc2047-decode): Remove.
21657
21658 2005-10-15  Kenichi Handa  <handa@m17n.org>
21659
21660         * rfc2047.el (rfc2047-decode-cte): New function.
21661         (rfc2047-decode-region): Change the way to decode successive
21662         encoded-words: decode B- or Q-encoding in each encoded-word,
21663         concatenate them, and decode it as charset.
21664
21665 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21666
21667         * lpath.el: Fbind codepage-setup for XEmacs.
21668
21669 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21670
21671         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21672         widget-move-and-invoke.
21673         (gnus-custom-mode): Use gnus-custom-map.
21674
21675 2005-10-15  Bill Wohler  <wohler@newt.com>
21676
21677         * message.el (message-tool-bar-map): Rename image file from
21678         mail_send to mail/send.
21679
21680 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21681
21682         * message.el (message-expand-group): Pass the common
21683         prefix substring of completion to `display-completion-list'.
21684
21685 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21686
21687         * mml-sec.el (mml-secure-method): New internal variable.
21688         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21689         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21690         New functions using mml-secure-method.
21691
21692         * mml.el (mml-mode-map): Add key bindings for those functions.
21693         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21694         Harder <harder@myrealbox.com>.
21695         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21696         Goto end of message if point is the headers of the message.
21697
21698         * message.el (message-in-body-p): New function.
21699
21700         * assistant.el: Autoload gnus-util and netrc.
21701
21702         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21703         Use `mm-charset-override-alist' only when decoding.
21704
21705         * mm-bodies.el (mm-decode-body):
21706         Call `mm-charset-to-coding-system' with allow-override argument.
21707
21708         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21709         `filename' from Content-Disposition if Content-Type doesn't
21710         provide `name'.
21711         (gnus-mime-view-part-as-type): Set default instead of
21712         initial-input.
21713
21714 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21715
21716         * format-spec.el (format-spec): Propagate text properties of % spec.
21717
21718 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21719
21720         * gnus-art.el (gnus-treat-predicate): Add `first'.
21721
21722 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21723
21724         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21725         (mm-charset-override-alist): New variable.
21726         (mm-charset-to-coding-system): Use it.
21727         (mm-codepage-setup): New helper function.
21728         (mm-charset-eval-alist): New variable.
21729         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21730         Warn about unknown charsets.
21731
21732         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21733
21734 2005-10-04  David Hansen  <david.hansen@gmx.net>
21735
21736         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21737         (nnrss-check-group): Ditto.
21738
21739 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21740
21741         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21742         Rename x-gnus-verbatim to x-verbatim.
21743         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21744
21745         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21746         x-verbatim.
21747
21748         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21749
21750         * gnus-util.el (gnus-remove-duplicates): Remove.
21751
21752         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21753         instead of gnus-remove-duplicates.
21754
21755         * message.el (message-remove-duplicates): Remove.
21756         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21757         message-remove-duplicates.
21758
21759         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21760         available, else use implementation from `delete-dups'.
21761
21762         * message.el (message-insert-expires): New function.
21763         (message-mode-map): Add key binding.
21764         (message-mode-field-menu): Add menu entry.
21765         (message-mode): Document it.
21766         (message-make-expires-date): Use `message-make-date'.
21767
21768 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21769
21770         * message.el (message-make-expires-date): New function.
21771
21772 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * Makefile.in (list-installed-shadows): New entry.
21775         (install): Use it.
21776         (remove-installed-shadows): New entry.
21777
21778         * dgnushack.el (dgnushack-default-load-path): New variable.
21779         (dgnushack-find-lisp-shadows): New function.
21780         (dgnushack-remove-lisp-shadows): New function.
21781
21782 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * Makefile.in (install-el-elc): New entry.
21785         (install): Use it so that .el files are necessarily installed.
21786
21787 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21788
21789         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21790
21791 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21792
21793         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21794         function rather than the diff-mode.el package.
21795         (mm-display-external): Use with-current-buffer.
21796         (mm-viewer-completion-map, mm-viewer-completion-map):
21797         Move initialization inside declaration.
21798
21799 2005-09-29  Simon Josefsson  <jas@extundo.com>
21800
21801         * spam.el: Load hashcash when compiling, to avoid warnings.
21802         Don't autoload mail-check-payment.
21803         (spam-check-hashcash): Define unconditionally, since hashcash.el
21804         is part of Gnus now.  Ignore errors from payment checking.
21805
21806 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21807
21808         * message.el (message-bold-region, message-unbold-region):
21809         Rename from `bold-region' and `unbold-region'.
21810
21811         * message.el: Remove useless autoloads.
21812
21813 2005-09-28  Simon Josefsson  <jas@extundo.com>
21814
21815         * message.el (message-use-idna): Default to t.
21816         (message-use-idna): Test whether encoding works too.  Doc fix.
21817
21818 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21819
21820         * nntp.el (nntp-warn-about-losing-connection): Remove.
21821
21822 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21823
21824         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21825         customizable.  Change default value.
21826         (mm-uu-diff-groups-regexp): Change default value.
21827         (mm-uu-type-alist): Add doc string.
21828         (mm-uu-configure): Add doc string.  Make it interactive.
21829         (mm-uu-tex-groups-regexp): New variable.
21830         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21831         (mm-uu-type-alist): Add LaTeX documents.
21832         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21833         of "text/verbatim".
21834         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21835
21836         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21837         instead of "text/verbatim".
21838
21839         * message.el (message-mark-inserted-region)
21840         (message-mark-insert-file): Use slrn style marks when called with
21841         prefix argument.
21842
21843 2005-09-27  Simon Josefsson  <jas@extundo.com>
21844
21845         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21846
21847 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21848
21849         * message.el (message-remove-duplicates): New function.
21850         Implementation borrowed from `gnus-remove-duplicates'.
21851         (message-idna-to-ascii-rhs): Also encode idna addresses in
21852         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21853         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21854         only ask about the same idna domain once per header and also tell
21855         in what header to replace the idna domain.
21856
21857         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21858         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21859         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21860         a header is decoded and not just the last one.
21861
21862 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21865         has been decoded.
21866
21867         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21868         (mm-insert-part): Don't modify text if it has been decoded.
21869
21870         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21871         decoded.
21872
21873         * mm-view.el (mm-inline-text): Don't strip text props unless
21874         decoding enriched or richtext parts.
21875
21876 2005-09-25  Romain Francoise  <romain@orebokech.com>
21877
21878         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21879         * gnus-start.el (gnus-subscribe-interactively):
21880         * gnus-uu.el (gnus-uu-grab-articles):
21881         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21882         space.
21883
21884 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21885
21886         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21887         * mm-view.el (mm-view-pkcs7-decrypt):
21888         * gnus-sum.el (gnus-summary-limit-to-extra)
21889         (gnus-summary-respool-article, gnus-read-move-group-name):
21890         * gnus-score.el (gnus-summary-increase-score):
21891         * gnus-util.el (gnus-completing-read-with-default):
21892         * gnus-art.el (gnus-read-save-file-name)
21893         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21894         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21895         * message.el (message-check-news-header-syntax):
21896         Follow convention for reading with the minibuffer.
21897
21898 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21899
21900         * spam-report.el (spam-report-url-ping-plain):
21901         Use gnus-extended-version as User-Agent.
21902
21903         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21904         default value is nil.
21905
21906         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21907         (mm-uu-verbatim-marks-extract): New function.
21908         (mm-uu-extract): New face.
21909         (mm-uu-copy-to-buffer): Use it.
21910
21911         * spam-report.el (spam-report-gmane-ham): Rename from
21912         `spam-report-gmane-unspam'.
21913         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21914         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21915
21916         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21917         Autoload.
21918         (spam-report-gmane-unregister-routine):
21919         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21920
21921 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21922
21923         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21924         (spam-report-gmane-unregister-routine): Add support for gmane
21925         unregistration.
21926
21927         * spam-report.el (spam-report-gmane-unspam)
21928         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21929         (spam-report-gmane): Change to take a single article and do unspam
21930         registration.
21931
21932 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21933
21934         * mm-url.el (mm-url-decode-entities): Fix regexp.
21935
21936 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21937
21938         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21939         default to nil, to be able to use Gnus at all.  If the default
21940         switches to something else, then the function should be fixed not
21941         be exceedingly slow.
21942
21943 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21944
21945         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21946         fail hard.
21947
21948         * spam-report.el: Add better Keywords line.
21949
21950         * spam.el: Add Maintainer and better Keywords line.
21951
21952 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21953
21954         * gnus-art.el (gnus-article-replace-part)
21955         (gnus-mime-replace-part): New functions.
21956         (gnus-mime-action-alist, gnus-mime-button-commands)
21957         (gnus-mime-save-part-and-strip): Add file argument.
21958         (gnus-article-part-wrapper): Add interactive argument.
21959
21960         * gnus-sum.el (gnus-summary-mime-map):
21961         Add `gnus-article-replace-part'.
21962
21963 2005-09-19  Didier Verna  <didier@xemacs.org>
21964
21965         The nnml compaction feature:
21966         * nnml.el (nnml-request-compact-group): New function.
21967         * nnml.el (nnml-request-compact): New function.
21968         * gnus-int.el (gnus-request-compact-group): New function.
21969         * gnus-int.el (gnus-request-compact): New function.
21970         * gnus-group.el (gnus-group-compact-group): New function.
21971         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21972         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21973         * gnus-srvr.el (gnus-server-compact-server): New function.
21974         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21975         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21976
21977 2005-09-18  Deepak Goel  <deego@gnufans.org>
21978
21979         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21980         format spec.
21981
21982 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21983
21984         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21985
21986 2005-09-15  Romain Francoise  <romain@orebokech.com>
21987
21988         * message.el (message-fill-paragraph): Clarify docstring.
21989
21990 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-art.el (gnus-mime-display-part): Protect against broken
21993         MIME messages.
21994
21995 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21998         before parsing header.
21999
22000 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22001
22002         * html2text.el (html2text-replace-list): Add new entities.
22003
22004 2005-09-11  Romain Francoise  <romain@orebokech.com>
22005
22006         * message.el (message-alternative-emails): Improve docstring.
22007         (message-setup-1): Call `message-use-alternative-email-as-from'
22008         after `message-setup-hook' to give it precedence over posting
22009         styles, etc.
22010         (message-use-alternative-email-as-from): Add docstring.
22011         Remove the original From header if present.
22012
22013         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22014         (nnml-save-mail): Use it.
22015
22016         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22017         articles.  Add new argument `silent'.
22018         (gnus-uu-mark-all): Report the total number of marked articles.
22019
22020 2005-09-10  Romain Francoise  <romain@orebokech.com>
22021
22022         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22023         (gnus-uu-mark-series): Likewise.
22024
22025 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22026
22027         * spam-report.el (spam-report-gmane): Fix generation of spam
22028         report URL.
22029
22030 2005-09-10  Simon Josefsson  <jas@extundo.com>
22031
22032         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22033         t, based on discussion on the ding list with Robert Epprecht
22034         <epprecht@solnet.ch>.
22035
22036 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22037
22038         * spam-report.el (spam-report-gmane): Make it work without
22039         X-Report-Spam header.  Gmane now only provides Archived-At.
22040         This is only used if `spam-report-gmane-use-article-number' is nil.
22041         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22042
22043         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22044         make `gnus-summary-sort-by-recipient' work with threading.
22045
22046         * nnweb.el (nnweb-google-wash-article): Print a message if article
22047         is not available.
22048
22049 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22050
22051         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22052         change.  Decode text/* parts content before displaying.
22053
22054 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22055
22056         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22057
22058 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22061
22062         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22063         url-package-name, url-package-version,
22064         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22065         w3m-display-inline-images, and w3m-minor-mode-map.
22066
22067 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22068
22069         * message.el (message-tab-body-function): Fix mismatched custom type.
22070
22071         * gnus.el (gnus-group-change-level-function): Ditto.
22072
22073         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22074
22075         * gnus-art.el (gnus-signature-limit)
22076         (gnus-article-mime-part-function): Ditto.
22077
22078 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22079
22080         * mml.el (mml-mode): Silence the byte compiler.
22081
22082         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22083         using `(sit-for 0)' before moving the point to the specified part;
22084         skip unbuttonized parts.
22085         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22086         return to the summary window if gnus-auto-select-part is non-nil.
22087
22088 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22089
22090         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22091         New variables.
22092         (mml-dnd-attach-file, mml-mode): Use them.
22093
22094         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22095         Make fetching article by MID work again for Google Groups.
22096         Add FIXME concerning gnus-group-make-web-group.
22097
22098         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22099         Don't depend on Gnus by using mail-extract-address-components if
22100         gnus-extract-address-components is not bound.
22101
22102 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22103
22104         * gnus-art.el (gnus-mime-display-security): Don't display the
22105         signature, but only the signed part.
22106
22107 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22108
22109         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22110
22111         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22112         list, not listp.
22113
22114 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22115
22116         * mm-encode.el (mm-encode-content-transfer-encoding):
22117         Likewise when encoding.
22118
22119         * mm-bodies.el (mm-decode-content-transfer-encoding):
22120         De-canonicalize CRLF for all text content types, not just
22121         text/plain.
22122
22123 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22124
22125         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22126         valid article; point arrow and cursor at the MIME button.
22127
22128 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22131         Suggested by Dan Christensen <jdc@uwo.ca>.
22132
22133         * mm-decode.el (mm-save-part): Enable change of prompt.
22134
22135 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22136
22137         * gnus-msg.el (gnus-inews-add-send-actions):
22138         Make `message-post-method' lambda parameter ARG `&optional'.
22139
22140 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22141
22142         * gnus-sum.el (gnus-summary-mime-map):
22143         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22144         gnus-article-jump-to-part.
22145
22146         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22147         (gnus-article-edit-part): Use it.
22148         (gnus-article-part-wrapper): Add no-handle argument.
22149         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22150         New functions.
22151
22152 2005-08-29  Romain Francoise  <romain@orebokech.com>
22153
22154         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22155         docstring.
22156         (gnus-face-from-file): Likewise.
22157
22158 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22159
22160         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22161         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22162         non-nil.
22163         (gnus-auto-select-part): New variable.
22164         (gnus-article-jump-to-part): New function.
22165         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22166         (gnus-mime-delete-part): Allow selecting specified part after
22167         deleting or stripping parts.
22168         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22169         part if argument is bogus.
22170
22171 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22172
22173         * gnus-art.el (w3m-minor-mode-map):
22174         * gnus-spec.el (gnus-newsrc-file-version):
22175         * gnus-util.el (nnmail-active-file-coding-system)
22176         (gnus-original-article-buffer, gnus-user-agent):
22177         * gnus.el (gnus-ham-process-destinations)
22178         (gnus-parameter-ham-marks-alist)
22179         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22180         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22181         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22182         * mm-decode.el (gnus-current-window-configuration):
22183         * mm-extern.el (gnus-article-mime-handles):
22184         * mm-url.el (url-current-object, url-package-name)
22185         (url-package-version):
22186         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22187         (smime-keys, w3m-cid-retrieve-function-alist)
22188         (w3m-current-buffer, w3m-display-inline-images)
22189         (w3m-minor-mode-map):
22190         * mml-smime.el (gnus-extract-address-components):
22191         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22192         (gnus-newsrc-hashtb, message-default-charset)
22193         (message-deletable-headers, message-options)
22194         (message-posting-charset, message-required-mail-headers)
22195         (message-required-news-headers):
22196         * mml1991.el (mc-pgp-always-sign):
22197         * mml2015.el (mc-pgp-always-sign):
22198         * nnheader.el (nnmail-extra-headers):
22199         * rfc1843.el (gnus-decode-encoded-word-function)
22200         (gnus-decode-header-function, gnus-newsgroup-name):
22201         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22202
22203 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22204
22205         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22206         the end of the date treatments.
22207
22208 2005-08-15  Simon Josefsson  <jas@extundo.com>
22209
22210         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22211         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22212         Capello and Romain Francoise.
22213         (pgg-fetch-key-function): Remove, not used?
22214         (pgg-insert-url-with-w3): Require url, to get
22215         url-insert-file-contents regardless of where it is defined.
22216
22217 2005-08-13  Romain Francoise  <romain@orebokech.com>
22218
22219         * message.el (message-cite-original-1): New function.
22220         (message-cite-original): Use it.
22221         (message-cite-original-without-signature): Ditto.
22222
22223 2005-08-08  Romain Francoise  <romain@orebokech.com>
22224
22225         * message.el (message-yank-empty-prefix): New variable.
22226         (message-indent-citation): Use it.
22227         (message-cite-original-without-signature): Respect X-No-Archive.
22228
22229 2005-08-08  Simon Josefsson  <jas@extundo.com>
22230
22231         * pgg.el: Autoload url-insert-file-contents instead of loading
22232         w3/url.
22233         (pgg-insert-url-with-w3): Don't load url here.
22234
22235 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22236
22237         * message.el (message-kill-to-signature): Don't insert newline at
22238         bol.
22239         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22240
22241 2005-08-06  Romain Francoise  <romain@orebokech.com>
22242
22243         * message.el (message-user-fqdn): Fix typo in docstring.
22244
22245 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22246
22247         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22248
22249         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22250
22251 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * mm-bodies.el (mm-encode-body): Use coding system rather than
22254         charset to encode text.
22255
22256         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22257         number of charsets if utf-8 is available (XEmacs).
22258
22259 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22260
22261         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22262         taken from `gnus-button-mid-or-mail-regexp'.
22263         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22264         (gnus-button-alist): Improve regexp for domain part of the MIDs
22265         for news:localpart@domain buttons.
22266         (gnus-button-ctan-directory-regexp): Update.
22267
22268 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * sieve-manage.el (sieve-manage-interactive-login):
22271         Use make-local-variable rather than make-variable-buffer-local.
22272         (sieve-manage-open): Ditto.
22273         (sieve-manage-authenticate): Ditto.
22274
22275         * mml.el (mml-generate-mime-1): Make the content type default to
22276         text/plain if the filename is not specified.
22277
22278 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22281         instead of insert-buffer.
22282
22283         * message.el (message-yank-original): Ditto; set the mark at the
22284         end of the yanked message.
22285
22286 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22287
22288         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22289         lines to scroll rather than to stop it.
22290
22291         * mml.el (mml-generate-default-type): Add doc string.
22292         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22293         default to application/octet-stream when determining the content
22294         type if it is not specified for the part or the mml contents; add
22295         a comment about mml-generate-default-type.
22296
22297 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22298
22299         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22300         make it default to application/octet-stream when determining the
22301         content type if it is not specified for the external contents.
22302
22303 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22304
22305         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22306         segmented parameter but also other parameters might be there.
22307
22308 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22309
22310         * mm-decode.el (mm-display-external): Delete temp file, directory
22311         and buffer immediately if the external process is exited.
22312
22313 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22314
22315         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22316         fewer lines than that of scroll-margin.
22317         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22318
22319 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22320
22321         * gnus-art.el (gnus-article-next-page): Revert.
22322         (gnus-article-beginning-of-window): New macro.
22323         (gnus-article-next-page-1): Use it.
22324         (gnus-article-prev-page): Ditto.
22325         (gnus-article-edit-part): Use insert-buffer-substring instead of
22326         insert-buffer.
22327         (gnus-article-edit-exit): Ditto.
22328
22329         * gnus-util.el (gnus-beginning-of-window): Remove.
22330         (gnus-end-of-window): Remove.
22331
22332         * lpath.el: Don't bind header-line-format and scroll-margin.
22333
22334 2005-07-25  Simon Josefsson  <jas@extundo.com>
22335
22336         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22337         to have the url package without w3.  Reported by Daiki Ueno
22338         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22339
22340 2005-07-20  Didier Verna  <didier@xemacs.org>
22341
22342         * gnus-diary.el: Remove the description comment (nndiary is now
22343         properly documented in the Gnus manual).
22344         Fix the spelling of "Back End".
22345         * nndiary.el: Ditto.
22346         Fix the copyright notice.
22347
22348 2005-07-18  Romain Francoise  <romain@orebokech.com>
22349
22350         * gnus-sum.el (gnus-summary-to-prefix)
22351         (gnus-summary-newsgroup-prefix): New variables.
22352         (gnus-summary-from-or-to-or-newsgroups): Use them.
22353
22354 2005-07-17  Romain Francoise  <romain@orebokech.com>
22355
22356         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22357         space as it's generally not especially interesting to the user.
22358
22359 2005-07-16  Romain Francoise  <romain@orebokech.com>
22360
22361         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22362         nil to avoid prompting and file modification if one of the
22363         messages at the top of the nnfolder file contains a copyright
22364         notice.
22365         Update copyright notice.
22366
22367         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22368         instead of `current-time-string' as the latter creates a time
22369         string that is not RFC 2822 compliant (it lacks the zone).
22370         Update copyright notice.
22371
22372 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22373
22374         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22375         for text/rtf.  Display default in prompt.  Pass default for M-n.
22376
22377         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22378
22379 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22380
22381         * gnus-msg.el (gnus-button-mailto):
22382         Remove save-selected-window-window hackery because it relies on
22383         save-selected-window internals.
22384
22385 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22386
22387         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22388         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22389         (gnus-article-prev-page): Ditto.
22390
22391         * gnus-util.el (gnus-beginning-of-window): New function.
22392         (gnus-end-of-window): New function.
22393
22394         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22395
22396 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22397
22398         * gnus-score.el (gnus-score-edit-all-score):
22399         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22400         gnus-message.
22401
22402 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22403
22404         * gnus-msg.el (gnus-button-mailto):
22405         Remove save-selected-window-window hackery because it relies on
22406         save-selected-window internals.
22407
22408 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22411         add-minor-mode.
22412         (gnus-binary-mode): Ditto.
22413
22414         * gnus-topic.el (gnus-topic-mode): Ditto.
22415
22416 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22417
22418         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22419         (gnus-article-prev-page): Take scroll-margin into consideration.
22420
22421 2005-07-04  Lute Kamstra  <lute@gnu.org>
22422
22423         Update FSF's address in GPL notices.
22424
22425 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22426
22427         * gnus.el (gnus-exit):
22428         * gnus-group.el (gnus-group-icons):
22429         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22430
22431         * gnus-nocem.el (gnus-nocem):
22432         * message.el (message-various, message-buffers, message-sending)
22433         (message-interface, message-forwarding, message-insertion)
22434         (message-headers, message-news, message-mail):
22435         * pgg-gpg.el (pgg-gpg):
22436         * pgg-parse.el (pgg-parse):
22437         * pgg-pgp.el (pgg-pgp):
22438         * pgg-pgp5.el (pgg-pgp5):
22439         * pop3.el (pop3): Finish `defgroup' description with period.
22440
22441 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22442
22443         * gnus-art.el (article-display-face): Improve the efficiency.
22444         (article-display-x-face): Ditto; remove gray x-face stuff.
22445
22446 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22447
22448         * gnus-art.el (article-display-face): Correct the position in
22449         which Faces are inserted.
22450
22451 2005-06-29  Didier Verna  <didier@xemacs.org>
22452
22453         * gnus-art.el (article-display-face): Display faces in correct
22454         order.
22455
22456 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22459         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22460         (gnus-nocem-check-article): Fetch the Type header.
22461         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22462         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22463         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22464         make sure gnus-nocem-hashtb is initialized.
22465         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22466         (gnus-nocem-unwanted-article-p): Ditto.
22467
22468         * pgg.el (pgg-verify): Return the verification result.
22469
22470 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22471
22472         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22473         is ascii.
22474
22475 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22476
22477         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22478         `show-nonbreak-escape'.
22479
22480 2005-06-23  Lute Kamstra  <lute@gnu.org>
22481
22482         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22483
22484         * dig.el (dig-mode):
22485         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22486
22487 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22488
22489         * nnimap.el (nnimap-split-download-body): Fix spellings.
22490
22491 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22492
22493         * gnus-art.el (gnus-article-encrypt-body):
22494         * gnus-cus.el (gnus-score-customize):
22495         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22496         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22497
22498 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22499
22500         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22501         header by looking for magic "MII" at the beginning.
22502
22503 2005-06-16  Miles Bader  <miles@gnu.org>
22504
22505         * gnus-xmas.el (gnus-xmas-group-startup-message):
22506         Use renamed gnus-splash face.
22507
22508         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22509         (assistant-field-face): New backward-compatibility alias for renamed
22510         face.
22511         (assistant-render-text): Use renamed assistant-field face.
22512
22513         * spam.el (spam): Remove "-face" suffix from face name.
22514         (spam-face): New backward-compatibility alias for renamed face.
22515         (spam-face, spam-initialize): Use renamed spam face.
22516
22517         * message.el (message-header-to, message-header-cc)
22518         (message-header-subject, message-header-newsgroups)
22519         (message-header-other, message-header-name)
22520         (message-header-xheader, message-separator, message-cited-text)
22521         (message-mml): Remove "-face" suffix from face names.
22522         (message-header-to-face, message-header-cc-face)
22523         (message-header-subject-face, message-header-newsgroups-face)
22524         (message-header-other-face, message-header-name-face)
22525         (message-header-xheader-face, message-separator-face)
22526         (message-cited-text-face, message-mml-face):
22527         New backward-compatibility aliases for renamed faces.
22528         (message-font-lock-keywords): Use renamed message faces.
22529
22530         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22531         (sieve-test-commands, sieve-tagged-arguments):
22532         Remove "-face" suffix from face names.
22533         (sieve-control-commands-face, sieve-action-commands-face)
22534         (sieve-test-commands-face, sieve-tagged-arguments-face):
22535         New backward-compatibility aliases for renamed faces.
22536         (sieve-control-commands-face, sieve-action-commands-face)
22537         (sieve-test-commands-face, sieve-tagged-arguments-face):
22538         Use renamed sieve faces.
22539
22540         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22541         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22542         (gnus-group-news-3-empty, gnus-group-news-4)
22543         (gnus-group-news-4-empty, gnus-group-news-5)
22544         (gnus-group-news-5-empty, gnus-group-news-6)
22545         (gnus-group-news-6-empty, gnus-group-news-low)
22546         (gnus-group-news-low-empty, gnus-group-mail-1)
22547         (gnus-group-mail-1-empty, gnus-group-mail-2)
22548         (gnus-group-mail-2-empty, gnus-group-mail-3)
22549         (gnus-group-mail-3-empty, gnus-group-mail-low)
22550         (gnus-group-mail-low-empty, gnus-summary-selected)
22551         (gnus-summary-cancelled, gnus-summary-high-ticked)
22552         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22553         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22554         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22555         (gnus-summary-low-undownloaded)
22556         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22557         (gnus-summary-low-unread, gnus-summary-normal-unread)
22558         (gnus-summary-high-read, gnus-summary-low-read)
22559         (gnus-summary-normal-read, gnus-splash):
22560         Remove "-face" suffix from face names.
22561         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22562         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22563         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22564         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22565         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22566         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22567         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22568         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22569         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22570         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22571         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22572         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22573         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22574         (gnus-summary-normal-ticked-face)
22575         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22576         (gnus-summary-normal-ancient-face)
22577         (gnus-summary-high-undownloaded-face)
22578         (gnus-summary-low-undownloaded-face)
22579         (gnus-summary-normal-undownloaded-face)
22580         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22581         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22582         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22583         (gnus-splash-face):
22584         New backward-compatibility aliases for renamed faces.
22585         (gnus-group-startup-message): Use renamed gnus faces.
22586
22587         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22588         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22589         (gnus-server-agent): Remove "-face" suffix from face names.
22590         (gnus-server-agent-face, gnus-server-opened-face)
22591         (gnus-server-closed-face, gnus-server-denied-face)
22592         (gnus-server-offline-face):
22593         New backward-compatibility aliases for renamed faces.
22594         (gnus-server-agent-face, gnus-server-opened-face)
22595         (gnus-server-closed-face, gnus-server-denied-face)
22596         (gnus-server-offline-face): Use renamed gnus faces.
22597
22598         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22599         Remove "-face" suffix from face names.
22600         (gnus-picon-xbm-face, gnus-picon-face):
22601         New backward-compatibility aliases for renamed faces.
22602
22603         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22604         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22605         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22606         (gnus-cite-11): Remove "-face" suffix from face names.
22607         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22608         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22609         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22610         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22611         New backward-compatibility aliases for renamed faces.
22612         (gnus-cite-attribution-face, gnus-cite-face-list)
22613         (gnus-article-boring-faces): Use renamed gnus faces.
22614
22615         * gnus-art.el (gnus-signature, gnus-header-from)
22616         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22617         (gnus-header-content): Remove "-face" suffix from face names.
22618         (gnus-signature-face, gnus-header-from-face)
22619         (gnus-header-subject-face, gnus-header-newsgroups-face)
22620         (gnus-header-name-face, gnus-header-content-face):
22621         New backward-compatibility aliases for renamed faces.
22622         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22623
22624         * gnus-sum.el (gnus-summary-selected-face)
22625         (gnus-summary-highlight): Use renamed gnus faces.
22626         * gnus-group.el (gnus-group-highlight): Likewise.
22627
22628 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22629
22630         * gnus-sieve.el (gnus-sieve-article-add-rule):
22631         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22632         * spam-stat.el (spam-stat-buffer-change-to-spam)
22633         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22634
22635         * message.el (message-is-yours-p):
22636         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22637
22638 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22639
22640         * mm-view.el (mm-inline-text): Withdraw the last change.
22641
22642 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22643
22644         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22645         executing enriched-decode.
22646
22647 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22650         charset of tar files.
22651
22652 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22653
22654         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22655
22656 2005-06-04  Lute Kamstra  <lute@gnu.org>
22657
22658         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22659         information is never recorded.
22660
22661 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22662
22663         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22664
22665 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22666
22667         * pop3.el (pop3-apop): Run md5 in the binary mode.
22668
22669         * starttls.el (starttls-set-process-query-on-exit-flag):
22670         Use eval-and-compile.
22671
22672 2005-05-31  Simon Josefsson  <jas@extundo.com>
22673
22674         * smime.el (smime-replace-in-string): Define.
22675         (smime-cert-by-ldap-1): Use it.
22676
22677 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22678
22679         * gnus-art.el (article-display-x-face): Replace
22680         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22681
22682         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22683         set-process-query-on-exit-flag or process-kill-without-query.
22684
22685         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22686         loop instead of replace-regexp.
22687
22688         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22689         instead of process-kill-without-query if it is available.
22690
22691         * lpath.el: Fbind ldap-search-entries.
22692
22693         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22694         instead of find-file-hooks if it is available.
22695
22696         * mml1991.el: Bind pgg-default-user-id when compiling.
22697
22698         * mml2015.el: Bind pgg-default-user-id when compiling.
22699
22700         * nndraft.el (nndraft-request-associate-buffer):
22701         Use write-contents-functions instead of write-contents-hooks if it is
22702         available.
22703
22704         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22705         instead of find-file-hooks if it is available.
22706
22707         * nntp.el (nntp-open-connection): Replace
22708         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22709         (nntp-open-ssl-stream): Ditto.
22710         (nntp-open-tls-stream): Ditto.
22711
22712         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22713         set-process-query-on-exit-flag or process-kill-without-query.
22714         (starttls-open-stream-gnutls): Use it instead of
22715         process-kill-without-query.
22716         (starttls-open-stream): Ditto.
22717
22718 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22719
22720         * smime.el (smime-cert-by-ldap-1): Don't use
22721         replace-regexp-in-string.
22722
22723 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22724
22725         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22726
22727         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22728         in PEM format.  Adjust to the XEmacs compatibility.
22729
22730 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22731
22732         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22733         by `string-to-number'.
22734         * gnus-agent.el (gnus-agent-regenerate-group)
22735         (gnus-agent-fetch-articles): Ditto.
22736         * gnus-art.el (gnus-button-fetch-group): Ditto.
22737         * gnus-cache.el (gnus-cache-generate-active)
22738         (gnus-cache-articles-in-group): Ditto.
22739         * gnus-group.el (gnus-group-set-current-level)
22740         (gnus-group-insert-group-line): Ditto.
22741         * gnus-score.el (gnus-score-set-expunge-below)
22742         (gnus-score-set-mark-below, gnus-summary-score-effect)
22743         (gnus-summary-score-entry): Ditto.
22744         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22745         (gnus-soup-pack): Ditto.
22746         * gnus-spec.el (gnus-xmas-format): Ditto.
22747         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22748         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22749         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22750         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22751         * nndb.el (nndb-get-remote-expire-response): Ditto.
22752         * nndiary.el (nndiary-parse-schedule-value)
22753         (nndiary-string-to-number, nndiary-request-replace-article)
22754         (nndiary-request-article): Ditto.
22755         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22756         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22757         * nneething.el (nneething-make-head): Ditto.
22758         * nnfolder.el (nnfolder-request-article)
22759         (nnfolder-retrieve-headers): Ditto.
22760         * nnheader.el (nnheader-file-to-number): Ditto.
22761         * nnkiboze.el (nnkiboze-request-article): Ditto.
22762         * nnmail.el (nnmail-process-unix-mail-format)
22763         (nnmail-process-babyl-mail-format): Ditto.
22764         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22765         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22766         (nnmh-request-create-group, nnmh-request-list-1)
22767         (nnmh-request-group, nnmh-request-article): Ditto.
22768         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22769         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22770         * nnsoup.el (nnsoup-make-active): Ditto.
22771         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22772         * nntp.el (nntp-find-group-and-number)
22773         (nntp-retrieve-headers-with-xover): Ditto.
22774         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22775         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22776         (pgg-format-key-identifier): Ditto.
22777         * pop3.el (pop3-last, pop3-stat): Ditto.
22778         * qp.el (quoted-printable-decode-region): Ditto.
22779
22780         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22781         of concat.
22782
22783 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22784
22785         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22786
22787         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22788
22789         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22790
22791         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22792
22793         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22794
22795         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22796
22797         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22798         (gnus-carpal-mode): Ditto.
22799
22800         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22801         (gnus-browse-mode): Ditto.
22802
22803         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22804
22805         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22806
22807 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22808
22809         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22810
22811 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22812
22813         * gnus-util.el (gnus-run-mode-hooks): New function.
22814
22815         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22816
22817         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22818         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22819
22820 2005-05-27  Lute Kamstra  <lute@gnu.org>
22821
22822         * dns-mode.el (dns-mode): Specify customization group.
22823
22824 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22825
22826         * gnus-agent.el (gnus-agent-make-mode-line-string):
22827         Use mode-line-highlight as mouse-face.
22828
22829 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * canlock.el (canlock): Change the parent group to news.
22832
22833         * deuglify.el (gnus-outlook-deuglify): Add :group.
22834
22835         * dig.el (dig): Add :group.
22836
22837         * dns-mode.el (dns-mode): Add :group.
22838
22839         * encrypt.el (encrypt): Add :group.
22840
22841         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22842         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22843         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22844         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22845         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22846
22847         * gnus-diary.el (gnus-diary): Add :group.
22848
22849         * gnus.el (gnus-group-news-1-face): Add :group.
22850         (gnus-group-news-1-empty-face): Ditto.
22851         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22852         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22853         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22854         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22855         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22856         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22857         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22858         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22859         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22860         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22861         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22862         (gnus-summary-high-ticked-face): Ditto.
22863         (gnus-summary-low-ticked-face): Ditto.
22864         (gnus-summary-normal-ticked-face): Ditto.
22865         (gnus-summary-high-ancient-face): Ditto.
22866         (gnus-summary-low-ancient-face): Ditto.
22867         (gnus-summary-normal-ancient-face): Ditto.
22868         (gnus-summary-high-undownloaded-face): Ditto.
22869         (gnus-summary-low-undownloaded-face): Ditto.
22870         (gnus-summary-normal-undownloaded-face): Ditto.
22871         (gnus-summary-high-unread-face): Ditto.
22872         (gnus-summary-low-unread-face): Ditto.
22873         (gnus-summary-normal-unread-face): Ditto.
22874         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22875         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22876
22877         * hashcash.el (hashcash): New custom group.
22878         (hashcash-default-payment): Add :group.
22879         (hashcash-payment-alist): Ditto.
22880         (hashcash-default-accept-payment): Ditto.
22881         (hashcash-accept-resources): Ditto.
22882         (hashcash-path): Ditto.
22883         (hashcash-extra-generate-parameters): Ditto.
22884         (hashcash-double-spend-database): Ditto.
22885         (hashcash-in-news): Ditto.
22886
22887         * message.el (message-minibuffer-local-map): Add :group.
22888
22889         * netrc.el (netrc): Add :group.
22890
22891         * sieve-manage.el (sieve-manage-log): Add :group.
22892         (sieve-manage-default-user): Diito.
22893         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22894         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22895         (sieve-manage-authenticators): Ditto.
22896         (sieve-manage-authenticator-alist): Ditto.
22897         (sieve-manage-default-port): Ditto.
22898
22899         * sieve-mode.el (sieve-control-commands-face): Add :group.
22900         (sieve-action-commands-face): Ditto.
22901         (sieve-test-commands-face): Ditto.
22902         (sieve-tagged-arguments-face): Ditto.
22903
22904         * smime.el (smime): Add :group.
22905
22906         * spam-report.el (spam-report): Add :group.
22907
22908         * spam.el (spam, spam-face): Add :group.
22909
22910 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22911
22912         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22913         return \n.\n.\n at the end of articles.  Protect against that.
22914         (nntp-with-open-group): Allow debugging.
22915
22916         * nnheader.el (mail-header-set-extra): Make into a function
22917         because I just could't understand how to quote the list properly.
22918
22919         * dns.el (query-dns-cached): New function.
22920
22921 2005-05-26  Lute Kamstra  <lute@gnu.org>
22922
22923         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22924
22925 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22928
22929         * gnus-art.el: Don't autoload mail-extract-address-components.
22930
22931         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22932         eval-and-compile to evaluate it.
22933
22934         * hashcash.el: Don't autoload executable-find.
22935
22936         * nndb.el: Don't declare the nndb back end two or more times; don't
22937         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22938
22939         * nntp.el: Autoload format-spec instead of format; use
22940         eval-and-compile to evaluate autoload forms.
22941
22942 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22943
22944         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22945
22946 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22947
22948         * gnus.el (gnus-version-number): Bump version.
22949
22950 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22951
22952         * gnus.el: No Gnus v0.3 is released.
22953
22954 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22955
22956         * lpath.el (featurep): Bind show-nonbreak-escape.
22957
22958 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22959
22960         * gnus-art.el (gnus-article-edit-part): Disable undo.
22961
22962 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22963
22964         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22965         gnus-article-date-lapsed-new-header is t if date timer is active;
22966         skip headers in which the original date value is empty.
22967         (gnus-article-save-original-date): Redefine it as a macro.
22968         (gnus-display-mime): Use it.
22969
22970 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22971
22972         * gnus-art.el (article-date-ut): Support converting date in
22973         forwarded parts as well.
22974         (gnus-article-save-original-date): New function.
22975         (gnus-display-mime): Use it.
22976
22977 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22978
22979         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22980         enclosure element of <item>.
22981
22982 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22983
22984         * message.el (message-kill-buffer-query): Rename from
22985         `message-kill-buffer-query-if-modified'.  Add :version.
22986
22987 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22988
22989         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22990         window layout.
22991
22992 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22993
22994         * mml.el: Autoload dnd when compiling.
22995
22996 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22997
22998         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22999         x-dnd-*.
23000
23001 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23002
23003         * qp.el (quoted-printable-encode-region): Save excursion.
23004
23005 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23006
23007         * message.el (message-kill-buffer-query-if-modified): Add new variable
23008         so the user can kill a modified message buffer quickly.
23009         (message-kill-buffer): Use it.
23010
23011 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23012
23013         * lpath.el: Fbind display-time-event-handler; don't fbind
23014         string-to-multibyte.
23015
23016         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23017
23018 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23019
23020         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23021         contained in text because xml.el decodes entities) with LFs.
23022
23023 2005-04-11  Lute Kamstra  <lute@gnu.org>
23024
23025         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23026         differently.
23027
23028 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23029
23030         * mm-util.el (mm-detect-coding-region): Typo.
23031
23032 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23035
23036 2005-04-06  Deepak Goel  <deego@gnufans.org>
23037
23038         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23039         user-function allow user modifications of the scores.
23040         (spam-stat-score-buffer-user): New function, to allow
23041         user-computed modifications to the score.
23042         (spam-stat-score-buffer-user-functions): List of additional
23043         scoring functions.
23044         (spam-stat-error-holder): Global temporary error holder.
23045         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23046         variable.
23047
23048 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23049
23050         * gnus-registry.el (gnus-registry-clean-empty-function)
23051         (gnus-registry-trim, gnus-registry-fetch-groups)
23052         (gnus-registry-delete-group): Groups that match
23053         `gnus-registry-ignored-groups' are removed from the registry
23054         entries, not just ignored for splitting.  This helps clean up the
23055         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23056         to get all the groups a message ID is in.
23057
23058         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23059         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23060         (spam-stat-score-buffer-user-functions): Add :number custom type.
23061
23062 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23063
23064         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23065         argument in XEmacs.
23066
23067         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23068         (nnrss-request-group): Decode group name first.
23069         (nnrss-request-article): Make a text/plain article if mml-to-mime
23070         failed.
23071         (nnrss-get-encoding): Return a compatible encoding according to
23072         nnrss-compatible-encoding-alist.
23073         (nnrss-find-el): Use consp instead of listp.
23074         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23075
23076 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23079         which Emacs 20 doesn't support.
23080         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23081
23082 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23083
23084         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23085         silence the byte compiler inside the defun.
23086
23087         * gnus-demon.el (parse-time-string): Add autoload.
23088
23089         * gnus-delay.el (parse-time-string): Add autoload.
23090
23091         * gnus-art.el (parse-time-string): Add autoload.
23092
23093         * nnultimate.el (parse-time): Require for `parse-time-string'.
23094
23095 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23096
23097         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23098
23099         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23100
23101         * smime.el (smime-ldap-host-list): Add :version.
23102
23103 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23104
23105         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23106         pass it to `gnus-browse-read-group'.
23107         (gnus-browse-read-group): Add NUMBER argument and pass it to
23108         `gnus-group-read-ephemeral-group'.
23109
23110         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23111         argument and pass it to `gnus-group-read-group'.
23112
23113 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23114
23115         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23116         mm-xemacs-find-mime-charset-1 if we have the mule feature
23117         available at runtime.
23118
23119 2005-03-25  Werner Lemberg  <wl@gnu.org>
23120
23121         * nnmaildir.el: Replace `illegal' with `invalid'.
23122
23123 2005-03-23  Lute Kamstra  <lute@gnu.org>
23124
23125         * time-date.el: Add comment on time value formats.
23126         Don't require parse-time.
23127         (with-decoded-time-value): New macro.
23128         (encode-time-value): New function.
23129         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23130         (days-to-time): Return a valid time value when arg is huge.
23131         (time-since): Use time-subtract.
23132         (time-to-number-of-days): Use time-to-seconds.
23133
23134 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23135
23136         * gnus-start.el (gnus-display-time-event-handler):
23137         Check display-time-timer at runtime rather than only at load time
23138         in case display-time-mode is turned off in the mean time.
23139
23140 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23141
23142         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23143         used.
23144
23145         * nneething.el (nneething-map-file-directory): Derive from
23146         `gnus-directory'.
23147
23148         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23149         the To/Cc button.
23150
23151 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23152
23153         * nnmaildir.el (nnmaildir-request-accept-article):
23154         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23155
23156 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23157
23158         * gnus-async.el: Require timer-funcs at compile time when in
23159         XEmacs for `run-with-idle-timer'.
23160
23161 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23162
23163         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23164         autoloaded function.
23165
23166 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23167
23168         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23169
23170 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23171
23172         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23173
23174 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23175
23176         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23177         Add gnus-expert-user to default.
23178
23179 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23180
23181         * nnimap.el (nnimap-open-server): Ditto.
23182
23183         * imap.el (imap-authenticate): Fix typo.
23184
23185 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23186
23187         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23188         buffer (since IMAP server might return FETCH response out of
23189         order, and the nntp buffer must be sorted).
23190
23191 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23192
23193         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23194         comparison on string.
23195
23196         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23197         (gnus-agent-score): Rename category keywords to match gnus-cus.
23198         (gnus-agent-summary-fetch-series): Modify to protect against
23199         gnus-agent-summary-fetch-group clearing processable flags.
23200         (gnus-agent-synchronize-group-flags): Update live group buffer as
23201         synchronization may occur due to the user toggle the plugged
23202         status.
23203         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23204         successfully downloaded.
23205         (gnus-agent-expire-group-1): Avoid using markers when the overview
23206         is in ascending order; greatly improves performance.
23207         (gnus-agent-regenerate-group):
23208         Use gnus-agent-synchronize-group-flags to reset read status in both
23209         gnus and server.
23210         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23211
23212 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23213
23214         * message.el: Don't autoload former message-utils variables.
23215         (message-strip-subject-trailing-was): Change doc string.
23216
23217         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23218         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23219         (nnweb-google-search): Add "hl=en" here.
23220         (nnweb-google-parse-1, nnweb-google-create-mapping):
23221         Don't hardcode URL.
23222
23223 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23224
23225         * message.el (message-get-reply-headers, message-followup):
23226         Mention related variables `message-use-followup-to' and
23227         `message-use-mail-followup-to', in the information buffer.
23228
23229         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23230         of broken groups(-beta).google.com.
23231
23232 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23233
23234         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23235         parameter to invoked gnus-request-move-article; remove the
23236         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23237         all at once instead of once per article.
23238         (gnus-summary-remove-process-mark): Accept a list of articles as
23239         well as a single article for processing.
23240
23241         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23242         parameter.
23243
23244         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23245
23246         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23247
23248         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23249         parameter.
23250
23251         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23252         parameter.
23253
23254         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23255         parameter and remove the gnus-sum-hint-move-is-internal variable.
23256
23257         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23258         parameter.
23259
23260         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23261         parameter.
23262
23263         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23264         parameter.
23265
23266         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23267
23268         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23269         parameter.
23270
23271         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23272         parameter.
23273
23274 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23275
23276         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23277         a more conservative way.
23278
23279 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23280
23281         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23282         buffer, so it moves the window's cursor.
23283
23284 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23285
23286         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23287         `mm-dissect-multipart' and receive the from field as an (optional)
23288         argument from `mm-dissect-multipart'.
23289         (mm-dissect-multipart): Receive the from field as an argument and
23290         pass it on when we call `mm-dissect-buffer' on MIME parts.
23291         Fixes verification/decryption of signed/encrypted MIME parts.
23292
23293 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23294
23295         * gnus-sum.el (gnus-summary-move-article):
23296         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23297         whatever it calls (right now, only nnimap-request-move article
23298         respects it).
23299
23300         * nnimap.el (nnimap-request-move-article):
23301         When gnus-sum-hint-move-is-internal is set, don't do the extra
23302         nnimap-request-article.
23303
23304 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23305
23306         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23307
23308         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23309         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23310
23311         * gnus-sum.el (gnus-summary-caesar-message):
23312         Apply `gnus-treat-article' after rotation.
23313
23314         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23315         doc string.
23316
23317 2005-02-22  Simon Josefsson  <jas@extundo.com>
23318
23319         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23320         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23321         <arne@arnested.dk>.
23322         (encrypt): Add password-cache and password-cache-expiry as group
23323         members.
23324
23325 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23326
23327         * smime.el (smime-ldap-host-list): Doc fix.
23328         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23329         cache) password.
23330         (smime-sign-region): Use it.
23331         (smime-decrypt-region): Use it.
23332         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23333         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23334         fails.
23335         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23336         certificate from DER to PEM format rather than calling openssl.
23337
23338         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23339
23340         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23341         for signing/encryption.
23342
23343         * mml.el (mml-parse-1): Use them.
23344
23345 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23346
23347         * nnrss.el (nnrss-verbose): Remove.
23348         (nnrss-request-group): Use `nnheader-message' instead.
23349
23350 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23351
23352         * nnrss.el (nnrss-verbose): New variable.
23353         (nnrss-request-group): Make it say nnrss is requesting a group.
23354
23355 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23356
23357         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23358         Handle news URL with given port correctly.
23359
23360 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23363         containing special characters.
23364
23365         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23366
23367         * mml.el (mime-to-mml): Ditto.
23368
23369         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23370         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23371         (rfc2047-decode-region): Quote decoded words containing special
23372         characters when rfc2047-quote-decoded-words-containing-tspecials
23373         is non-nil.
23374
23375 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23376
23377         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23378
23379         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23380
23381 2005-02-15  Simon Josefsson  <jas@extundo.com>
23382
23383         * nnimap.el (nnimap-debug): Doc fix.
23384
23385         * imap.el (imap-debug): Doc fix.
23386
23387 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23388
23389         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23390
23391 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23392
23393         * gnus.el (spam-contents): Improve docs for spam-contents
23394         parameter in its variable incarnation.
23395
23396 2005-02-14  Simon Josefsson  <jas@extundo.com>
23397
23398         * smime-ldap.el: Use require instead of load-library for ldap.
23399         (smime-ldap-search): Indent.
23400         (smime-ldap-search-internal): Shorten line.
23401
23402         * smime.el (smime-cert-by-dns): Add doc-string.
23403         (smime-cert-by-ldap-1): Indent.
23404
23405         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23406         mml-smime-get-dns-ldap.
23407         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23408
23409 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23410
23411         * smime.el: Require smime-ldap.
23412         (smime-ldap-host-list): New variable.
23413         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23414
23415         * mml-smime.el (mml-smime-encrypt-query): New function.
23416         (mml-smime-encrypt-query): Use it.
23417
23418         * smime-ldap.el: New file.
23419
23420 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23421
23422         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23423
23424 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23425
23426         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23427         argument in doc string.  Make query for type more clear.
23428
23429 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23430
23431         * gnus.el (gnus-group-startup-message): Search for gnus images in
23432         etc/images/gnus.
23433         * mm-util.el (mm-image-load-path): Likewise.
23434         * smiley.el (smiley-data-directory): Search for smilies in
23435         etc/images/smilies.
23436
23437 2005-02-09  Kim F. Storm  <storm@cua.dk>
23438
23439         Change Emacs release version from 21.4 to 22.1 throughout.
23440         Change Emacs development version from 21.3.50 to 22.0.50.
23441
23442 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23443
23444         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23445
23446         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23447         non-Mule XEmacs as well.
23448         (mm-decompress-buffer): Signal an error intentionally if it does
23449         not decompress compressed data because auto-compression-mode is
23450         disabled.
23451
23452 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23453
23454         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23455         an ID in the registry even if it has no groups.
23456
23457 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23458
23459         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23460         merge it into mm-decompress-buffer.
23461         (gnus-mime-copy-part): Use the MIME part charset, the value which
23462         a user specified or gnus-newsgroup-charset for decoding, like
23463         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23464         save-buffer what was used.  Suggested by Kevin Ryde
23465         <user42@zip.com.au>.
23466         (gnus-mime-inline-part): Allow the name parameter as well as the
23467         filename parameter; force decompressing of compressed data; always
23468         display contents being not decoded as unibyte.
23469
23470         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23471         as well as the filename parameter.
23472
23473         * mm-util.el (mm-decompress-buffer):
23474         Merge gnus-mime-jka-compr-maybe-uncompress.
23475         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23476         of compressed data.
23477
23478 2005-02-08  Simon Josefsson  <jas@extundo.com>
23479
23480         * imap.el (imap-log): Doc fix.
23481
23482 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23483
23484         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23485         the coding cookies; decompress compressed parts.
23486
23487         * mml.el (mml-generate-mime-1): Add the charset parameter according
23488         to the value which a user specified manually or the coding cookie.
23489
23490         * mm-util.el (mm-string-to-multibyte): New function.
23491         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23492         (mm-coding-system-to-mime-charset): New function.
23493         (mm-decompress-buffer): New function.
23494         (mm-find-buffer-file-coding-system): New function.
23495
23496         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23497         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23498         parts.
23499
23500 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23501
23502         * mm-view.el (mm-display-inline-fontify): Decode a part according
23503         to the charset parameter.
23504
23505 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23506
23507         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23508         prefix arg is neither nil nor a number, as info specifies.
23509
23510 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23513         timestamps.
23514
23515 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23516
23517         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23518         groups error checking and notify user.
23519
23520 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23521
23522         * message.el (message-send-mail-function): Check existence of
23523         sendmail-program first before using default value
23524         `message-send-mail-with-sendmail'.  Otherwise use more generic
23525         `smtpmail-send-it'.
23526
23527 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * nntp.el (nntp-request-update-info): Always return nil.
23530
23531 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23532
23533         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23534
23535 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23536
23537         * message.el (message-beginning-of-line): Change the behavior when
23538         invoked between BOL and : so that it first moves backward.
23539
23540 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23543         article buffer when editing of the article is discarded.
23544         (gnus-article-prepare): Revert.
23545
23546 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * gnus-art.el (gnus-article-prepare):
23549         Remove message-strip-forbidden-properties from the local hook.
23550
23551 2005-01-27  Simon Josefsson  <jas@extundo.com>
23552
23553         * password.el (password-cache-add): Only start one timer per key.
23554         Reported by Derek Atkins <warlord@MIT.EDU>.
23555
23556 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23557
23558         * run-at-time.el: Remove.  It is no longer needed as
23559         timer-funcs.el in the xemacs-base package has a working version of
23560         `run-at-time'.
23561
23562         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23563
23564         * password.el: Require timer-funcs instead of run-at-time in
23565         XEmacs.
23566         Remove `password-run-at-time' macro.
23567         (password-cache-add): Use `run-at-time' instead of
23568         `password-run-at-time'.
23569
23570         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23571         Remove `nnheader-cancel-function-timers' alias,
23572         `cancel-function-timers' exists in XEmacs in timer-funcs.
23573
23574         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23575         for `run-with-idle-timer'.
23576
23577         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23578         for `run-at-time'.
23579
23580         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23581         for `with-timeout'.
23582
23583         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23584         the same as for XEmacs 21.4.
23585         No need to ignore `run-with-idle-timer', this function exists in
23586         XEmacs now in timer-funcs.el in the xemacs-base package.
23587         (dgnushack-compile): No need to delete
23588         run-at-time.el from the list of files to compile because it
23589         doesn't exist anymore.
23590
23591 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23592
23593         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23594         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23595
23596 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23597
23598         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23599         sensitively.
23600
23601 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23602
23603         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23604
23605 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23606
23607         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23608         which will be inserted according to the multibyteness of a buffer
23609         rather than the type of contents.  Suggested by ARISAWA Akihiro
23610         <ari@mbf.ocn.ne.jp>.
23611
23612         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23613         of string which old xml.el may return rather than a string.
23614
23615 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23618
23619 2005-01-16  Simon Josefsson  <jas@extundo.com>
23620
23621         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23622         idn/idna.el isn't available.
23623         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23624         <michael@waxrat.com>.
23625
23626         * hashcash.el: Remove non-FSF copyright header.
23627
23628         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23629         (hashcash-generate-payment): Use it.
23630         (hashcash-generate-payment-async): Use it.
23631
23632 2005-01-15  Simon Josefsson  <jas@extundo.com>
23633
23634         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23635         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23636
23637         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23638         gnus-summary-idna-message.
23639         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23640         (gnus-summary-idna-message): New function.
23641
23642 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23643
23644         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23645         gnus-novice-user.
23646
23647 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23648
23649         * nnrss.el (nnrss-request-delete-group): Delete entries in
23650         nnrss-group-alist as well.
23651         (nnrss-save-server-data): Insert newline.
23652
23653 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23654
23655         * gnus.el (gnus-user-agent): Use list of symbols instead of
23656         symbols.  Display full version number for (S)XEmacs.
23657         Optionally display (S)XEmacs codename.
23658
23659         * gnus-util.el (gnus-emacs-version): Update for new
23660         `gnus-user-agent'.
23661
23662         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23663         Gnus version.
23664
23665 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23666
23667         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23668         which is unreadable in some setups.
23669
23670 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23671
23672         * gnus-spec.el (gnus-update-format-specifications): Flush the
23673         group format spec cache if it doesn't support decoded group names.
23674
23675 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23676
23677         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23678         Allow to apply decay on score files matching a regexp.
23679
23680 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23683         compatibility in %g and %c.
23684
23685 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23688         name for only %g and %c.
23689         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23690         of gnus-tmp-group to decoded group name.
23691         (gnus-group-make-rss-group): Exclude `/'s from group names.
23692
23693 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23694
23695         * nnrss.el (nnrss-get-encoding): Fix regexp.
23696
23697 2004-12-27  Simon Josefsson  <jas@extundo.com>
23698
23699         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23700         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23701         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23702
23703 2004-12-17  Kim F. Storm  <storm@cua.dk>
23704
23705         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23706
23707         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23708
23709 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23710
23711         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23712
23713 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * nnrss.el: Require rfc2047 and mml.
23716         (nnrss-file-coding-system): New variable.
23717         (nnrss-format-string): Redefine it as an inline function.
23718         (nnrss-decode-group-name): New function.
23719         (nnrss-string-as-multibyte): Remove.
23720         (nnrss-retrieve-headers): Decode group name; don't use
23721         nnrss-format-string.
23722         (nnrss-request-group): Decode group name.
23723         (nnrss-request-article): Decode group name; allow a Message-ID as
23724         well as an article number; don't use nnrss-format-string; encode a
23725         Message-ID string which may contain non-ASCII characters; use
23726         mml-to-mime to compose a MIME article.
23727         (nnrss-request-expire-articles): Decode group name.
23728         (nnrss-request-delete-group): Decode group name.
23729         (nnrss-fetch): Clarify error message.
23730         (nnrss-read-server-data): Use insert-file-contents instead of load;
23731         bind file-name-coding-system; use multibyte buffer.
23732         (nnrss-save-server-data): Bind coding-system-for-write to the
23733         value of nnrss-file-coding-system; bind file-name-coding-system;
23734         add coding cookie.
23735         (nnrss-read-group-data): Use insert-file-contents instead of load;
23736         bind file-name-coding-system; use multibyte buffer.
23737         (nnrss-save-group-data): Bind coding-system-for-write to the
23738         value of nnrss-file-coding-system; bind file-name-coding-system.
23739         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23740         make it work with non-ASCII text.
23741         (nnrss-find-el): Make it work with old xml.el as well.
23742
23743 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23744
23745         * nnrss.el (nnrss-get-encoding): New function.
23746         (nnrss-fetch): Use unibyte buffer initially; bind
23747         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23748         decode contents according to the encoding attribute.
23749         (nnrss-save-group-data): Add coding cookie.
23750         (nnrss-mime-encode-string): New function.
23751         (nnrss-check-group): Use it to encode subject and author.
23752
23753 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23754
23755         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23756         imaginary variable.
23757
23758 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23761         correctly even if there are wide characters.
23762
23763 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23764
23765         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23766         downcased symbol names; make a new cache instead of reusing
23767         bbdb-hashtable.
23768
23769 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23770
23771         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23772         concatenating segments rather than before concatenating them.
23773         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23774
23775         * message.el (message-get-reply-headers): Bind `extra'.
23776
23777 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23778
23779         * message.el (message-extra-wide-headers): New variable.
23780         (message-get-reply-headers): Use it.
23781
23782 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23783
23784         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23785         (gnus-agent-group-pathname): Ditto.
23786
23787         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23788
23789         * gnus-group.el (gnus-group-make-group): Decode group name.
23790         (gnus-group-make-rss-group): Register the group data after opening
23791         the nnrss group.
23792
23793 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23794
23795         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23796         by expiry now get marked as read.
23797
23798 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23799
23800         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23801
23802 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23803
23804         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23805         unify Latin characters in XEmacs.
23806         (mm-find-mime-charset-region): Use it.
23807
23808 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23809
23810         * gnus-util.el (gnus-delete-directory): New function.
23811
23812         * gnus-agent.el (gnus-agent-delete-group): Use it.
23813
23814         * gnus-cache.el (gnus-cache-delete-group): Use it.
23815
23816 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23819         names.
23820
23821 2004-12-16  Simon Josefsson  <jas@extundo.com>
23822
23823         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23824
23825 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23826
23827         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23828
23829         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23830         (gnus-group-set-current-level): Decode group name.
23831
23832 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23833
23834         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23835         failed.
23836
23837 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23838
23839         * gnus-group.el (gnus-group-delete-group): Decode group name.
23840         (gnus-group-make-rss-group): Encode group name.
23841         (gnus-group-catchup-current): Decode group name.
23842         (gnus-group-kill-group): Decode group name.
23843
23844 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23845
23846         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23847
23848 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * gnus-group.el (gnus-group-make-rss-group):
23851         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23852
23853         * gnus-start.el (gnus-setup-news): Honor user's setting to
23854         gnus-message-archive-method.  Suggested by Lute Kamstra
23855         <lute@gnu.org>.
23856
23857 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23858
23859         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23860         global counterparts of the buffer-local variables.
23861
23862 2004-11-16  Romain Francoise  <romain@orebokech.com>
23863
23864         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23865         counterparts of the buffer-local variables.
23866
23867 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23868
23869         * message.el (message-forbidden-properties): Fix typo in doc
23870         string.
23871
23872 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23873
23874         * gnus-util.el (gnus-replace-in-string): Add doc string.
23875
23876         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23877         to avoid problems when splitting mails with many recipients.
23878
23879 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23880
23881         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23882         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23883
23884 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23885
23886         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23887         if there is no hashtable in memory or file modification time is
23888         newer than cached timestamp.
23889
23890 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23891
23892         * gnus-sum.el (gnus-summary-limit-to-recipient):
23893         Implement not-matching option.
23894
23895 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23896
23897         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23898         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23899         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23900         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23901         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23902         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23903
23904 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * message.el (message-forward-make-body-mml): Remove headers
23907         according to message-forward-ignored-headers if a message is decoded.
23908
23909 2004-12-02  Romain Francoise  <romain@orebokech.com>
23910
23911         * message.el (message-forward-make-body-plain): Always remove
23912         headers according to message-forward-ignored-headers.
23913
23914 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23915
23916         * spam.el (spam-summary-prepare-exit): Remove the
23917         gnus-summary-limit pop for now, it has problems with ham marks for
23918         me.
23919
23920 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23921
23922         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23923         correctly.
23924
23925 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23926
23927         * format-spec.el (format-spec): Message the char.
23928
23929 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23930
23931         * gnus-art.el (gnus-split-methods): Reformat comments.
23932
23933         * spam.el (spam-summary-prepare-exit): Remove article limits
23934         before exiting the summary buffer.
23935
23936 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23939         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23940
23941         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23942         order to silence the byte compiler.
23943
23944         * spam.el: Fix the way to silence the byte compiler, which
23945         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23946         bbdb-search-simple, spam-BBDB-register-routine,
23947         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23948         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23949         spam-stat-buffer-is-spam, spam-stat-load,
23950         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23951         spam-stat-save and spam-stat-split-fancy.
23952
23953 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23956         which may confuse users.
23957         (canlock-password-for-verify): Ditto.
23958
23959         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23960
23961         * gnus-art.el (gnus-emphasis-alist): Ditto.
23962
23963         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23964
23965         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23966
23967         * gnus-start.el (gnus-save-killed-list): Ditto.
23968
23969         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23970         (gnus-sum-thread-tree-root): Ditto.
23971         (gnus-sum-thread-tree-false-root): Ditto.
23972         (gnus-sum-thread-tree-single-indent): Ditto.
23973
23974         * message.el (message-courtesy-message): Ditto.
23975         (message-archive-note): Ditto.
23976         (message-subscribed-address-file): Ditto.
23977         (message-user-fqdn): Ditto.
23978
23979         * spam-report.el (spam-report-gmane-regex): Ditto.
23980
23981         * spam.el (spam-blackhole-good-server-regex): Ditto.
23982
23983 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23984
23985         * mml.el (mml-preview): Widen the message buffer before copying
23986         the contents to the preview buffer; sort headers before previewing.
23987
23988         * message.el (message-hidden-headers): Fix the way to avoid a bug
23989         in the `repeat' widget in Emacs 21.3 or earlier.
23990
23991 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23992
23993         * message.el (message-hidden-headers): Default to "^References:".
23994         Improve customization type.  Suggested by Reiner Steib
23995         <Reiner.Steib@gmx.de>.
23996
23997 2004-11-25  Romain Francoise  <romain@orebokech.com>
23998
23999         * message.el (message-strip-forbidden-properties): Remove check for
24000         obsolete `message-hidden' text property, hidden headers are not
24001         accessible in the buffer anymore.
24002
24003 2004-11-22  Romain Francoise  <romain@orebokech.com>
24004
24005         * message.el (message-header-format-alist): Add `From' in list
24006         so that it can be sorted.
24007         (message-fix-before-sending): Widen and sort headers before
24008         sending.
24009         (message-hide-headers): Use narrowing to hide headers by moving
24010         them to the top of the buffer and narrowing to the region
24011         underneath.
24012
24013 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24014
24015         * message.el (message-strip-forbidden-properties):
24016         Bind buffer-read-only (etc) to nil.
24017
24018 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24019
24020         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24021         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24022
24023 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24024
24025         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24026
24027 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24028
24029         * dns.el (query-dns): Use sit-for to time instead of
24030         accept-process-output, since that doesn't seem to work on udp
24031         sockets.
24032
24033 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24034
24035         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24036
24037 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24038
24039         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24040         doc string.  Improve doc string.
24041
24042 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24043
24044         * nntp.el (nntp-request-update-info): Return nil if
24045         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24046         may not call gnus-activate-group which uselessly issues the GROUP
24047         commands for all nntp groups and wastes time.  Reported by Romain
24048         Francoise <romain@orebokech.com>.
24049
24050         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24051
24052 2004-11-15  Simon Josefsson  <jas@extundo.com>
24053
24054         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24055         headers separately.
24056         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24057         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24058
24059 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24060
24061         * gnus-start.el (gnus-convert-old-newsrc):
24062         Assign legacy-gnus-agent to 5.10.7.
24063
24064 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24065
24066         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24067         start of the lines.
24068
24069 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24070
24071         * hashcash.el (hashcash-default-payment): Change default to 20.
24072         (hashcash-default-accept-payment): Change default to 20.
24073         (hashcash-process-alist): New variable.
24074         (hashcash-generate-payment-async): Add.
24075         (hashcash-already-paid-p): Add.
24076         (hashcash-insert-payment): Don't generate payments twice.
24077         (hashcash-insert-payment-async): Add.
24078         (hashcash-insert-payment-async-2): Add.
24079         (hashcash-cancel-async): Add.
24080         (hashcash-wait-async): Add.
24081         (hashcash-processes-running-p): Add.
24082         (hashcash-wait-or-cancel): Add.
24083         (mail-add-payment): New optional argument.  Conditionally start
24084         asynchronous calculation.
24085         (mail-add-payment-async): Add.
24086
24087         * message.el (message-send-mail): Wait for asynchronous hashcash
24088         results.  Don't clobber existing X-Hashcash headers.
24089         (message-setup-1): Call mail-add-payment-async when
24090         message-generate-hashcash is non-nil.
24091
24092 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24093
24094         * message.el (message-use-alternative-email-as-from): Examine the
24095         From header as well; use message-make-from in order to include a
24096         user's full name.
24097
24098 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24099
24100         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24101         default; improve customization type.
24102         (gnus-emphasis-custom-with-format): New macro.
24103         (gnus-emphasis-custom-value-to-external): New function.
24104         (gnus-emphasis-custom-value-to-internal): New function.
24105
24106 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24107
24108         * dns.el (query-dns): Resolve reverse addresses.
24109
24110 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24111
24112         * gnus-group.el (gnus-group-get-new-news): Use it.
24113
24114         * gnus-start.el (gnus-check-reasonable-setup): New function.
24115
24116 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24117
24118         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24119         "Args out of range" error.  Reported by Arnaud Giersch
24120         <arnaud.giersch@free.fr>.
24121
24122 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24123
24124         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24125
24126 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24127
24128         * spam.el (spam group): Add :version.
24129
24130         * pgg-def.el (pgg group): Add :version.
24131
24132 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24133
24134         * gnus-art.el (gnus-article-edit-article): Don't associate the
24135         article buffer with a draft file.  This is a temporary measure
24136         against the 2004-08-22 change to gnus-article-edit-mode.
24137
24138 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24139
24140         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24141         (html2text-format-tags): Remove unused variable `attr'.
24142
24143 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24144
24145         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24146
24147         * tls.el (tls-process-connection-type, tls-success)
24148         (tls-certtool-program): Add :version.
24149
24150         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24151         (starttls-extra-arguments, starttls-process-connection-type)
24152         (starttls-connect, starttls-failure, starttls-success): Add :version.
24153
24154         * spam-stat.el (spam-stat): Add :version.
24155
24156         * sieve.el (sieve): Add :version.
24157
24158         * sha1.el (sha1): Add :version.
24159         (sha1-use-external): Remove redundant version.
24160
24161         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24162         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24163         (nnmail-split-fancy-match-partial-words)
24164         (nnmail-split-lowercase-expanded): Add :version.
24165
24166         * nndiary.el (nndiary): Add :version.
24167
24168         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24169
24170         * mml-sec.el (mml-default-sign-method)
24171         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24172         Add :version.
24173
24174         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24175
24176         * mm-url.el (mm-url-use-external, mm-url-program)
24177         (mm-url-arguments): Add :version.
24178
24179         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24180         (mm-attachment-file-modes, mm-decrypt-option)
24181         (mm-w3m-safe-url-regexp): Add :version.
24182
24183         * message.el (message-cite-prefix-regexp)
24184         (message-sendmail-envelope-from, message-minibuffer-local-map)
24185         (message-user-fqdn, message-completion-alist): Add :version.
24186
24187         * gnus-win.el (gnus-configure-windows-hook)
24188         (gnus-use-frames-on-any-display): Add :version.
24189
24190         * gnus-art.el (gnus-article-address-banner-alist)
24191         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24192         (gnus-treat-from-picon, gnus-treat-mail-picon)
24193         (gnus-treat-x-pgp-sig): Add :version.
24194
24195         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24196         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24197         (gnus-summary-article-delete-hook)
24198         (gnus-summary-display-while-building): Add :version.
24199
24200         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24201         (gnus-get-top-new-news-hook): Add :version.
24202
24203         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24204         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24205
24206         * gnus-registry.el (gnus-registry): Add :version.
24207
24208         * gnus-spec.el (gnus-use-correct-string-widths)
24209         (gnus-make-format-preserve-properties): Add :version.
24210
24211         * gnus.el (gnus-group-charter-alist)
24212         (gnus-group-fetch-control-use-browse-url)
24213         (gnus-install-group-spam-parameters): Add :version.
24214
24215         * gnus-diary.el (gnus-diary): Add :version.
24216
24217         * gnus-delay.el (gnus-delay): Add :version.
24218
24219         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24220         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24221         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24222         Add :version.
24223
24224         * gnus-agent.el (gnus-agent-max-fetch-size)
24225         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24226         (gnus-agent-prompt-send-queue): Add :version.
24227
24228         * deuglify.el (gnus-outlook-deuglify): Add :version.
24229
24230         * html2text.el: Beautify code.  Improve doc strings.
24231         Some checkdoc cleanup.
24232         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24233
24234 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24235
24236         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24237
24238 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24239
24240         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24241         when package is loaded.
24242
24243         * spam.el (spam-summary-score-preferred-header): Add global preference
24244         for people who want to override the default SpamAssassin over
24245         Bogofilter preference (when both are set).
24246         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24247         (spam-user-format-function-S):
24248         Check spam-summary-score-preferred-header.
24249         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24250         (spam-user-format-function-S): Format the score correctly.
24251
24252 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24253
24254         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24255         signature file.  Suggested by Manoj Srivastava
24256         <srivasta@golden-gryphon.com>.
24257
24258         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24259         iso-2022-jp even in the Japanese language environment.
24260         Suggested by Jason Rumney <jasonr@gnu.org>.
24261
24262 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24263
24264         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24265         use the same characters as the dummy marks; make it free from
24266         getting affected by the language environment.
24267         (gnus-summary-read-group-1): Update mark positions only when the
24268         format spec is updated.
24269
24270         * gnus-spec.el (gnus-update-format-specifications): Return a list
24271         of updated types.
24272
24273 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24276         of boundp to check if display-warning is available.
24277
24278 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24279
24280         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24281
24282 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24283
24284         * nnspool.el (nnspool-spool-directory): Use news-path if the
24285         news-directory variable is not bound.
24286
24287         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24288         function instead of display-warning if it is not available.
24289
24290 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24291
24292         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24293         v5-10: Use `point-at-bol'.
24294
24295 2004-10-26  Simon Josefsson  <jas@extundo.com>
24296
24297         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24298         <chenggao@gmail.com>.
24299
24300 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24301
24302         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24303         instead.
24304
24305 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24306
24307         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24308         to remove a server from the nnimap-server-buffer-alist.
24309         (nnimap-open-connection, nnimap-close-server): Use it.
24310
24311         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24312
24313 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24314
24315         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24316         running the major-mode function.
24317
24318 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24319
24320         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24321         dummy marks in the right way.
24322
24323 2004-10-18  David Edmondson  <dme@dme.org>
24324
24325         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24326         excessively.
24327
24328 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24329
24330         * gnus-util.el (gnus-split-references): Accept a nil references
24331         string and go on blissfully.
24332
24333         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24334         cases where the references string is non-nil but has no references.
24335
24336         * encrypt.el: Add autoload tags.
24337
24338         * spam.el (spam-resolve-registrations-routine): Remove article
24339         from unregistration list too.  Reported by David Hanak
24340         <dhanak@isis.vanderbilt.edu>
24341
24342 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24343
24344         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24345         nil.  Change custom type.
24346
24347 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24348
24349         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24350
24351         * gnus-sum.el (gnus-summary-move-article): Use it.
24352
24353 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24354
24355         * encrypt.el: Add autoload cookies.
24356
24357         * spam.el (spam-backend-article-list-property)
24358         (spam-backend-get-article-todo-list)
24359         (spam-backend-put-article-todo-list)
24360         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24361         Resolve registrations separately.
24362         (spam-register-routine): Format comments.
24363         (spam-unregister-routine, spam-register-routine): Always call with
24364         specific-articles, no default list.
24365         (spam-summary-prepare-exit): Use the spam-classifications function.
24366
24367         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24368         gnus-encrypt.el.
24369
24370         * encrypt.el: Copied from gnus-encrypt.el.
24371
24372         * gnus-encrypt.el: Commented that it's obsolete.
24373
24374 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24375
24376         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24377         (gnus-score-save): Use it.
24378
24379         * message.el (message-bury): Use `window-dedicated-p'.
24380
24381 2004-10-15  Simon Josefsson  <jas@extundo.com>
24382
24383         * pop3.el (top-level): Don't require nnheader.
24384         (pop3-read-timeout): Add.
24385         (pop3-accept-process-output): Add.
24386         (pop3-read-response, pop3-retr): Use it.
24387
24388 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24389
24390         * spam.el (spam-register-routine): Move comment.
24391         (spam-verify-bogofilter): Use 'unknown for the initial
24392         spam-bogofilter-valid state, not 'never.
24393
24394         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24395         for netrc-machine.
24396
24397         * nnimap.el (nnimap-open-connection):
24398         Use netrc-machine-user-or-password.
24399
24400 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24401
24402         * gnus-registry.el (gnus-registry-unload-hook):
24403         Set as a variable with add-hook.
24404
24405         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24406         of news-path.
24407
24408         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24409
24410         * spam.el: Delete duplicate `provide'.
24411         (spam-unload-hook): Set as a variable with add-hook.
24412
24413 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24414
24415         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24416         in the doc string.
24417
24418         * message.el (message-ignored-news-headers)
24419         (message-ignored-supersedes-headers)
24420         (message-ignored-resent-headers)
24421         (message-forward-ignored-headers): Improve custom type.
24422
24423 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24424
24425         * message.el (message-tokenize-header): Fix 2004-09-06 change
24426         which used point-min in the wrong place.
24427
24428 2004-10-12  Simon Josefsson  <jas@extundo.com>
24429
24430         * tls.el (tls-certtool-program): New variable.
24431         (tls-certificate-information): New function, based on
24432         ssl-certificate-information.
24433
24434 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * compface.el: Move the version of ELisp-based uncompface program
24437         to the contrib directory because of the copyright problem.
24438
24439 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24440
24441         * message.el (message-kill-buffer): Raise the current frame.
24442
24443 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24444
24445         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24446
24447         * gnus.el (message-y-or-n-p): Autoload.
24448
24449         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24450         (pop3-password-required, pop3-authentication-scheme)
24451         (pop3-leave-mail-on-server): Make customizable.
24452         (pop3): New custom group.
24453         (pop3-retr): Remove `sleep-for' statements.
24454         Suggested by Dave Love <fx@gnu.org>.
24455
24456         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24457         Windows/DOS.
24458
24459         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24460         (imap-parse-body): Fix incorrect use of `assert'.
24461         Suggested by Dave Love <fx@gnu.org>.
24462
24463         * mml.el (mml-minibuffer-read-disposition): Require match.
24464         Suggested by Dave Love <fx@gnu.org>.
24465
24466 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24467
24468         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24469         doc string.
24470
24471 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24472
24473         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24474
24475 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24476
24477         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24478         instead of calling `mm-insert-inline', to decode text/* parts
24479         before displaying them.
24480
24481 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24482
24483         * mm-uu.el (mm-uu-text-plain-type): New variable.
24484         (mm-uu-pgp-signed-extract-1): Use it.
24485         (mm-uu-pgp-encrypted-extract-1): Use it.
24486         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24487         bind mm-uu-text-plain-type with that value.
24488         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24489         mm-uu-dissect.
24490
24491 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24492
24493         * gnus-group.el (gnus-update-group-mark-positions):
24494         * gnus-sum.el (gnus-update-summary-mark-positions):
24495         * message.el (message-check-news-body-syntax):
24496         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24497         of string-as-multibyte.
24498
24499 2004-10-05  Juri Linkov  <juri@jurta.org>
24500
24501         * gnus-group.el (gnus-update-group-mark-positions):
24502         * gnus-sum.el (gnus-update-summary-mark-positions):
24503         * message.el (message-check-news-body-syntax):
24504         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24505         8-bit unibyte values to a multibyte string for search functions.
24506
24507 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24508
24509         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24510         (mm-uu-dissect-text-parts): New function.
24511
24512         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24513         dissect text parts.
24514
24515         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24516         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24517
24518         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24519
24520         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24521         Use gnus-current-topics instead of gnus-current-topic.
24522
24523 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24524
24525         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24526
24527 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24528
24529         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24530         where appropriate.
24531
24532         * nnml.el (nnml-generate-active-info): do.
24533
24534         * nndiary.el (nndiary-generate-active-info): do.
24535
24536         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24537         (gnus-topic-move): do.
24538
24539         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24540         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24541
24542         * gnus-srvr.el (gnus-server-prepare)
24543         (gnus-server-open-all-servers): do.
24544
24545         * gnus-msg.el (gnus-summary-cancel-article)
24546         (gnus-summary-resend-message)
24547         (gnus-summary-mail-crosspost-complaint): do.
24548
24549         * gnus-move.el (gnus-change-server): do.
24550
24551         * gnus-group.el (gnus-group-unmark-all-groups)
24552         (gnus-group-set-current-level): do.
24553
24554 2004-10-04  Simon Josefsson  <jas@extundo.com>
24555
24556         * message.el (message-generate-hashcash): Doc fix.
24557
24558 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24559
24560         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24561         avoid infinite recursion via gnus-get-function.
24562
24563 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24564
24565         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24566
24567         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24568
24569         * nnmail.el (nnmail-split-history): do.
24570
24571         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24572         (nnml-request-delete-group): do.
24573
24574         * nnslashdot.el (nnslashdot-read-groups): do.
24575
24576         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24577         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24578
24579         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24580         (nnspool-sift-nov-with-sed): Use last.
24581         (nnspool-retrieve-headers-with-nov): Use mapc.
24582         (nnspool-request-newgroups): Use dolist.
24583         (nnspool-request-group): Use last.
24584
24585         * nntp.el (nntp-read-server-type): Use dolist.
24586
24587         * nnvirtual.el (nnvirtual-create-mapping)
24588         (nnvirtual-update-read-and-marked): Use dolist.
24589         (nnvirtual-convert-headers): Simplify.
24590
24591 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24592
24593         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24594         Add support for sync'ing tick marks.
24595
24596 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24597
24598         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24599         there's no visible header.
24600
24601 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24602
24603         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24604         When necessary, pass full group name to gnus-request-set-marks.
24605
24606 2004-10-01  Simon Josefsson  <jas@extundo.com>
24607
24608         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24609         acroread.
24610
24611 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24612
24613         * spam-report.el (spam-report-gmane): Fix interactive.
24614
24615         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24616
24617         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24618         when writing file.
24619         (gnus-agent-synchronize-flags): Don't default to being
24620         interactive.
24621
24622 2004-09-30  Simon Josefsson  <jas@extundo.com>
24623
24624         * message.el (message-generate-hashcash): Add.
24625         (message-send-mail): Use it, call mail-add-payment.
24626
24627 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24628
24629         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24630
24631 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24632
24633         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24634         gnus-requst-update-info with explicit code to sync the in-memory
24635         info read flags with the marks being sync'd to the backend.
24636
24637         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24638
24639 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24640
24641         * spam.el (spam-verify-bogofilter): Add new function.
24642         (spam-check-bogofilter)
24643         (spam-bogofilter-register-with-bogofilter): Use it.
24644         (spam-verify-bogofilter): Add small fixes.
24645
24646 2004-09-28  Simon Josefsson  <jas@extundo.com>
24647
24648         * hashcash.el (hashcash-generate-payment): Revert.
24649
24650 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24651
24652         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24653         Use gnus-extract-references instead of gnus-split-references.
24654
24655         * gnus-util.el (gnus-extract-references): Add new function, analogous
24656         to gnus-split-references but extracts only the message-ID without
24657         anything extra.
24658
24659         * hashcash.el (hashcash-generate-payment)
24660         (hashcash-check-payment): Do the right thing if hashcash-path is
24661         nil (because the hashcash program could not be found).
24662
24663         * spam.el (spam-use-hashcash): Remove comment.
24664
24665 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24666
24667         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24668         (gnus-cache-enter-article, gnus-cache-remove-article)
24669         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24670
24671         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24672
24673         * gnus-art.el (article-hide-boring-headers)
24674         (article-translate-strings, article-display-face)
24675         (gnus-article-mime-match-handle-first)
24676         (gnus-article-highlight-headers)
24677         (gnus-article-add-buttons-to-head): do.
24678
24679 2004-09-27  Simon Josefsson  <jas@extundo.com>
24680
24681         * hashcash.el: New version, from
24682         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24683         ../contrib/.
24684
24685 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24686
24687         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24688
24689 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24690
24691         * gnus-dup.el (gnus-dup-open): Use mapc.
24692         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24693
24694         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24695         Reported by Stefan Wiens <s.wi@gmx.net>.
24696
24697         * gnus.el (gnus-shutdown): Use dolist.
24698
24699         * gnus-undo.el (gnus-undo): Use mapc.
24700
24701         * nnrss.el (nnrss-generate-active): do.
24702
24703         * message.el (message-cite-original-without-signature)
24704         (message-cite-original): Use mapc.
24705         (message-do-actions, message-make-forward-subject): Use dolist.
24706
24707 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24708
24709         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24710         deletion to remove entire duplicate line.  Fixes merged article
24711         number bug.
24712
24713 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24714
24715         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24716         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24717         first ask if you want to open a server and then, even when you
24718         responded with no, asking if you want to synchronize the server's
24719         flags.
24720         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24721         multi-line expressions.
24722         (gnus-agent-synchronize-group-flags): New internal function.
24723         Updates marks in memory (in the info structure) AND in the
24724         backend.
24725
24726         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24727
24728         * nnagent.el (nnagent-request-set-mark):
24729         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24730         method, to ensure that synchronization updates marks in the
24731         backend and in the info (in memory) structure.
24732
24733 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24734
24735         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24736         convention fully; don't miss the root article of a thread; make
24737         the X-Draft-From header with correct article numbers.
24738
24739 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24740
24741         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24742         unless plugged.  Disable the agent so that an open failure causes
24743         an error.
24744
24745         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24746         Revert 2004-09-21 change.  The backend must be opened while
24747         synchronizing flags even when the backend stores the flags
24748         locally.
24749
24750 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24751
24752         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24753         in `header' match.  Reported by Svend Tollak Munkejord.
24754
24755         * message.el (message-cite-original): Fix use of
24756         `message-cite-articles-with-x-no-archive'.
24757
24758 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24759
24760         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24761         (gnus-window-to-buffer): Ditto.
24762
24763         * mml.el (mml-preview-buffer): New variable.
24764         (mml-preview): Manage window layout with gnus-buffer-configuration.
24765
24766         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24767         X-Draft-From header even if those articles aren't quoted.
24768
24769 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24770
24771         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24772         (gnus-request-set-mark, gnus-request-update-mark): Use new
24773         g-s-t-u-l-m to decide to use backend even when unplugged.
24774
24775 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24776
24777         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24778         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24779
24780 2004-09-20  Simon Josefsson  <jas@extundo.com>
24781
24782         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24783         "utf-16-le".
24784
24785 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24786
24787         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24788
24789 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24790
24791         * uudecode.el (uudecode-use-external): Add :version.
24792
24793         * smime.el (smime-CA-file, smime-encrypt-cipher)
24794         (smime-dns-server): Add :version.
24795
24796         * smiley.el (gnus-smiley-file-types): Add :version.
24797
24798         * sha1.el (sha1-use-external): Add :version.
24799
24800         * pgg-def.el (pgg-query-keyserver): Add :version.
24801
24802         * nnmail.el (nnmail-fancy-expiry-targets)
24803         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24804         Add :version.
24805
24806         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24807         (nnimap-retrieve-groups-asynchronous): Add :version.
24808         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24809
24810         * mml.el (mml-content-disposition-parameters)
24811         (mml-insert-mime-headers-always): Add :version.
24812
24813         * mm-util.el (mm-coding-system-priorities): Add :version.
24814
24815         * mm-decode.el (mm-inline-text-html-with-images)
24816         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24817         (mm-verify-option): Add :version.
24818         (mm-text-html-renderer): Change :version.
24819
24820         * message.el (message-fcc-externalize-attachments)
24821         (message-required-headers, message-draft-headers)
24822         (message-subject-trailing-was-query)
24823         (message-subject-trailing-was-ask-regexp)
24824         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24825         (message-mark-insert-end, message-archive-header)
24826         (message-archive-note, message-cross-post-default)
24827         (message-cross-post-note, message-followup-to-note)
24828         (message-cross-post-note-function, message-use-mail-followup-to)
24829         (message-subscribed-address-functions)
24830         (message-subscribed-address-file, message-subscribed-addresses)
24831         (message-subscribed-regexps, message-allow-no-recipients)
24832         (message-yank-cited-prefix, message-signature-insert-empty-line)
24833         (message-hidden-headers, message-hierarchical-addresses)
24834         (message-mail-user-agent, message-use-idna)
24835         (message-valid-fqdn-regexp)
24836         (message-strip-special-text-properties, message-header-synonyms)
24837         (message-beginning-of-line, message-tab-body-function): Add :version.
24838         (message-insert-canlock, message-wide-reply-confirm-recipients):
24839         Change :version.
24840
24841         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24842         and :version.
24843         (mail-source-delete-old-incoming-confirm)
24844         (mail-source-movemail-program): Add :version.
24845
24846         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24847         (gnus-agent-cache, gnus-agent): Change :version.
24848
24849         * gnus-util.el (gnus-use-byte-compile): Change :version.
24850
24851         * gnus-sum.el (gnus-summary-make-false-root-always)
24852         (gnus-summary-default-high-score)
24853         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24854         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24855         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24856         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24857         (gnus-sum-thread-tree-single-indent)
24858         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24859         (gnus-sum-thread-tree-leaf-with-other)
24860         (gnus-sum-thread-tree-single-leaf): Add :version.
24861         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24862         (gnus-article-loose-mime): Change :version.
24863
24864         * gnus-start.el (gnus-backup-startup-file)
24865         (gnus-save-startup-file-via-temp-buffer): Add :version.
24866
24867         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24868         (gnus-server-offline-face): Add :version.
24869
24870         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24871
24872         * gnus-msg.el (gnus-gcc-externalize-attachments)
24873         (gnus-debug-files, gnus-debug-exclude-variables)
24874         (gnus-discouraged-post-methods): Change :version.
24875         (gnus-confirm-mail-reply-to-news)
24876         (gnus-confirm-treat-mail-like-news): Add :version.
24877
24878         * gnus-int.el (gnus-server-unopen-status): Add :version.
24879
24880         * gnus-group.el (gnus-group-jump-to-group-prompt)
24881         (gnus-large-ephemeral-newsgroup)
24882         (gnus-fetch-old-ephemeral-headers): Add :version.
24883
24884         * gnus-fun.el (gnus-x-face-directory)
24885         (gnus-convert-pbm-to-x-face-command)
24886         (gnus-convert-image-to-x-face-command)
24887         (gnus-convert-image-to-face-command): Add :version.
24888
24889         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24890
24891         * gnus-cite.el (gnus-cite-blank-line-after-header)
24892         (gnus-article-boring-faces): Add :version.
24893
24894         * gnus-art.el (gnus-buttonized-mime-types)
24895         (gnus-inhibit-mime-unbuttonizing)
24896         (gnus-treat-display-face)
24897         (gnus-treat-body-boundary): Change :version.
24898         (gnus-body-boundary-delimiter, gnus-picon-databases)
24899         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24900         (gnus-treat-date-english, gnus-treat-fold-headers)
24901         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24902         (gnus-treat-mail-picon, gnus-treat-wash-html)
24903         (gnus-article-encrypt-protocol)
24904         (gnus-use-idna, gnus-article-over-scroll)
24905         (gnus-mime-display-multipart-alternative-as-mixed)
24906         (gnus-mime-display-multipart-related-as-mixed)
24907         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24908         (gnus-ctan-url, gnus-button-ctan-handler)
24909         (gnus-button-handle-ctan-bogus-regexp)
24910         (gnus-button-ctan-directory-regexp)
24911         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24912         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24913         (gnus-button-man-level, gnus-button-emacs-level)
24914         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24915
24916         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24917         (gnus-agent-go-online): Change :version.
24918         (gnus-agent-expire-unagentized-dirs)
24919         (gnus-agent-auto-agentize-methods): Add :version.
24920
24921         * flow-fill.el (fill-flowed-display-column)
24922         (fill-flowed-encode-column): Add :version.
24923
24924         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24925         (gnus-outlook-deuglify-unwrap-max)
24926         (gnus-outlook-deuglify-cite-marks)
24927         (gnus-outlook-deuglify-unwrap-stop-chars)
24928         (gnus-outlook-deuglify-no-wrap-chars)
24929         (gnus-outlook-deuglify-attrib-cut-regexp)
24930         (gnus-outlook-deuglify-attrib-verb-regexp)
24931         (gnus-outlook-deuglify-attrib-end-regexp)
24932         (gnus-outlook-display-hook): Add :version.
24933
24934         * binhex.el (binhex-use-external): Add :version.
24935
24936 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24937
24938         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24939         and `invisible'.
24940
24941 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24942
24943         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24944         in gnus-registry-trim.
24945
24946 2004-09-13  Simon Josefsson  <jas@extundo.com>
24947
24948         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24949
24950         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24951
24952         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24953         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24954         <yamaoka@jpl.org>.
24955         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24956         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24957         <yamaoka@jpl.org>.
24958
24959         * sieve.el (sieve-manage-mode): Ditto.
24960
24961 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24962
24963         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24964
24965 2004-09-11  Simon Josefsson  <jas@extundo.com>
24966
24967         * dns-mode.el: Add.
24968
24969         * mm-view.el (mm-display-dns-inline): Add.
24970
24971         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24972         (mm-automatic-display): Ditto.
24973
24974         * mailcap.el (mailcap-mime-data): Add text/dns.
24975         (mailcap-mime-extensions): Map .soa to text/dns.
24976
24977 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24978
24979         * gnus-art.el (article-decode-mime-words, article-babel)
24980         (gnus-article-highlight-signature, gnus-article-add-buttons)
24981         (gnus-signature-toggle): Remove unnecessary bindings of
24982         `inhibit-read-only' inherited from v5.10 merge.
24983
24984 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24985
24986         * nntp.el (nntp): New customization group.
24987         (nntp-authinfo-file): Add customization group.
24988
24989         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24990
24991         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24992
24993         * gnus.el (to-address, to-list, subscribed)
24994         (large-newsgroup-initial): Ditto.
24995
24996         * flow-fill.el (fill-flowed-display-column)
24997         (fill-flowed-encode-column): Ditto.
24998
24999 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25000
25001         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25002         Use point-min rather than 1.
25003         (message-send-mail): Use buffer-size rather than point-max.
25004
25005         * gnus-sum.el (gnus-summary-search-article-forward):
25006         Signal a specific `search-failed' rather than a generic `error'.
25007
25008         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25009         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25010         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25011
25012 2004-09-10  Simon Josefsson  <jas@extundo.com>
25013
25014         * nndb.el (require): Remove tcp and duplicate cl.
25015
25016 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * gnus-agent.el (directory-files-and-attributes): Move forward.
25019
25020 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25021
25022         * gnus-agent.el (directory-files-and-attributes):
25023         Optionally defined to support XEmacs.
25024
25025 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25026
25027         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25028         to avoid run-time CL dependencies.
25029         (gnus-agent-unfetch-articles): New function.
25030         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25031         article numbers even when local .overview file is missing.
25032         (gnus-agent-read-article-number): New function.  Only accepts
25033         27-bit article numbers.
25034         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25035         Use gnus-agent-read-article-number.
25036         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25037         from backend while recognizing that article numbers in .overview
25038         must be valid.
25039         (gnus-agent-update-files-total-fetched-for):
25040         Use directory-files-and-attributes to improve performance.
25041         * gnus-int.el (gnus-request-move-article):
25042         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25043         improve performance.
25044
25045         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25046         some users confused by references to .newsrc when they only have a
25047         .newsrc.eld file.
25048         (gnus-convert-mark-converter-prompt)
25049         (gnus-convert-converter-needs-prompt): Fix use of property list.
25050         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25051         New function.  Used internally to only display 'gnus converting
25052         files' message when actually necessary.
25053
25054         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25055         methods now autoloaded.
25056
25057 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25058
25059         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25060         identifiers.
25061
25062 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25063
25064         * gnus-picon.el: Fix indentation and closing parenthesis.
25065
25066 2004-09-01  Simon Josefsson  <jas@extundo.com>
25067
25068         * message.el (message-canlock-generate): Require sha1, not
25069         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25070         to require within a function.  Sadly, if sha1.el isn't loaded, the
25071         let binding in m-c-g will hide the defcustom definition, which is
25072         bad.)
25073
25074         * canlock.el: Require sha1, not sha1-el.
25075
25076         * message.el: Don't autoload sha1 (there is a autoload cookie in
25077         sha1.el).
25078
25079         * sha1-el.el: Rename to sha1.el.
25080
25081 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25082
25083         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25084
25085 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25086
25087         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25088
25089 2004-08-30  Kim F. Storm  <storm@cua.dk>
25090
25091         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25092
25093         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25094         Add :group 'nnimap.
25095
25096 2004-08-30  Andreas Schwab  <schwab@suse.de>
25097
25098         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25099         ?* and ?\;.
25100
25101         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25102         and ?\' to symbol instead of whitespace.
25103
25104 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25105
25106         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25107
25108         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25109         instead of re-search-forward.
25110
25111         * gnus-uu.el (gnus-uu-save-article): Ditto.
25112         (gnus-uu-post-encode-uuencode): Ditto.
25113
25114         * html2text.el (html2text-clean-list-items): Ditto.
25115         (html2text-clean-dtdd): Ditto.
25116         (html2text-format-tags): Ditto.
25117
25118         * message.el (message-send-mail-with-sendmail): Fix regexp.
25119         (message-fill-field-general): Use search-forward instead of
25120         re-search-forward.
25121         (unbold-region): Ditto.
25122
25123         * nnrss.el (nnrss-request-article): Ditto.
25124
25125         * nnslashdot.el (nnslashdot-request-article): Ditto.
25126
25127         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25128
25129         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25130         "Unrecognized menu descriptor" error in XEmacs.
25131
25132 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25133
25134         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25135         parent article of a sparse article in the thread hashtb.
25136
25137 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25138
25139         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25140         (nnmail-expand-newtext): Lowercase expanded entries if
25141         nnmail-split-lowercase-expanded is non-nil.
25142
25143 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25144
25145         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25146
25147         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25148         of gnus-tmp-news-method into string under XEmacs.  It will be
25149         passed to gnus-correct-length which takes only a string argument.
25150
25151 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25152
25153         * gnus-util.el (gnus-bind-print-variables): New macro.
25154         (gnus-prin1): Use it.
25155         (gnus-prin1-to-string): Use it.
25156         (gnus-pp): New function.
25157         (gnus-pp-to-string): New function.
25158
25159         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25160         Replace pp-to-string with gnus-pp-to-string.
25161         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25162         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25163         * gnus-msg.el (gnus-debug): Ditto.
25164         * gnus-score.el (gnus-score-save): Ditto.
25165         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25166         gnus-pp-to-string.
25167         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25168         with gnus-pp.
25169         * score-mode.el (gnus-score-pretty-print): Ditto.
25170         * webmail.el (webmail-debug): Ditto.
25171
25172 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25173
25174         * gnus-art.el (article-display-face, article-display-x-face):
25175         Use buffer-read-only.
25176
25177 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25178
25179         * gnus-art.el (article-hide-list-identifiers):
25180         Bind inhibit-read-only as t.
25181
25182 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25183
25184         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25185
25186 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25187
25188         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25189         (gnus-narrow-to-page): Don't assume point-min == 1.
25190         (gnus-article-edit-mode): Derive from message-mode.
25191
25192         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25193         point-min == 1.
25194
25195         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25196         Disable incorrect use of `assert'.
25197
25198         * message.el (message-mode): Set comment-start-skip.
25199
25200
25201 2004-08-22  Sam Steingold  <sds@gnu.org>
25202
25203         * pop3.el (pop3-leave-mail-on-server): New user variable.
25204         (pop3-movemail): Delete mail only when it is nil.
25205
25206 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25207
25208         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25209
25210         * mml.el (mml-preview): Use `pop-to-buffer'.
25211
25212         * message.el (message-goto-mail-followup-to): Insert after "To".
25213         (message-carefully-insert-headers): Add comment.
25214
25215         * gnus.el: Remove unused variable `gnus-article-check-size'.
25216
25217         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25218
25219         * gnus-art.el (gnus-button-alist):
25220         Improve `gnus-button-handle-library' entry.
25221
25222 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25223
25224         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25225         Use downcase, since XEmacs capitalizes error messages differently.
25226
25227 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25228
25229         * nntp.el: Add (require 'gnus) due to reference to
25230         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25231
25232 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25233
25234         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25235         Bind `mm-fill-flowed'.
25236
25237         * mm-decode.el (mm-dissect-singlepart): Check it.
25238
25239 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25240
25241         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25242         'imap' for netrc parsing.
25243
25244 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25245
25246         * mailcap.el (mailcap-mime-data): Mark as risky.
25247
25248 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25249
25250         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25251         may be included in the encoded word.
25252         (rfc2047-encode): Don't append a space if the encoded word
25253         includes close parenthesis.
25254
25255 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25256
25257         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25258         of text within parentheses.
25259
25260 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25261
25262         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25263         (gnus-encrypt-write-file-contents): Make the password key the file
25264         name PLUS the cipher, not just the cipher.  Also remove failed
25265         passwords from the cache.
25266
25267 2004-08-06  Simon Josefsson  <jas@extundo.com>
25268
25269         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25270         Doc fix.
25271
25272 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25275         LWSP.
25276
25277 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25278
25279         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25280         Try to append in-reply-to: data to the references: header.
25281
25282         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25283         (netrc-parse): Use gnus-encrypt.el functions.
25284
25285         * gnus-encrypt.el: Add new file for encryption support; currently
25286         does only a few GPG ciphers and an internal XOR cipher.
25287
25288         * password.el: Add comments on using password-read-and-add.
25289         (password-read-and-add): Add function to read and add the
25290         password to the cache at once.
25291
25292 2004-07-28  Simon Josefsson  <jas@extundo.com>
25293
25294         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25295         parameter (but don't use it, for now).
25296
25297         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25298         instead of hard coding to nil.
25299
25300 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25301
25302         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25303         as mm-inline-image-xemacs does.
25304
25305 2004-07-26  Simon Josefsson  <jas@extundo.com>
25306
25307         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25308         Revert part of 2004-07-17 change below.
25309
25310 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25311
25312         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25313         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25314
25315 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25316
25317         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25318         quotes that actually start with ">" at the beginning of the
25319         lines.
25320
25321 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25322
25323         * rfc2047.el (rfc2047-encode-region): Fix last change.
25324         (rfc2047-encode-parameter): Remove useless concat.
25325
25326 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25327
25328         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25329         encode special characters; fix some kind of misconfigured headers;
25330         signal a real error if debug-on-quit or debug-on-error is non-nil.
25331         (rfc2047-encode-max-chars): New variable.
25332         (rfc2047-encode-1): Use it.
25333         (rfc2047-encode-parameter): New function.
25334
25335         * mml.el (mml-insert-parameter): Remove an excessive space.
25336
25337 2004-07-17  Simon Josefsson  <jas@extundo.com>
25338
25339         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25340         Kai Grossjohann <kai@emptydomain.de>.
25341         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25342         (gnus-group-make-menu-bar): Ditto.
25343
25344         * gnus-util.el (gnus-group-server): Add.
25345
25346 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25347
25348         * message.el (message-clone-locals): Clone sendmail and smtp
25349         variables.
25350
25351 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25352
25353         * rfc2047.el (rfc2047-encode-region): Fix last change.
25354
25355 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25356
25357         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25358         characters as non-special.
25359
25360 2004-07-09  Simon Josefsson  <jas@extundo.com>
25361
25362         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25363         Users will lose all flag changes made while unplugged with
25364         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25365         good default.  See numerous reports on ding mailing list.
25366
25367 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25368
25369         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25370         add generate-head-function and generate-article-function to the
25371         rfc822-forward entry.
25372         (nndoc-rfc822-forward-generate-article): New function.
25373         (nndoc-rfc822-forward-generate-head): New function.
25374
25375         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25376
25377 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25378
25379         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25380         respect display group parameter and gnus-summary-expunge-below.
25381         (gnus-articles-to-read): Remove unused reference to display group
25382         parameter.
25383
25384 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25385
25386         * nnheader.el (nnheader-uniquify-message-id): New experimental
25387         variable.
25388         (nnheader-nov-read-message-id): Use it.
25389
25390         * spam-report.el (spam-report-gmane): Add interactive.
25391
25392 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25393
25394         * mm-encode.el (mm-content-transfer-encoding-defaults):
25395         Use qp-or-base64 for the application/* types.
25396
25397 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25398
25399         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25400
25401 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25402
25403         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25404         trim value.
25405
25406 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25407
25408         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25409         New macro and function.
25410         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25411
25412 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25413
25414         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25415         after-load-alist.
25416
25417 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25418
25419         * gnus-group.el (gnus-group-get-new-news-this-group):
25420         Don't update info that isn't there.
25421
25422 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25423
25424         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25425         entry.
25426
25427 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25428
25429         * mm-view.el (mm-inline-render-with-function): Use multibyte
25430         buffer; decode html source by charset.
25431
25432         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25433
25434         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25435         Mule-UCS is loaded under XEmacs.
25436         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25437
25438 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25439
25440         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25441
25442 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25443
25444         * mm-util.el (mm-coding-system-p): Return a coding-system.
25445         (mm-mime-mule-charset-alist): Use shift_jis instead of
25446         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25447         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25448         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25449         instead of japanese-shift-jis and iso-latin-1 respectively in
25450         order to share the default value with both Emacs and XEmacs-mule.
25451         (mm-mule-charset-to-mime-charset):
25452         Make mm-coding-system-priorities effective.
25453         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25454         while predicating of candidates upon the priorities.
25455
25456 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25457
25458         * gnus-sum.el (gnus-summary-make-menu-bar):
25459         Add gnus-uu-invert-processable.
25460
25461         * gnus.el: Autoload gnus-uu-invert-processable.
25462
25463 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25464
25465         * mm-util.el (mm-with-multibyte-buffer): New macro.
25466
25467         * rfc2047.el (rfc2047-encode-string): Use it.
25468         (rfc2047-encode-region): Move point to the end of the region after
25469         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25470
25471 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25472
25473         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25474         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25475
25476 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25477
25478         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25479         (gnus-cite-parse): Ignore quoted envelope From_.
25480         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25481
25482 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25483
25484         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25485         invalid addresses.
25486
25487 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25488
25489         * spam.el: Change section markers, revise TODO list.
25490         (spam-backends): Make new master list of all installed backends.
25491         (spam-summary-exit-behavior): Add new variable to determine how
25492         messages moves are done at summary exit.
25493         (spam-move-spam-nonspam-groups-only)
25494         (spam-process-ham-in-nonham-groups)
25495         (spam-process-ham-in-spam-groups): Remove variables, the
25496         spam-summary-exit-behavior variable should be used to manage this
25497         behavior.
25498         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25499         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25500         and spam-old-spam-articles.
25501         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25502         Add empty variables, placeholders for the backends they represent.
25503         (spam-set-difference): Move, unchanged.
25504         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25505         unless the user has a processor variable.
25506         (spam-classifications, spam-classification-valid-p)
25507         (spam-backend-properties, spam-backend-property-valid-p)
25508         (spam-backend-function-type-valid-p)
25509         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25510         (spam-report-articles-gmane, spam-report-articles-resend):
25511         Remove functions, they are not needed.
25512         (spam-install-backend-super, spam-backend-list)
25513         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25514         (spam-backend-function, spam-backend-ham-registration-function)
25515         (spam-backend-spam-registration-function)
25516         (spam-backend-ham-unregistration-function)
25517         (spam-backend-spam-unregistration-function)
25518         (spam-backend-statistical-p, spam-backend-mover-p)
25519         (spam-install-backend-alias, spam-install-checkonly-backend)
25520         (spam-install-mover-backend, spam-install-nocheck-backend)
25521         (spam-install-backend, spam-install-statistical-backend)
25522         (spam-install-statistical-checkonly-backend): Add backend installation
25523         support.
25524         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25525         (spam-group-processor-p): Use the new backend code and respect the
25526         summary exit behavior.
25527         (spam-mark-spam-as-expired-and-move-routine): Remove.
25528         (spam-summary-prepare): Change to use the new spam-old-articles
25529         variable.
25530         (spam-copy-or-move-routine, spam-copy-spam-routine)
25531         (spam-move-spam-routine, spam-copy-ham-routine)
25532         (spam-move-ham-routine): Add code to copy/move ham or spam.
25533         (spam-fetch-field-fast): Improve doc and code, plus allow the
25534         'number request.
25535         (spam-list-of-checks, spam-list-of-statistical-checks):
25536         Remove variables.
25537         (spam-split, spam-find-spam): Use the new backend code.
25538         (spam-registration-functions): Remove variable.
25539         (spam-unregister-routine): Add convenience wrapper.
25540         (spam-log-undo-registration, spam-register-routine)
25541         (spam-log-processing-to-registry)
25542         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25543         where possible.
25544         (spam-check-gmane-xref, spam-check-regex-headers)
25545         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25546         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25547         (spam-check-bogofilter-headers, spam-check-spamoracle)
25548         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25549         (spam-check-crm114-headers): Use the spam-split-group that
25550         spam-split prepares, no need to determine it every time.
25551
25552         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25553         to the nnheader-parse-naked-head call.
25554
25555         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25556
25557         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25558         the nnheader-nov-read-message-id call.
25559
25560 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25561
25562         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25563         gnus-activate-group twice.  Suggested by Markus Peter
25564         <warp@spin.de>.
25565
25566 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25567
25568         * gnus-art.el (gnus-article-time-format): Exchange the order of
25569         day and month in the default value; fix customization type.
25570         (article-date-ut): Use add-text-properties.
25571         (article-make-date-line): Use message-make-date instead of
25572         current-time-string.
25573
25574         * message.el (message-fetch-field): Don't use set-text-properties.
25575         (message-make-date): Simplify.
25576
25577         * messagexmas.el (message-xmas-make-date): New function.
25578         (message-xmas-redefine): Defalias message-make-date to it.
25579
25580 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25581
25582         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25583         (rfc2047-encode-region): Treat text within parentheses as special;
25584         show the original text when error has occurred.
25585
25586         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25587         already-computed method to gnus-activate-group.
25588
25589         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25590         same select-methods identical Lisp objects.
25591
25592         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25593         object when modifying the info.
25594
25595 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25596
25597         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25598         gnus-opened-servers since it has never been opened with the new
25599         configuration yet.
25600
25601 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25602
25603         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25604         arg to nnheader-generate-fake-message-id.
25605
25606 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25607
25608         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25609         number and build a fake message ID localized to a group and
25610         article number (so it's repeatable from that point on).
25611         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25612         ID format.
25613
25614         * gnus-sum.el (gnus-get-newsgroup-headers):
25615         Call nnheader-generate-fake-message-id with the article number.
25616
25617 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25618
25619         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25620         end-of-buffer.
25621
25622 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25623
25624         * message.el (message-ignored-supersedes-headers): Add Approved.
25625
25626 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25627
25628         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25629         goto-char.
25630         (rfc2047-encode): Fold the line before encoding.
25631
25632 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25633
25634         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25635         folding -- not all headers can be folded, and this should be done
25636         by the message composition mode.  Probably.  I think.
25637
25638 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25639
25640         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25641         fast.
25642
25643         * gnus-ems.el (gnus-remove-image): Don't use
25644         message-text-with-property; remove only the image found first.
25645
25646         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25647         found first.
25648
25649 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25650
25651         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25652
25653 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25654
25655         * message.el (message-text-with-property): Make it fast and accept
25656         optional arguments.
25657         (message-strip-forbidden-properties): Use it.
25658         (message-fix-before-sending): Follow the m-t-w-p change.
25659
25660         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25661
25662 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25663
25664         * gnus-art.el (article-hide-headers): Don't change the buffer
25665         mistakenly when performing mml-preview even if
25666         gnus-single-article-buffer is nil.
25667
25668 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25669
25670         * message.el (message-expand-name-databases): New user option.
25671         (message-expand-name): Use it.
25672
25673 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25674
25675         * spam.el (spam-report-articles-resend)
25676         (spam-report-resend-register-routine): Allow ham reporting.
25677         (spam-report-resend-register-ham-routine): Add wrapper.
25678         (spam-registration-functions): Add ham resending functions.
25679         (spam-list-of-processors): Add ham resend processor.
25680
25681         * gnus.el (ham-resend-to): Add new group parameter.
25682         (spam-process): Add ham resend option.
25683
25684         * spam-report.el (spam-report-resend): Allow reporting ham.
25685         (spam-report-resend-ham): Add wrapper.
25686
25687 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25688
25689         * message.el (message-cite-articles-with-x-no-archive):
25690         New variable.
25691         (message-cite-original): Use it.
25692
25693 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25694
25695         * message.el (message-cite-original): Respect X-No-Archive.
25696
25697 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25698
25699         * gnus-art.el (article-hide-headers): Refer to the values for
25700         gnus-ignored-headers and gnus-visible-headers in the summary
25701         buffer since a user may have set them as group parameters.
25702
25703 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25704
25705         * assistant.el (assistant-node-name): Add convenience function.
25706         (assistant-render-text, assistant-render-node): Add error handling,
25707         plus handle multiple next nodes.
25708         (assistant-find-next-node): Comment out for now.
25709         (assistant-find-next-nodes): Add function, returns list of next
25710         nodes.
25711
25712 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25713
25714         * mail-source.el (mail-source-directory): Fix doc-string.
25715
25716 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25717
25718         * assistant.el (assistant-render-text, assistant-eval): Add :set
25719         widget type, which is different because it takes and returns a
25720         list.  Much hilarity ensues.
25721
25722 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25723
25724         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25725
25726         * gnus-group.el (gnus-group-get-new-news-this-group):
25727         Add doc-string.
25728
25729         * gnus-start.el (gnus-activate-group): Add doc-string.
25730
25731 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25732
25733         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25734
25735 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25736
25737         * assistant.el (assistant-render-text): Try to add a :set
25738         widget, more to come.
25739
25740         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25741         strings.
25742         (spam-report-articles-resend)
25743         (spam-register-routine): Do registration iff any articles warrant
25744         it.
25745         (spam-summary-prepare-exit): Change log message for nil group
25746         destinations.
25747
25748 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25749
25750         * spam.el (spam-report-resend-register-routine):
25751         Allow spam-report-resend-to to be a group parameter or a global value.
25752
25753 2004-05-26  Simon Josefsson  <jas@extundo.com>
25754
25755         * starttls.el: Merge with my GNUTLS based starttls.el.
25756         (starttls-gnutls-program, starttls-use-gnutls)
25757         (starttls-extra-arguments, starttls-process-connection-type)
25758         (starttls-connect, starttls-failure, starttls-success):
25759         New variables.
25760         (starttls-program, starttls-extra-args): Doc fix.
25761         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25762         New functions.
25763         (starttls-negotiate, starttls-open-stream):
25764         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25765         function if it is set.
25766
25767 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25770         structured fields.
25771
25772 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25773
25774         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25775
25776 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25777
25778         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25779         Add variable.
25780         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25781         assigning the spam-mark to new messages.
25782
25783 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25784
25785         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25786
25787 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25788
25789         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25790
25791         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25792         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25793         default.
25794
25795 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25796
25797         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25798         correct data.
25799
25800 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25801
25802         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25803         (spam-group-processor-p): Fix function.
25804         (spam-group-processor-multiple-p)
25805         (spam-group-spam-processor-report-gmane-p)
25806         (spam-group-spam-processor-report-resend-p)
25807         (spam-group-spam-processor-bogofilter-p)
25808         (spam-group-spam-processor-blacklist-p)
25809         (spam-group-spam-processor-ifile-p)
25810         (spam-group-ham-processor-ifile-p)
25811         (spam-group-spam-processor-spamoracle-p)
25812         (spam-group-spam-processor-crm114-p)
25813         (spam-group-ham-processor-bogofilter-p)
25814         (spam-group-spam-processor-stat-p)
25815         (spam-group-ham-processor-stat-p)
25816         (spam-group-ham-processor-whitelist-p)
25817         (spam-group-ham-processor-BBDB-p)
25818         (spam-group-ham-processor-spamoracle-p)
25819         (spam-group-ham-processor-copy-p): Remove functions with some
25820         prejudice against unneeded code.
25821         (spam-report-articles-resend)
25822         (spam-report-resend-register-routine): Allow the group/topic
25823         spam-resend-to value to override spam-report-resend-to.
25824         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25825         properly now.
25826
25827         * gnus.el (spam-resend-to): Add group/topic parameter.
25828         (spam-process): Move the OBSOLETE processors to the end of the
25829         choices.
25830
25831 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25832
25833         * spam-report.el (spam-report-resend-to, spam-report-resend):
25834         Start with resend-to set to nil, and then ask the user if necessary.
25835         (spam-report-resend): spam-report-resend takes a list of articles, not
25836         separate article numbers.
25837
25838 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25839
25840         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25841         addition to emacs-w3m.
25842
25843 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25844
25845         * assistant.el (assistant-authinfo-data): New function.
25846         (assistant-eval): Eval for entire assistant.
25847
25848         * netrc.el (netrc-services-file): New variable.
25849         (netrc-parse-services): New function.
25850         (netrc-find-service-name): New function.
25851         (netrc-find-service-number): New function.
25852         (netrc-port-equal): New function.
25853         (netrc-machine): Use it.
25854
25855         * nnimap.el (nnimap-open-connection): Use netrc.
25856
25857         * gnus-util.el (gnus-netrc-get): Remove aliases.
25858
25859         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25860
25861         * assistant.el (wid-edit): Fix compilation.
25862
25863         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25864
25865 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25866
25867         * gnus-util.el (gnus-set-file-modes): New function.  (small
25868         patch).
25869
25870 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25871
25872         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25873
25874         * assistant.el (assistant-render-node): Fix up rendering and
25875         read-only text.
25876         (assistant-render-node): Reset.
25877         (assistant-make-read-only): Not sticky.
25878
25879 2004-05-20  Danny Siu  <dsiu@adobe.com>
25880
25881         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25882         centered even when gnus-auto-center-summary is t.
25883
25884 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25885
25886         * dns.el (dns-get-txt-answer): New function.
25887         (dns-read-txt): Ditto.
25888         (query-dns): Use it.
25889
25890 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25891
25892         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25893         active for foreign groups even if the group level is higher than
25894         the specified value.
25895
25896 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25897
25898         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25899         non-active groups.
25900
25901         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25902
25903 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25904
25905         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25906
25907 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25908
25909         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25910         (spam-crm114-header, spam-crm114-spam-switch)
25911         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25912         (spam-crm114-positive-spam-header)
25913         (spam-crm114-database-directory, spam-list-of-processors)
25914         (spam-group-spam-processor-crm114-p)
25915         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25916         (spam-generic-score, spam-list-of-checks)
25917         (spam-list-of-statistical-checks, spam-registration-functions)
25918         (spam-check-crm114-headers, spam-crm114-score)
25919         (spam-check-crm114, spam-crm114-register-with-crm114)
25920         (spam-crm114-register-spam-routine)
25921         (spam-crm114-unregister-spam-routine)
25922         (spam-crm114-register-ham-routine)
25923         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25924
25925 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25926
25927         * gnus.el: Add spam-use-crm114.
25928
25929         * spam.el (spam-list-of-processors, spam-registration-functions):
25930         Add spam-use-resend.
25931         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25932         (spam-report-articles-gmane): Add doc fix.
25933         (spam-report-articles-resend, spam-report-resend-register-routine):
25934         Add wrappers around spam-report-resend-to.
25935
25936         * spam-report.el (spam-report-resend-to, spam-report-resend):
25937         Add support for resending spam.
25938         (spam-report-gmane): Fix line length >80.
25939
25940         * gnus.el (spam-process): Add spam-use-resend.
25941
25942 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25943
25944         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25945         number of processed spam messages.
25946         (spam-ham-copy-or-move-routine): Return the number of processed
25947         ham messages.
25948         (spam-summary-prepare-exit): Use the above values to decide
25949         whether status messages should be displayed.
25950
25951 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25952
25953         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25954         `rfc2047-encoding-function-alist' in order to avoid conflicting
25955         with the old version.
25956         (rfc2047-encode-region): Concatenate words containing non-ASCII
25957         characters in structured fields; don't encode space-delimited
25958         ASCII words even in unstructured fields; don't break words at
25959         char-category boundaries.
25960         (rfc2047-encode-1): New function.
25961         (rfc2047-encode): Use it; encode text so that it occupies the
25962         maximum width within 76-column; work correctly on Q encoding for
25963         iso-2022-* charsets.
25964         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25965         sure not to break a line just after the header name.
25966         (rfc2047-b-encode-region): Remove.
25967         (rfc2047-b-encode-string): New function.
25968         (rfc2047-q-encode-region): Remove.
25969         (rfc2047-q-encode-string): New function.
25970
25971         * mm-util.el (mm-replace-in-string): New function.
25972
25973 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25974
25975         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25976         Really get it right.
25977         (gnus-inews-make-draft): Really.
25978
25979 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25980
25981         * nnmh.el (nnmh-request-list-1): Don't check the link count
25982         before descending.  (small patch)
25983
25984 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25985
25986         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25987         stuff.
25988
25989         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25990         Match on real group name.
25991
25992         * gnus-art.el (gnus-signature-limit): Doc fix.
25993
25994         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25995
25996         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25997
25998 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25999
26000         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26001         isn't a string.
26002
26003 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26004
26005         * gnus-draft.el (gnus-draft-send):
26006         Bind rfc2047-encode-encoded-words.
26007
26008         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26009         (rfc2047-encodable-p): Say that =? needs encoding.
26010         (rfc2047-encode-encoded-words): New variable.
26011
26012         * gnus-group.el (gnus-group-select-group): Doc fix.
26013
26014         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26015
26016         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26017         to nil.
26018
26019         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26020
26021         * nnheader.el (nnheader-get-lines-and-char): New function.
26022
26023 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26024
26025         * gnus-msg.el (gnus-summary-followup-with-original):
26026         Document yanking of region when active.
26027
26028 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26029
26030         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26031         groups if the group level is higher than the specified value.
26032
26033 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26034
26035         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26036         (gnus-group-jump-to-group): Add prefix argument using
26037         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26038         non-active group.
26039
26040         * compface.el (uncompface): Be verbose when changing
26041         `uncompface-use-external'.
26042
26043         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26044         handle manual section.
26045
26046 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26047
26048         * gnus-art.el (gnus-button-alist): Revert previous change.
26049
26050 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26051
26052         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26053
26054 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26055
26056         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26057         whether backend can accept message.
26058
26059         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26060
26061 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26062
26063         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26064         Avoid creating directory when nntp-marks-is-evil is true.
26065         Reported by Reiner Steib.
26066
26067 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26068
26069         * gnus-picon.el (gnus-picon-insert-glyph):
26070         Add optional `nostring' argument.
26071
26072 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26073
26074         * gnus-picon.el (gnus-picon-style): New variable.
26075         (gnus-picon-transform-address): Support `gnus-picon-style'.
26076
26077 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26078
26079         * message.el (message-fill-field): Return point.
26080         (message-generate-headers): Go to end of field.
26081
26082         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26083         stuff for non-living groups.
26084
26085 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26086
26087         * gnus-art.el (gnus-article-followup-with-original)
26088         (gnus-article-reply-with-original): gnus-mark-active-p ->
26089         gnus-region-active-p.
26090
26091 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26092
26093         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26094         only when there is spam or ham to be processed.
26095
26096 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26097
26098         * mail-source.el (mail-source-delete-crash-box): Refactor.
26099         (mail-source-fetch): Use it.
26100         (mail-source-fetch-file): Ditto.
26101         (mail-source-fetch-directory): Run postscript in loop.
26102         (mail-source-fetch-pop): Delete.
26103         (mail-source-fetch-maildir): Ditto.
26104         (mail-source-fetch-imap): Ditto.
26105
26106         * imap.el (imap-authenticators): Comment out sasl.
26107
26108         * message.el (message-skip-to-next-address): New function.
26109         (message-fill-header-address): Refactor.
26110         (message-fill-address): Use it.
26111         (message-delete-address): Use it.
26112         (message-fill-header-general): Refactor.
26113         (message-fill-field-address): Rename.
26114         (message-narrow-to-field): Find the start of the header.
26115         (message-header-format-alist): Don't pre-fill.
26116         (message-fill-header): Remove.
26117         (message-insert-header): New function.
26118         (message-shorten-references): Use it.
26119
26120         * rfc2047.el (rfc2047-field-value): Strip props.
26121
26122         * mail-parse.el (mail-header-make-address): New alias.
26123
26124         * ietf-drums.el (ietf-drums-make-address): New function.
26125
26126         * imap.el: Add compiler directives.
26127
26128         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26129
26130         * gnus-art.el (article-decode-idna-rhs): Don't use
26131         message-idna-inside-rhs-p.
26132
26133 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26134
26135         * message.el (message-idna-inside-rhs-p): Remove.
26136         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26137
26138         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26139         false positives.
26140
26141 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26142
26143         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26144
26145 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26146
26147         * nneething.el (nneething-file-name): Don't create spurious
26148         files.
26149
26150         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26151         (gnus-inews-do-gcc): Remove sleep.
26152
26153         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26154         part under point.
26155
26156         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26157         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26158
26159 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26160
26161         * spam.el (spam-summary-prepare-exit): Fix (length).
26162
26163 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26164
26165         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26166         as expired without moving it" message when there are spam
26167         messages left.
26168
26169 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26170
26171         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26172         header is not nil.
26173
26174 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26175
26176         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26177         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26178         (nntp-marks-changed-p): New arg SERVER.
26179         (nntp-request-update-info): Adjust caller.
26180
26181 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26182
26183         * nntp.el (nntp-save-marks): Pass missing arg.
26184
26185 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26186
26187         * nntp.el: Support marks.
26188         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26189         (nntp-marks-modtime, nntp-marks-directory): New variables.
26190         (nntp-request-set-mark, nntp-request-update-info)
26191         (nntp-possibly-create-directory, nntp-marks-changed-p)
26192         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26193         New functions.
26194
26195 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26196
26197         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26198         (gnus-xmas-redefine): Rename.
26199
26200         * gnus-score.el (gnus-score-insert-help):
26201         Use gnus-select-lowest-window.
26202
26203         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26204         appt-select-lowest-window and rename to gnus-select-lowest-window.
26205
26206         * gnus.el: do.
26207
26208 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26209
26210         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26211         encodings of MIME-encoded words, in order to improve
26212         interoperability with several broken MUAs.
26213
26214 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26215
26216         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26217         tags, only when charsets are not specified in headers.
26218         (mm-inline-text-html-render-with-w3m): Ditto.
26219
26220         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26221         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26222
26223 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26224
26225         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26226         instead of MIME-decoded from fields when checking
26227         `gnus-article-address-banner-alist'.
26228
26229 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26230
26231         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26232         description rather than subject.
26233
26234 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26235
26236         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26237
26238 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26239
26240         * gnus.el (gnus-version-number): Bump.
26241
26242 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26243
26244         * gnus.el: No Gnus v0.2 is released.
26245
26246 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26247
26248         * gnus-agent.el (gnus-agent-read-agentview):
26249         Inline gnus-uncompress-range.
26250
26251 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26252
26253         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26254         `exec-installed-p'.
26255
26256 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26257
26258         * gnus.el (spam-process, spam-autodetect-methods):
26259         Add bsfilter and bsfilter-headers.
26260
26261         * spam.el (spam-bsfilter): New customize group.
26262         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26263         (spam-bsfilter-header, spam-bsfilter-probability-header)
26264         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26265         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26266         (spam-bsfilter-database-directory): New options.
26267         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26268         (spam-list-of-statistical-checks, spam-registration-functions):
26269         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26270         (spam-bsfilter-score): New command.
26271         (spam-check-bsfilter-headers, spam-check-bsfilter)
26272         (spam-bsfilter-register-with-bsfilter)
26273         (spam-bsfilter-register-spam-routine)
26274         (spam-bsfilter-unregister-spam-routine)
26275         (spam-bsfilter-register-ham-routine)
26276         (spam-bsfilter-unregister-ham-routine): New functions.
26277         (spam-generic-score): Support bsfilter; Accept an optional argument
26278         to recalcurate spam score even if scoring header has already been
26279         added.
26280         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26281         optional argument to recalcurate spam score even if scoring header
26282         has already been added.
26283
26284 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26285
26286         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26287         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26288         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26289         link is missing.
26290
26291 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26292
26293         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26294         (html2text-get-attr): Rewrite.
26295
26296         * message.el (message-setup-1): Remove redundant put-text-property
26297         on mail-header-separator.
26298
26299 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26300
26301         * gnus-registry.el (gnus-registry-cache-whitespace)
26302         (gnus-registry-action, gnus-registry-spool-action)
26303         (gnus-registry-split-fancy-with-parent): Change message levels
26304         from 5 to 3 or 7, as needed.
26305
26306         * spam.el (spam-summary-prepare-exit)
26307         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26308         (spam-split, spam-find-spam, spam-log-undo-registration)
26309         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26310         level from 5 to 6.
26311
26312 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26315         2004-03-04 change).
26316
26317 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26318
26319         * sieve-manage.el (sieve-manage-open):
26320         * nnweb.el (nnweb-insert-html):
26321         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26322         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26323         * nnspool.el (nnspool-request-group):
26324         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26325         * nnml.el (nnml-request-update-info):
26326         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26327         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26328         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26329         (nnimap-request-set-mark):
26330         * nnfolder.el (nnfolder-request-update-info):
26331         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26332         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26333         * gnus-uu.el (gnus-uu-find-articles-matching):
26334         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26335         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26336         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26337         * gnus-nocem.el (gnus-nocem-scan-groups):
26338         * gnus-int.el (gnus-start-news-server):
26339         * gnus-group.el (gnus-group-make-kiboze-group)
26340         (gnus-group-browse-foreign-server):
26341         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26342         Use mapc when appropriate.
26343
26344 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26345             Adam Sjøgren  <asjo@koldfront.dk>
26346             Wes Hardaker  <wes@hardakers.net>
26347             Michael Shields  <shields@msrl.com>
26348
26349         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26350         may need for spam sorting and scoring.
26351         (spam-user-format-function-S): Add user format function suitable for
26352         general use.
26353         (spam-article-sort-by-spam-status): Add sorting function for summary
26354         sorting.
26355         (spam-extra-header-to-number): Add function to get a score from a
26356         header.
26357         (spam-summary-score): Add function to get a numeric score from the
26358         headers.
26359         (spam-generic-score): Fix function doc, was in wrong place.
26360         (spam-initialize): Take symbols when it's run, and install the
26361         extra headers that spam-necessary-extra-headers thinks we need.
26362
26363 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26364
26365         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26366         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26367
26368 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26369
26370         * gnus-sum.el (gnus-set-global-variables)
26371         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26372         (gnus-article-get-xrefs, gnus-summary-best-group)
26373         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26374         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26375         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26376         Use with-current-buffer.
26377
26378 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26379
26380         * spam.el (spam-summary-prepare-exit): Simplify logic.
26381         (spam-fetch-article-header): Read the article header if it's not
26382         available.
26383         (spam-list-articles): Simplify logic.
26384         (spam-filelist-register-routine): Fix bug with unregister-list.
26385
26386         * gnus-registry.el: Fix comments at beginning.
26387
26388 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26389
26390         * message.el (message-cater-to-broken-inn): Remove.
26391         (message-shorten-references): Make sure the total folded length of
26392         References is shorter than 998 characters to cater to a bug in INN
26393         2.3.  Also, don't pretend that references aren't folded -- this
26394         hasn't worked for a while.
26395
26396 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26397
26398         * gnus-agent.el (gnus-agentize):
26399         gnus-agent-send-mail-real-function no longer set to current value
26400         of message-send-mail-function but rather a lambda that calls
26401         message-send-mail-function.  The change makes the agent real-time
26402         responsive to user changes to message-send-mail-function.
26403
26404 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26405
26406         * legacy-gnus-agent.el
26407         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26408         help from Florian Weimer <fw@deneb.enyo.de>
26409
26410 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26411
26412         * nnmail.el (nnmail-cache-insert): Revert last change.
26413
26414 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26415
26416         * nnmail.el (nnmail-cache-insert): Always check whether
26417         nnmail-cache-ignore-groups matches a group name.
26418
26419 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26420
26421         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26422         (spam-find-spam, spam-log-processing-to-registry)
26423         (spam-log-registered-p, spam-log-unregistration-needed-p)
26424         (spam-log-undo-registration): Use gnus-message instead of
26425         gnus-error, none of these errors are fatal.
26426
26427         * gnus-registry.el (gnus-registry-clean-empty-function)
26428         (gnus-registry-clean-empty): Remove only empty entries without
26429         extra data.
26430
26431 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26432
26433         * spam-stat.el (spam-stat-buffer-change-to-spam)
26434         (spam-stat-buffer-change-to-non-spam): Change (error) to
26435         (gnus-message 8) invocation.
26436
26437 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26438
26439         * nntp.el (nntp-via-netcat-command): New variable.
26440         (nntp-via-netcat-switches): New variable.
26441         (nntp-open-via-rlogin-and-netcat): New function.
26442         (nntp-open-connection-function): Doc fix.
26443         (nntp-telnet-command): Doc fix.
26444         (nntp-end-of-line): Doc fix.
26445         (nntp-via-rlogin-command): Doc fix.
26446         (nntp-via-user-name): Doc fix.
26447         (nntp-via-address): Doc fix.
26448
26449 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26450
26451         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26452         error in Emacs 21.1.
26453
26454 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26455
26456         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26457
26458 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26459
26460         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26461         (gnus-agent-with-refreshed-group): New macro.
26462         (gnus-agent-rename-group): New function.
26463         (gnus-agent-delete-group): New function.
26464         (gnus-agent-save-group-info): Use gnus-command-method when
26465         `method' parameter is nil.  Don't write nil entries into the
26466         active file.
26467         (gnus-agent-get-group-info): New function.
26468         (gnus-agent-fetch-articles):
26469         Use gnus-agent-update-files-total-fetched-for to increment disk space
26470         used.
26471         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26472         Use gnus-agent-update-view-total-fetched-for to increment disk space
26473         used.
26474         (gnus-agent-get-local): Add optional parameters to avoid calling
26475         gnus-group-real-name and gnus-find-method-for-group.
26476         (gnus-agent-set-local): Delete stored entry if either min, or max,
26477         are nil.
26478         (gnus-agent-fetch-session): Reworded error/quit messages.
26479         On quit, use gnus-agent-regenerate-group to record existance of any
26480         articles fetched to disk before the quit occurred.
26481         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26482         gnus-agent-update-view-total-fetched-for, and
26483         gnus-agent-update-files-total-fetched-for to decrement disk space
26484         used.
26485         (gnus-agent-retrieve-headers):
26486         Use gnus-agent-update-view-total-fetched-for to increment disk space
26487         used.
26488         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26489         with gnus-agent-update-files-total-fetched-for to decrement disk
26490         space and fresh group buffer.
26491         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26492         (gnus-agent-need-update-total-fetched-for): New variable.
26493         (gnus-agent-update-files-total-fetched-for): New function.
26494         (gnus-agent-update-view-total-fetched-for): New function.
26495         (gnus-agent-total-fetched-for): New function.
26496
26497         * gnus-cache.el (gnus-cache-save-buffers):
26498         Use gnus-cache-update-overview-total-fetched-for to change disk space
26499         used by this group.
26500         (gnus-cache-possibly-enter-article):
26501         Use gnus-cache-update-file-total-fetched-for to increment disk space
26502         used by this group.
26503         (gnus-cache-possibly-remove-article):
26504         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26505         used by this group.
26506         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26507         (gnus-cache-rename-group): New function.
26508         (gnus-cache-delete-group): New function.
26509         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26510         (gnus-cache-need-update-total-fetched-for): New variable.
26511         (gnus-cache-with-refreshed-group): New macro.
26512         (gnus-cache-update-file-total-fetched-for): New function.
26513         (gnus-cache-update-overview-total-fetched-for): New function.
26514         (gnus-cache-rename-group-total-fetched-for): New function.
26515         (gnus-cache-delete-group-total-fetched-for): New function.
26516         (gnus-cache-total-fetched-for): New function.
26517
26518         * gnus-group.el: Require gnus-sum and autoload functions to
26519         resolve warnings when gnus-group.el compiled alone.
26520         (gnus-group-line-format): Document new %F.
26521         (size of Fetched data) group line format; identifies disk space
26522         used by agent and cache.
26523         (gnus-group-line-format-alist): Define new F format.
26524         (gnus-total-fetched-for): New function.
26525         (gnus-group-delete-group): No longer update
26526         gnus-cache-active-altered as gnus-request-delete-group now keeps
26527         the cache in sync.
26528         (gnus-group-list-active): Let the agent store a server's active
26529         list if currently plugged.
26530
26531         * gnus-int.el (gnus-request-delete-group):
26532         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26533         local disk in sync with the server.
26534         (gnus-request-rename-group):
26535         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26536         local disk in sync with the server.
26537
26538         * gnus-start.el (gnus-get-unread-articles):
26539         Cosmetic simplification to logic.
26540
26541         * gnus-util.el (gnus-rename-file): New function.
26542
26543 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26544
26545         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26546
26547 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26548
26549         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26550         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26551
26552 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26553
26554         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26555         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26556
26557 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26558
26559         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26560
26561 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26562
26563         * spam.el (spam-set-difference): Add function to replace
26564         gnus-set-difference in spam.el.
26565         (spam-summary-prepare-exit): Use spam-set-difference.
26566
26567 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26568
26569         * gnus-registry.el (gnus-registry-cache-file): Update to use
26570         gnus-dribble-directory OR gnus-home-directory OR ~.
26571         (gnus-registry-split-fancy-with-parent): Fix doc.
26572
26573 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26574
26575         * message.el (message-exchange-point-and-mark):
26576         Use message-mark-active-p.  Suggested by Jesper Harder
26577         <harder@ifa.au.dk>.
26578
26579 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26580
26581         * message.el (message-exchange-point-and-mark): Don't activate
26582         region if it was inactive.  Suggested by Hiroshi Fujishima
26583         <pooh@nature.tsukuba.ac.jp>.
26584
26585 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26586
26587         * gnus-art.el (article-display-face): Display Faces in the same
26588         order as X-Faces.
26589
26590 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26591
26592         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26593
26594 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26595
26596         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26597         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26598         (gnus-article-mime-hierarchy): Remove.
26599         (gnus-article-mime-hierarchy-next): Remove.
26600         (gnus-article-mode): Revert 2004-03-19 change.
26601         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26602         (gnus-insert-mime-button): Revert 2004-03-19 change.
26603         (gnus-mime-accumulate-hierarchy): Remove.
26604         (gnus-mime-enter-multipart): Remove.
26605         (gnus-mime-leave-multipart): Remove.
26606         (gnus-mime-display-part): Revert 2004-03-19 change.
26607         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26608
26609         * mml.el (mml-preview): Revert 2004-03-19 change.
26610
26611 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26612
26613         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26614
26615 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26616
26617         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26618         t while entering a file name using the mm-with-multibyte macro.
26619         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26620
26621         * mm-util.el (mm-with-multibyte): New macro.
26622
26623 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26624
26625         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26626         New user option.
26627         (gnus-mime-multipart-functions): Doc and customization fix.
26628         (gnus-article-mime-hierarchy): New variable.
26629         (gnus-article-mime-hierarchy-next): New variable.
26630         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26631         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26632         gnus-article-mime-hierarchy-next to nil.
26633         (gnus-insert-mime-button): Show hierarchy numbers.
26634         (gnus-mime-accumulate-hierarchy): New function.
26635         (gnus-mime-enter-multipart): New function.
26636         (gnus-mime-leave-multipart): New function.
26637         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26638         (gnus-mime-display-alternative): Show hierarchy numbers.
26639
26640         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26641         gnus-article-mime-hierarchy-next to nil.
26642
26643 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26644
26645         * dns.el: Don't require gnus-xmas.
26646
26647 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26648
26649         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26650         inline PGP.
26651         (mml-menu): Disable mml-quote-region if mark is inactive.
26652
26653 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26654
26655         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26656         when the group's active is not available.
26657
26658 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26659
26660         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26661         error.
26662
26663 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26664
26665         * imap.el (imap-store-password): New variable.
26666         (imap-interactive-login): Use it.
26667         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26668
26669 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26670
26671         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26672         window-start and hscroll to summary window.
26673
26674 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26675
26676         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26677         conversion message to newsrc-dribble when an actual conversion is
26678         performed.
26679
26680 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26681
26682         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26683
26684 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26685
26686         * mm-decode.el (mm-complicated-handles): New function reviving
26687         former definition of mm-multiple-handles.
26688
26689         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26690         (gnus-mime-delete-part): Use it.
26691
26692 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26693
26694         * gnus-agent.el (gnus-agent-read-local):
26695         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26696         avoid the implicit assumption that they will always be equal.
26697         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26698         coding-system-for-write, as the with-temp-file macro first prints
26699         to a buffer then saves the buffer.
26700
26701 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26702
26703         * gnus-art.el (gnus-article-edit-part): New function.
26704         (gnus-mime-save-part-and-strip): Use it; do query instead of
26705         signaling an error; don't use mm-multiple-handles.
26706         (gnus-mime-delete-part): Ditto.
26707
26708 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26709
26710         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26711         old file versions.
26712         (gnus-group-prepare-hook): Remove function that converted list
26713         form of gnus-agent-expire-days to group properties.
26714
26715         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26716         (gnus-request-accept-article): Re-indented.
26717
26718         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26719         converters to handle old agent file formats.  Add logic for a
26720         "backup before upgrading warning".
26721         (gnus-convert-mark-converter-prompt): Developers can mark
26722         functions as needing (default), or not needing,
26723         gnus-convert-old-newsrc's "backup before upgrading warning".
26724         (gnus-convert-converter-needs-prompt): Tests whether the user
26725         should be protected from potentially irreversable changes by the
26726         function.
26727
26728         * legacy-gnus-agent.el: New.  Provides converters that are only
26729         loaded when gnus-convert-old-newsrc needs to call them.
26730
26731 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26732
26733         * mail-source.el (mail-source-touch-pop): Doc fix.
26734
26735         * message.el (message-smtpmail-send-it): Doc fix.
26736
26737 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26738
26739         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26740
26741         * nnmail.el (nnmail-split-fancy): do.
26742
26743         * gnus-kill.el (gnus-kill, gnus-execute): do.
26744
26745 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26746
26747         * gnus-sum.el (gnus-widget-reversible-match)
26748         (gnus-widget-reversible-to-internal)
26749         (gnus-widget-reversible-to-external): New functions.
26750         (gnus-widget-reversible): New widget.
26751         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26752
26753 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26754
26755         * gnus-sum.el (gnus-thread-sort-functions)
26756         (gnus-article-sort-functions): Document `(not F)' items.
26757
26758 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26759
26760         * spam.el (spam-use-gmane-xref): Add new backend.
26761         (spam-gmane-xref-spam-group): Add variable to control the name of the
26762         Gmane spam group.
26763         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26764         (spam-regex-headers-spam, spam-regex-headers-ham)
26765         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26766         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26767         backends and checks.
26768         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26769
26770         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26771         an autodetect method.
26772
26773 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26774
26775         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26776         articles are being added to a group.
26777         (gnus-request-replace-article): Inform the agent that articles
26778         need to be uncached as the cached contents are no longer valid.
26779
26780 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26781
26782         * binhex.el: Don't autoload executable-find.
26783
26784         * canlock.el: Don't autoload mail-fetch-field.
26785
26786         * dgnushack.el: Autoload c-mode for XEmacs.
26787
26788         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26789
26790         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26791         rmail-dont-reply-to and rmail-output.
26792
26793         * gnus-score.el: Don't autoload ffap-string-at-point.
26794
26795         * gnus-setup.el: Don't autoload sc-cite-original.
26796
26797         * imap.el: Don't autoload base64-decode-string,
26798         base64-encode-string and md5.
26799
26800         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26801         and rmail-msg-restore-non-pruned-header.
26802
26803         * mm-decode.el: Don't autoload executable-find.
26804
26805         * mm-url.el: Don't autoload executable-find.
26806
26807         * mm-view.el: Don't autoload diff-mode.
26808
26809         * nndb.el: Don't autoload news-reply-mode, news-setup,
26810         cancel-timer and telnet.
26811
26812         * password.el: Don't autoload run-at-time for Emacs.
26813
26814         * sha1-el.el: Don't autoload executable-find.
26815
26816         * sieve-mode.el: Don't autoload c-mode.
26817
26818         * uudecode.el: Don't autoload executable-find.
26819
26820 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26821
26822         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26823         (gnus-agent-possibly-alter-active): Avoid null in numeric
26824         comparison.
26825         (gnus-agent-set-local): Refuse to save null in local object table.
26826         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26827         list of articles that will be marked as unread.
26828
26829 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26830
26831         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26832
26833 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26834
26835         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26836         language tags.
26837
26838 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26839
26840         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26841         Don't bind "obarray".
26842
26843         * gnus-sum.el (gnus-thread-sort-functions):
26844         Add `gnus-thread-sort-by-most-recent-number' and
26845         `gnus-thread-sort-by-most-recent-date'.
26846         Reported by Kai Grossjohann <kai@emptydomain.de>.
26847
26848 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26849
26850         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26851
26852 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26853
26854         * gnus-cus.el (gnus-agent-customize-category):
26855         Remove ignore-errors macro reference that required cl to be loaded at
26856         run-time.
26857
26858         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26859         single-interval range of the form (min . max).  Previously the
26860         range had to look like ((min . max)).  Likewise, return
26861         (min . max) rather than ((min . max)).
26862         (gnus-range-map): Use gnus-range-normalize to accept
26863         single-interval range.
26864
26865         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26866         the cache, but not the agent, now appear with their usual face.
26867
26868         * dgnushack.el (loaddir): New variable that is bound to the
26869         directory containing the dgnushack.el file.  Use loaddir, rather
26870         than srcdir, to update load-path.  Change lets dgnushack compile
26871         code in directories other than GNUS/lisp.
26872
26873 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26874
26875         * lpath.el: Don't bind w3m-safe-url-regexp.
26876
26877         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26878         w3m-safe-url-regexp variable buffer-local.
26879
26880         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26881
26882 2004-02-27  Simon Josefsson  <jas@extundo.com>
26883
26884         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26885         gnus-group-real-prefix.
26886         (gnus-summary-move-article): Use it, instead of
26887         gnus-group-real-prefix.
26888
26889 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26890
26891         * lpath.el: Bind w3m-safe-url-regexp.
26892
26893         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26894         w3m-safe-url-regexp variable buffer-local and set it as the value
26895         of mm-w3m-safe-url-regexp.
26896
26897         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26898
26899         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26900         parsing gnus-posting-styles when the message is not for replying.
26901
26902         * dgnushack.el: Autoload sgml-mode for XEmacs.
26903
26904         * nnrss.el (nnrss-opml-export):
26905         Use mm-set-buffer-file-coding-system instead of
26906         set-buffer-file-coding-system.
26907
26908 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26909
26910         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26911         of checkdoc.el).
26912         * nnrss.el: do.
26913         * gnus-mlspl.el: do.
26914         * gnus-ml.el: do.
26915         * gnus-srvr.el: do.
26916
26917         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26918
26919 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26920
26921         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26922         Corrections to custom-manual links.
26923
26924         * gnus-art.el (gnus-article): Ditto.
26925
26926         * mm-decode.el (mime-display, mime-security): Ditto.
26927
26928 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26929
26930         * flow-fill.el: Typo.
26931
26932 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26933
26934         * spam-wash.el: New file.
26935
26936 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26937
26938         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26939
26940 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26941
26942         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26943         to be run with new-articles as LIST1, not LIST2.
26944         (spam-registration-functions): Add spam-use-ham-copy as a nil
26945         registration backend.
26946
26947 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26948
26949         * spam-stat.el (spam-stat-washing-hook): New option.
26950         (spam-stat-buffer-words): Use it.
26951         (spam-stat-process-directory, spam-stat-test-directory):
26952         Use insert-file-contents-literally.
26953         (spam-stat-coding-system): New variable.
26954         (spam-stat-load, spam-stat-save): Use it.
26955
26956 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26957
26958         * spam-report.el (spam-report-plug-agent):
26959         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26960
26961 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26962
26963         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26964         Allow / in mailto URLs.
26965
26966 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26967
26968         * spam-report.el (spam-report-process-queue): Fix interactive use.
26969         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26970         (spam-report-unplug-agent): Doc fixes.
26971         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26972         (spam-report-agentize, spam-report-deagentize): Autoload.
26973
26974 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26975
26976         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26977
26978         * message.el (message-setup-fill-variables): Add mml tags to
26979         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26980         <ajk@iu.edu>.
26981         (message-mode): Don't modify paragraph-separate there.
26982
26983 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26984
26985         * compface.el (uncompface-use-external): Default to undecided.
26986         (uncompface-use-external-threshold): New variable.
26987         (uncompface-float-time): New macro.
26988         (uncompface): Determine whether to use the external decoder if
26989         uncompface-use-external is undecided.
26990
26991 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26992
26993         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26994         after images.
26995
26996         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26997
26998 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26999
27000         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27001
27002         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27003
27004         * gnus-sum.el (gnus-summary-limit-to-age)
27005         (gnus-summary-limit-children): do.
27006
27007         * gnus-int.el (gnus-request-scan): do.
27008
27009         * gnus-group.el (gnus-group-suspend): do.
27010
27011         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27012
27013         * gnus-cite.el (gnus-cite-parse-attributions): do.
27014
27015         * gnus-agent.el (gnus-summary-set-agent-mark)
27016         (gnus-agent-regenerate-group): do.
27017
27018         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27019
27020         * binhex.el (binhex-decode-region-internal): do.
27021
27022 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27023
27024         * gnus-fun.el (gnus-face-properties-alist): New user option.
27025         (gnus-display-x-face-in-from): Use it.
27026
27027         * gnus-art.el (article-display-face): Ditto.
27028
27029         * compface.el (uncompface-use-external): Default to nil.
27030
27031 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27032
27033         * nntp.el (nntp-erase-buffer): New function.
27034         (nntp-retrieve-data, nntp-send-command)
27035         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27036         (nntp-possibly-change-group): Use it.
27037
27038         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27039         Use with-current-buffer.
27040
27041 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27042
27043         * compface.el: Merge the ELisp-based uncompface program.
27044         (compface): New customization group.
27045         (uncompface-use-external): New user option.
27046         (uncompface): Call uncompface-internal if uncompface-use-external
27047         is nil.
27048         (uncompface-internal): New function.  Note that there are also
27049         some other functions and variables added for this function.
27050
27051 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27052
27053         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27054         if necessary.
27055
27056 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27057
27058         * spam-report.el (spam-report-unplug-agent)
27059         (spam-report-plug-agent, spam-report-deagentize)
27060         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27061         Add support for the Agent in spam-report: when unplugged, report to a
27062         file; when plugged, submit all the requests.
27063
27064         * spam.el (spam-register-routine): Fix message about
27065         registration.
27066
27067 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27068
27069         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27070         dependencies.
27071         (rfc2047-encode): Use it.
27072
27073         * gnus-art.el (gnus-button-marker-list): Move before first
27074         reference.
27075
27076         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27077         (imap-parse-body): Fix format string mismatch.
27078
27079         * gnus-score.el (gnus-summary-increase-score): do.
27080
27081         * nnrss.el (nnrss-close): New function.
27082
27083 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27084
27085         * nnrss.el (nnrss-make-filename): New function.
27086         (nnrss-request-delete-group, nnrss-read-server-data)
27087         (nnrss-save-server-data, nnrss-read-group-data)
27088         (nnrss-save-group-data): Use it.
27089         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27090         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27091         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27092
27093 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27094
27095         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27096
27097 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27098
27099         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27100         files.
27101
27102         * message.el (message-generate-headers-first): Don't quote nil
27103         and t in docstrings.
27104
27105         * imap.el (imap-id): do.
27106
27107         * gnus-agent.el (gnus-agent-consider-all-articles)
27108         (gnus-agent-queue-mail): do.
27109
27110 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27111
27112         * spam-report.el (spam-report-process-queue): New function.
27113         Process requests from `spam-report-requests-file'.
27114         (spam-report-process-queue): Doc fix.
27115
27116 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27117
27118         * spam.el (spam-register-routine)
27119         (spam-log-processing-to-registry, spam-log-registered-p)
27120         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27121         Change "check" to "spam-check" for semi-clarity.
27122
27123 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27124
27125         * pop3.el: Require nnheader.
27126
27127         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27128
27129         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27130
27131         * gnus-picon.el: Require cl.
27132
27133         * gnus-fun.el: Require gnus-ems and gnus-util.
27134
27135         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27136
27137         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27138
27139         * gnus-art.el (gnus-article-edit-mode): Define before first
27140         reference.
27141
27142 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27143
27144         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27145         (gnus-uu-post-encoded): Use point-at-bol.
27146
27147         * gnus-topic.el (gnus-group-active-topic-p): do.
27148
27149         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27150
27151         * gnus-group.el (gnus-group-kill-region): do.
27152
27153         * gnus-art.el (article-date-ut): do.
27154
27155         * message.el (message-fetch-field): Remove redundant
27156         case-fold-search binding.
27157         (message-narrow-to-field): Simplify.
27158
27159 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27160
27161         * spam.el (spam-directory): Derive from `gnus-directory'.
27162
27163         * spam-report.el (spam-report-url-to-file)
27164         (spam-report-requests-file): New function and variable for offline
27165         reporting.
27166         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27167         and user defined function.
27168         (spam-report-url-ping-mm-url): Remove doubled slash.
27169
27170 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27171
27172         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27173
27174 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27175
27176         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27177         Fix format string mismatch.
27178
27179         * sieve.el (sieve-deactivate-all): do.
27180
27181         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27182
27183         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27184
27185         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27186
27187         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27188
27189 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27190
27191         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27192         the list of checks.
27193
27194 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27195
27196         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27197         padding.
27198
27199 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27200
27201         * mm-view.el (mm-fill-flowed): New variable.
27202         (mm-inline-text): Use it.
27203
27204 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27205
27206         * spam.el (spam-spamassassin-register-ham-routine)
27207         (spam-spamassassin-register-spam-routine): Fix function names.
27208
27209 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27210
27211         * gnus.el (gnus-tmp-grouplens): Remove.
27212         (gnus-summary-line-format): Remove grouplens.
27213
27214         * gnus-group.el (gnus-group-line-format): Ditto.
27215
27216         * gnus-spec.el (gnus-format-specs): Ditto.
27217         (gnus-update-format-specifications): Flush the group format spec
27218         cache if there's the grouplens stuff.
27219         (gnus-parse-simple-format): Replace %l with the empty string.
27220
27221 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27222
27223         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27224         omission.
27225
27226 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27227
27228         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27229         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27230
27231 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27232
27233         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27234         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27235         New macros and functions.
27236         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27237         Handle > NLINK_MAX messages.
27238         * nnmaildir.el (nnmaildir-request-set-mark):
27239         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27240
27241 2004-01-25  Alex Schroeder  <alex@gnu.org>
27242
27243         * spam-stat.el (spam-stat-process-directory-age): New option.
27244         (spam-stat-process-directory): Use it.
27245
27246 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27247
27248         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27249         (spam-stat-save): Accept prefix argument.
27250
27251 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27252
27253         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27254         links" error.
27255
27256 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27257
27258         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27259         the rest of the and/or forms.
27260
27261 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27262
27263         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27264         compatibility with old .newsrc.eld files.
27265
27266         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27267
27268         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27269
27270         * gnus-start.el (gnus-1): do.
27271
27272         * gnus-group.el (gnus-group-line-format-alist): do.
27273
27274         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27275
27276         * gnus-gl.el: Remove.
27277
27278 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27279
27280         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27281         marks consisting of a single range {for example, (3 . 5)} rather
27282         than a list of a single range { ((3 . 5)) }.
27283
27284 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27285
27286         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27287         Use with-current-buffer.
27288         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27289         avoid consing a string.
27290
27291         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27292         Remove obsolete entries for big5 and gb2312.
27293
27294 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27295
27296         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27297         uncompressed list.
27298
27299 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27300
27301         * spam-stat.el (spam-stat-strip-xref): New function.
27302         (spam-stat-process-directory): Use it.
27303
27304         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27305         here -- it's done in message-fetch-field.
27306
27307 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27308
27309         * gnus-agent.el (gnus-agent-queue-mail)
27310         (gnus-agent-prompt-send-queue): New variables.
27311         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27312         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27313         "nndraft:queue" along to gnus-draft-send.
27314         Use gnus-agent-prompt-send-queue.
27315         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27316         is "nndraft:queue".  Suggested by Gaute Strokkenes
27317         <gs234@srcf.ucam.org>
27318
27319         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27320         (agent-enable-undownloaded-faces): Add.
27321         (gnus-agent-cat-groups): Use eval-and-compile, not
27322         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27323         method of gnus-agent-cat-groups even when the buffer has been
27324         evaled.
27325         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27326         delete gnus-agent-save-active-1.
27327         (gnus-agent-save-groups): Delete.  Identical to
27328         gnus-agent-save-active.
27329         (gnus-agent-write-active): No longer adjust agent's copy of active
27330         file as agent's adjustments are now stored in their own
27331         file.  Remove optional parameter.
27332         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27333         servers.  Add use of min/max range limits from server's local
27334         file.
27335         (gnus-agent-save-alist): Remove unused optional argument.
27336         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27337         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27338         (gnus-agent-set-local): A per-server file that keeps min/max range
27339         limits for articles known to the agent.  Provides a fast mechanism
27340         for altering many active ranges.
27341         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27342         active file (local makes it unnecessary).
27343         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27344
27345         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27346         (agent-enable-undownloaded-faces): Add.
27347
27348         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27349         disable it when sending to "nndraft:queue".
27350         (gnus-group-send-queue): Add safety check to avoid sending queue
27351         when unplugged.
27352
27353         * gnus-group.el (gnus-group-catchup): Use new
27354         gnus-sequence-of-unread-articles, not
27355         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27356         numbers of articles.  Use gnus-range-map to avoid having to
27357         uncompress the unread list.
27358         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27359         Fix invalid ange-ftp reference.
27360
27361         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27362         (gnus-sorted-range-intersection): Intersection of two ranges
27363         without requiring that they first be uncompressed.
27364
27365         * gnus-start.el (gnus-activate-group): Unless blocked by the
27366         caller, possibly expand the active range to include both cached
27367         and agentized articles.
27368         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27369         multiple version-dependent converters.
27370         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27371         gnus-agent-save-active.
27372         (gnus-save-newsrc-file): Save dirty agent range limits.
27373
27374         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27375         gnus-agent-possibly-alter-active.
27376         (gnus-adjust-marked-articles): Faster handling of simple lists.
27377
27378 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27379
27380         * spam-stat.el (spam-stat-test-directory): New optional argument
27381         displays a list of files detected.  Suggested by Andrew Cohen
27382         <cohen@andy.bu.edu>.
27383         (spam-stat-buffer-words-with-scores): Don't narrow and change
27384         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27385
27386 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27387
27388         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27389         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27390         (spam-spamassassin-arguments)
27391         (spam-spamassassin-spam-flag-header)
27392         (spam-spamassassin-positive-spam-flag-header)
27393         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27394         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27395         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27396         (spam-list-of-processors, spam-list-of-checks)
27397         (spam-list-of-statistical-checks, spam-registration-functions)
27398         (spam-check-spamassassin-headers, spam-check-spamassassin)
27399         (spam-spamassassin-score)
27400         (spam-spamassassin-register-with-sa-learn)
27401         (spam-spamassassin-register-spam-routine)
27402         (spam-spamassassin-register-ham-routine)
27403         (spam-assassin-register-spam-routine)
27404         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27405         (spam-bogofilter-score): Fix to show article before scoring.
27406
27407 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27408
27409         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27410         default scoring function.
27411         (spam-generic-score): Call spam-spamassassin-score if
27412         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27413         spam-bogofilter-score otherwise.
27414
27415         * gnus.el (spam-process, spam-autodetect-methods):
27416         Add spamassassin and spamassassin-headers.
27417
27418 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27419
27420         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27421         Suppress unnecessary messages.
27422
27423 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27424
27425         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27426         make-hash-table.
27427
27428 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27429
27430         * canlock.el (base64-encode-string): Don't autoload it.
27431
27432 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27433
27434         * run-at-time.el: Remove useless (require 'itimer),
27435         eval-and-compile and (featurep 'xemacs).
27436
27437 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27438
27439         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27440         GROUP is a virtual group.
27441
27442 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27443
27444         * gnus.el: Autoload `message-y-or-n-p'.
27445
27446 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27447
27448         * pgg-parse.el: Remove unnecessary (require 'custom).
27449
27450         * pgg-def.el: do.
27451
27452         * nnmail.el: do.
27453
27454         * gnus-undo.el: do.
27455
27456         * gnus-picon.el: do.
27457
27458         * gnus-util.el: do.
27459
27460 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27461
27462         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27463
27464 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27465
27466         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27467         handle, as well as a list.
27468
27469         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27470         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27471         (mm-w3m-cid-retrieve): Simplify.
27472
27473 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27474
27475         * message.el (message-kill-to-signature): Allow prefix arg to
27476         specify number of lines to keep before signature.
27477
27478 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27479
27480         * message.el (message-kill-to-signature): Change docstring.
27481
27482 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27483
27484         * canlock.el: Always require sha1-el.
27485         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27486
27487         * message.el: Autoload sha1 only when compiling.
27488
27489         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27490         eudc-expand-inline for XEmacs.
27491
27492 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27493
27494         * message.el (message-canlock-generate): Require sha1-el.
27495
27496 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27497
27498         * message.el (message-expand-name): Silence the byte compiler.
27499
27500         * lpath.el: Add detect-coding-system.
27501
27502         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27503         cus-edit.
27504
27505 2004-01-13  Simon Josefsson  <jas@extundo.com>
27506
27507         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27508         Invoke gnus-score-mode.
27509         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27510
27511         * gnus-range.el (gnus-compress-sequence): Doc fix.
27512         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27513
27514 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27515
27516         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27517
27518 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27519
27520         * spam.el (spam-get-article-as-string): Update to use
27521         gnus-request-article-this-buffer, much simpler.
27522         (spam-get-article-as-buffer): Remove.
27523
27524 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27525
27526         * message.el (message-expand-name): Use EUDC if the user uses that.
27527
27528 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27529
27530         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27531         character for the encoding to avoid consing a string.
27532
27533         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27534         unnecessarily.
27535
27536         * mm-util.el (mm-replace-chars-in-string): Remove.
27537
27538         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27539         of mm-replace-chars-in-string.
27540
27541 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27542
27543         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27544
27545         * mm-util.el (mm-subst-char-in-string): Support inplace.
27546
27547         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27548         a new string in every iteration.  Use shy groups.
27549
27550 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27551
27552         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27553         * gnus-soup.el (gnus-soup-group-brew):
27554         * gnus-msg.el (gnus-put-message):
27555         * gnus-move.el (gnus-group-move-group-to-server):
27556         * gnus-kill.el (gnus-batch-score):
27557         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27558         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27559         (gnus-group-update-group, gnus-group-read-group)
27560         (gnus-group-make-group, gnus-group-make-help-group)
27561         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27562         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27563         (gnus-group-sort-by-unread, gnus-group-catchup)
27564         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27565         (gnus-group-yank-group, gnus-group-set-info)
27566         (gnus-group-list-groups):
27567         * gnus.el (gnus-generate-new-group-name):
27568         * gnus-delay.el (gnus-delay-send-queue):
27569         * nnvirtual.el (nnvirtual-catchup-group):
27570         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27571         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27572         (gnus-group-prepare-topics, gnus-topic-check-topology):
27573         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27574         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27575         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27576         (gnus-group-make-articles-read):
27577         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27578         (gnus-group-change-level, gnus-kill-newsgroup)
27579         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27580         (gnus-get-unread-articles, gnus-make-articles-unread)
27581         (gnus-make-ascending-articles-unread): Use accessor
27582         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27583         to get group information for improved readability.
27584
27585
27586 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27587
27588         * gnus-art.el (article-decode-mime-words, article-babel)
27589         (gnus-article-highlight-signature, gnus-article-add-buttons)
27590         (gnus-signature-toggle): Use gnus-with-article-buffer.
27591
27592         * gnus-art.el (gnus-article-highlight-headers)
27593         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27594
27595         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27596         (gnus-article-set-globals, gnus-request-article-this-buffer)
27597         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27598         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27599         (gnus-mime-display-alternative): Use with-current-buffer.
27600
27601 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27602
27603         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27604         also under 80 char limit, and call gnus-error if needed.
27605         (spam-fetch-article-header): Fix - it was a
27606         buffer-local variable (gnus-newsgroup-data).
27607         (spam-find-spam): Use spam-generate-fake-headers, forget about
27608         spam-insert-fake-headers.
27609         (spam-insert-fake-headers): Remove.
27610
27611 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27612
27613         * deuglify.el (gnus-article-outlook-unwrap-lines)
27614         (gnus-outlook-rearrange-article)
27615         (gnus-outlook-repair-attribution-outlook)
27616         (gnus-outlook-repair-attribution-block)
27617         (gnus-outlook-repair-attribution-other): Remove redundant
27618         save-excursion.
27619
27620 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27621
27622         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27623         (spam-fetch-field-subject-fast)
27624         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27625         (spam-fetch-article-header): Add functions to deal with Gnus
27626         internals for fast retrieval of article header data.
27627         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27628
27629 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27630
27631         * pop3.el (pop3-md5): Remove.
27632         (pop3-apop): Replace pop3-md5 with md5.
27633
27634         * mm-bodies.el: base64 is always built-in.
27635
27636         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27637         Use with-current-buffer.
27638
27639 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27640
27641         * canlock.el (canlock-insert-header): Remove excessive grouping in
27642         regexp.
27643
27644         * gnus-sum.el (gnus-summary-read-document): Ditto.
27645
27646         * gnus-uu.el (gnus-uu-part-number): Ditto.
27647
27648         * html2text.el (html2text-remove-tags): Ditto.
27649         (html2text-format-tags): Ditto.
27650         (html2text-format-single-elements): Ditto.
27651
27652         * mml.el (mml-parse-1): Ditto.
27653
27654 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27655
27656         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27657
27658         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27659
27660         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27661
27662         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27663
27664 2003-11-15  Simon Josefsson  <jas@extundo.com>
27665
27666         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27667         (pgg-gpg-lookup-key): Use regexp match instead of
27668         split-string (split-string is different between emacs 21.2 and
27669         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27670
27671 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27672
27673         * gnus-art.el (gnus-mime-view-all-parts)
27674         (gnus-article-part-wrapper, gnus-article-view-part):
27675         Use with-current-buffer.
27676
27677 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27678
27679         * spam.el (spam-disable-spam-split-during-ham-respool)
27680         (spam-spamoracle-database, spam-cache-lookups)
27681         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27682         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27683         (spam-group-ham-marks, spam-group-spam-marks)
27684         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27685         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27686         also add spam-use-blackholes to the statistical checks.
27687         (spam-fetch-field-fast): Add interface to fetching fields, may
27688         become a macro.
27689         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27690         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27691         (spam-insert-fake-headers): Fake an article when needed.
27692         (spam-find-spam): Fake article when possible.
27693         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27694         (spam-check-bogofilter-headers): Use message-fetch-field instead
27695         of nnmail-fetch-field.
27696
27697 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27698
27699         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27700
27701 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27702
27703         * spam.el (spam-split): Do not require spam-use-CHECK to be
27704         enabled if that check is passed to spam-split explicitly; also
27705         fix so 'spam doesn't get converted to spam-split-group when
27706         spam-split-symbolic-return is t.
27707         (spam-find-spam): Find registrations of the article and use those
27708         instead of re-running spam-split to find the spam/ham
27709         classification of the article.
27710         (spam-log-processing-to-registry, spam-log-registered-p)
27711         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27712         Use gnus-error instead of gnus-message.
27713         (spam-log-registration-type): Add function to determine the
27714         classification of a message based on registry entries; will
27715         return nil if both 'spam and 'ham are found.
27716         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27717         a reasonably fast local cache without the loading errors.
27718         (spam-cache-lookups): Set to t by default.
27719         (spam-find-spam): Don't try to guess spam-cache-lookups.
27720         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27721         spam-caches entry.
27722         (spam-filelist-build-cache, spam-filelist-check-cache):
27723         Fix caching of whitelist/blacklist entries.
27724         (spam-check-whitelist, spam-check-blacklist):
27725         Invoke spam-from-listed-p with a type, not a cache variable.
27726         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27727
27728 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27729
27730         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27731
27732         * nnmail.el (nnmail-split-fancy): do.
27733
27734         * mml.el (mml-parse): do.
27735
27736         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27737         (gnus-score-adaptive): do.
27738
27739 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27740
27741         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27742         (gnus-mime-button-map): Don't set keymap parent.
27743         (gnus-button-ctan-directory-regexp): Use shy grouping.
27744         (gnus-prev-page-map): Don't set keymap parent.
27745         (gnus-prev-page-map): Remove duplicated one.
27746         (gnus-next-page-map): Don't set keymap parent.
27747         (gnus-mime-security-button-map): Ditto.
27748
27749         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27750         version number.
27751
27752         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27753
27754 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27755
27756         * canlock.el (canlock-sha1-function): Remove.
27757         (canlock-sha1-function-for-verify): Remove.
27758         (canlock-openssl-program): Remove.
27759         (canlock-openssl-args): Remove.
27760         (canlock-ignore-errors): Remove.
27761         (canlock-sha1-with-openssl): Remove.
27762         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27763         (canlock-verify): Don't use canlock-ignore-errors.
27764
27765         * sha1-el.el (sha1-string-external): Make it can return a string
27766         in binary form.
27767         (sha1-region-external): Ditto.
27768         (sha1-string-internal): Ditto.
27769         (sha1-region-internal): Ditto.
27770         (sha1-region): Ditto.
27771         (sha1-string): Ditto.
27772         (sha1): Ditto.
27773
27774 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27775
27776         * spam.el (spam-report-articles-gmane): New command.
27777
27778 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27779
27780         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27781
27782         * run-at-time.el (run-at-time-saved): Remove.
27783         (run-at-time): Doc fix.
27784
27785 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27786
27787         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27788         (gnus-summary-limit-map): Add it.
27789         (gnus-summary-make-menu-bar): do.
27790
27791 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27792
27793         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27794         Make attempt at some caching support (done for BBDB only now).
27795         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27796         addresses to be checked.
27797         (spam-clear-cache-BBDB): Add function, to be invoked by
27798         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27799         (spam-check-BBDB): Check and use the caches, if
27800         spam-cache-lookups is on, remove superfluous (provide).
27801
27802 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27803
27804         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27805
27806 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27807
27808         * run-at-time.el (run-at-time-saved): Move to after the definition
27809         of `run-at-time'.
27810
27811         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27812
27813 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27814
27815         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27816         mm-w3m-local-map-property.
27817
27818         * mm-view.el (mm-w3m-mode-map): Remove.
27819         (mm-w3m-local-map-property): Remove.
27820         (mm-inline-text-html-render-with-w3m): Don't use
27821         mm-w3m-local-map-property.
27822
27823 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27824
27825         * run-at-time.el: New file.
27826
27827         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27828         under Emacs.
27829
27830         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27831         of gnus-set-text-properties.
27832
27833         * gnus-uu.el (gnus-uu-save-article): Ditto.
27834
27835         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27836
27837         * gnus-cite.el (gnus-cite-parse): Ditto.
27838
27839         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27840         of gnus-.
27841
27842         * gnus-xmas.el (run-at-time): Require run-at-time.
27843
27844         * gnus.el: Change calls to nnheader-run-at-time and
27845         password-run-at-time throughout to use run-at-time directly.
27846
27847         * password.el: Remove definition of run-at-time.
27848
27849         * nnheaderxm.el: Remove definition of run-at-time.
27850
27851 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27852
27853         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27854         in prompt.
27855
27856 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27857
27858         * messagexmas.el (message-xmas-redefine): Alias
27859         `message-make-caesar-translation-table' to
27860         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27861         version.
27862
27863         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27864         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27865         `gnus-xmas-set-text-properties'.
27866         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27867         `gnus-xmas-completing-read'.
27868         (gnus-xmas-completing-read): Removed.
27869         (gnus-xmas-open-network-stream): Removed.
27870
27871         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27872         XEmacs version.
27873
27874         * dns.el (dns-make-network-process): Use `open-network-stream'
27875         instead of `gnus-xmas-open-network-stream'.
27876
27877         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27878
27879         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27880
27881 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27882
27883         * gnus-art.el (gnus-mime-display-alternative)
27884         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27885         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27886         Don't use gnus-local-map-property.
27887
27888         * gnus-util.el (gnus-local-map-property): Remove.
27889
27890         * mm-view.el (mm-view-pkcs7-decrypt):
27891         Replace gnus-completing-read-maybe-default with completing-read.
27892
27893         * gnus-util.el (gnus-completing-read): do.
27894         (gnus-completing-read-maybe-default): Remove.
27895
27896 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27897
27898         * password.el: Only autoload `run-at-time' if not XEmacs.
27899         Only autoload the itimer functions if XEmacs.
27900
27901 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27902
27903         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27904         XEmacsen.
27905
27906         * dgnushack.el: Autoload executable-find for XEmacs.
27907
27908 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27909
27910         * gnus-art.el (gnus-read-string): Remove.
27911         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27912         read-string.
27913
27914 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27915
27916         * netrc.el: Autoload password-read.
27917         (netrc): Add configuration group.
27918         (netrc-encoding-method, netrc-openssl-path):
27919         Add variables for encoding and decoding of files with symmetric
27920         ciphers.
27921         (netrc-encode): Add assistant function to encode a file with
27922         netrc-encoding-method.
27923         (netrc-parse): Add interactive parameter, added optional
27924         decoding if netrc-encoding-method is non-nil but otherwise
27925         behavior is standard.
27926         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27927         Do s/encode/encrypt/ everywhere.
27928
27929         * spam.el: Remove executable-find autoload.
27930
27931 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27932
27933         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27934
27935         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27936
27937 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27938
27939         * gnus-art.el (gnus-treat-ansi-sequences)
27940         (article-treat-ansi-sequences): New variable and function.
27941         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27942
27943         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27944         Use it.
27945
27946 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27947
27948         * mm-util.el (mm-quote-arg): Remove.
27949
27950         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27951         shell-quote-argument.
27952
27953         * gnus-uu.el (gnus-uu-command): do.
27954
27955         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27956
27957         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27958         with make-char.
27959
27960         * mm-util.el (mm-make-char): Remove.
27961
27962         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27963         add-minor-mode.
27964
27965         * gnus-undo.el (gnus-undo-mode): do.
27966
27967         * gnus-topic.el (gnus-topic-mode): do.
27968
27969         * gnus-sum.el (gnus-dead-summary-mode): do.
27970
27971         * gnus-start.el (gnus-slave-mode): do.
27972
27973         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27974
27975         * gnus-ml.el (gnus-mailing-list-mode): do.
27976
27977         * gnus-gl.el (gnus-grouplens-mode): do.
27978
27979         * gnus-draft.el (gnus-draft-mode): do.
27980
27981         * gnus-dired.el (gnus-dired-mode): do.
27982
27983         * gnus-ems.el (gnus-add-minor-mode): Remove.
27984
27985         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27986         Replace gnus-char-width with char-width.
27987
27988         * gnus-ems.el (gnus-char-width): Remove.
27989
27990         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27991         Replace gnus-char-width with char-width.
27992
27993         * gnus-ems.el (gnus-char-width): Remove.
27994
27995         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27996         definition.
27997         Remove Emacs 20 hash table compatibility code.
27998
27999         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28000         20 compatibility code.
28001
28002         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28003
28004         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28005
28006         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28007         Replace with point-at-{eol,bol}.
28008
28009         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28010
28011         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28012
28013         * flow-fill.el (fill-flowed-point-at-bol)
28014         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28015
28016         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28017         Replace with point-at-{eol,bol} throughout all files.
28018
28019 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28020
28021         * ntlm.el (ntlm-string-as-unibyte): New macro.
28022         (ntlm-build-auth-response): Use it.
28023
28024         Remove Emacs 20 stuff:
28025         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28026         (butlast, mapc, remove): Remove the compiler macros.
28027         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28028         of delq and copy-sequence.
28029         * gnus-art.el (popup-menu): Remove the compiler macro.
28030         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28031         Emacs 20.
28032
28033 2004-01-05  Simon Josefsson  <jas@extundo.com>
28034
28035         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28036         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28037         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28038         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28039         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28040         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28041         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28042         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28043         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28044         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28045         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28046         string-xor into ntlm-string-xor.
28047         Suggested by Jesper Harder <harder@myrealbox.com>.
28048
28049         * ntlm.el: Don't include poem.
28050
28051         * md4.el (print-int32, print-string-hexa): Remove.
28052         Suggested by Jesper Harder <harder@myrealbox.com>.
28053
28054         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28055
28056         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28057         probably breaks emacs with DL patch, but do we care? Is anyone
28058         still using the DL stuff?)
28059
28060         * sieve-manage.el: Use the password package.
28061         (sieve-manage-read-passwd): Remove.
28062         (sieve-manage-interactive-login): Use password.  Re-add
28063         condition-case around loop.
28064
28065         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28066         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28067         Use the password package.
28068
28069 2003-02-19  Simon Josefsson  <jas@extundo.com>
28070
28071         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28072         token.
28073
28074 2002-08-07  Simon Josefsson  <jas@extundo.com>
28075
28076         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28077         (sieve-manage-authenticators)
28078         (sieve-manage-authenticator-alist): Add some SASL mechs.
28079         (sieve-sasl-auth): New function.
28080         (sieve-manage-cram-md5-auth)
28081         (sieve-manage-plain-auth): Rewrite using SASL library.
28082         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28083         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28084         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28085         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28086
28087 2004-01-05  Simon Josefsson  <jas@extundo.com>
28088
28089         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28090         New files.
28091
28092 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28093
28094         * gnus-group.el (gnus-no-groups-message): Update.
28095
28096         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28097
28098 2003-11-09  Simon Josefsson  <jas@extundo.com>
28099
28100         * imap.el: Support for ID IMAP extension (RFC 2971).
28101         (imap-local-variables): Add imap-id.
28102         (imap-id): New variable.
28103         (imap-id): New function.
28104         (imap-parse-response): Parse untagged ID response.
28105         * nnimap.el (nnimap-id): New variable.
28106         (nnimap-open-connection): Use it.
28107
28108 2003-12-28  Simon Josefsson  <jas@extundo.com>
28109
28110         * gnus-score.el (gnus-score-edit-all-score): New.
28111         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28112
28113 2004-01-04  Simon Josefsson  <jas@extundo.com>
28114
28115         * password.el: Add.
28116
28117 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28118
28119         * dns.el (dns-query-types): Fix typo.
28120         (dns-query-types): New function.
28121         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28122         PTR and SOA replies, see RFC 1035.
28123
28124 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28125
28126         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28127
28128         * Move to Changelog.2.
28129
28130 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28131
28132         * gnus.el (gnus-version-number): Bump version.
28133
28134 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28135
28136         * gnus.el: No Gnus v0.1 is released.
28137
28138 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28139
28140         * gnus.el: No Gnus v0.0 is released.
28141
28142 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28143
28144         * gnus.el (gnus-version-number): Bump.
28145         (gnus-version): No.
28146
28147 See ChangeLog.2 for earlier changes.
28148
28149   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28150
28151   This file is part of GNU Emacs.
28152
28153   GNU Emacs is free software: you can redistribute it and/or modify
28154   it under the terms of the GNU General Public License as published by
28155   the Free Software Foundation, either version 3 of the License, or
28156   (at your option) any later version.
28157
28158   GNU Emacs is distributed in the hope that it will be useful,
28159   but WITHOUT ANY WARRANTY; without even the implied warranty of
28160   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28161   GNU General Public License for more details.
28162
28163   You should have received a copy of the GNU General Public License
28164   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28165
28166 ;; Local Variables:
28167 ;; coding: utf-8
28168 ;; fill-column: 79
28169 ;; add-log-time-zone-rule: t
28170 ;; End: