Don't split imap messages back into original group
[gnus] / lisp / ChangeLog
1 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
2
3         * nnmh.el (nnmh-request-expire-articles):
4         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
5
6 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
7
8         * registry.el (registry-lookup-secondary, registry-full)
9         (registry-prune, registry-collect-prune-candidates):
10         * gnus-registry.el (gnus-registry-load): Use slot names rather than
11         initarg names in `oref' and `oset'.
12
13 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
14
15         * registry.el (registry-prune): Allow registry to reach full size
16         before pruning.
17
18 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
19
20         * registry.el (registry-collect-prune-candidates): Fix call to
21         cl-subseq.
22
23 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * registry.el (registry-db): Temporary fix old Emacsen compilation.
26
27 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28
29         * gnus-registry.el (gnus-registry-handle-action)
30         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
31         (gnus-registry-keywords): Make it do something.
32         (gnus-registry-import-eld): Remove unused var `new-entry'.
33         (gnus-registry-action): Remove unused var `to-name'.
34         (gnus-registry-make-db): Prefer `make-instance' to avoid
35         compiler warnings.
36         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
37
38         * registry.el (registry-db): Don't oset-default an instance-allocated
39         slot.
40
41 2015-03-10  Glenn Morris  <rgm@gnu.org>
42
43         * message.el (message-valid-fqdn-regexp): Bump :version for
44         2014-11-17 change.
45
46 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
47
48         * gnus-notifications.el (gnus-notifications-action): Raise window
49         frame.
50         (gnus-notifications-action): Allow mark as read.
51         (gnus-notifications-notify): Show uption to mark as read.
52
53 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
54
55         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
56         (registry-search, registry-delete, registry-size, registry-insert)
57         (registry-reindex, registry-collect-prune-candidates):
58         * gnus-registry.el (gnus-registry-fixup-registry)
59         (gnus-registry-remove-extra-data): Use slot names rather than initarg
60         names in `oref' and `oset'.
61
62 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
63         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
64         in the group it should be split to, don't re-copy it into the group.
65
66 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
67
68         * message.el (message-insert-formatted-citation-line): Change %F to
69         fall back to email address if no first name could be determined.
70
71 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
74         Fix point motion when removing displayed MIME part.
75         (gnus-article-edit-part): Make jumping to the next part really work
76         when deleting or stripping.
77         (gnus-mime-buttonize-attachments-in-header): Make header attachment
78         buttons identical to the ones in the article body so as to work deleting
79         and stripping.
80
81 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * mm-decode.el (mm-shr)
84         * mm-view.el (mm-inline-text-html-render-with-w3m):
85         Revert my bogus change that made the start marker of a part
86         the "moves after insertion" type.
87
88 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
89
90         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
91         Tools: https://github.com/politza/pdf-tools) for viewing PDF
92         attachments in emacs.
93
94 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
95
96         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
97         instead of sasl-scram-sha-1, as the former is the name that can be
98         required.
99
100         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
101         (sasl-scram-sha-1-client-final-message)
102         (sasl-scram-sha-1-authenticate-server): Move to end of file.
103
104 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
107
108 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
111         (sasl-string-prefix-p): New compatibility functions.
112
113 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-compat.el (process-live-p): Added new compat function for Emacs
116         23.
117
118 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
119
120         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
121         from the server LIST response.
122
123 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
126         during header retrieval, error out instead of interpreting the data in
127         the buffer as the only messages there.  This way, we don't mark
128         articles as read on a server hangup (bug#19035).
129
130         * mm-decode.el (mm-head-p): New function.
131         (mm-display-part): Go to a blank line when inserting parts internally.
132
133 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
134
135         * sasl-scram-rfc.el: New file.
136
137         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
138         Add SCRAM-SHA-1 first.
139         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
140         entry (bug#17636).
141
142 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
143
144         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
145         that we don't get a warning when setting the buffer-local variable
146         (bug#19573).
147
148         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
149         `gnus-request-group'.
150
151 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-art.el (gnus-article-browse-html-save-cid-content)
154         (gnus-article-browse-html-parts): Make cid file names relative if and
155         only if html doesn't specify <base> directory.
156
157 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
160         parts, because that breaks filling (since buttons are in a bold face).
161
162 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
165         use gnus-overlays-at and gnus-overlay-put.
166
167 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
168
169         * mm-decode.el (mm-shr): Only pass the fill column when not using
170         fonts, because limiting the width to what's appropriate for followups
171         doesn't really help when not using proportional fonts.
172
173 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
176         shr, beacause that breaks folding.
177         (mm-shr): Don't shorten the width when using fonts.
178
179 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
182         variable; always check the newrc timestamp.
183         (gnus-save-newsrc-file): Always check timestamp.
184
185 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
186
187         * mail-source.el (mail-source-call-script): If scripts exit with an
188         error, pop up an error buffer.
189
190 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
193         as a default.
194
195         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
196         correct server.
197
198 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
199
200         * nnimap.el (nnimap-request-group-scan): Fix the function name.
201
202         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
203
204 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
207         that nnimap works for non-activated backends.
208
209 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
210
211         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
212         message, since we already get an obsolescence message.  Use `declare'.
213
214 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
215
216         * nnir.el: Revert "Enable non-ASCII IMAP searches".
217
218 2015-01-30  Glenn Morris  <rgm@gnu.org>
219
220         * gnus-registry.el (gnus-registry-max-pruned-entries)
221         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
222         Fix :version.
223         (gnus-registry-default-sort-function): Improve :type.
224
225 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
226
227         * nnimap.el (nnimap-request-group): Allow running this function on
228         groups that don't exist in Gnus yet.
229         (nnimap-request-group): Revert previous patch since that made it
230         impossible to enter nnimap groups.
231
232         * message.el (message-smtpmail-send-it): Remove the mail header
233         separator before sending.
234
235 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
236
237         * nnimap.el (nnimap-find-expired-articles): Fix handling of
238         (expiry-wait . never).
239
240 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
241
242         * nnimap.el (nnimap-request-group): Clear the buffer before returning
243         the data.
244
245 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-compat.el (string-bytes): Work for XEmacs.
248
249 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
252
253         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
254         IMAP.
255
256 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
257
258         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
259
260         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
261
262         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
263         be added to the backlog.
264
265 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
266
267         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
268         target with a recursive make call.
269
270 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
271
272         * nnimap.el (nnimap-header-parameters): Refactor and request
273         X-GM-LABELS if it's been announced.
274         (nnimap-transform-headers): Gather and output GM-LABELS.
275
276 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
277
278         * mm-decode.el (mm-display-part): Make non-string methods work.
279         Non-string methods are funcalled and work just fine, the test was
280         bogus.
281         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
282         whole frame.
283
284 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * nnimap.el (nnimap-request-accept-article): Allow respooling using
287         nnimap.
288
289         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
290         request rescans when being run interactively.
291
292         * nnimap.el (nnimap-request-group): Don't rescan the group here,
293         because that can be very slow in large groups.
294
295         * gnus-int.el (gnus-request-group-scan): New backend function.
296
297         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
298
299 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-group.el (gnus-group-suspend): Close all backends.
302
303 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
304
305         * dgnushack.el (dgnushack-compile-file): New function.
306         (dgnushack-compile): Use it (bug#19514).
307
308 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
311
312 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
313
314         * registry.el: Don't use <class> as a variable.
315
316 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
317
318         system-name's returned value can vary
319         Also, the system-name variable is now obsolete.
320         Fixes Bug#19438.
321         * message.el (message-make-fqdn):
322         * nnvirtual.el (nnvirtual-retrieve-headers)
323         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
324         and avoid naming locals 'system-name'.
325
326 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
327
328         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
329         lines don't get overlong when responding.
330
331 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * registry.el (cl-remf, cl-loop, cl-subseq):
334         Alias to remf, loop, and subseq respectively for old Emacsen.
335
336 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
337
338         * gnus-group.el (gnus-read-ephemeral-bug-group):
339         Bind coding-system-for-read and coding-system-for-write only around
340         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
341
342 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
343
344         * registry.el (registry-db): Set default slot later.
345         This is because its value is not a literal integer.
346
347 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * registry.el (registry-db): Fix default registry-db max-size.
350
351 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
352
353         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
354         add warning.
355
356         * gnus-art.el: Fix up compiler warnings.
357         (article-display-face, article-display-x-face): Remove unused `face'.
358         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
359         (article-date-ut): Remove unused var `first'.
360         (gnus-article-prepare): Remove unused var `gnus-article'.
361         (gnus-mime-save-part-and-strip): Remove unused var `param'.
362         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
363         `coding-system' along with corresponding dead code.
364         (gnus-mime-view-part-externally): Remove unused var
365         `mm-user-display-methods'.
366         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
367         (gnus-display-mime): Remove unused var `handle'.
368         (gnus-mime-display-alternative): Remove unused var `props'.
369         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
370         (gnus-article-edit-done): Remove unused var `p'.
371         (gnus-url-mailto): Remove unused var `to'.
372         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
373         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
374
375 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
376
377         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
378         slots into a :max-size slot.
379         (registry-db-version): Add new variable for database version number.
380         (registry-prune): Use :max-size slot. Accept and use a sort-function
381         argument.
382         (registry-collect-prune-candidates): Add new function for finding
383         non-precious pruning candidates.
384         (registry-prune-hard-candidates, registry-prune-soft-candidates):
385         Remove obsolete functions.
386         (initialize-instance): Upgrade registry version when starting.
387
388         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
389         (gnus-registry-max-pruned-entries): Remove obsolete variable.
390         (gnus-registry-cache-file): Change default
391         filename extension to "eieio".
392         (gnus-registry-read): Add new function, split out from
393         `gnus-registry-load', that does the actual object reading.
394         (gnus-registry-load): Use it. Add condition case handler to check for
395         old filename extension and rename to the new one.
396         (gnus-registry-default-sort-function): New variable to specify a sort
397         function to use when pruning.
398         (gnus-registry-save, gnus-registry-insert): Use it.
399         (gnus-registry-sort-by-creation-time): Define a default sort function.
400
401         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
402         Adjust test for new object signature.
403         (gnustest-registry-pruning-test): Add new pruning test.
404         (gnustest-registry-sort-function): Default sort function for testing.
405         (gnustest-registry-pruning-sort-test): New test for sorting.
406
407 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
410         function for reuse.
411         (gnus-mime-buttonize-attachments-in-header): Adjust.
412
413 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * message.el (message-change-subject): Really check whether the subject
416         changed.
417
418 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
421         PDFs.
422         (mailcap-view-mime): New function.
423
424 2014-12-01  Glenn Morris  <rgm@gnu.org>
425
426         * gnus-cloud.el (gnus-cloud): Add :version tag.
427
428 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * gnus-art.el (gnus-use-idna):
431         * gnus-sum.el (gnus-summary-idna-message):
432         * message.el (message-use-idna):
433         Protect against nil value for idna-program.
434
435         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
436
437 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
438
439         * auth-source.el (auth-source-macos-keychain-search-items): Return
440         result of `auth-source-macos-keychain-result-append' (bug#19074).
441
442 2014-11-25  Glenn Morris  <rgm@gnu.org>
443
444         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
445         Add :version tag.
446
447 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * pop3.el (pop3-open-server): Warn unless encrypted.
450
451         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
452
453 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
454
455         Port new time stamp handling to Emacs 23.2.
456         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
457         * time-date.el (time-add, time-subtract, time-less-p):
458         Use eval-and-compile, not eval-when-compile.
459
460 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
461
462         * message.el (message-valid-fqdn-regexp): Add non-internaional new
463         TLDs.
464
465 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
466
467         Port new time stamp handling to old Emacs and to XEmacs.
468         This is needed for Gnus, which copies time-date.el and which
469         runs on older Emacs implementations.
470         * time-date.el (with-decoded-time-value):
471         Handle 'nil' and floating-point arg more compatibly with new Emacs.
472         (encode-time-value, with-decoded-time-value):
473         Obsolete only if new Emacs.
474         (time-add, time-subtract, time-less-p): Define if not new Emacs.
475
476         Improve time stamp handling, and be more consistent about it.
477         This implements a suggestion made in:
478         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
479         Among other things, this means timer.el no longer needs to
480         autoload the time-date module.
481         * time-date.el (seconds-to-time, days-to-time, time-since)
482         (with-decoded-time-value):
483         Treat 'nil' as current time.  This is mostly for XEmacs.
484         (encode-time-value, with-decoded-time-value): Obsolete.
485         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
486         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
487
488 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
491         discarding changes in ephemeral groups.
492
493         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
494         things the user isn't interested in.
495
496 2014-11-13  Julien Danjou  <jd@abydos>
497
498         * gnus-notifications.el (gnus-notifications-notify): Provide both
499         app-icon and image-path.
500
501 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
502
503         * mm-url.el (mm-url-encode-multipart-form-data):
504         Restore to handle "multipart/form-data" by eww.
505
506 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
507
508         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
509         Landscheidt.
510
511 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
512
513         Simplify use of current-time and friends.
514         * gnus-delay.el (gnus-delay-article):
515         * gnus-sum.el (gnus-summary-read-document):
516         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
517         * message.el (message-make-expires-date):
518         Omit unnecessary call to current-time.
519         * gnus-util.el (gnus-float-time): Simplify to an alias because
520         time-to-seconds now behaves like float-time with respect to nil arg.
521         (gnus-seconds-year): Don't call current-time twice to get the current
522         time stamp, as this can lead to inconsistent results.
523         * time-date.el (time-to-seconds) [!float-time]:
524         Use current time if arg is nil, to be compatible with float-time.
525         (time-date--day-in-year): New function, with most of the guts of
526         the old time-to-day-in-year.
527         (time-to-day-in-year): Use it.
528         (time-to-days): Use it, to avoid decoding the same time stamp twice.
529
530 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus.el (gnus-mode-line-buffer-identification):
533         Don't add image data for a non-graphic display (bug#18813).
534
535 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
538         load-path, it blocks autoloading of find-image (bug#18813).
539
540 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
541
542         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
543         to keep connection open (bug#18728).
544
545 2014-10-20  Glenn Morris  <rgm@gnu.org>
546
547         * Merge in all changes up to 24.4 release.
548
549 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
550
551         * message.el (message-insert-signature): Use `newline' instead of
552         inserting explicit "\n".
553
554 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
555
556         * gnus-icalendar.el: Support vcal format timezones.
557         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
558         compute dates with associated timezone.
559         (gnus-icalendar-event-from-ical): Compute all timezones.
560
561 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
564         check the newsrc.eld file's timestamp before saving it.
565         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
566         timestamp has changed to be newer.
567
568 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
569
570         * gnus-icalendar.el (gnus-icalendar-identities):
571         Include message-alternative-emails.
572
573 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
576         New compatibility functions.
577         (ntlm-build-auth-response): Use them.
578
579 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
580
581         * ntlm.el (ntlm-build-auth-request):
582         Add NTLM2 Session support.  (Bug#15603)
583
584 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
585
586         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
587         expired messages only when it was built in reverse order.
588
589 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
590
591         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
592         last so it can be used in `message-send-hook'.
593
594 2014-09-29  Daiki Ueno  <ueno@gnu.org>
595
596         * mml.el (mml-parse-1): Error out if unknown mode is specified in
597         <#secure> tag (bug#18513).
598
599 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * parse-time.el: Require cl when compiling.
602
603 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         Use cl-lib as much as possible following the 2014-09-26 change
606         in the Emacs trunk.
607         * parse-time.el: Try requiring cl-lib.
608         (parse-time-incf): Alias to cl-incf or incf.
609         (digit-char-p): Remove.
610         (parse-time-integer): Alias to cl-parse-integer or the one defined.
611         (parse-integer): Rename to parse-time-integer.
612         (parse-time-tokenize, parse-time-rules, parse-time-string)
613         Use parse-time-incf and parse-time-integer.
614
615 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
616
617         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
618         of ":delete".
619
620 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * gnus-art.el (gnus-article-browse-html-save-cid-content)
623         (gnus-article-browse-html-parts):
624         Revert last change that breaks links other than cid contents.
625
626 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * gnus-art.el (gnus-article-browse-html-save-cid-content)
629         (gnus-article-browse-html-parts): Make cid file names relative.
630
631 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * mm-view.el (mm-display-inline-fontify): Make the working buffer
634         temporarily displayed when running a mode function (at least org-mode
635         requires it).
636
637 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
638
639         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
640         the gnus-summary-article-expire-hook should be told where the function
641         is going. In particular, the Gnus registry might want to know.
642
643 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
644
645         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
646
647 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-sum.el (gnus-summary-expire-articles): Revert.
650
651 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
652
653         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
654         the gnus-summary-article-expire-hook should be told where the function
655         is going. In particular, the Gnus registry might want to know.
656
657 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
658
659         Don't mishandle year-9999 dates (Bug#18176).
660         * parse-time.el (parse-time-rules):
661         Allow years up to most-positive-fixnum.
662         * time-date.el (date-to-time):
663         Pass "Specified time is not representable" errors through.
664
665 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
666
667         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
668         groups and t.
669
670 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gnus-utils.el (gnus-recursive-directory-files):
673         Unify hard or symbolic links (bug#18063).
674
675 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
676
677         * gnus-msg.el (gnus-configure-posting-style):
678         Allow string replacements in values when matching against a header.
679
680 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
683         the dribble buffer even when it is shrunk a lot.
684         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
685
686 2014-06-26  Glenn Morris  <rgm@gnu.org>
687
688         * mm-util.el (help-function-arglist): Remove outdated declaration.
689
690 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
691
692         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
693         attribute values.  (Bug#17834)
694
695 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
696
697         * gnus-sum.el (gnus-summary-edit-article-done):
698         Prefer point-marker to copy-marker of point.
699
700 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * Makefile.in (install-el, install-el-elc): Compress .el files.
703         (uninstall): Remove compressed .el files.
704
705 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
708         (gnus-article-read-summary-keys):
709         Don't bug out when there is no article in the summary buffer.
710         (gnus-mime-buttonize-attachments-in-header):
711         Improve criterion that finds parts to display.
712
713         * gnus-art.el (gnus-mm-display-part):
714         * mm-decode.el (mm-shr):
715         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
716         (mm-insert-inline): Revert last changes.
717
718 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * gnus-art.el (gnus-mm-display-part):
721         * mm-decode.el (mm-shr):
722         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
723         (mm-insert-inline): Set insertion type of end-marker, not only
724         start-marker, of undisplayer so as to stay after inserted text.
725
726 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
727
728         * html2text.el (html2text-get-attr): Fix typo when splitting value from
729         attribute. (Bug#17613)
730
731 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
732
733         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
734         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
735
736 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
739         Don't delete next part button; keep spacing between buttons.
740
741 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
744         Work for the last MIME part in an article.
745         (gnus-mime-display-single): Suppress excessive newlines between parts.
746
747         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
748         by leading or trailing newline.
749
750 2014-05-12  Sam Steingold  <sds@gnu.org>
751
752         * time-date.el (seconds-to-string): New function to pretty print time
753         delay in seconds.
754
755 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
758         while prompting a user for a file name, etc.
759         (gnus-mime-display-single): Display part with a common appearance no
760         matter whether MIME button is omitted or not; don't add duplicate entry
761         to gnus-article-mime-handle-alist.
762         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
763
764 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
765
766         * mml2015.el (mml2015-display-key-image): New variable.
767
768 2014-05-08  Glenn Morris  <rgm@gnu.org>
769
770         * gnus-fun.el (gnus-grab-cam-face):
771         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
772         This is CVE-2014-3421.
773
774 2014-05-04  Glenn Morris  <rgm@gnu.org>
775
776         * gnus-registry.el (gnus-registry-install-p): Doc fix.
777
778 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
781         the displaying state of a part.
782         (gnus-mm-display-part): Don't insert a newline in the beginning of
783         a part like gnus-mime-inline-part doesn't; work for XEmacs.
784
785         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
786         (mm-shr): Make undisplayer unbreakable.
787
788         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
789         Don't insert excessive newline.
790         (mm-inline-text-html-render-with-w3m, mm-inline-text)
791         (mm-insert-inline): Make undisplayer unbreakable.
792
793 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
794
795         * gnus.el: Ma Gnus v0.11 is released.
796
797 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * gnus-art.el (gnus-mm-display-part):
800         Highlight header attachment buttons.
801
802 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
805         a part; redisplay a button (enbugged in 2014-02-05).
806
807 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
808
809         * auth-source.el (auth-source-search, auth-source-search-backends):
810         Treat :max 0 as an indicator that a boolean return is wanted, as
811         documented. Reported by Joe Bloggs.
812
813 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * gnus-icalendar.el: Require gnus-art.
816
817 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
818
819         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
820         (gnus-icalendar--update-org-event): put event timestamp in
821         the org entry body instead of the drawer.
822         (gnus-icalendar-event--get-attendee-names): list of participants should
823         contain even attendees without common name attribute.
824         (gnus-icalendar--update-org-event): don't generate duplicates of empty
825         property tags in org drawers.
826
827 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gmm-utils.el (gmm-format-time-string): New function.
830
831         * message.el (message-insert-formatted-citation-line): Use the original
832         author's time zone to express a date string.
833
834 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
835
836         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
837         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
838         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
839         Silence compiler warnings.
840         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
841
842 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * mml.el: Require url when compiling.
845
846         * gnus-cloud.el (gnus-cloud-parse-version-1):
847         Use plist-get rather than CL's getf.
848         (gnus-activate-group, gnus-subscribe-group): Declare.
849
850         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
851
852 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
855         buttons when toggling the header off.
856
857 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
858
859         * tls.el (tls-program): Reflow docstring.
860
861 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
862
863         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
864         groups work again.
865
866 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
867
868         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
869         999 correctly (i.e. "1,342").
870
871 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
874         out if the directory doesn't exist.
875
876 2014-03-07  Daiki Ueno  <ueno@gnu.org>
877
878         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
879         commands here; instead, only check if epg-config.el is available.
880
881 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
882
883         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
884         messages with embedded images.
885         (mml-generate-mime): Don't bug out if you don't have libxml.
886
887 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
888
889         * message.el (message-make-html-message-with-image-files): New command.
890
891 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-group.el (gnus-group-make-group): Clarify prompt.
894
895         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
896
897 2014-02-23  David Engster  <deng@randomsample.de>
898
899         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
900         to stay compatible with older Emacsen, so replace `cl-loop' with
901         `loop'.
902
903 2014-02-22  Daniel Colascione  <dancol@dancol.org>
904
905         * auth-source.el (auth-source-secrets-listify-pattern): New function.
906         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
907         instead, build list of patterns.
908
909 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
912         Display header attachment buttons by gnus-article-prepare-display
913         rather than gnus-article-prepare so as to view in mml-preview as well.
914
915 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
916
917         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
918         in `auth-sources' means and link to EPA docs.
919
920 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
921
922         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
923         (bug#12375).
924
925 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
928         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
929
930 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
931
932         * message.el (message-tab): Mention what happens on normal tabs
933         (bug#11297).
934
935 2014-02-08  Glenn Morris  <rgm@gnu.org>
936
937         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
938
939 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
942         buttons that are hidden in unselected alternative part as well.
943         (gnus-mime-display-alternative): Redraw attachment buttons in header.
944
945         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
946
947 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
950         keystroke.
951         (gnus-server-toggle-cloud-server): Only allow clouding applicable
952         types.
953
954         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
955         with an empty string.
956
957 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
960         buffer-local in some buffers, so bind it explicitly in the buffer we're
961         trying to cancel the article in (bug#10808).
962
963 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
966         New functions.
967
968         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
969         New user option.
970         (gnus-mime-buttonize-attachments-in-header): New function.
971         (gnus-article-prepare): Use it.
972         (gnus-mime-inline-part): Suppress extra newline.
973         (gnus-mm-display-part): Save excursion;
974         remove useless deleting and adding of buttons.
975         (gnus-insert-mime-button): Allow insertion in the middle of a line.
976
977         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
978         Add gnus-mime-buttonize-attachments-in-header.
979
980 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
981
982         * nnimap.el (nnimap-request-articles): New command to download several
983         articles at once.
984
985         * gnus.el (gnus-variable-list): Save Cloud variables.
986
987         * gnus-int.el (gnus-request-accept-article): Doc fix.
988
989 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
990
991         * parse-time.el (parse-time-iso8601-regexp)
992         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
993         it more generally.
994
995 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-cloud.el: New file to provide the Emacs Cloud.
998
999         * dgnushack.el: Silence XEmacs w3 warning.
1000
1001         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1002         `url-retrieve-synchronously', apparently.
1003
1004         * dgnushack.el: Silence XEmacs dns.el warning.
1005
1006         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1007         instead of in all files.
1008
1009         * dns.el (network-interface-list): Define for XEmacs.
1010
1011         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1012         XEmacs.
1013
1014         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1015
1016 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1017
1018         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1019         `gnus-group-split-fancy'.
1020
1021 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1022
1023         * message.el (message-remove-header): Doc fix.
1024         (message-forward-included-headers): New variable.
1025         (message-remove-ignored-headers): Use it.
1026
1027 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1028
1029         * nnir.el (nnir-request-update-mark): Don't try to update the source
1030         group if we can't find it (bug#16611).
1031
1032 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1033
1034         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1035
1036 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1037
1038         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1039         network interfaces changed.
1040         (dns-query): Use it to flush the data.
1041
1042 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1043
1044         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1045         from random face commands.
1046         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1047         Face.
1048         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1049         (gnus--random-face-with-type): Generic function returning a face-type
1050         as a string.
1051         (gnus--insert-random-face-with-type): Generic function inserting a face
1052         in a message buffer header.
1053         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1054         (gnus-insert-random-x-face-header): Rewritten to use
1055         `gnus--insert-random-face-with-type`.
1056         (gnus-random-face): Return random (png) Face as string.
1057         (nus-insert-random-face-header): Insert random (png) Face in a message
1058         buffer.
1059
1060 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1061
1062         * mm-url.el: Remove all usage of w3.
1063
1064         * nnrss.el: Ditto.
1065
1066         * mm-decode.el: Ditto.
1067
1068         * mm-view.el: Ditto.
1069
1070         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1071         outdated and all Emacsen have url.el built-in.
1072
1073         * gnus-setup.el: Remove outdated file.
1074
1075 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1076
1077         * gnus.el: Ma Gnus v0.9 is released.
1078
1079 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1082
1083 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1084
1085         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1086         in the summary buffer (bug#13769).
1087
1088 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1089
1090         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1091         name if we're using a single article buffer.  Otherwise, it may point
1092         to a killed buffer (bug#13756).
1093
1094 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1095
1096         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1097         the match data, just save and restore it explicitly (bug#12375).
1098
1099         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1100         that's needed.
1101
1102         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1103         the code once (bug#9069).
1104
1105 2014-01-18  Steinar Bang  <sb@dod.no>
1106
1107         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1108         reading.
1109
1110 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1111
1112         * message.el (message-bury): Call bury-buffer with no argument
1113         in the message-return-action case too.
1114
1115 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1118         (nnimap-split-fancy, nnimap-split-methods): Declare.
1119
1120         * mm-util.el (help-function-arglist): Declare.
1121
1122 2013-12-28  Glenn Morris  <rgm@gnu.org>
1123
1124         * gnus-sieve.el (gnus-sieve-select-method):
1125         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1126         (gravatar-rating, gravatar-size):
1127         * message.el (message-minibuffer-local-map):
1128         * sieve-manage.el (sieve-manage-authenticators)
1129         (sieve-manage-authenticator-alist): Specify custom types.
1130
1131         * hashcash.el (hashcash-program): Rename from hashcash-path.
1132         Update callers.
1133
1134         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1135         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1136         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1137
1138         * auth-source.el (auth-sources):
1139         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1140         Fix custom types.
1141
1142         * tls.el (tls-certtool-program): Fix default value.
1143
1144 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1147         we get proper traces there, too.
1148
1149 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1150
1151         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1152         value of the parameters if the current article has a Reply-To or From
1153         field.
1154
1155 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1156
1157         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1158
1159 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus-sum.el (gnus-summary-exit): Stop animations.
1162
1163 2013-12-19  Juri Linkov  <juri@jurta.org>
1164
1165         * gnus.el (gnus-suppress-keymap):
1166         * gnus-art.el (gnus-article-mode-map):
1167         * gnus-group.el (gnus-group-mode-map):
1168         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1169         Remove [backspace] key binding because it shadows DEL (bug#16035).
1170
1171         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1172
1173 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1176         Make sure work directory exists.
1177         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1178         rather than tmp directory.
1179         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1180         not necessarily always run, with it.
1181
1182 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1183
1184         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1185         value of gnus-icalendar-additional-identities work without restart.
1186
1187 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * mm-util.el (mm-make-temp-file):
1190         Alias to make-temp-file for modern Emacsen.
1191
1192 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1195         nnir-article-number and nnir-article-group.
1196
1197 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1198
1199         * message.el (message-send-mail-with-sendmail):
1200         Don't kill error buffer if sending fails.
1201
1202 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1203
1204         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1205         (gnus-icalendar-event->org-entry)
1206         (gnus-icalendar--update-org-event)
1207         (gnus-icalendar-event->gnus-calendar): Distinguish between
1208         required/optional/non-participant attendee status.  Fix bug causing
1209         the first required event participant to be omitted.
1210
1211 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * gnus-art.el (article-de-quoted-unreadable)
1214         (article-de-base64-unreadable, gnus-mime-copy-part)
1215         * gnus-html.el (gnus-article-html)
1216         * mm-view.el (mm-inline-text-html-render-with-w3)
1217         (mm-inline-text-html-render-with-w3m-standalone)
1218         * rfc2231.el (rfc2231-decode-encoded-string):
1219         Allow overriding charset by mm-charset-override-alist.
1220
1221         * gnus-art.el (gnus-article-browse-html-parts):
1222         Replace LWSPs with `&nbsp;'s in header.
1223
1224         Work for broken Chinese articles.
1225
1226         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1227         Exclude broken handles that gnus-summary-enter-digest-group may create.
1228         (gnus-article-browse-html-parts):
1229         Allow overriding charset by mm-charset-override-alist.
1230
1231 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1232
1233         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1234         (gnus-icalendar-identities): Support additional-identities.
1235
1236 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1237
1238         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1239         org-timestamp for events ending at midnight.
1240
1241 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1242
1243         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1244         .log files.
1245
1246 2013-11-20  David Engster  <deng@randomsample.de>
1247
1248         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1249
1250 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1251
1252         * message.el (message-beginning-of-line):
1253         Use beginning-of-visual-line when visual-line-mode is turned on.
1254
1255 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1256
1257         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1258         (gnus-icalendar-event-from-ical)
1259         (gnus-icalendar-event->org-entry)
1260         (gnus-icalendar--update-org-event): Required/optional participation,
1261         list of attendees synced to org.
1262
1263 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1264
1265         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1266         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1267         cancellations to be synced to org if the original appt has an org
1268         outline.
1269
1270 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1271
1272         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1273         (gnus-icalendar-event->org-entry)
1274         (gnus-icalendar--update-org-event)
1275         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1276
1277 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1278
1279         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1280         Fix timezone handling in gnus-icalendar export to org.
1281
1282 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1285
1286 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1289
1290 2013-10-30  Glenn Morris  <rgm@gnu.org>
1291
1292         * gnus-group.el (gnus-group-browse-foreign-server):
1293         * gnus-int.el (gnus-start-news-server):
1294         Silence compiler obsolescence warning.
1295
1296 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1297
1298         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1299         `nnoo-current-server' first, then for the actual `nnimap-address' to
1300         allow netrc entries for the nnoo server to coexist with netrc entries
1301         for the `nnimap-address'.
1302
1303 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * mm-decode.el (mm-dissect-buffer): Revert last change.
1306         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1307         The problem that motivated those changes was attributed to a broken
1308         mail sender, and has been fixed.
1309
1310 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1313         token is missing in the Content-Type header.
1314
1315         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1316
1317 2013-09-18  Glenn Morris  <rgm@gnu.org>
1318
1319         * gnus-util.el (image-size): Declare.
1320
1321 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1324         (gnus-icalendar-event-from-ical)
1325         (gnus-icalendar-event--build-reply-event-body)
1326         (gnus-icalendar-event-reply-from-buffer)
1327         (gnus-icalendar-find-org-event-file)
1328         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1329         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1330
1331         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1332
1333 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1334
1335         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1336         Use save-current-buffer.
1337         (gnus-tree-mode-map): Initialize in the declaration.
1338         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1339         (scroll-in-place): Defvar it.
1340         (gnus-tmp-*): Defvar them.
1341         (gnus-get-tree-buffer): Use derived-mode-p.
1342         (gnus--let-eval): New macro.
1343         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1344         non-prefixed variables.
1345         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1346
1347         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1348         vars since it doesn't seem to be available.
1349         (gnus-set-global-variables, gnus-summary-read-group-1)
1350         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1351         (gnus-summary-display-article, gnus-summary-select-article)
1352         (gnus-summary-next-article, gnus-offer-save-summaries)
1353         (gnus-summary-generic-mark): Use derived-mode-p.
1354         (gnus-summary-read-group-1, gnus-summary-exit)
1355         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1356         Adjust calls to gnus-tree-close and gnus-tree-open.
1357
1358         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1359
1360         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1361         (gnus-agent-mode): Use derived-mode-p.
1362         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1363         gnus-command-method and *-command-method to nil, but bind
1364         gnus-command-method to *-command-method instead!
1365         (gnus-agent-fetch-articles): Remove unused var `id'.
1366         (gnus-agent-fetch-headers): Remove unused arg `force'.
1367         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1368         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1369         (gnus-agent-short-article, gnus-agent-long-article)
1370         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1371         first use.
1372         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1373         `score-param'.
1374         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1375         (gnus-get-predicate): Push in front of the cache, rather than end.
1376         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1377         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1378         (gnus-agent-expire-unagentized-dirs): Don't rebind
1379         gnus-agent-expire-current-dirs since the defvar silences the warning.
1380         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1381         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1382         (gnus-agent-regenerate): Simplify interactive spec and doc.
1383
1384 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-int.el (gnus-open-server): Silence compiler.
1387
1388         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1389
1390         * message.el (message-display-completion-list): Abolish.
1391         (message-completion-in-region): Use display-completion-list.
1392
1393 2013-09-17  Glenn Morris  <rgm@gnu.org>
1394
1395         * gnus-util.el (gnus-message-with-timestamp-1):
1396         Use `messages-buffer' function if available.  Ignore read-only.
1397
1398 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * message.el (message-expand-group, message-completion-in-region):
1401         Correct the order of start and end of a region.
1402
1403 2013-09-13  Glenn Morris  <rgm@gnu.org>
1404
1405         * mml2015.el (gnus-create-image): Autoload it.
1406
1407         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1408
1409         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1410         (image-size): Declare.
1411
1412 2013-09-12  Glenn Morris  <rgm@gnu.org>
1413
1414         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1415         Avoid using `find', which i) might not be defined at runtime;
1416         ii) does not work, since its default test is eql, not equal.
1417         (gnus-mime-action-alist): Declare.
1418
1419 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1420
1421         * score-mode.el (gnus-score-mode-map): Move initialization
1422         into declaration.
1423         (gnus-score-mode): Use define-derived-mode.
1424         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1425         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1426         into declaration.
1427         (gnus-kill-file-mode): Use define-derived-mode.
1428         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1429         Use derived-mode-p.
1430         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1431         (gnus-group-setup-buffer, gnus-group-name-at-point)
1432         (gnus-group-make-web-group, gnus-group-enter-directory)
1433         (gnus-group-suspend): Use derived-mode-p.
1434         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1435         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1436         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1437         (gnus-article-setup-buffer, gnus-article-prepare)
1438         (gnus-article-prepare-display, gnus-sticky-article)
1439         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1440         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1441         (gnus-article-read-summary-keys): Use derived-mode-p.
1442
1443 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1446
1447 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1450         shift_jis from the default value set for Japanese users.
1451
1452 2013-08-13  Glenn Morris  <rgm@gnu.org>
1453
1454         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1455
1456         * gnus.el (gnus-valid-select-methods): Fix type.
1457
1458         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1459
1460 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * mm-decode.el (mm-display-external): Run a timer for the temp files
1463         deletion after a viewer exits; add a deletion timer for the needsterm
1464         case, too.
1465
1466         * mm-decode.el (mm-display-external): Try to delete temporary files by
1467         using a 1-min. timer.
1468
1469 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1472         New internal variables.
1473         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1474         (mm-display-external): Use it to delete temporary files instead of
1475         using timers.
1476
1477 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1480
1481 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1482
1483         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1484         with cond for backwards compatability.
1485
1486 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * mm-decode.el (mm-display-external): Bind process-connection-type to
1489         nil; don't delete a temp file immediately even if a viewer finishes,
1490         since it may be a shell script, like xdg-open, that launches a real
1491         viewer program belatedly.
1492
1493 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1494
1495         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1496         that we can create nndoc groups that excerpt other groups.
1497
1498 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-delay.el (gnus-delay-article): Fix typo.
1501
1502         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1503         articles.
1504
1505         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1506         we can get spell-checking etc.
1507
1508 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1511         a single one used for encoding the whole text in a header.
1512
1513 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1516         doesn't work properly on XEmacs.
1517
1518 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1521         before sending.
1522
1523         * dgnushack.el (dgnushack-compile): Add a temporary check for
1524         gnus-icalendar.
1525
1526         * mm-decode.el (mm-command-output): New face.
1527         (mm-display-external): Use it.
1528
1529 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1530
1531         * nnmbox.el (nnmbox-request-article): Don't change point.
1532
1533 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1536         Include `handle' parameter.
1537
1538 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1539
1540         * gnus-icalendar.el: New file.
1541
1542 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1545
1546         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1547         dummy roots, too.
1548
1549 2013-08-01  David Edmondson  <dme@dme.org>
1550
1551         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1552         out on ttys.
1553
1554 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1557         not empty.
1558
1559         * nnrss.el (nnrss-discover-feed): Indent.
1560
1561 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1564
1565 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1568         dirty to ensure nnimap data being saved.
1569
1570 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1571
1572         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1573         menu entry.
1574
1575         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1576         the current thread's total score instead of the current article's
1577         score.
1578
1579         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1580         (gnus-sort-threads-recursively): Delete defcustom.
1581         (gnus-sort-threads-recursive): Adapt accordingly.
1582
1583 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1584
1585         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1586         (gnus-sort-threads-recursive): Use it.
1587         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1588         again.  Now that determines how to sort subthreads.
1589
1590 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1591
1592         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1593         (gnus-sort-threads): Use it.
1594
1595 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1596
1597         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1598         punctuation characters follow parentheses (bug#14950).
1599
1600 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus.el (gnus-continuum-version):
1603         * gnus-msg.el (gnus-extended-version): Simplify.
1604
1605         * gnus.el (gnus-continuum-version-1): Remove.
1606         * gnus-msg.el (gnus-bug): Revert.
1607
1608         Calculate gnus-version correctly on Cygwin.
1609
1610         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1611         (gnus-continuum-version-1): New function, return a string.
1612
1613         * gnus-msg.el (gnus-extended-version, gnus-bug):
1614         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1615
1616 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1617
1618         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1619         (bug#13384).
1620
1621 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1624         that were only relevant in a development version a long time ago.
1625
1626 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1629         that the old Emacs 24s bundle.
1630
1631 2013-07-10  David Engster  <deng@randomsample.de>
1632
1633         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1634         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1635         fixes a bug in Emacs trunk where the 'unexist' marks were always
1636         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1637         Gnus v0.03".
1638
1639 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1640
1641         * gnus.el (gnus-summary-line-format): Reference
1642         `gnus-user-date-format-alist' for the &user-date; format, not
1643         `gnus-summary-user-date-format-alist'.
1644
1645 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1648         delete files (bug#13481).
1649
1650 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1651
1652         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1653
1654 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1657         display images.
1658
1659         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1660
1661         * message.el (message-cancel-news): According to
1662         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1663         preferred over "cmsg cancel" in the Subject.
1664
1665         * nnir.el (nnir-engines): Note that the group specs are regexps
1666         (bug#13238).
1667
1668         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1669         gotten read-only text properties, ensure that those aren't heeded when
1670         copying stuff over (bug#13434).
1671
1672         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1673         (bug#13762).
1674
1675 2013-07-05  David Kastrup  <dak@gnu.org>
1676
1677         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1678         authinfo file again (important for blank passwords).  This had been
1679         broken with 2013-06-15 change.
1680
1681 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1684         Revert 2013-01-14 change.
1685
1686 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1687
1688         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1689         of 'create-image' for XEmacs compatibility; check errors when decoding
1690         image.  Reported by Uwe Brauer.
1691
1692 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1695         gnus-button-push revised at 2011-01-19.
1696
1697 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1700         now live in the lisp/net Emacs 24 repository.
1701
1702 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * eww.el (eww-update-header-line-format): Quote % characters.
1705
1706 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * eww.el (eww-process-text-input): Display passwords as asterisks.
1709
1710         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1711
1712 2013-06-19  Tom Tromey  <tromey@redhat.com>
1713
1714         * eww.el (eww-top-url): Remove.
1715         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1716         (eww-render): Set new variables.  Don't set eww-top-url.
1717         (eww-handle-link): Handle "prev", "home", and "contents".
1718         Downcase the rel text.
1719         (eww-top-url): Choose best top URL.
1720
1721 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * eww.el: Rewrite to implement form elements "by hand" instead of
1724         relying in widget.el.  Using widget.el leads to too many
1725         user interface inconsistencies.
1726         (eww-self-insert): Implement entering commands in text fields.
1727         (eww-process-text-input): New function to make text input field editing
1728         work.
1729         (eww-submit): Rewrite to use the new-style form methods.
1730         (eww-select-display): Display the correct selected item.
1731         (eww-change-select): Implement changing the select value.
1732         (eww-toggle-checkbox): Implement radio/checkboxes.
1733         (eww-update-field): Fix compilation error.
1734         (eww-tag-textarea): Implement <textarea>.
1735
1736         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1737         don't shadow mode-specific bindings.
1738
1739         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1740         nothing to push.
1741
1742         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1743
1744 2013-06-19  Glenn Morris  <rgm@gnu.org>
1745
1746         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1747
1748 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1751
1752 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr.el (shr-make-table-1): Implement <td rowspan>.
1755         (shr-table-horizontal-line): Allow nil as a value, and change the
1756         default.
1757         (shr-insert-table-ruler): Respect the nil value.
1758
1759 2013-06-18  Tom Tromey  <tromey@barimba>
1760
1761         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1762         New defvars.
1763         (eww-open-file): New defun.
1764         (eww-render): Initialize new variables.
1765         (eww-display-html): Handle "link" and "a".
1766         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1767         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1768         (eww-back-url): Rename from eww-previous-url.
1769         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1770         defuns.
1771
1772 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * shr.el (shr-tag-table): Insert the images after the table, so that
1775         they're not covered by the table colourisation, which often looked
1776         awkward.
1777         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1778         <dd>.
1779         (shr-make-table-1): Implement <td colspan=> support.
1780         (shr-insert-document): Use one less than window width if `shr-width' is
1781         nil, since otherwise things may get one character too wide.
1782
1783 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * eww.el (eww-detect-charset): Improve regexp; move backward.
1786
1787 2013-06-18  Glenn Morris  <rgm@gnu.org>
1788
1789         * mm-decode.el (widget-convert-button): Autoload.
1790
1791         * sieve-manage.el (mm-enable-multibyte): Autoload.
1792
1793         * shr.el (libxml-parse-html-region): Declare.
1794         (shr-render-buffer): Explicit error if no libxml2 support.
1795
1796 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * auth-source.el (auth-source-current-line): New function.
1799         (auth-source-netrc-parse-entries): When a data token is "machine",
1800         assume we're in the wrong place and abort parsing the current line.
1801
1802 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1805         (eww-convert-widgets): Don't bug out if the first widget starts at the
1806         beginning of the buffer.
1807         (eww-convert-widgets): Fix last patch.
1808         (eww-tag-input): Support <input type=image>.
1809
1810         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1811         (shr-tag-base): Protect against base specs that are degenerate.
1812         (shr-ensure-paragraph): Don't delete empty lines that have text
1813         properties, because these may be input fields.
1814
1815         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1816         we can navigate to them.
1817
1818         * shr.el (shr-colorize-region): Put the colours over the entire region.
1819         (shr-inhibit-decoration): New variable.
1820         (shr-add-font): Use it to inhibit text property decorations while doing
1821         preliminary table renderings.  This speeds up typical Wikipedia page
1822         renderings by 15%.
1823         (shr-tag-span): Don't respect the <title>, because that overwrites the
1824         help-echo from links inside the spans.
1825         (shr-next-link): Use `help-echo' for navigation, so that we can
1826         navigate to form elements, too.
1827
1828         * eww.el (eww-button): New face.
1829         (eww-convert-widgets): Use it to make submit buttons more button-like.
1830
1831         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1832         that Gnus commands work.
1833
1834         * shr.el (shr-render-td): Support horizontal alignment.
1835
1836         * eww.el (eww-put-color): Removed.
1837         (eww-colorize-region): Use `add-face-text-property'.
1838
1839         * shr.el (shr-add-font): Append face data, so that we get the correct
1840         precedence: The innermost value (which is applied first) wins.
1841         (shr-make-overlay): Obsolete function.
1842
1843         * mm-decode.el (mm-convert-shr-links): New function to convert
1844         new-style shr URL links into widgets.
1845         (mm-shr): Use it.
1846
1847         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1848         widget commands, since we're no longer using widgets for links.
1849
1850         * shr.el (shr-next-link): New command.
1851         (shr-previous-link): New command.
1852         (shr-urlify): Don't use `widget-convert', because that's slow.
1853         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1854         because collecting the overlays and reapplying them when generating
1855         tables is slow.
1856         (shr-insert-table): Ditto.
1857
1858 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1859
1860         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1861         * shr.el (browse-url): Require `url'.
1862         * eww.el (url): Require format-spec.
1863
1864 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * eww.el (eww-display-html): Default to using the entire window width.
1867         (eww-browse-url): Don't add a User-Agent header (twice), because that
1868         makes Bing refuse connection.
1869
1870         * shr.el (shr-make-table): Cache the table rendering at the table
1871         level, and not the <td> level.  This is a bit faster.
1872
1873         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1874         #id.
1875
1876         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1877         browsers don't.
1878         (shr-expand-url): Respect #anchor links.
1879         (shr-parse-base): Chop off the anchor before using.
1880         (shr-descend): Respect display: none.
1881         (shr-descend): Allow marking elements that have certain IDs.
1882
1883         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1884
1885         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1886
1887         * eww.el (eww-tag-textarea): Support <textarea>.
1888
1889 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1890
1891         * shr.el (shr-dom-to-xml): Fixed function call.
1892
1893         * eww.el (eww): New group.
1894         (eww-header-line-format): New custom variable.
1895         (eww-current-title): New variable.
1896         (eww-display-html): Update header and handle title tag.
1897         (eww-update-header-line-format): New function.
1898         (eww-tag-title): New function.
1899
1900         * shr.el (shr-dom-to-xml): New function.
1901         (shr-tag-svg): Add support for the SVG tag.
1902         (shr-bullet): New custom variable.
1903         (shr-tag-li): Support custom bullet in unordered lists.
1904
1905 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * shr.el (shr-expand-url): Respect // URLs.
1908
1909         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1910         put a background colour onto the entire buffer.
1911         (eww-render): When being redirected, use the redirect URL as the new
1912         base URL.
1913
1914         * shr.el (shr-parse-base): Fix parsing error.
1915
1916         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1917
1918         * shr.el (shr-parse-base): New function.
1919         (shr-expand-url): Use it to expand relative URLs reliably.
1920
1921 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1922
1923         * auth-source.el (auth-source-search-collection): Fix docstring.
1924         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1925         single-quoted strings and multiline entries.
1926         (auth-source-netrc-parse-next-interesting)
1927         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1928         functions to support parser.
1929
1930 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * eww.el (eww-submit): Get submit button logic right when hitting RET
1933         on non-submit buttons.
1934
1935         * shr.el: Remove shr-preliminary-table-render, since that can't really
1936         be used for anything in practice.
1937
1938 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1939
1940         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1941         (sieve-manage-quit).
1942
1943 2013-06-14  Glenn Morris  <rgm@gnu.org>
1944
1945         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1946
1947 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1948
1949         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1950         control the maximum size of photo ID image.
1951         (mml2015-epg-key-image-to-string): Respect it.
1952
1953 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1956         instead of the final one so that we can more easily distinguish them.
1957
1958         * eww.el (eww-submit): Compute the submission URL correctly.
1959
1960 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1961
1962         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1963         Use plist-get rather than CL's getf.
1964         (sieve-manage-parse-capability): Avoid CL's remove-if.
1965
1966 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1967
1968         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1969         (sieve-manage-quit).
1970
1971 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1974         last slash.
1975
1976         * eww.el (eww-tag-select): Use the first value as the default value.
1977
1978 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1979
1980         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1981         (eww-mode): Use `define-derived-mode'.
1982         (eww-parse-headers): Parse headers from beginning of buffer so that
1983         file:// links work.
1984
1985 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1988
1989 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1992         to handle them at all.
1993
1994 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1997         work, too.
1998         (eww-tag-select): Implement <select>.
1999
2000 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2001
2002         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2003         stream managing functions by using open-protocol-stream to do most of
2004         the work.  Has the nice benefit of enabling STARTTLS.
2005         Wait for capabilities after STARTTLS: following RFC5804, the server
2006         sends new capabilities after successfully establishing a TLS connection
2007         with the client.  The client should update the cached list of
2008         capabilities, but we just ignore the answer for now.
2009         (sieve-manage-network-p, sieve-manage-network-open)
2010         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2011         (sieve-manage-forward, sieve-manage-streams)
2012         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2013         API, nor called by any other function.
2014         Enable Multibyte for SieveManage buffers: The parser won't properly
2015         handle umlauts and line endings unless multibyte is turned on in the
2016         process buffer.
2017
2018 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * eww.el (eww-tag-input): Support password fields.
2021         (eww-submit): Support POST.
2022
2023 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * eww.el (eww-tag-form): Protect against degenerate forms.
2026
2027         * shr.el (shr-expand-url): Expand URLs that start with a slash
2028         correctly.
2029
2030         * eww.el (eww-submit): Get submit button logic right.
2031
2032         * shr.el (shr-final-table-render): New variable to signal when we're
2033         doing the final table rendering so that we can collect more data at
2034         that point.
2035
2036         * eww.el (eww-submit): Make form submission work.
2037         (eww-tag-input): Implement submit buttons.
2038         (eww-click-radio): Implement radio and checkboxes.
2039         (eww-submit): Handle hidden elements.
2040
2041         * shr.el (shr-descend): Allow other packages to override (or provide)
2042         rendering of elements.
2043         (shr-expand-url): Strip query strings from URLs before expanding them.
2044
2045         * eww.el: Don't require cl-lib.
2046         (eww-tag-form): Start form support.
2047
2048         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2049
2050         * eww.el: Start writing a new, tiny web browser.
2051         (eww-previous-url): New command.
2052         (eww-quit): New command.
2053
2054 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2055
2056         * sieve.el: Put point at beginning of buffer when viewing a script.
2057         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2058         number in sieve-buffer's header.  Fixed code to also work with a string
2059         as port specifier.  Properly close the connection on pressing 'q'.  Make
2060         sieve-manage-quit close the connection and process buffer.  Also, remove
2061         duplicate keybinding for 'q'.
2062
2063 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2064
2065         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2066         make it easier to read.
2067         (mm-pkcs7-enveloped-magic): Ditto.
2068
2069 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2070
2071         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2072         before `image-type-available-p' to avoid loading the image libraries
2073         needlessly.
2074
2075 2013-06-05  David Engster  <deng@randomsample.de>
2076
2077         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2078         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2079         to see whether the group was synced before.
2080
2081 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2082
2083         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2084         when opening the connection.
2085         Suggested by João Távora <joaotavora@gmail.com> in
2086         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2087
2088 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2091         assume Date header begins with "Date", that may be customized into
2092         something like "X-Sent" using gnus-article-time-format.
2093         (article-transform-date): Allow multi-line Date header.
2094
2095 2013-06-02  David Engster  <deng@randomsample.de>
2096
2097         * registry.el (initialize-instance, registry-lookup)
2098         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2099         (registry-lookup-secondary-value, registry-search, registry-delete)
2100         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2101         not wrap methods in `eval-and-compile'.  This breaks due to latest
2102         changes in EIEIO (introduction of eieio-core.el).
2103
2104 2013-05-30  Glenn Morris  <rgm@gnu.org>
2105
2106         * nnmail.el (nnmail-fancy-expiry-target):
2107         Also bind mail-dont-reply-to-names.
2108
2109         * spam-stat.el (spam-stat-save):
2110         No need to tweak font-lock in temp buffers.
2111
2112         * shr.el (shr-put-image): Silence compiler.
2113
2114 2013-05-29  Glenn Morris  <rgm@gnu.org>
2115
2116         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2117
2118         * gnus-group.el (gnus-sequence-of-unread-articles)
2119         (gnus-summary-add-mark, gnus-mark-article-as-read)
2120         (gnus-group-make-articles-read): Declare.
2121
2122         * gnus-sum.el (gnus-parameter-list-identifier)
2123         (gnus-article-stop-animations, gnus-stop-downloads)
2124         (gnus-article-only-boring-p, article-goto-body)
2125         (gnus-flush-original-article-buffer, article-narrow-to-head)
2126         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2127         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2128
2129         * gnus.el: No need to eval-and-compile autoloads.
2130
2131         * gravatar.el (help-function-arglist): Autoload.
2132
2133         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2134
2135         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2136
2137         * spam.el: No need to load spam-report when compiling.
2138         No need to eval-and-compile autoloads.
2139         (spam-report-resend-to): Declare.
2140         (spam-report-resend-register-routine): Require 'spam-report.
2141
2142 2013-05-24  Julien Danjou  <julien@danjou.info>
2143
2144         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2145         setup.
2146
2147 2013-05-23  Glenn Morris  <rgm@gnu.org>
2148
2149         * gnus-util.el (rmail-swap-buffers-maybe)
2150         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2151         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2152         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2153
2154         * mm-decode.el: No need to load term when compiling.
2155         (term-mode, term-char-mode): Declare.
2156
2157         * mm-util.el: No need to load jka-compr when compiling.
2158         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2159
2160         * nnmaildir.el: Require is automatically eval-and-compile.
2161         (nnmail): Require at run-time too.
2162
2163         * registry.el (registry-size): Move definition before use.
2164
2165 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2166
2167         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2168         signed data to conform the standard.  (Bug#14232)
2169
2170 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2171
2172         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2173         double angle quotation mark.
2174
2175 2013-05-20  Glenn Morris  <rgm@gnu.org>
2176
2177         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2178
2179 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2180
2181         * message.el (message-insert-formatted-citation-line): handle finding
2182         first/lastname when more than 2 names appear.
2183
2184 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2185
2186         * shr.el (shr-tag-span): New function.
2187
2188 2013-05-18  Glenn Morris  <rgm@gnu.org>
2189
2190         * message.el (message-mode): Use message-mode-abbrev-table,
2191         with text-mode-abbrev-table as parent.  (Bug#14413)
2192
2193 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * message.el (message-expand-group): Decode group names.
2196
2197 2013-05-16  Julien Danjou  <julien@danjou.info>
2198
2199         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2200         app-icon.
2201
2202 2013-05-15  Glenn Morris  <rgm@gnu.org>
2203
2204         * shr-color.el (shr-color-visible-luminance-min)
2205         (shr-color-visible-distance-min): Use shr-color group.
2206
2207 2013-05-11  Glenn Morris  <rgm@gnu.org>
2208
2209         * gnus-vm.el: Make it loadable without VM.
2210         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2211         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2212
2213 2013-05-09  Glenn Morris  <rgm@gnu.org>
2214
2215         * mml1991.el: Make it loadable.  (Bug#13456)
2216
2217         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2218         * gnus-async.el (gnus-async-post-fetch-function):
2219         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2220         * gnus-html.el (gnus-html-image-cache-ttl):
2221         * gnus-notifications.el (gnus-notifications-timeout):
2222         * gnus-picon.el (gnus-picon-properties):
2223         * gnus-util.el (gnus-completion-styles):
2224         * gnus.el (gnus-other-frame-resume-function):
2225         * message.el (message-user-organization-file)
2226         (message-cite-reply-position):
2227         * nnir.el (nnir-summary-line-format)
2228         (nnir-retrieve-headers-override-function):
2229         * shr-color.el (shr-color-visible-luminance-min):
2230         * shr.el (shr-blocked-images):
2231         * spam-report.el (spam-report-resend-to):
2232         * spam.el (spam-summary-exit-behavior): Fix custom types.
2233
2234         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2235
2236 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2239         because of let-binding help-xref-following.  (Bug#14356)
2240
2241 2013-05-06  Glenn Morris  <rgm@gnu.org>
2242
2243         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2244
2245 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2246
2247         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2248         entering into the registry.
2249
2250 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2251
2252         * gnus.el: Ma Gnus v0.7 is released.
2253
2254 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2257         (Bug#14304)
2258
2259 2013-04-27  Glenn Morris  <rgm@gnu.org>
2260
2261         * gnus.el (gnus-list-debbugs):
2262         Use require rather than autoload.  (Bug#14262)
2263
2264 2013-04-27  Julien Danjou  <julien@danjou.info>
2265
2266         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2267         port to "sieve" now that it has an official IANA port assigned.
2268
2269 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2272         Don't set the MAILHOST environment variable permanently (Bug#14271).
2273
2274 2013-04-26  Glenn Morris  <rgm@gnu.org>
2275
2276         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2277
2278 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2279
2280         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2281         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2282
2283 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2284
2285         * nnir.el (nnir-close-group): Make sure we are in the right group.
2286
2287         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2288         dependency table from all newly retrieved headers.
2289
2290 2013-04-16  David Edmondson  <dme@dme.org>
2291
2292         Support <img src="data:...">.
2293
2294         * shr.el (shr-image-from-data): New function.
2295         (shr-tag-img): Use it.
2296
2297 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2298
2299         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2300         group.
2301
2302 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2305         corresponding to any existing group (Bug#14166).
2306
2307 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2308
2309         * nnir.el (number-sequence): No longer used.
2310         (nnir-request-set-mark): New function.
2311         (nnir-request-update-info): Improve marks updating.
2312         (nnir-request-scan): Don't duplicate marks updating.
2313         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2314         Use 'assq rather than 'assoc.  Quote anonymous function.
2315         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2316         Use 'gnus-group-prefixed-p.
2317         (gnus-summary-create-nnir-group): Make sure server for method is open.
2318
2319 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2320
2321         * nnir.el (gnus-nnir-group-p): New function.
2322         (nnir-possibly-change-group): Use it.
2323
2324         * gnus-msg.el (gnus-setup-message): Use it.
2325
2326 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2329         `initial-input' for the argument name.
2330         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2331
2332 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2333
2334         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2335         (used by MH-E).
2336
2337 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2338
2339         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2340         group.
2341
2342         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2343         fix compilation.
2344
2345 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2346
2347         * nnir.el (nnir-method-default-engines): And another typo.
2348
2349 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2350
2351         * nnir.el (nnir-method-default-engines): Fix typo.
2352
2353 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2354
2355         * nnir.el: Define 'number-sequence for xemacs.
2356         (gnus-summary-create-nnir-group): New function to create an nnir group
2357         from an nnir summary buffer based on the current query.
2358         (nnir-request-create-group): Update to allow nnir group creation based
2359         on the current query.
2360
2361 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * nndraft.el (nndraft-request-expire-articles):
2364         Make expiry target always `delete'.
2365
2366 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2367
2368         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2369         buffer use the posting-style and gcc of the original article group.
2370         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2371
2372         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2373         after other deffoos.
2374
2375 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2376
2377         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2378         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2379         support for real (i.e. not ephemeral) nnir groups.
2380         (gnus-summary-make-nnir-group): New function for initiating searches
2381         from a summary buffer.
2382
2383 2013-03-18  Sam Steingold  <sds@gnu.org>
2384
2385         * message.el (message-bury): Minor cleanup.
2386
2387 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2388
2389         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2390
2391 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2394         nnml-request-list.  (Bug#13873)
2395         (nndir-request-newsgroups): Remove, unused.
2396
2397         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2398
2399 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2400
2401         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2402         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2403         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2404
2405 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2406
2407         * shr.el: Make all the overlays set the `evaporate' property so that
2408         they're removed properly.
2409
2410 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2411
2412         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2413         shell-quote-argument.
2414
2415 2013-02-22  David Engster  <deng@randomsample.de>
2416
2417         * gnus-registry.el (gnus-registry-save): Provide class name when
2418         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2419         `condition-case' to stay compatible with older EIEIO versions which
2420         only accept one argument.
2421
2422 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2423
2424         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2425         (epg-user-id-validity): Autoload.
2426         (mml2015-epg-check-user-id): New function.
2427         (mml2015-epg-check-sub-key): New function split from
2428         mml2015-epg-find-usable-key.
2429         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2430         optional name-is-key-id, to handle the case when user-id is unusable.
2431         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2432
2433 2013-02-17  Glenn Morris  <rgm@gnu.org>
2434
2435         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2436
2437 2013-02-16  Glenn Morris  <rgm@gnu.org>
2438
2439         * shr.el (shr-put-image): Only animate images that specify a delay.
2440         This is consistent with the old image-animated-p behavior.
2441
2442 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2445         for XEmacs.
2446
2447 2013-02-13  Juri Linkov  <juri@jurta.org>
2448
2449         * gnus-art.el (gnus-article-mode-map):
2450         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2451         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2452
2453 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2454
2455         * auth-source.el (auth-source-format-prompt): Don't get confused by
2456         any "\" in replacement text.  (Bug#13637)
2457
2458 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2459
2460         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2461         (gnus-backend-trace): Honour gnus-backend-trace.
2462
2463         * mml.el (mml-insert-part): Insert closing tag.
2464
2465         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2466
2467 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2470         able to find the article, which can happen in debbugs groups,
2471         apparently.
2472
2473 2013-01-16  Glenn Morris  <rgm@gnu.org>
2474
2475         * smiley.el (smiley-style): Make the file loadable in batch mode.
2476
2477 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2480         imap process running.
2481
2482 2013-01-14  Julien Danjou  <julien@danjou.info>
2483
2484         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2485         Compare addresses against addresses, not against the full From field.
2486
2487 2013-01-13  Richard Stallman  <rms@gnu.org>
2488
2489         * message.el (message-forward-make-body-mime): New args BEG, END
2490         specify what part of FORWARD-BUFFER to use.  Do the work directly
2491         instead of calling `mml-insert-buffer'.
2492
2493 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2494
2495         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2496         cross-reference(s).
2497
2498         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2499         cross-reference(s).
2500
2501 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2502
2503         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2504         and point-max-marker.
2505         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2506
2507 2013-01-11  Julien Danjou  <julien@danjou.info>
2508
2509         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2510         max are almost equal.  Also return the correct value for V which is
2511         already between 0 and 1.
2512
2513 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2514
2515         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2516         to mml2015-encrypt-to-self.
2517         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2518
2519 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2520
2521         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2522         mml-smime-epg-find-usable-secret-key.
2523
2524 2013-01-08  Glenn Morris  <rgm@gnu.org>
2525
2526         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2527
2528 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2529
2530         * mml-smime.el: Support signing by sender.
2531         Requested by Uwe Brauer.
2532         (mml-smime-sign-with-sender): New user option analogous
2533         to mml2015-sign-with-sender.
2534         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2535         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2536         mml2015.el.
2537
2538 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2541         isn't running, because Gnus will probably not know how to handle the
2542         Gcc header (bug#11941).
2543
2544         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2545         articles.
2546
2547 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2550         (nnfolder-generate-active-file): Make this function work with recursive
2551         folder names.
2552
2553 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nntp.el (nntp-open-connection): Use HELP as the capability command
2556         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2557         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2558
2559 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2560
2561         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2562         place holder since this gives `Invalid face reference: nil' messages.
2563         Use the `default' face instead.  It has the same effect here, even
2564         though it is not no-op.
2565
2566         * gnus-util.el
2567         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2568
2569 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2572         non-string posting styles (bug#13285).
2573
2574 2012-12-27  Glenn Morris  <rgm@gnu.org>
2575
2576         * plstore.el (plstore-passphrase-callback-function):
2577         Use plstore-get-file.
2578
2579 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2580
2581         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2582         stderr.
2583
2584 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2587
2588         * gnus-compat.el (set-buffer-multibyte): Remove.
2589
2590 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2591
2592         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2593         temporary file to get PGP key image.  Pass no-show-photos when
2594         extracting image to avoid having it pop up twice.
2595
2596 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2599         eligible for treatment.
2600
2601         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2602         lines.  This makes summary commands with hidden threads work more
2603         reliably.
2604
2605         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2606         button to mark the hidden citations (bug#9395).
2607
2608 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2609
2610         * mml2015.el (mml2015-epg-signature-to-string): New function.
2611         (mml2015-epg-verify-result-to-string): New function.
2612         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2613         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2614         instead of epg-verify-result-to-string.
2615         (epg-signature-key-id, epg-signature-to-string): Autoload.
2616         (epg-verify-result-to-string): Remove autoload.
2617
2618 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2619
2620         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2621         ID image from GPG public key.
2622         (mml2015-epg-key-image-to-string): New function.
2623
2624 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2625
2626         * plstore.el (plstore-passphrase-callback-function): Fix error when
2627         error when plstore-cache-passphrase-for-symmetric-encryption is set
2628         (bug#13264).
2629
2630 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2633         buffer to the article buffer here, because that clobbers multiple
2634         article buffers.
2635
2636         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2637         buffer always points to the right summary buffer.
2638
2639 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2640
2641         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2642         the password (bug#12097).
2643
2644 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2645
2646         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2647         (bug#13263).
2648
2649         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2650         buffer exists before using it (bug#12475).
2651
2652         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2653         offline groups (bug#11937).
2654
2655         * message.el (message-yank-original): When using customize to set the
2656         value of `message-cite-style', the variable it set to a symbol that's
2657         the name of the variable, which must then be dereferenced (bug#12616).
2658
2659 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2660
2661         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2662         the `face' property with a list whose car is the face specified in the
2663         format string and whose cdr is (nil).
2664         * lisp/gnus-util.el
2665         (gnus-put-text-property-excluding-characters-with-faces):
2666         Change accordingly.
2667         (gnus-get-text-property-excluding-characters-with-faces): New function.
2668         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2669         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2670         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2671
2672 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2673
2674         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2675         login methods.
2676         (nnimap-login): Respect the `nnimap-authenticator' variable.
2677
2678         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2679         mark state when moving articles.  Otherwise unticked articles will get
2680         their ticks back after moving.
2681
2682 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2685
2686         * message.el (message-ignored-news-headers): Always remove
2687         X-Message-SMTP-Method to avoid information leakage if the user
2688         mistakenly inserts the header into news messages.
2689
2690         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2691
2692         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2693         right than four characters, this command would move point to
2694         `point-max'.  Don't do that.
2695
2696         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2697         to nil to allow re-selecting groups that gain articles.
2698         (gnus-bug-group-download-format-alist): Update the URL.
2699
2700 2012-12-23  Andreas Schwab  <schwab@suse.de>
2701
2702         * shr.el (shr-tag-em): Render em as italic, not bold.
2703
2704 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2705
2706         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2707         for reuse.
2708         (gnus-open-server): Use it to add more tracing.
2709         (gnus-finish-retrieve-group-infos): Add backend tracing.
2710         (gnus-backend-trace): Also note the elapsed seconds.
2711
2712 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2713
2714         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2715         Set epa-file-encrypt-to from variable to avoid querying.
2716
2717 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2718
2719         * sieve-mode.el (sieve-font-lock-keywords):
2720         Keywords should be word delimited.  (Bug#13173)
2721
2722 2012-12-13  Andreas Schwab  <schwab@suse.de>
2723
2724         * tls.el (tls-program): Update customize type.
2725
2726 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2729         instead of <pre> to align message header.
2730
2731 2012-12-12  Sam Steingold  <sds@gnu.org>
2732
2733         * gnus.el (gnus-other-frame-resume-function): Add user option.
2734         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2735
2736 2012-12-06  Sam Steingold  <sds@gnu.org>
2737
2738         * gnus-start.el (gnus-before-resume-hook): Add.
2739         (gnus-1): Run it when Gnus is alive.
2740
2741 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2744         * gnus-art.el (article-unsplit-urls)
2745         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2746         * gnus-registry.el (gnus-registry-get-article-marks)
2747         * message.el (message-goto-body): Use it.
2748         (message-called-interactively-p): Remove.
2749
2750         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2751         (spam-stat-score-buffer): Use it.
2752
2753         * spam.el: Silence the warnings against BBDB functions when compiling.
2754
2755         * gnus-score.el (gnus-score-decode-text-parts):
2756         Use append+mapcar instead of the cl function mapcan.
2757
2758 2012-12-05  Sam Steingold  <sds@gnu.org>
2759
2760         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2761         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2762         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2763
2764 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gmm-utils.el (gmm-called-interactively-p): Revert.
2767         This seems to cause Emacs to get stuck!
2768         * gnus-art.el (article-unsplit-urls)
2769         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2770         * gnus-registry.el (gnus-registry-get-article-marks)
2771         * message.el (message-goto-body)
2772         (message-called-interactively-p): Revert.
2773
2774         * gmm-utils.el (gmm-called-interactively-p): New function.
2775         * gnus-art.el (article-unsplit-urls)
2776         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2777         * gnus-registry.el (gnus-registry-get-article-marks)
2778         * message.el (message-goto-body): Use it.
2779         (message-called-interactively-p): Remove.
2780
2781         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2782         * gnus-sync.el (gnus-sync-lesync-call)
2783         * message.el (message-read-from-minibuffer): Use it.
2784
2785 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * gmm-utils.el (gmm-flet): Remove.
2788         * gnus-sync.el (gnus-sync-lesync-call)
2789         * message.el (message-read-from-minibuffer): Don't use it.
2790
2791 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2794
2795 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2798
2799         * gnus-sync.el (gnus-sync-lesync-call)
2800         * message.el (message-read-from-minibuffer): Use gmm-flet.
2801
2802         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2803
2804         * gnus-util.el (gnus-macroexpand-all): Remove.
2805
2806 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2807
2808         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2809         to TAB, not [tab].
2810         (gnus-summary-article-map): Likewise.
2811
2812         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2813         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2814
2815 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2816
2817         * time-date.el: Commentary fix.
2818
2819 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2820
2821         * color.el: Don't require cl.
2822         (color-complement): `caddr' -> `nth 2'.
2823
2824         * time-date.el (time-to-seconds): De-obsolete.
2825
2826 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * message.el (message-get-reply-headers):
2829         Make sure the reply goes to the author if it is a wide reply.
2830
2831 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2832
2833         * gnus-score.el (gnus-score-body):
2834         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2835         scoring by body.
2836
2837 2012-11-16  Glenn Morris  <rgm@gnu.org>
2838
2839         * gnus-diary.el (nndiary-request-create-group-functions)
2840         (nndiary-request-update-info-functions)
2841         (gnus-subscribe-newsgroup-functions)
2842         (nndiary-request-accept-article-functions):
2843         Use new names for hooks rather than obsolete aliases.
2844
2845 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2848
2849 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2852         in meta tag with the one the part specifies in its header.
2853
2854 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2855
2856         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2857         by default.
2858
2859 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2862         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2863
2864 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2867         and a runtime function for it, of which the XEmacs version takes only
2868         two arguments.
2869
2870 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * nndiary.el (nndiary-request-create-group-functions)
2873         (nndiary-request-update-info-functions)
2874         (nndiary-request-accept-article-functions):
2875         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2876         "-hooks" suffix.
2877
2878 2012-10-19  Julien Danjou  <julien@danjou.info>
2879
2880         * gnus-art.el: Require gnus-util because it uses
2881         `gnus-timer--function'.
2882
2883 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2884
2885         * starttls.el (starttls-extra-arguments): Doc fix.
2886
2887 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2890         it.
2891
2892 2012-10-06  Glenn Morris  <rgm@gnu.org>
2893
2894         * gnus-notifications.el (gnus-notifications):
2895         Add missing group :version tag.
2896         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2897         (gnus-gcc-post-body-encode-hook):
2898         * gnus-sync.el (gnus-sync-lesync-name)
2899         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2900
2901 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2902
2903         * color.el (color-hsl-to-rgb): Fix incorrect results for
2904         small and large hue values.  (Bug#12559)
2905
2906 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         New UIDL implementation.
2909
2910         * mail-source.el (mail-sources, mail-source-keyword-map):
2911         Add :leave as a pop3 keyword.
2912         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2913
2914         * pop3.el (pop3-leave-mail-on-server): Allow number.
2915         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2916         (pop3-movemail): Add UIDL support.
2917         (pop3-send-streaming-command): Take a list of mail numbers instead of
2918         the number of mails.
2919         (pop3-write-to-file): Add X-UIDL header.
2920         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2921         (pop3-uidl-add-xheader): New functions.
2922
2923         * message.el (message-ignored-resent-headers):
2924         Add X-Content-Length and X-UIDL headers.
2925
2926 2012-10-05  Glenn Morris  <rgm@gnu.org>
2927
2928         * color.el (color-name-to-rgb, color-rgb-to-hex)
2929         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2930         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2931         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2932         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2933
2934 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2937         a user about whether to delete temp files if once a user answered as n.
2938
2939 2012-09-25  Chong Yidong  <cyd@gnu.org>
2940
2941         * password-cache.el (password-read-and-add): Use a declare form to mark
2942         this function obsolete.
2943
2944 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * lpath.el: Bind mail-encode-mml for old Emacsen.
2947
2948 2012-09-17  Richard Stallman  <rms@gnu.org>
2949
2950         * message.el (message-in-body-p): Don't set mark or modify buffer.
2951
2952         * mml.el (mml-attach-file): Doc fix.
2953         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2954         Set mail-encode-mml when in Mail mode.
2955         Simplify code to set HEAD and move back to HEAD.
2956         (mml-insert-multipart, mml-insert-part):
2957         Set mail-encode-mml when in Mail mode.
2958
2959 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-util.el (gnus-timer--function): New function.
2962
2963         * gnus-art.el (gnus-article-stop-animations): Use it.
2964
2965 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2966
2967         Fix glitches caused by addition of psec to timers.
2968         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2969         rather than raw access to timer vector.
2970
2971 2012-09-11  Julien Danjou  <julien@danjou.info>
2972
2973         * gnus-notifications.el (gnus-notifications): Check for nil values in
2974         ignored addresses check.
2975
2976 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2977
2978         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2979
2980 2012-09-07  Chong Yidong  <cyd@gnu.org>
2981
2982         * gnus-util.el
2983         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2984
2985         * gnus-salt.el (gnus-tree-highlight-node):
2986         * gnus-sum.el (gnus-summary-highlight-line):
2987         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2988
2989 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2992
2993 2012-09-06  Juri Linkov  <juri@jurta.org>
2994
2995         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2996         scheme for buffer names to be more consistent with other group and
2997         article buffer names in Gnus.
2998
2999 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-util.el
3002         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3003
3004         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3005         Jenkner.
3006
3007         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3008
3009         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3010
3011         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3012
3013 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3016         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3017
3018         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3019         string-prefix-p in Emacs >=23.2.
3020
3021         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3022         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3023         instead of string-match-p.
3024         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3025
3026 2012-09-06  Kenichi Handa  <handa@gnu.org>
3027
3028         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3029         lowercase a..f.
3030
3031 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3032
3033         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3034
3035 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3036
3037         * nnimap.el (nnimap-request-move-article): Decode the group name when
3038         doing internal moves to avoid charset issues.
3039
3040         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3041         TIME is set.
3042
3043 2012-09-05  Juri Linkov  <juri@jurta.org>
3044
3045         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3046         than one group at a time (bug#11961).
3047
3048 2012-09-05  Julien Danjou  <julien@danjou.info>
3049
3050         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3051         this hide the real reason with a message giving absolutely no hint.
3052
3053 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3056         to the backend (bug#11804).
3057
3058         * message.el (message-insert-newsgroups): Don't insert newsgroup
3059         duplicates (bug#12275).
3060
3061 2012-09-05  John Wiegley  <johnw@newartisans.com>
3062
3063         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3064         sieve rules.
3065
3066 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3067
3068         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3069         function.
3070
3071         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3072
3073         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3074
3075 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3076
3077         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3078         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3079         This should make nnmaildir more usable with offlineimap.
3080
3081 2012-09-05  Julien Danjou  <julien@danjou.info>
3082
3083         * nnimap.el (nnimap-request-list): Revert change that made listing
3084         synchronous.
3085         (nnimap-get-responses): Restore.
3086
3087 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3088
3089         * dgnushack.el: XEmacs 21.5 compilation fix.
3090
3091         * gnus-notifications.el (gnus-notifications-notify): Use it.
3092
3093         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3094         warnings on XEmacs.
3095
3096 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3097
3098         Better seeds for (random).
3099         * gnus-sync.el (gnus-sync-lesync-setup):
3100         * message.el (message-canlock-generate, message-unique-id):
3101         Change (random t) to (random), now that the latter is more random.
3102
3103 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3104
3105         * nnimap.el (nnimap-change-group): Document result value
3106
3107         * auth-source.el (auth-sources): Fix macos keychain access.
3108
3109         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3110         allow the backend `request-head' function to determine the group
3111         name on its own.
3112         (gnus-request-expire-articles): Filter out negative article numbers
3113         during expiry (Bug#11980).
3114
3115         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3116         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3117
3118         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3119         you've found the article when you haven't.
3120
3121         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3122         that nnimap-change-group can return t.
3123
3124 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3125
3126         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3127
3128 2012-08-30  Julien Danjou  <julien@danjou.info>
3129
3130         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3131         `gnus-notifications-timeout'.
3132         (gnus-notifications-timeout): Add.
3133         (gnus-notifications-action): New function.
3134         (gnus-notifications-notify): Add :action using
3135         `gnus-notifications-action'.
3136         (gnus-notifications-id-to-msg): New variable.
3137         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3138         notifications id to messages.
3139
3140 2012-08-30  Kenichi Handa  <handa@gnu.org>
3141
3142         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3143         once.
3144
3145 2012-08-29  Julien Danjou  <julien@danjou.info>
3146
3147         * gnus-notifications.el: New file.
3148         (gnus-notifications-notify): New function.
3149         (gnus-notifications): Use `gnus-notifications-notify'.
3150
3151 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3154         transfer encoding first; bind gnus-newsgroup-charset to the charset
3155         that the article specifies (Bug#12209).
3156
3157 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3160         (gnus-group-customize-done): Encode values posting-style holds.
3161
3162         * gnus-msg.el (gnus-summary-resend-message)
3163         (gnus-configure-posting-styles): Decode values posting-style group
3164         parameter holds.
3165
3166 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3169         `name' and `address' in Resent-From header.
3170
3171 2012-08-14  Chong Yidong  <cyd@gnu.org>
3172
3173         * gnus-art.el (article-display-face): Handle failure in
3174         gnus-create-image (Bug#11802).
3175
3176 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3177
3178         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3179         Use defsetf.
3180
3181 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3182
3183         * auth-source.el (auth-source-plstore-search)
3184         (auth-source-secrets-search): Ignore :require and :type in search spec.
3185
3186 2012-08-06  Julien Danjou  <julien@danjou.info>
3187
3188         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3189         `nnimap-request-move-article'.
3190
3191         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3192         Remove autoload, already handled by gnus.el.
3193
3194         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3195
3196         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3197         supported by nnimap actually.  Reverts previous change.
3198
3199         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3200         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3201         to-buffer argument that is already supported.
3202
3203 2012-08-05  Julien Danjou  <julien@danjou.info>
3204
3205         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3206         Add autoload.
3207
3208 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * gnus.el (gnus-valid-select-methods): Fix custom type.
3211
3212 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * auth-source.el (auth-sources, auth-source-backend-parse)
3215         (auth-source-macos-keychain-search)
3216         (auth-source-macos-keychain-search-items)
3217         (auth-source-macos-keychain-result-append)
3218         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3219         auth-source.el through the /usr/bin/security utility.
3220         (auth-sources): Fix syntax error.
3221         (auth-source-macos-keychain-result-append): Fix variable name.
3222         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3223
3224 2012-07-27  Julien Danjou  <julien@danjou.info>
3225
3226         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3227         Emacs < 24.1
3228
3229 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * message.el (message-kill-address): Don't kill last newline.
3232         (message-skip-to-next-address): Don't move to the next header.
3233         (message-fill-field-address): Work properly.
3234
3235 2012-07-25  Julien Danjou  <julien@danjou.info>
3236
3237         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3238
3239 2012-07-24  Julien Danjou  <julien@danjou.info>
3240
3241         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3242
3243         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3244         (nntp-async-timer-handler): Remove, unused.
3245
3246         * nnimap.el (nnimap-get-responses): Remove, unused.
3247
3248         * nnheader.el (mail-header-set-extra): Remove, unused.
3249
3250         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3251         unused.
3252
3253         * mm-view.el (mm-view-sound-file): Remove, unused.
3254
3255         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3256         (mm-url-encode-multipart-form-data): Remove, unused.
3257
3258         * message.el (message-remove-signature, message-make-host-name)
3259         (message-fill-address): Remove, unused.
3260
3261         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3262         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3263         unused.
3264
3265         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3266         (gnus-xmas-call-region): Remove, unused.
3267
3268         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3269
3270         * gnus-util.el (gnus-extract-address-component-name)
3271         (gnus-extract-address-component-email, gnus-sortable-date)
3272         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3273         (gnus-process-live-p): Remove, unused.
3274
3275         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3276
3277         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3278         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3279         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3280         function.
3281
3282         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3283
3284         * gnus-score.el (gnus-summary-score-crossposting)
3285         (gnus-score-regexp-bad-p): Remove, unused.
3286
3287         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3288
3289         * gnus-range.el (gnus-sublist-p): Remove, unused.
3290
3291         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3292         unused.
3293
3294         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3295
3296         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3297         (gnus-request-associate-buffer): Remove, unused.
3298
3299         * gnus-group.el (gnus-group-set-method-info)
3300         (gnus-group-set-params-info): Remove, unused.
3301
3302         * gnus-fun.el (gnus-shell-command-to-string)
3303         (gnus-shell-command-on-region): Remove, unused.
3304
3305         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3306
3307         * gnus-art.el (gnus-article-text-type-exists-p)
3308         (article-translate-characters, gnus-article-hide-text-of-type)
3309         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3310         Remove, unused.
3311
3312 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3313
3314         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3315
3316 2012-07-21  Julien Danjou  <julien@danjou.info>
3317
3318         * message.el (message-dont-reply-to-names): Replace deprecated
3319         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3320         (message-get-reply-headers): Ditto.
3321
3322 2012-07-18  Julien Danjou  <julien@danjou.info>
3323
3324         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3325         `sieve-upload-and-kill'.
3326
3327         * sieve.el (sieve-bury-buffer): Remove function.
3328         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3329         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3330
3331 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3332
3333         * shr.el (shr-expand-url): Handle URL starting with `//'.
3334
3335 2012-07-13  Chong Yidong  <cyd@gnu.org>
3336
3337         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3338         instead of calling toggle-read-only with a (bogus) argument.
3339
3340 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3341
3342         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3343         of initial input when reading the author to restrict the summary to.
3344
3345 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * mm-decode.el (mm-shr):
3348         Allow overriding charset by mm-charset-override-alist.
3349
3350 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-art.el (gnus-article-view-part):
3353         Toggle subparts of multipart/alternative part.
3354
3355 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3356
3357         * shr.el (shr-render-buffer): New command.
3358         (shr-visit-file): Use it.
3359
3360 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3363         Set no-byte-compile and no-update-autoloads.
3364
3365 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3368
3369 2012-06-25  Julien Danjou  <julien@danjou.info>
3370
3371         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3372         `nnimap-request-move-articles-find-limit' since we do not use it only
3373         for move operations.
3374         (nnimap-request-accept-article): Use
3375         `nnimap-request-articles-find-limit' to limit search by message-id.
3376
3377 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3378
3379         Support higher-resolution time stamps (Bug#9000).
3380
3381         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3382         VARLIST.  It's optional, for backward compatibility.
3383         (encode-time-value): New optional arg PICO.  New type 3.
3384         (time-to-seconds) [!float-time]: Support the new picoseconds
3385         component if it's used.
3386         (seconds-to-time, time-subtract, time-add):
3387         Support ps-resolution time stamps as well.
3388
3389 2012-06-19  Julien Danjou  <julien@danjou.info>
3390
3391         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3392
3393         * nnimap.el (nnimap-log-buffer): Check that
3394         `window-point-insertion-type' is boundp, since it's not available in
3395         XEmacs.
3396
3397 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3398
3399         * nnimap.el (nnimap-log-buffer): Add this, setting
3400         `window-point-insertion-type' in the buffer to t.
3401         (nnimap-log-command): Use nnimap-log-buffer.
3402
3403 2012-06-19  Julien Danjou  <julien@danjou.info>
3404
3405         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3406         argument to be able to limit the search.
3407         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3408         (nnimap-request-move-articles-find-limit): Add this to limit the search
3409         by Message-Id after a message move.
3410         (nnimap): Add defgroup.
3411
3412 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3413
3414         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3415
3416 2012-06-15  Julien Danjou  <julien@danjou.info>
3417
3418         * nnimap.el (nnimap-find-article-by-message-id): Use
3419         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3420         (nnimap-possibly-change-group): Add read-only argument.
3421         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3422         issuing EXAMINE manually.
3423         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3424         with read-only argument.
3425         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3426         cannot possibly change because we need to be sure that it's either
3427         read-write or read-only.
3428
3429 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3432         being bound to a lambda form.
3433
3434 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3435
3436         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3437         articles when fetch-old is non-nil (bug#11370).
3438
3439 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3440
3441         * gnus-picon.el (gnus-picon-properties): New defcustom.
3442         (gnus-picon-create-glyph): Use it.
3443
3444 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * gnus-group.el (gnus-group-get-new-news): Respect
3447         `gnus-group-use-permanent-levels', as documented (bug#11638).
3448
3449 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3450
3451         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3452         groups (bug#11641).
3453
3454 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3455
3456         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3457         is an integer to avoid later problems.
3458
3459 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3462         locales.
3463
3464         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3465         on a handle.
3466
3467         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3468         address as the default.
3469         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3470
3471         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3472         makes no sense to query the user about internal files.
3473
3474         * gnus-spec.el: Remove all the byte-compilation stuff, since
3475         benchmarking shows that it doesn't help when entering large summary
3476         buffers.
3477
3478         * gnus-xmas.el (gnus-xmas-define): Remove.
3479
3480         * gnus-util.el (gnus-byte-code): Remove.
3481
3482         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3483         grouplens stuff.
3484
3485 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3488         (bug#11514).
3489
3490 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3491
3492         * message.el (message-buffers): Return all buffers derived from Message
3493         to make `gnus-dired-attach' work with mu4e.
3494
3495 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3496
3497         * nntp.el: Stop the `letf' madness.
3498         (nntp--report-1): New var.
3499         (nntp-report): Merge nntp-report-1 into it.
3500         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3501         the nntp-report function.
3502
3503         * auth-source.el: Fix comment-style to follow the convention.
3504
3505 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3506
3507         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3508         (mm-dissect-singlepart): Don't guess the MIME type of
3509         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3510         set.
3511         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3512         toplevel MIME type is multipart/encrypted.
3513
3514 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3517         a string so that Gcc works (bug#11514).
3518
3519 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3520
3521         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3522         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3523
3524 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3527         jumping to *Server* from a dedicated *Group* window.
3528         (gnus-configure-frame): CSE.
3529
3530         * gnus-registry.el: Minor style cleanup.
3531         (gnus-registry--set/remove-mark): New function, extracted from
3532         gnus-registry-install-shortcuts.
3533         (gnus-registry-install-shortcuts): Use it.
3534
3535 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * nnspool.el (news-path): Use eval-and-compile.
3538
3539 2012-05-24  Glenn Morris  <rgm@gnu.org>
3540
3541         * nnspool.el (news-directory, news-path, news-inews-program):
3542         Move here from paths.el.  Don't see a need for these to be autoloaded.
3543
3544         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3545         Merge in doc from paths.el version.  Don't see any need for this to be
3546         autoloaded, or for the warning about users not setting it.
3547
3548 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3549
3550         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3551         format.  In particular, add an optional argument and a docstring.
3552
3553         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3554
3555         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3556         current before calling `gnus-groups-to-gnus-format'.
3557         Note that this was already the case for `gnus-active-to-gnus-format'.
3558
3559 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3560
3561         Fix minor Y10k bug.
3562         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3563
3564 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3565
3566         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3567         message once it's actually open.
3568
3569 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3570
3571         * gnus.el: Ma Gnus v0.5 is released.
3572
3573 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3574
3575         * auth-source.el (auth-source--aput-1, auth-source--aput)
3576         (auth-source--aget): New functions and macros.
3577         Use them instead of aput/aget.
3578
3579 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3580
3581         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3582
3583 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3584
3585         * plstore.el (plstore-called-interactively-p): New compat macro copied
3586         from message.el.
3587         (plstore-mode): Use it.
3588
3589 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3590
3591         * plstore.el: Revive the editing feature.
3592         (plstore-mode): New mode to edit plstore file.
3593         (plstore-mode-toggle-display, plstore-mode-original)
3594         (plstore-mode-decoded): New command.
3595         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3596         (plstore--insert-buffer, plstore--make): New function.
3597         (plstore-open, plstore-save): Simplify by using them.
3598
3599 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3602
3603 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3604
3605         * tls.el (open-tls-stream): Remove unused binding.
3606
3607 2012-04-16  Glenn Morris  <rgm@gnu.org>
3608
3609         * nndraft.el (nndraft-request-list): Fix declaration.
3610
3611 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * mm-decode.el (mm-dissect-buffer): Doc fix.
3614
3615         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3616         don't have a current group.
3617
3618         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3619         buffer if it doesn't exist.
3620
3621         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3622         given, mark the group as ephemeral with the current window conf.
3623
3624         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3625         buffer exists, which it doesn't if we haven't started Gnus.
3626         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3627
3628 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3631         type is.
3632
3633         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3634         `unexists' entries.
3635         (gnus-clean-old-newsrc): Fix last checkin.
3636
3637         * nnimap.el (nnimap-update-info): None of the articles below the active
3638         low-water mark exist.
3639
3640         * dgnushack.el: Get rid of XEmacs compilation warning.
3641
3642         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3643         would have gotten if we posted to the group, and use that to compare
3644         against the message we want to cancel (bug#10808).
3645
3646         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3647         on XEmacs.
3648
3649 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3650
3651         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3652         `scroll-margin'.
3653
3654 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3655
3656         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3657         citation prefix within a block of cited text should be considered part
3658         of that block *only* if it is a blank line.
3659
3660 2012-04-09  Chong Yidong  <cyd@gnu.org>
3661
3662         * binhex.el, hashcash.el, uudecode.el:
3663         Remove * characters from the front of variable docstrings.
3664
3665 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3668         before kinsoku-bol characters nor within kinsoku-eol characters.
3669
3670 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3673         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3674         (gnus-sync-read): Use mapc instead of mapcar.
3675
3676         * mm-archive.el: Require mm-decode for some macros.
3677         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3678         the byte compiler.
3679         (mm-archive-decoders): New function that returns the value of
3680         the mm-archive-decoders variable.
3681
3682         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3683         instead.
3684         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3685
3686         * nnimap.el (gnus-refer-thread-use-nnir):
3687         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3688
3689 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3692
3693 2012-03-12  Peter Münster  <pmrb@free.fr>
3694
3695         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3696         (gnus-demon-cancel): Ditto.
3697         (gnus-demon-run-callback): When function cannot be called due to low
3698         idleness, call it when idleness reaches the expected value, instead of
3699         waiting another timer period.
3700         (gnus-demon-init): Add `time' to arguments of call-back.
3701
3702 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3705
3706         * gnus.el: Register gnus-registry functions.
3707
3708         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3709         indent.
3710
3711         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3712         enabled before warping.
3713
3714 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3715
3716         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3717         registry about each article retrieved.
3718
3719         * gnus-int.el (gnus-select-group-with-message-id): New function.
3720         (gnus-try-warping-via-registry): Ditto.
3721         (gnus-warp-to-article): Fall back on the registry.
3722
3723 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3724
3725         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3726         inboxes.
3727
3728 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3731
3732 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3735         gnus-gcc-self-resent-messages may be a group parameter.
3736         (gnus-summary-resend-message): Don't encode encoded words in header
3737         when Gcc'ing resent message.
3738
3739 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * shr.el (shr-insert): Treat non-breaking space just like normal
3742         space.  This seems to produce more pleasing results.
3743         (shr-insert): Only insert a blank line if we're starting from an image.
3744         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3745         (shr-ensure-paragraph): Consider lines with white space to be blank.
3746
3747 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3748
3749         * Makefile.in: Respect DESTDIR.
3750
3751 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3752
3753         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3754         and gnus-gcc-post-body-encode-hook.
3755
3756 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3759         messages that don't exist.
3760
3761         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3762
3763 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3766         Remove.
3767
3768         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3769
3770         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3771
3772 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3775         have a group name.
3776
3777         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3778         a multibyte buffer (bug#7410).
3779         (article-wash-html): Parse the original article buffer to get the
3780         unencoded data (bug#7410).
3781
3782         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3783         .newsrc.el files.
3784
3785 2012-04-05  Bastien Guerry  <bzg@altern.org>
3786
3787         * color.el (color-lighten-name): Fix typo.
3788
3789 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3792         "#" to avoid having them interpreted as comments.
3793
3794 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * shr.el (shr-insert): Update the text state properly to avoid
3797         inserting spurious paragraph starts.
3798
3799 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * shr.el (shr-table-widths): Divide the extra width more fairly over
3802         the TDs (bug#10973).
3803         (shr-render-td): Don't delete too much padding.
3804         (shr-natural-width): Compute the natural width more correctly.
3805         (shr-insert): Allow the natural width to be computed for tables again.
3806         (shr-tag-table-1): Rework how the natural widths are computed by
3807         rendering the table a third time.
3808         (shr-natural-width): Removed.
3809         (shr-buffer-width): New function.
3810         (shr-expand-newlines): Use it.
3811
3812         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3813         using a `gnus-use-full-window' setup (bug#11013).
3814
3815 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3818         24.1 release.
3819
3820 2012-03-10  David Edmondson  <dme@dme.org>
3821
3822         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3823         'Forwarded Message' header and the start of the message.
3824
3825 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3826
3827         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3828         isn't running (bug#10897).
3829
3830 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3833         This is inconsistent with all the other stream functions, which leave
3834         the setting up to the higher levels (if so wanted) (bug#10931).
3835
3836 2012-02-28  Glenn Morris  <rgm@gnu.org>
3837
3838         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3839         mm-decode.el: Standardize possessive apostrophe usage.
3840
3841 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3844
3845 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3846
3847         * parse-time.el (parse-time-string): Allow extractor to return nil.
3848
3849 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3852
3853 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3854
3855         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3856
3857 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3858
3859         * mm-decode.el (mm-shr): Remove "soft hyphens".
3860
3861         * nnimap.el (nnimap-request-list): Return the group names encoded as
3862         utf8.  Otherwise non-European group names don't work.
3863         (nnimap-request-newgroups): Ditto.
3864
3865         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3866         the default in `read-string' (bug#10757).
3867
3868         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3869         topics (bug#10843).
3870
3871         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3872         buffer.  Suggested by Herbert Valerio Riedel.
3873         (nnimap-request-move-article): Delete the message from the correct IMAP
3874         server.
3875
3876 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3877
3878         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3879         Reported by Peter Münster.
3880
3881 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3882
3883         * shr.el (shr-image-fetched): Make sure we really kill the right
3884         buffer.
3885
3886 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3887
3888         * gnus-start.el (gnus-1): Avoid duplicate entries.
3889
3890 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3891
3892         * imap.el: Remove.
3893
3894         * nntp.el (nntp-coding-system-for-read): Remove.
3895         (nntp-coding-system-for-write): Ditto.
3896         (nntp-open-connection): Just use `binary' directly.
3897
3898         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3899         Gnus 0.3.
3900
3901 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3902
3903         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3904         application/octet-stream parts really is.
3905
3906         * gnus-sum.el (gnus-propagate-marks): Remove.
3907
3908 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         * shr.el (shr-rescale-image): Undo previous change; see
3911         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3912
3913 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3914
3915         * gnus.el: Ma Gnus v0.3 is released.
3916
3917 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3918
3919         * gnus-sum.el (gnus-summary-local-variables): Make
3920         `gnus-newsgroup-unexist' into a local variable.
3921
3922 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3923
3924         * registry.el (registry-usage-test, registry-persistence-test): Move to
3925         tests/gnustest-registry.el.
3926         (registry-make-testable-db, registry-match-test)
3927         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3928
3929         * gnus-registry.el (gnus-registry-misc-test)
3930         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3931
3932         * tests/gnustest-registry.el: New file with the registry and
3933         gnus-registry ERT tests.
3934
3935 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-msg.el (gnus-summary-resend-message): Make
3938         gnus-summary-resend-message-insert-gcc be last item in
3939         message-header-setup-hook.
3940
3941 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3942
3943         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3944         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3945         Remove.
3946         (nnfolder-open-server): Don't use marks.
3947         (nnfolder-request-delete-group): Ditto.
3948         (nnfolder-request-rename-group): Ditto.
3949         (nnfolder-request-set-mark, nnfolder-request-marks)
3950         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3951         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3952
3953         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3954         (nnml-marks-modtime): Remove.
3955         (nnml-request-delete-group): Don't use marks.
3956         (nnml-request-rename-group): Ditto.
3957         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3958         (nnml-save-marks, nnml-open-marks): Remove.
3959
3960         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3961         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3962         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3963         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3964         (nntp-server-to-method-cache): Remove.
3965
3966         * shr.el (shr-rescale-image): Fix wrong merge.
3967
3968 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3969
3970         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3971         too-wide lines.
3972
3973 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3974
3975         * nnimap.el (nnimap-record-commands): New variable.
3976         (nnimap-log-command): Use it.
3977         (nnimap-make-process-buffer): Add a space to the process buffer.
3978         (nnimap-transform-headers): Don't bug out on header lines containing
3979         stuff that look like IMAP length encodings.
3980
3981         * shr.el (shr-rescale-image): Allow viewing large images.
3982
3983 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnml.el (nnml-request-compact-group): Delete the marks file after
3986         compaction (bug#10800).
3987
3988         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3989         group exit.
3990
3991         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3992         QRESYNC/FETCH output.
3993
3994 2012-02-11  Glenn Morris  <rgm@gnu.org>
3995
3996         * sieve-manage.el (sieve-manage-default-stream):
3997         * shr.el (shr):
3998         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3999         (nnir-retrieve-headers-override-function)
4000         (nnir-imap-default-search-key, nnir-notmuch-program)
4001         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4002         (nnir-method-default-engines):
4003         * message.el (message-cite-reply-position):
4004         * gssapi.el (gssapi-program):
4005         * gravatar.el (gravatar):
4006         * gnus-sum.el (gnus-refer-thread-use-nnir):
4007         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4008         (gnus-registry-max-pruned-entries):
4009         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4010         * gnus-int.el (gnus-after-set-mark-hook)
4011         (gnus-before-update-mark-hook):
4012         * gnus-async.el (gnus-async-post-fetch-function):
4013         * auth-source.el (auth-source-cache-expiry):
4014         Add missing :version tags to new defcustoms and defgroups.
4015
4016 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4019         `gnus-newsgroup-unexist'.
4020
4021         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4022         marks.
4023         (gnus-article-special-mark-lists): Put the `unexist' in the special
4024         marks list instead.
4025
4026         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4027         articles in the list of articles to be selected.
4028
4029         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4030         articles.
4031         (nnimap-update-info): Keep track of unexisting articles.
4032         (nnimap-update-qresync-info): Ditto.
4033
4034 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4035
4036         * message.el (message-default-send-mail-function): Made into own
4037         function for reuse by emacsbug.el.
4038
4039 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4040
4041         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4042         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4043
4044 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4045
4046         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4047         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4048
4049         * gnus-compat.el: Define `timer-set-function'.
4050
4051         * mm-decode.el (mm-display-external): Output the text from the command
4052         in the buffer after the command finished.  This makes text-based
4053         commands behave better.
4054
4055 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4058
4059 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4062         23.1.
4063
4064 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4067
4068 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4069
4070         * message.el (smtpmail-smtp-user): Silence compiler warning.
4071
4072 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4073
4074         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4075         SMTP user name.
4076
4077 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-sum.el (gnus-summary-show-thread):
4080         next-single-char-property-change may return nil in XEmacs.
4081         (gnus-summary-article-map): Fix typo.
4082
4083 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4086         running.
4087
4088         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4089
4090         * gnus.el (gnus-server-extend-method): Don't add an -address component
4091         if the method already has one (bug#9676).
4092
4093 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4096         of an initial-input for consistency (bug#10757).
4097
4098         * dgnushack.el: Fix XEmacs compilation warning.
4099
4100         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4101
4102         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4103
4104 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4105
4106         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4107         lines that are narrower than the window width.  Otherwise background
4108         "blocks" will look less readable.
4109
4110 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4111
4112         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4113         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4114         have newlines within the strings, and where the UID comes after the
4115         BODYSTRUCTURE element (bug#10537).
4116
4117         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4118         (bug#10732).
4119
4120         * shr.el (shr-insert-document): Add doc string.
4121         (shr-visit-file): Ditto.
4122         (shr-remove-trailing-whitespace): New function.
4123         (shr-insert-document): Use it to clean up trailing whitespace as the
4124         final step (bug#10714).
4125
4126 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4129         buffer if `gnus-kill-summary-on-exit' is nil.
4130
4131 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4134         when just reading a single group from "without" Gnus.
4135
4136 2012-02-06  Chong Yidong  <cyd@gnu.org>
4137
4138         * gnus-sum.el (gnus-summary-show-thread):
4139         next-single-char-property-change never returns nil (Bug#8657).
4140
4141 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4142
4143         * message.el (message-multi-smtp-send-mail): New function.
4144         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4145         header to implement multi-SMTP functionality.
4146
4147         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4148         (gnus-agentize): Don't set it.
4149         (gnus-agent-send-mail): Don't use it.
4150
4151         * gnus-sum.el (gnus-summary-widget-backward): New function and
4152         keystroke.
4153
4154         * gnus-compat.el: More the compat functions more compatible.
4155
4156         * shr.el (shr-put-image): Remove underlines from sliced images.
4157         (shr-zoom-image): Compute the region to be replaced more correctly.
4158
4159 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4162         (gnus-summary-resend-message-insert-gcc): New function.
4163         (gnus-summary-resend-message): Modify message-header-setup-hook and
4164         message-sent-hook to make it work for Gcc.
4165         (gnus-inews-do-gcc): Update the number of unread articles of groups
4166         that messages are Gcc'd to.
4167
4168         * message.el (message-resend): Run message-sent-hook to do Gcc.
4169
4170 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4171
4172         * lpath.el: Fix an XEmacs compilation warning.
4173
4174         * gnus-compat.el: Require `help-fns' to fix compilation error.
4175
4176         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4177         a higher level to silence compilation.
4178
4179         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4180         parameter to allow controlling the scaling.
4181
4182         * shr.el (shr-zoom-image): New command and keystroke.
4183         (shr-put-image): Take a `size' flag to say how to scale the image.
4184
4185         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4186         deletion unless already defined.
4187
4188         * gnus.el (gnus-compat): Require it.
4189
4190         * gnus-compat.el: New file.
4191
4192         * gnus-start.el (gnus-clean-old-newsrc): New function.
4193         (gnus-read-newsrc-file): Use it.
4194
4195         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4196         Use recursive deletion.
4197         (mm-dissect-archive): Add support for zip files.
4198
4199         * gnus-util.el (gnus-recursive-directory-files): New function.
4200
4201         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4202         (mm-archive-decoders): Add tgz support.
4203
4204         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4205         Otherwise inserting text into the Gnus buffer can look odd.
4206
4207         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4208
4209         * mm-archive.el (mm-archive-decoders): Add support for tar.
4210
4211         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4212
4213         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4214
4215 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4216
4217         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4218
4219         * mm-archive.el: New file.
4220
4221         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4222
4223         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4224
4225         * message.el (message-goto-*): Make all the `message-goto-*' commands
4226         push the mark before moving point.  This makes it easier to go back to
4227         where you came from after editing whatever you jumped to.
4228
4229 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4230
4231         * gnus.el: Ma Gnus v0.1 is released.
4232
4233 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4234
4235         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4236         without reconnecting.
4237         (nnimap-possibly-change-group): Ditto.
4238         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4239         connection has died before being called.
4240
4241 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4242
4243         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4244         an initial sync unless we're really doing one.
4245
4246         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4247         address parameter if one already exists (bug#9676).
4248
4249         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4250         not the prefix, as documented (bug#10689).
4251
4252 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4255         the "server".
4256
4257         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4258         the real error message with the useless "previously known to be down".
4259         Which isn't even correct.
4260
4261         * nntp.el (nntp-open-connection): Report the error message if the nntp
4262         server can't be reached.
4263
4264         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4265         groups we do a total scan for.
4266         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4267         doing that.
4268
4269 2012-01-31  Jim Meyering  <jim@meyering.net>
4270
4271         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4272         Correct a comment (insert "not") and hide nominally-doubled "to".
4273
4274 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4275
4276         * gnus.el (gnus-version): Change name to "Ma Gnus".
4277
4278 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4279
4280         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4281         section in the manual.
4282
4283 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4284
4285         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4286         words.
4287         (rfc2047-encode-string): Ditto.
4288         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4289         understand folded filename="..." parameters, for instance.
4290
4291         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4292         the message for greater debuggability.
4293
4294 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4295
4296         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4297         instead of setting it locally, since the latter doesn't seem to have
4298         any effect (most of the time).
4299
4300 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4301
4302         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4303         function call.
4304
4305 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4306
4307         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4308         seconds, and make the repeat clause with HH:MM specs work as
4309         documented.
4310
4311 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4312
4313         * proto-stream.el (proto-stream-capability-open): Fall back on
4314         :end-of-command if :end-of-capability doesn't exist.
4315
4316 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4319         bound globally in old Emacsen and XEmacsen.
4320
4321 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4324         so that previous errors don't prohibit getting new news.
4325
4326         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4327
4328         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4329
4330 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4331
4332         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4333         buffer, not of the string which is its name.
4334
4335 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4336
4337         * proto-stream.el (proto-stream-capability-open): Wait for
4338         :end-of-capability, not :end-of-command.
4339
4340         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4341         non-server-marks groups.
4342         (gnus-group-make-articles-read): Ditto.
4343
4344         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4345         methods (bug#9676).
4346
4347         * gnus.el (gnus-method-ephemeral-p): New function.
4348
4349 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4352         left-to-right.
4353
4354 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4355
4356         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4357         warning.
4358
4359 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4360
4361         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4362         macroexpand the nnir things, since they haven't been defined yet, and
4363         nnir requires gnus-sum.
4364
4365 2012-01-24  Julien Danjou  <julien@danjou.info>
4366
4367         * color.el (color-rgb-to-hsl): Fix value computing.
4368         (color-hue-to-rgb): New function.
4369         (color-hsl-to-rgb): New function.
4370         (color-clamp, color-saturate-hsl, color-saturate-name)
4371         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4372         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4373
4374 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4377
4378 2012-01-19  Julien Danjou  <julien@danjou.info>
4379
4380         * color.el (color-name-to-rgb): Use the white color to find the max
4381         color component value and return correctly computed values.
4382         (color-name-to-rgb): Add missing float conversion for max value.
4383
4384 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4385
4386         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4387         logical server name in addition to the actual machine address.
4388
4389         * auth-source.el (auth-source-user-and-password): Add convenience
4390         wrapper to search by just host and optionally user.
4391
4392 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4395         after rendering.
4396
4397 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4400         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4401         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4402
4403 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4406         (bug#9693).
4407         (gnus-summary-setup-buffer): Document return value (bug#9697).
4408
4409         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4410         since ido doesn't work on symbols (bug#9632).
4411
4412         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4413         when getting a single value as when getting all the values.  This means
4414         that atoms like `gcc-self' work cumulatively, like variable settings,
4415         instead of getting the value from the last matching clause.
4416         (gnus-group-find-parameter): Protect against the group buffer not
4417         existing (bug#9585).
4418
4419 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-start.el (gnus-activate-group): Document more parameters
4422         (bug#9694).
4423
4424         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4425         (bug#9692).
4426
4427         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4428         article was fetched, so that it can be expired later (bug#9958).
4429         (gnus-agent-summary-fetch-series): Add doc string.
4430         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4431         (bug#9517).
4432
4433         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4434         retrieval is happening.
4435
4436         * gnus.el (gnus-parameters): Doc fix.
4437
4438 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4439
4440         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4441         show the thread after expansion.
4442
4443 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-art.el (article-narrow-to-head): If the head is completely
4446         empty, narrow to the empty region (bug#9764).
4447
4448         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4449         read, and then mark them as unread only when the unread mark is used.
4450         This makes `C-- T k' actually work, even though it's confusing.
4451
4452         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4453         alive before we try to find its window.
4454
4455 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4456
4457         * mm-decode.el (mm-display-external): Use a longer timeout for the
4458         deletion to allow slow programs to display the file.
4459
4460 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4463         prompt to be less confusing.
4464
4465         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4466         argument to `message-reply'.  This broke `special-display-*' frame
4467         pop-uping (bug#10238).
4468
4469 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4472         systems, since these allegedly don't work there.
4473
4474 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4475
4476         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4477         live buffer.
4478
4479 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * nnir.el (nnir-retrieve-headers): Protect against the article not
4482         existing on the server (bug#10335).
4483
4484 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4485
4486         * gnus-agent.el (gnus-agent-load-local): Recompute
4487         gnus-agent-article-local on changing method.
4488
4489 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus.el (gnus-parameters): Note precedence.
4492
4493 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4494
4495         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4496         in the group buffer.
4497
4498 2012-01-04  Julien Danjou  <julien@danjou.info>
4499
4500         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4501         change.
4502
4503 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4506         too.
4507
4508         * nntp.el (nntp-retrieve-group-data-early): Use it.
4509
4510 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * nntp.el (nntp-retrieval-in-progress): New variable.
4513         (nntp-make-process-buffer): Make it buffer-local.
4514
4515         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4516         2010.
4517         (gnus-demon-init): Use it to compute the time if time is on the form
4518         "04:23".
4519
4520         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4521
4522         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4523         status in the correct buffer.
4524
4525 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4526
4527         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4528         when opening topics (bug#10407).
4529
4530 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4531
4532         * gnus-cus.el (gnus-score-customize):
4533         * gnus-sum.el (gnus-sort-gathered-threads):
4534         * message.el (message-shorten-references):
4535         * nnmairix.el (nnmairix-request-group):
4536         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4537
4538 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4539
4540         * gnus-agent.el (gnus-agent-regenerate-group):
4541         * gnus-int.el (gnus-retrieve-group-data-early):
4542         * mm-util.el (mm-codepage-ibm-list):
4543         * nndiary.el (Commentary, nndiary-get-new-mail):
4544         * nnir.el (nnir):
4545         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4546
4547 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * mm-view.el (mm-display-inline-fontify): Add comment.
4550
4551 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4552
4553         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4554         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4555
4556 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4557
4558         * gnus-art.el (gnus-split-methods):
4559         * gnus-msg.el (gnus-configure-posting-styles):
4560         * gnus-spec.el (gnus-parse-simple-format):
4561         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4562         * message.el (message-do-actions): Spelling fix.
4563
4564 2011-12-15  Juri Linkov  <juri@jurta.org>
4565
4566         * mm-decode.el (mm-inline-media-tests): Add missing
4567         `mm-handle-media-subtype'.
4568
4569 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         * gnus-group.el (gnus-group-tool-bar):
4572         * gnus-sum.el (gnus-summary-tool-bar):
4573         * message.el (message-tool-bar):
4574         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4575
4576 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4577
4578         * plstore.el (plstore--insert-buffer): Spelling fix.
4579
4580 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4581
4582         * message.el (message-valid-fqdn-regexp): Update with newly approved
4583         top-level domain names ".tel" and ".asia".
4584
4585 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4588         unconditionally.
4589
4590 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4593         pop-to-buffer-same-window for old Emacsen.
4594
4595 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4596
4597         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4598
4599 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4600
4601         * netrc.el (netrc-credentials): Spelling fix.
4602
4603 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4604
4605         * gnus-fun.el (gnus-fun-ppm-change-string):
4606         * gnus-msg.el (gnus-inews-do-gcc):
4607         * gnus-sum.el (gnus-summary-find-for-reselect):
4608         * gnus.el (gnus-summary-cancelled):
4609         * message.el (message-cancel-hook, message-send-news):
4610         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4611         * nnir.el (nnir-run-hyrex):
4612         * nntp.el (nntp-with-open-group-function):
4613         * pgg.el (pgg-pending-timers): Spelling fix.
4614
4615 2011-12-04  Chong Yidong  <cyd@gnu.org>
4616
4617         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4618         change (Bug#10200).
4619
4620 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * compface.el (uncompface):
4623         * gnus-art.el (gnus-article-x-face-command): Update the header format
4624         of icon data for the most recent icontopbm program.
4625
4626 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * gnus-msg.el (gnus-inews-do-gcc):
4629         * message.el (message-send-mail):
4630         * mml.el (mml-generate-mime): Share the value of the buffer-local
4631         `message-options' variable between a draft buffer and temprary working
4632         buffers.
4633
4634 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4635
4636         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4637
4638 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4641         for Cygwin.
4642
4643 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4644
4645         * gnus-group.el (gnus-group-prepare-flat):
4646         * mm-bodies.el (mm-encode-body):
4647         * mml.el (mml-preview):
4648         * nnml.el (nnml-request-compact-group):
4649         * pop3.el (pop3-stream-type): Spelling fix.
4650
4651 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4652
4653         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4654
4655 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4656
4657         * color.el (color-rgb-to-hsl):
4658         * gmm-utils.el (gmm-tool-bar-style):
4659         * gnus-group.el (gnus-group-prepare-flat):
4660         * gnus-topic.el (gnus-topic-prepare-topic):
4661         * mm-decode.el (mm-discouraged-alternatives):
4662         * rfc2047.el (rfc2047-encode-1):
4663         * starttls.el: Spelling fix.
4664
4665 2011-11-24  Glenn Morris  <rgm@gnu.org>
4666
4667         * binhex.el (binhex-begin-line): Give it basic doc-string.
4668
4669         * starttls.el, tls.el: Fix case of "GnuTLS".
4670
4671 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4672
4673         * gnus-group.el (gnus-group-highlight): Fix typo.
4674
4675 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4676
4677         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4678         value of `delete-file', that returns nil for a local file but returns t
4679         for a remote file using ssh.
4680
4681 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4682
4683         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4684
4685 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4688         avoid later breakage.
4689
4690 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4693         article buffers' name.
4694
4695 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4698         by Paul Eggert's spellfixes two days ago.
4699
4700 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4703         doesn't have it.
4704
4705         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4706         buffer-local instead of binding them to avoid warnings.  Also demote
4707         errors (bug#10063).
4708         (font-lock-mode-hook): Shut up byte compiler.
4709
4710 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4711
4712         * mm-util.el (mm-charset-after):
4713         * nnir.el (nnir-run-hyrex):
4714         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4715         (ntlm-get-password-hashes, ntlm-md4hash):
4716         * smime.el: Fix typo.
4717
4718 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4719
4720         * gnus-agent.el (gnus-agent-expire-group-1):
4721         * nndiary.el (nndiary-last-occurence):
4722         * nnimap.el (nnimap-request-set-mark):
4723         * nnmairix.el (nnmairix-only-use-registry):
4724         * gnus-group.el (gnus-group-prepare-flat):
4725         * gnus-sum.el (gnus-decode-encoded-word-methods):
4726         * message.el (message-wash-subject):
4727         * nntp.el (nntp-retrieve-headers-with-xover):
4728         * smime.el (smime-certificate-directory): Spelling fix.
4729
4730 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4731
4732         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4733
4734         * color.el:
4735         * gnus-agent.el (gnus-agent-possibly-alter-active):
4736         * gnus-dired.el (gnus-dired-print):
4737         * mail-parse.el:
4738         * nnmairix.el (nnmairix-request-group):
4739         * shr.el (shr-image-displayer):
4740         * sieve-manage.el:
4741         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4742
4743 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4744
4745         * gnus-sum.el (gnus-auto-select-subject):
4746         * spam-report.el (spam-report-resend): Spelling fix.
4747
4748 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4749
4750         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4751         * gnus-art.el (gnus-default-article-saver):
4752         * gnus-srvr.el (gnus-server-copy-server):
4753         * gnus.el (gnus-sloppily-equal-method-parameters):
4754         * html2text.el (html2text-format-tag-list):
4755         * message.el (message-narrow-to-head):
4756         * nndiary.el:
4757         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4758         * sieve.el: Spelling fix.
4759
4760 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4761
4762         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4763         * gnus-sum.el (gnus-summary-make-menu-bar):
4764         * gnus-uu.el (gnus-uu-decode-postscript)
4765         (gnus-uu-decode-postscript-and-save):
4766         * mailcap.el (mailcap-print-command):
4767         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4768         Fix typos.
4769
4770 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4771
4772         * gnus-art.el (gnus-article-part-wrapper):
4773         * html2text.el (html2text-fix-paragraphs):
4774         * mm-decode.el (mm-image-fit-p):
4775         * rfc2047.el (rfc2047-encode-message-header):
4776         * shr-color.el (shr-color-visible-distance-min)
4777         (shr-color-relative-to-absolute, set-minimum-interval)
4778         (shr-color-visible): Fix typos.
4779
4780 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4781
4782         * gmm-utils.el (gmm-tool-bar-item):
4783         * gnus-art.el (gnus-treat-body-boundary):
4784         * gnus-diary.el (gnus-user-format-function-d):
4785         * gnus-start.el (gnus-get-unread-articles):
4786         * pgg-gpg.el (pgg-gpg-update-agent):
4787         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4788
4789 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4790
4791         * gnus-topic.el (gnus-group-prepare-topics):
4792         * gnus-uu.el (gnus-extract-view):
4793         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4794
4795 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4796
4797         * spam.el: Move BBDB autoloads.
4798         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4799         BBDB 2 and 3.
4800         (spam-check-BBDB): Use it.
4801         (spam-enter-ham-BBDB): Use it.
4802
4803 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4804
4805         * smime.el (smime-draw-buffer): Spelling fix.
4806
4807 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4808
4809         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4810         for scanning exactly one level.
4811         * gnus-start.el (gnus-get-unread-articles): Ditto.
4812
4813 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4816         slightly clearer.
4817
4818 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * gnus-sync.el: More commentary about setup.
4821
4822 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * message.el (message-send-and-exit): Document `arg'.
4825
4826 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4827
4828         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4829
4830 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4833
4834         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4835         we don't use `bound-and-true-p'.
4836
4837 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * gnus-util.el (gnus-bound-and-true-p): Remove.
4840         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4841         * nnir.el: Use it.
4842         * nnmairix.el: Use it.
4843
4844 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4845
4846         * gnus-sync.el: Improve docs about CouchDB admins.
4847
4848         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4849         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4850         for reasons unknown.
4851         * nnir.el: Use it.
4852         * nnmairix.el: Use it.
4853
4854         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4855         * nnir.el: Ditto.
4856         * nnmairix.el: Ditto.
4857
4858         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4859
4860 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4863         not needed.  Provide xmlplistread list function to produce XML plist
4864         output for non-Gnus LeSync clients.
4865
4866 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4869
4870         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4871         and save against it.  Group subscriptions, read marks, other marks,
4872         subscription levels, topic names, and topic offsets (the group's
4873         position within the topic) are saved.  This is an experimental backend
4874         and may change significantly.  Load json.el from the gnus-fallback-lib
4875         if it's not available otherwise.
4876         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4877
4878 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4879
4880         * message.el (message-completion-function): Make sure
4881         message-tab-body-function is not attempted if one of
4882         message-completion-alist fails to find a completion (bug#9158).
4883
4884 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4885
4886         * mml.el (mml-quote-region): Quote <#secure> tag.
4887         (mml-generate-mime-1): Unquote <#secure> tag.
4888
4889 2011-10-20  Chong Yidong  <cyd@gnu.org>
4890
4891         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4892         calling a minor mode from Lisp with nil arg enables it, so we have to
4893         make the wording a bit ambiguous here).
4894
4895 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4896
4897         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4898         * nnir.el (nnir-mode): Use it.
4899         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4900         Use it.
4901
4902         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4903         * nnmairix.el (gnus-registry-enabled): Ditto.
4904
4905 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4906
4907         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4908         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4909         only while we need to find out if it should be t or nil.
4910         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4911         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4912         the registry is installed.  Set it to nil when it's unloaded.
4913         (gnus-registry-install-p): Provide user guidance for the initial value
4914         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4915         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4916         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4917         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4918         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4919         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4920         `gnus-registry-install'.
4921
4922 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4923
4924         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4925         previous change.
4926         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4927         primary key is marked as disabled.
4928
4929 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4930
4931         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4932         primary key is marked as disabled.
4933
4934 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4935
4936         * html2text.el (html2text-clean-anchor): Check for quotes around
4937         `href' value.
4938
4939 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4942         searching.  Drop `bbdb-cache'.
4943
4944 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * message.el (message-signed-or-encrypted-p): Exclude header when
4947         checking if there is signed or encrypted body in text/plain message.
4948
4949 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4950
4951         * html2text.el (html2text-get-attr): Correctly handle attribute values
4952         containing "=".
4953
4954 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4955
4956         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4957         handle bindings.
4958
4959 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * gnus-win.el (gnus-configure-windows): Protect against reading
4962         ephemeral groups outside of Gnus.
4963
4964 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * shr.el (shr-tag-img): Don't get images displayed in tables.
4967
4968 2011-10-03  Glenn Morris  <rgm@gnu.org>
4969
4970         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4971         the "maintainer" version of debbugs.gnu.org reports.
4972
4973 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4976         make asynchronous adjacent image insertion work better.
4977
4978 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4979
4980         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4981         documentation.
4982
4983 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4986         `gnus-asynchronous' isn't shadowed.
4987
4988 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4991
4992         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4993         (nnimap-insert-partial-structure): The charset parameter isn't
4994         case-sensitive.
4995
4996         * nnheader.el (nnheader-message-maybe): New function.
4997
4998         * shr.el (shr-tag-table): Render totally broken tables better.
4999
5000         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5001         computing the boundary.
5002
5003 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * pop3.el (pop3-number-of-responses): Remove.
5006         (pop3-wait-for-messages): Rewrite to take linear time instead of
5007         exponential time.
5008
5009 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5012         re-fetch images.
5013
5014         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5015         re-fetch images when hitting `g' in Gnus.
5016
5017 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5020         (mml-compute-boundary): Don't check collision if it is non-nil.
5021         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5022         before checking collision.
5023
5024 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * message.el (message-indent-citation): Really make sure there's a
5027         newline at the end.
5028
5029         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5030         Fix suggested by John Wiegley.
5031
5032         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5033
5034         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5035
5036         * message.el (message-default-send-rename-function): Break out into its
5037         own function.
5038
5039         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5040         doesn't work under XEmacs.
5041
5042         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5043         of "imaps" to word around Windows problems.
5044         (nnimap-open-connection-1): Use it.
5045
5046         * message.el (message-indent-citation): Revert last change which made
5047         `F' not work.
5048
5049 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5050
5051         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5052         terminal as well.
5053
5054 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5057         because it displays images using overlays that aren't easy to copy to
5058         the article buffer.
5059
5060 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5061
5062         * message.el (message-indent-citation): Fix empty line removal at the
5063         end of the citation.
5064
5065 2011-09-20  Julien Danjou  <julien@danjou.info>
5066
5067         * auth-source.el (auth-source-netrc-create): Use default value for
5068         password if specified.  Evaluate default.
5069         (auth-source-plstore-create): Ditto.
5070         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5071         value evaluation.
5072         (auth-source-netrc-create): Typo fix.
5073         (auth-source-plstore-create): Ditto.
5074
5075         * password-cache.el (password-cache-remove): Remove entries even if the
5076         value is nil, so that password with a nil value (negative caching) is
5077         possible to invalidate.
5078
5079         * auth-source.el (auth-source-format-cache-entry): New function.
5080
5081 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5084
5085 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5088
5089 2011-09-19  Julien Danjou  <julien@danjou.info>
5090
5091         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5092         which work with things that are not ASCII.
5093
5094 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5097
5098 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5101         message level.
5102
5103 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5106
5107 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5110
5111 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5112
5113         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5114         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5115
5116 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5117
5118         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5119         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5120         articles.
5121
5122 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5123
5124         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5125         (message-mail-other-window, message-mail-other-frame)
5126         (message-news-other-window, message-news-other-frame):
5127         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5128         instead of setting buffer display varibles.
5129
5130 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5133
5134         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5135
5136 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5139         duplicates" to a higher level.
5140
5141         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5142         most egregious messages.
5143
5144 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5147
5148 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5149
5150         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5151         up the file (bug#9351).
5152
5153 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5156         it does with all other backends, but decode the names immediately after
5157         getting them.
5158
5159         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5160         decoding nnimap groups.
5161
5162         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5163         newsrc file.  It doesn't seem like an important optimization any more.
5164
5165 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5166
5167         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5168         overflows.
5169
5170 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5173         (gnus-interactive-exit): Extend to `quiet'.
5174
5175         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5176
5177         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5178         string.
5179
5180         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5181         renaming function arguments from `this'.
5182
5183         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5184
5185         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5186         has been renamed.
5187         (gnus-lrm-string-p): Include RLM and PDF, too.
5188
5189         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5190         (bug#9225).
5191
5192 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5193
5194         Add autoload cookies for functions used by sendmail.el.
5195         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5196
5197         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5198
5199 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus-art.el (article-date-ut): Work properly even when there are
5202         things like Date header in the body; work for forwarded parts.
5203
5204 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5205
5206         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5207         original-article-buffer.
5208
5209 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5210
5211         * nnir.el (nnir-compose-result): Fix matching of server type.
5212         (nnir-run-swish++): Ditto.
5213         (nnir-run-namazu): Ditto.
5214         (nnir-run-notmuch): Ditto.
5215
5216 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5219         (bug#9405).
5220
5221         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5222         (bug#9421).
5223
5224         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5225         (bug#9425).
5226
5227         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5228         thing (bug#9426).
5229
5230 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5233         the error message.
5234
5235 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5236
5237         * message.el (message-setup-1): Return t (Bug#9392).
5238
5239 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5240
5241         * gnus-sum.el: When adding article headers to a summary buffer also
5242         update gnus-newsgroup-articles (bug#9386).
5243
5244 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * auth-source.el: Autoload help-mode.
5247
5248 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5251         names.
5252
5253 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5254
5255         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5256         mm-replace-in-string for compatibility issues.
5257         * mml2015.el (mml2015-epg-verify): Ditto.
5258
5259 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5262
5263         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5264
5265 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5268         continue on and do the clean-up phase (bug#9188).
5269
5270         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5271         just ignore groups that can't be opened instead of erroring out
5272         (bug#9225).
5273
5274         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5275         nil since some many people are fuddy-duddies.
5276
5277         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5278         images.
5279
5280         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5281         instead.
5282
5283         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5284
5285         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5286
5287         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5288         processing.
5289
5290         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5291         buffer to avoid warnings.
5292
5293 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5294
5295         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5296         specified to reduce precision.
5297
5298 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5301         bodystructures (bug#9314).
5302
5303 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5306         Make button keymap non-sticky after buttons.
5307
5308 2011-08-18  David Engster  <dengste@eml.cc>
5309
5310         * nnmairix.el (nnmairix-request-set-mark)
5311         (nnmairix-goto-original-article): Remove adding of article to registry,
5312         since `gnus-registry-add-group' isn't available anymore.
5313         (nnmairix-determine-original-group-from-registry):
5314         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5315         available anymore.
5316
5317 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5318
5319         * starttls.el (starttls-any-program-available): Define as obsolete
5320         function.
5321
5322 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5325         versions which Gnus use when appropriate.
5326
5327         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5328         a pretty destructive command.
5329
5330         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5331
5332 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * message.el (message-fix-before-sending): Make a different warning
5335         about NUL characters (bug#9270).
5336
5337         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5338         from custom (bug#9260).
5339
5340         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5341         things work in Emacs 22 and XEmacs, too.
5342
5343         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5344         default From.
5345
5346         * gnus-spec.el (gnus-lrm-string-p): New macro.
5347         (gnus-lrm-string): New constant.
5348         (gnus-summary-line-format-spec): LRM-ify the from.
5349         (gnus-tilde-max-form): LRM-ify string chopping.
5350
5351         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5352
5353         * message.el (message-is-yours-p): Allow disabling canlock checking
5354         (bug#9295).
5355         (message-shoot-gnksa-feet): Add `canlock-verify'.
5356         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5357         message directory isn't writable (bug#9304).
5358
5359         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5360         non-world-readable.
5361
5362 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5365         articles.
5366
5367 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5368
5369         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5370         copy-list.
5371
5372 2011-08-12  Sam Steingold  <sds@gnu.org>
5373
5374         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5375         in the reverse order to avoid modifying the cache with `nreverse'.
5376         (gnus-all-score-files): Do not modify the value returned by
5377         `gnus-score-find-alist' because it lives in a cache variable.
5378         (gnus-current-home-score-file): No need to `nreverse' the return value
5379         of `gnus-score-find-alist', it is already in the correct order.
5380
5381 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5382
5383         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5384         type MESSAGE and subtype RFC822 is slightly different from those of
5385         type TEXT.
5386
5387 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5388
5389         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5390         This allows article-referral to work from an nnir group.
5391
5392 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5393
5394         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5395
5396 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5397
5398         * mml1991.el (mml1991-epg-find-usable-key)
5399         (mml1991-epg-find-usable-secret-key): New function.
5400         (mml1991-epg-sign): Check if signing key is usable.
5401         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5402
5403 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5404
5405         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5406         server-variables only.  This should fix a bug introduced with commit
5407         e1889675b7f4adf057833c5513c9374134c4e053.
5408         (nnir-run-query): 'nnir-search-engine should not be set from the global
5409         environment.
5410
5411 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5412
5413         * nnir.el (nnir-search-thread): Position point on referring article
5414         line.
5415         (nnir-warp-to-article): Clean up summary buffers.
5416
5417         * nnimap.el (nnimap-request-thread): Whitespace fix.
5418
5419 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5420
5421         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5422
5423 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * starttls.el (starttls-available-p): Rename from
5426         `starttls-any-program-available' and changed return convention.
5427
5428 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5429
5430         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5431         `unix-sync' unless it's defined.
5432
5433 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5434
5435         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5436         `aref' for XEmacs compatibiltiy.
5437
5438 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5441
5442 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5443
5444         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5445         closures, quote the form properly (bug#9194).
5446
5447 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5450         (gnus-summary-insert-new-articles): Protect against servers that are
5451         down.
5452
5453 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5454
5455         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5456         in mm handle if none is specified.
5457
5458 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5459
5460         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5461
5462 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5463
5464         * nnir.el (nnir-search-thread): New function to make an nnir group
5465         based on a thread query.
5466
5467         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5468         of nnir in thread referral.
5469         (gnus-summary-refer-thread): Use it.
5470
5471         * nnimap.el (nnimap-request-thread): Use it.
5472
5473 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * shr.el (shr-tag-comment): Ignore HTML comments.
5476
5477 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5478
5479         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5480         argument.
5481         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5482         Use `nnir-address' to handle server info rather than passing an arg.
5483
5484         * nnimap.el (nnimap-make-thread-query): New utility function to format
5485         an imap thread search query.
5486         (nnimap-request-thread): Use it.
5487
5488         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5489         right select-method if we are not going back to the group buffer.
5490
5491 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5492
5493         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5494         enter invalid buffer configurations into the quit form (bug#9107).
5495         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5496         unplugged/plugged.
5497
5498         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5499         keep track of which ones are unread (bug#9061).
5500
5501         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5502         (bug#9055).
5503
5504         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5505         (bug#9041).
5506
5507         * gnus-html.el (mm-util): Require (bug#9073).
5508
5509         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5510         (gnus-summary-refer-thread): Use it to remove duplicates in the
5511         un-threaded view (bug#9053).
5512         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5513
5514 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5515
5516         * nnir.el (nnir-read-server-parm): Use default value from global
5517         variable.  Without this the default search engine parameters aren't
5518         used at all.
5519
5520 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * message.el (message-unique-id): Don't use the undocumented return
5523         value from (random t) (bug#9118).
5524
5525 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5526
5527         * message.el (message-auto-save-directory): If the ~/Mail directory
5528         doesn't exist, use ~ as the auto-save directory (bug#4432).
5529
5530         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5531         hasn't already been started.
5532
5533 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5536
5537         * message.el (message-reply): Work around mysterious bug where
5538         `message-mode' seems to overwrite the locally bound `subject' variable.
5539
5540 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5541
5542         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5543         correct group.
5544
5545         * gnus-int.el (gnus-request-thread): Add group argument.
5546
5547         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5548
5549 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5552
5553         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5554         renamed to `debbugs-gnu-*'.
5555
5556 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5557
5558         * plstore.el: Revert the editing feature since it is not urgent.
5559         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5560         (plstore-mode-decoded): Remove.
5561
5562 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5565         isn't very interesting any more, and it leaks potentially secret data.
5566         (gnus-debug): Remove.
5567
5568         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5569         use of :custom-show.
5570
5571 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5572
5573         * plstore.el: Add documentation.
5574         (plstore-mode): New mode to edit plstore file.
5575         (plstore-mode-toggle-display, plstore-mode-original)
5576         (plstore-mode-decoded): New command.
5577         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5578         (plstore--insert-buffer, plstore--make): New function.
5579         (plstore-open, plstore-save): Simplify by using them.
5580
5581 2011-07-06  Glenn Morris  <rgm@gnu.org>
5582
5583         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5584
5585 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5588         no longer is much used.
5589         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5590         Articles".
5591
5592 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5593
5594         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5595         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5596         `notmuch' backend.
5597
5598 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * mm-decode.el (mm-text-html-renderer): Doc fix.
5601
5602         * gnus-msg.el (gnus-bug): Fix the MML tag.
5603
5604         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5605
5606 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5607
5608         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5609         secondary methods if started with `gnus-no-server'.
5610
5611 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5612
5613         * message.el (message-return-action): Fix typo in docstring.
5614
5615 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5618         bug reports at once.
5619
5620         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5621
5622 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * nndraft.el: Require gnus-group.
5625         (nndraft-request-list): Declare.
5626
5627         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5628         no unread article unless it matches gnus-permanently-visible-groups.
5629
5630         * nndraft.el (nndraft-update-unread-articles): New function.
5631         (nndraft-request-associate-buffer): Use it to update the number of
5632         unread articles for the nndraft groups in the group buffer when saving
5633         or killing a draft message.
5634
5635 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5638         systems to binary before writing and reading the mbox files.
5639
5640         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5641         instead of trying to list them all (bug#8978).
5642
5643 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5644
5645         * pop3.el (pop3-open-server): Use :end-of-capability.
5646
5647 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5650         the id is always a number.
5651
5652         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5653
5654         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5655         debbugs mode, if possible.
5656
5657 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5658
5659         * auth-source.el (auth-source-token-passphrase-callback-function):
5660         Reindent.
5661         (epg-context-operation): Remove unnecessary autoload.
5662
5663 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5664
5665         * gnus.el (gnus-list-debbugs): New command.
5666
5667         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5668         mboxstat instead of the maintbox, since the stat seems to be fuller.
5669
5670         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5671         summary buffers.
5672
5673         * message.el (message-get-reply-headers): Delete all duplicates,
5674         instead of the first.
5675         (message-get-reply-headers): Ensure that we have progress while
5676         deleting duplicates.
5677
5678         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5679         gnus-posting-style value from the summary buffer to make it easier to
5680         make that a per-buffer conf.
5681
5682 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5683
5684         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5685         found by setting `shortcut' in 'query.
5686         (nnir-request-article): Use `shortcut' setting when requesting article
5687         by Message-ID.
5688
5689 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5692         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5693         Bring the pseudo-headers back too.
5694
5695 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5696
5697         * auth-source.el (auth-source-token-passphrase-callback-function):
5698         Simplify and remove EPA dependency.
5699
5700 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5701
5702         * nnir.el (nnir-request-article): Fix error message text.
5703
5704 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5705
5706         * auth-source.el (plstore-delete): Autoload.
5707         (auth-source-plstore-search): Support delete operation.
5708         * plstore.el (plstore-delete): New function.
5709
5710 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5713         mark actually existing articles as unread rather than the ones that
5714         active asserts.
5715
5716 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5717
5718         * nntp.el (nntp-record-command):
5719         * gnus-util.el (gnus-message-with-timestamp-1):
5720         Use format-time-string rather than decoding time stamps by hand.
5721         This is simpler and insulates the code from potential changes to
5722         current-time format.
5723
5724 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5727
5728 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5729
5730         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5731         (plstore-save): Support public key encryption.
5732         (plstore--init-from-buffer): New function.
5733         (plstore-open): Use it; fix error when opening a non-existent file.
5734         (plstore-revert): Use plstore--init-from-buffer.
5735
5736 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5737
5738         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5739
5740 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5743         for old Emacsen.
5744
5745 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5748         is not fully working.
5749
5750 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * dgnushack.el: Autoload sha1 on XEmacs.
5753
5754         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5755         quit window configuration.
5756
5757         * auth-source.el (epg-context-set-passphrase-callback):
5758         Remove duplicate autoload.
5759
5760 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5761
5762         * nnir.el (nnir-request-article): Allow requesting articles by
5763         Message-ID with nnimap.
5764
5765         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5766         current server.
5767
5768 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5769
5770         * auth-source.el: Autoload EPA/EPG functions.
5771         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5772         changed when EPA/EPG is not available.
5773         (auth-source-backend): Rename "arg" member to "data".
5774         (auth-source-backend-parse, auth-source-plstore-search)
5775         (auth-source-plstore-create): Use it.
5776
5777 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5778
5779         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5780         `gnus-refer-article-methods'.
5781
5782 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * auth-source.el: Require EPA and EPG.
5785         (auth-source-passphrase-alist): New variable.
5786         (auth-source-passphrase-callback-function)
5787         (auth-source-token-passphrase-callback-function): Callbacks for the
5788         netrc field encryption (GPG tokens).
5789         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5790         Symmetric encryption and decryption of the netrc GPG tokens.
5791         (auth-source-netrc-normalize): Use them, simplifying the closure.
5792
5793 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5796         is available.
5797
5798 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799
5800         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5801         non-nil, and `nnimap-split-methods' is nil, use the former.
5802
5803 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5804
5805         * plstore.el (plstore-revert): New function.
5806         (plstore-open): Use it; hide the buffer from user.
5807
5808 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5809
5810         * auth-source.el (auth-source-backend): New member "arg".
5811         (auth-source-backend-parse): Handle new backend 'plstore.
5812         * plstore.el: New file.
5813
5814 2011-06-30  Glenn Morris  <rgm@gnu.org>
5815
5816         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5817
5818 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5821         expiring articles to.
5822
5823         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5824         variations as ASCII (bug#5458).
5825
5826 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5829
5830 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * message.el (message-point-in-header-p): Tweak the function to default
5833         to saying that we're not in the headers if there is no separator at
5834         all.  This makes it possible to use the Message version of `M-q' in
5835         buffers with no headers (bug#7987).
5836         (message-point-in-header-p): Fix last checkin to work with an empty
5837         mail-header-separator, too.
5838
5839         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5840         again, save the choice via customize.
5841
5842 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5845
5846         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5847         ended the connection, bail out before waiting infinitely on a new
5848         connection.
5849
5850 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5853         reports.
5854
5855         * gnus.el (gnus-bug-package): Use "gnus."
5856         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5857
5858 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * dgnushack.el: Make the timer warning go away on XEmacs.
5861
5862         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5863         animations going on at article exit time.
5864
5865         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5866         since removing it breaks people upgrading.
5867
5868         * shr.el (shr-put-image): Use the new interface for animating images.
5869         (shr-put-image): Animate for 60 seconds.
5870
5871         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5872         avoid compiler warnings.
5873
5874         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5875         error with `find-file-hooks' on Emacs 22.
5876         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5877         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5878         on all architectures.
5879
5880         * spam.el (spam-stat): Require in a normal fashion without binding
5881         `spam-stat-install-hooks' to avoid compilation warnings.
5882
5883         * spam-stat.el (spam-stat-install-hooks): Remove.
5884         (spam-stat-install-hooks): Don't run automatically.
5885
5886 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5887
5888         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5889         and keystroke.
5890
5891 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * auth-source.el (auth-source-netrc-cache): Move forward.
5894
5895 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896
5897         * proto-stream.el (proto-stream-open-starttls): Use
5898         `gnutls-available-p' to see whether we have built-in support.
5899
5900         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5901         we already know.
5902         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5903         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5904
5905 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906
5907         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5908         %S format, since that looks odd.
5909         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5910         file, especially when saving.
5911
5912 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5913
5914         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5915         article found.
5916
5917 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5920         `auth-source-save-secrets' with a more sensitive alist that can be
5921         configured per file.  Experimental, so defaults to 'never.
5922         (auth-source-netrc-create): Use it.  Still experimental code.
5923         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5924         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5925
5926 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5927
5928         * auth-source.el (auth-source-save-secrets): New variable to control if
5929         secret tokens should be saved encrypted.
5930         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5931         to `auth-source-netrc-normalize'.
5932         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5933         on the EPA variables being defined.
5934         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5935         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5936         the lexical-let closure.
5937         (auth-source-netrc-create): Create "gpg:" tokens according to
5938         `auth-source-save-secrets'.
5939
5940 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-group.el (gnus-group-update-group): Add new argument
5943         `info-unchanged' that stops updating dribble buffer.
5944
5945         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5946         deletes lines matching to it in dribble buffer.
5947
5948         * gnus-agent.el (gnus-agent-fetch-group-1):
5949         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5950         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5951         * gnus-start.el (gnus-group-change-level):
5952         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5953
5954         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5955         if newsgroup info is not changed.
5956
5957         * gnus-group.el (gnus-group-get-new-news-this-group):
5958         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5959         Don't update dribble buffer.
5960
5961 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5964         remove entries with groups we ignore.
5965
5966 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5969         the underline comes at the bottom.
5970
5971 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5972
5973         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5974         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5975         (gnus-registry-article-marks-to-names): Rename from
5976         `gnus-registry-user-format-function-M2'.
5977
5978 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5981         ephemeral group.
5982
5983 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * shr.el (shr-browse-image): Copy the URL if called interactively.
5986
5987 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5990         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5991         done, then unselected articles may be marked as read.
5992
5993         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5994         since not doing this seems to lead to a race condition in pop3-logon.
5995
5996         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5997         so that the call chain it correct when we call "upwards".
5998
5999         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6000         in read-only groups.
6001
6002         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6003
6004         * message.el (message-cite-reply-position): Doc string fix.
6005
6006         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6007         avoid regexp overflow.
6008         (nnimap-transform-split-mail): Ditto.
6009
6010         * pop3.el (pop3-retr): Error out if the server closes the connection.
6011
6012 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6015         mm-with-unibyte-current-buffer.  The buffer should not contain any
6016         multibyte chars anyway at this stage.
6017
6018 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6021         at the end of lines.
6022
6023 2011-05-29  Julien Danjou  <julien@danjou.info>
6024
6025         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6026
6027 2011-05-27  Glenn Morris  <rgm@gnu.org>
6028
6029         * gnus-group.el (gnus-bug-group-download-format-alist):
6030         Use the "maintainer" version of debian reports as well.
6031
6032 2011-05-26  Glenn Morris  <rgm@gnu.org>
6033
6034         * gnus-group.el (gnus-bug-group-download-format-alist):
6035         Use the "maintainer" version of debbugs.gnu.org reports.
6036
6037 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6040
6041 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6042
6043         * gnus-cus.el (gnus-agent-customize-category):
6044         * gnus-delay.el (gnus-delay-send-queue):
6045         * gnus.el (gnus-other-frame):
6046         Don't quote lambda expressions with `quote'.
6047
6048 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6049
6050         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6051         the thread moves us backwards and so we loop forever.
6052
6053 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6056         whitespace in base64 data lines.
6057
6058 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * gnus-registry.el (gnus-registry-user-format-function-M):
6061         Use `mapconcat'.
6062         (gnus-registry-user-format-function-M2): Use to see the full text of
6063         the marks.  Make "," the mark text separator.
6064
6065         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6066         authentication with auth-source.
6067
6068 2011-05-17  Glenn Morris  <rgm@gnu.org>
6069
6070         * gnus-group.el (gnus-import-other-newsrc-file):
6071         Use insert-file-contents.
6072
6073 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6074
6075         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6076         1000 iterations.
6077
6078 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * nntp.el (nntp-open-connection): Check if process-type is available.
6081
6082 2011-05-16  Julien Danjou  <julien@danjou.info>
6083
6084         * shr.el (shr-tag-del): Add support for del tag.
6085
6086 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-html.el (gnus-html-put-image): Register a displayer.
6089
6090         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6091
6092 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6093
6094         * registry.el (prune-factor): New initialization parameter defaulting
6095         to 0.1.
6096         (registry-prune-hard): Use it.
6097
6098         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6099         0.1 expicitly.
6100
6101 2011-05-13  Glenn Morris  <rgm@gnu.org>
6102
6103         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6104         is bound, since this function requires sendmail.
6105
6106 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6107
6108         * registry.el (registry-usage-test): Disable pruning test.
6109
6110 2011-05-11  David Engster  <dengste@eml.cc>
6111
6112         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6113         Bind set-network-process-option for XEmacs.
6114
6115 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * registry.el (registry-prune-hard-candidates)
6118         (registry-prune-soft-candidates): Helper methods for registry pruning.
6119         (registry-prune): Use them.  Make the sort function optional.
6120
6121 2011-05-10  Jim Meyering  <meyering@redhat.com>
6122
6123         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6124
6125 2011-05-10  Julien Danjou  <julien@danjou.info>
6126
6127         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6128         symbol and not a list.
6129
6130 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-art.el (gnus-article-mode): Move binding of
6133         shr-put-image-function here from gnus-article-prepare-display.
6134
6135         * shr.el (shr-put-image-function): New variable.
6136         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6137         (shr-put-image): Return scaled image.
6138
6139         * gnus-art.el (gnus-shr-put-image): New function.
6140         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6141
6142         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6143         original ones, as deletable.
6144
6145 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6148
6149 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * registry.el (registry-full): Add convenience method.  Fix logic.
6152         (registry-insert): Use it.  Fix logic here too.
6153
6154         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6155         `registry-prune' if `registry-full' returns t.
6156         (gnus-registry-handle-action)
6157         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6158         (gnus-registry-usage-test): Use it.
6159
6160 2011-05-07  Julien Danjou  <julien@danjou.info>
6161
6162         * shr.el (shr-link): Make shr-link inherit from link by default.
6163
6164 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6167
6168 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6171         error out because the face is not a list.
6172
6173 2011-05-05  Glenn Morris  <rgm@gnu.org>
6174
6175         * proto-stream.el (gnutls-negotiate): Fix declarations.
6176
6177         * gnus-start.el (gnus-propagate-marks): Declare.
6178
6179 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * registry.el (registry-reindex): Fix percentage message.
6182
6183         * proto-stream.el (network-stream-open-starttls): Adjust to call
6184         `gnutls-negotiate' with :process and :hostname arguments.
6185
6186 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * shr.el: Add shr-link face for links.
6189         (shr-urlify): Use it.
6190
6191         * registry.el (registry-insert): Make error message more helpful.
6192
6193 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * gnus-html.el (gnus-html-schedule-image-fetching):
6196         Use url-queue-retrieve, if it exists.
6197
6198         * shr.el (shr-tag-img): Ditto.
6199
6200         * gnus.el: Autoload more gnus-agent functions.
6201
6202         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6203         agent if we haven't already (bug#8502).
6204
6205         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6206         into the Agent, too.
6207
6208         * gnus-agent.el (gnus-agent-store-article): New function.
6209
6210         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6211         and moved from that file for reuse.
6212
6213         * pop3.el (pop3-open-server): Error messages are "-ERR".
6214
6215 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6218         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6219
6220 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6221
6222         * gnus.el: No Gnus v0.17 is released.
6223
6224 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6225
6226         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6227         buffer has moved to a different frame.
6228
6229 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6232         to get the conversion from unibyte to multibyte buffers to work on
6233         Emacs 22.
6234
6235         * nntp.el (nntp-request-article): Slight clean-up.
6236
6237 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * shr.el (shr-strike-through): New face.
6240         (shr-tag-s): Use it to provide <s> support.
6241         (shr-tag-s): Remove duplicate definition.
6242
6243 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6246         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6247
6248 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6251         `gnutls-negotiate'.
6252         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6253
6254 2011-04-23  Glenn Morris  <rgm@gnu.org>
6255
6256         * gnus-sum.el (gnus-extra-headers): Bump :version.
6257
6258 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * shr.el (shr-tag-sup): New function.
6261         (shr-tag-sub): Ditto.
6262
6263 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6266         for the case where `gnus-registry-ignored-groups' is a list of lists,
6267         and don't call `gnus-parameter-registry-ignore' otherwise.
6268
6269 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6270
6271         * nnimap.el (nnimap-user): New backend variable.
6272         (nnimap-open-connection-1): Use it.
6273         (nnimap-credentials): Accept user parameter so it's explicit what user
6274         name is desired.
6275
6276         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6277         default.
6278
6279         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6280         not gnus-registry.el.
6281
6282         * gnus-registry.el: Mention in comments how to modify
6283         `gnus-extra-headers' for proper recipient tracking and that it may
6284         already have To and Cc recently, which it does as of this commit.
6285         (gnus-registry-ignored-groups): Remove defcustom.
6286         Explain why in comments.
6287         (gnus-registry-action): Fix data-header reference to use the extra
6288         headers.  Explain in package commentary how to add To and Cc headers to
6289         the gnus-extra-headers.
6290         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6291         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6292         parameter list or a string list in `gnus-registry-ignored-groups'.
6293         Fix logic error.
6294
6295 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * shr.el (shr-expand-url): Protect against null urls.
6298
6299 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * shr.el (shr-base): New binding.
6302         (shr-tag-base): Keep track of <base>.
6303         (shr-expand-url): New function used throughout.
6304
6305 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6306
6307         * gnus-registry.el
6308         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6309         (gnus-registry-ignored-groups): New variable.
6310         (gnus-registry-ignore-group-p): Use it.
6311         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6312         set the destination group to nil (same as delete) if it's ignored.
6313
6314 2011-04-20  David Engster  <dengste@eml.cc>
6315
6316         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6317
6318         * Makefile.in (test-nntp): New rule.
6319         (check): Add it.
6320         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6321
6322 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-registry.el (gnus-registry-action)
6325         (gnus-registry-fetch-header-fast):
6326         Don't use mail-header that looks an internal function of mailheader.el.
6327
6328 2011-04-19  Glenn Morris  <rgm@gnu.org>
6329
6330         * time-date.el (time-to-days): Remove unused local variables.
6331
6332 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-registry.el: Eliminate cl functions.
6335         (gnus-registry-sort-addresses): New function that replaces mapcan.
6336         (gnus-registry-action, gnus-registry-spool-action)
6337         (gnus-registry-split-fancy-with-parent)
6338         (gnus-registry-fetch-recipients-fast): Use it.
6339         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6340
6341         * registry.el (initialize-instance, registry-lookup)
6342         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6343         (registry-lookup-secondary-value, registry-search, registry-delete)
6344         (registry-insert, registry-reindex, registry-size, registry-prune):
6345         Use eval-and-compile.
6346
6347 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         * registry.el (registry-reindex): New method to recreate the secondary
6350         registry indices.
6351
6352         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6353         tracked field changes.
6354         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6355         (gnus-registry-action, gnus-registry-spool-action)
6356         (gnus-registry-handle-action)
6357         (gnus-registry--split-fancy-with-parent-internal)
6358         (gnus-registry-split-fancy-with-parent)
6359         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6360         move, and delete actions, and for fancy splitting with parent.
6361         (gnus-registry-extract-addresses)
6362         (gnus-registry-fetch-recipients-fast)
6363         (gnus-registry-fetch-header-fast): Convenience functions.
6364         (gnus-registry-misc-test): ERT test of
6365         `gnus-registry-extract-addresses'.
6366
6367 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6370         Track by subject first, then sender.
6371
6372 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6373
6374         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6375
6376         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6377         Lisp.
6378
6379         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6380         (gnus-draft-send): Use it to avoid popping
6381         up frames from gnus-group-send-queue.
6382
6383 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * gnus-registry.el: Updated gnus-registry docs.
6386
6387 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6390         Fix logic bug.
6391         (gnus-registry-post-process-groups): Fix logging of no results and
6392         quote sender and subject.
6393
6394 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6395
6396         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6397         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6398         gnutls-cli are too slow to be done opportunistically.
6399
6400         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6401         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6402         we had no early-data returned.
6403         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6404         two async commands to the same server at the same time.
6405
6406 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6407
6408         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6409
6410 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6413         "warning" level.
6414
6415         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6416         (mm-url-insert-file-contents): Don't set the package names.
6417
6418 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * gnus-registry.el (gnus-registry-action): Remove properties and
6421         simplify subject in `gnus-registry-handle-action'.
6422         (gnus-registry-spool-action): Get subject and sender from message if
6423         they are not passed in.
6424         (gnus-registry-handle-action): Remove properties and simplify subject
6425         consistently.
6426
6427 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6428
6429         * registry.el: Require CL before using defmacro*.
6430
6431 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-art.el (article-treat-date): Assume that
6434         gnus-article-date-headers may be a group parameter.
6435
6436 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6437
6438         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6439
6440         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6441         interactively so the newsrc file can contain foreign groups too.
6442         Useful for debugging but not much for users.
6443
6444 2011-04-07  David Engster  <dengste@eml.cc>
6445
6446         * registry.el (registry-usage-test): Only do
6447         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6448         lexical binding.
6449
6450 2011-04-07  David Engster  <dengste@eml.cc>
6451
6452         * Makefile.in (check, test-registry): New rules for test-suite.
6453
6454 2011-04-06  David Engster  <dengste@eml.cc>
6455
6456         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6457         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6458
6459 2011-04-06  David Engster  <dengste@eml.cc>
6460
6461         * registry.el (initialize-instance): Change :after to :AFTER to be
6462         compatible with old EIEIO version in XEmacs.
6463
6464 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * gnus-registry.el (gnus-registry-post-process-groups)
6467         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6468         and provide better messaging.
6469
6470 2011-04-06  David Engster  <dengste@eml.cc>
6471
6472         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6473         errors.
6474
6475         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6476         dgnushack-compile with error-on-warn enabled, and to signal an error if
6477         clean compilation failed.
6478         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6479         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6480
6481 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6484         unconditionally anyway, discarding errors.
6485         (gnus-registry-delete-entries): New convenience function.
6486         (gnus-registry-import-eld): Import from old .eld registry.
6487
6488         * registry.el: Don't use ERT if it's not available.  Load it
6489         unconditionally anyway, discarding errors.
6490
6491         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6492         version from the Claudio Bley GnuTLS patch (extra optional parameters
6493         and host name).
6494
6495 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6498         fixup the parameters that can be customized by the user between
6499         save/read cycles.
6500         (gnus-registry-read): Use it.
6501         (gnus-registry-make-db): Use it.
6502         (gnus-registry-spool-action, gnus-registry-handle-action):
6503         Fix messaging.
6504         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6505         Map references to actual group names with sender and subject tracking.
6506         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6507         (gnus-registry-usage-test): Add subject lookup test.
6508
6509         * registry.el (registry-db, initialize-instance): Set up constructor
6510         instead of :initform arguments for the sake of older Emacsen.
6511         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6512         pre-lexbind merge bug.
6513         (registry-usage-test): Use it.
6514         (initialize-instance, registry-db): Move the non-function initforms
6515         back to the class definition.
6516
6517 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * registry.el: New library to manage gnus-registry-style data.
6520
6521         * gnus-registry.el: Use it (major rewrite).
6522
6523         * nnregistry.el: Use it.
6524
6525         * spam.el: Use it.
6526
6527 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6530         marks on non-selected articles.
6531
6532 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6533
6534         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6535         parameter to open-protocol-stream.
6536
6537 2011-04-01  Julien Danjou  <julien@danjou.info>
6538
6539         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6540         fundamental-mode.
6541
6542 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6545         servers.
6546
6547 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6550         made marks not propagate, again.
6551
6552 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6553
6554         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6555         Make this the default type.
6556         (proto-stream-open-plain): Rename from proto-stream-open-default.
6557         (open-protocol-stream, proto-stream-open-starttls)
6558         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6559         with `plain'.
6560
6561         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6562         value.
6563
6564         * nntp.el (nntp-open-connection-function): Document the fact that some
6565         values are not functions but are instead handled specially.
6566         Recognize nntp-open-plain-stream value.
6567         (nntp-open-connection): Recognize that value.
6568
6569 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6572         where it seems to be needed.
6573
6574 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6577         stuff.
6578
6579         * gnus-score.el (gnus-score-string): Fix calling convention of
6580         `gnus-simplify-buffer-fuzzy' after last patches.
6581
6582         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6583         server for articles we didn't get any headers for.  This is a sanity
6584         check.
6585
6586 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6587
6588         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6589         new CAPABILITY, use it.
6590
6591 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6594         downloading anything.
6595
6596         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6597
6598 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6599
6600         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6601         colors.
6602         (gnus-splash-svg-color-symbols): New function.
6603
6604 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6607         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6608         (gnus-simplify-subject-fuzzy): Use the local
6609         gnus-simplify-subject-fuzzy-regex instead of the global one.
6610         This makes using this variable in group parameters work.
6611
6612 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * gnus-registry.el (gnus-registry-unfollowed-groups):
6615         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6616         archive:sent-YYYY-MM-DD groups).
6617         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6618         tracking if there are more than `gnus-registry-max-track-groups'
6619         matches.
6620
6621 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6622
6623         * message.el (message--yank-original-internal): New function to do the
6624         insertion cleanly inside eval in `message-yank-original'.
6625         (message-yank-original): Use it.
6626
6627 2011-03-29  Julien Danjou  <julien@danjou.info>
6628
6629         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6630         local variables disabled rather than `normal-mode'.
6631
6632 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6633
6634         * imap.el (imap-shell-open, imap-process-connection-type):
6635         Use imap-process-connection-type for 'shell' streams as well as
6636         Kerberos, SSL, other subprocesses.
6637
6638 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6639
6640         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6641         with open-network-stream.
6642         (proto-stream-always-use-starttls): Option removed.
6643         (open-protocol-stream): Return a process object by default.  Provide a
6644         new parameter :return-list specifying a list-type return value, which
6645         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6646         :type `network' to `try-starttls', and `network-only' to `default'.
6647         Make `default' the default, for compatibility with open-network-stream.
6648         Handle the no-parameter case exactly as open-network-stream, with no
6649         additional stream processing.  Search plists using plist-get.
6650         Explicitly add :end-of-commend parameter if it is missing.
6651         (proto-stream-open-default): Rename from
6652         proto-stream-open-network-only.  Return 'default as the type.
6653         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6654         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6655         failed.  Always return a list with a (possibly dead) process as the
6656         first element, for compatibility with open-network-stream.
6657         (proto-stream-open-tls): Use plist-get.  Always return a list.
6658         (proto-stream-open-shell): Return `default' as connection type.
6659         (proto-stream-capability-open): Use plist-get.
6660         (proto-stream-eoc): Function deleted.
6661
6662         * nnimap.el (nnimap-stream, nnimap-open-connection)
6663         (nnimap-open-connection-1): Handle renaming of :type parameter for
6664         open-protocol-stream.
6665         (nnimap-open-connection-1): Pass a :return-list parameter
6666         open-protocol-stream to obtain a list return value.  Parse this list
6667         using plist-get.
6668
6669         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6670         for open-protocol-stream.  Accept open-protocol-stream return value
6671         that is a subprocess object instead of a list.  Handle the case of a
6672         dead returned process.
6673
6674 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6677
6678         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6679
6680 2011-03-21  Julien Danjou  <julien@danjou.info>
6681
6682         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6683         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6684         query.
6685         (mm-inline-text): Render normal text with fontification whenever
6686         possible.
6687
6688         * gnus-sum.el (gnus-summary-save-parts-1):
6689         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6690         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6691         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6692         Use `mm-handle-filename'.
6693
6694         * mm-util.el (mm-handle-filename): New function, return the filename of
6695         an handle.
6696
6697 2011-03-18  Julien Danjou  <julien@danjou.info>
6698
6699         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6700         (gnus-buffer-live-p): Check that buffer is not nil.
6701
6702 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6703
6704         * gnus.el: No Gnus v0.15 is released.
6705
6706 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6709         avoid warning on XEmacs.
6710
6711         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6712         on XEmacs.
6713
6714         * gnus-art.el: Require mouse, which the build bot seems to say is
6715         needed.
6716
6717         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6718
6719         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6720         XEmacs, since it doesn't have url-retrieve-synchronously.
6721
6722         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6723         since assoc-string doesn't exist in XEmacs.
6724
6725 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6726
6727         * gnus-group.el (gnus-group-list-ticked): New function.
6728         (gnus-group-make-menu-bar): Provide a menu entry for it.
6729         (gnus-group-list-map): Provide a binding for it.
6730
6731 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * shr.el (shr-visit-file): New command.
6734
6735         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6736
6737 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6738
6739         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6740         servers.
6741
6742 2011-03-16  Julien Danjou  <julien@danjou.info>
6743
6744         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6745         inline.
6746
6747         * gnus-art.el (article-hide-list-identifiers):
6748         Use gnus-group-get-list-identifiers.
6749
6750         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6751         (gnus-summary-remove-list-identifiers):
6752         Use gnus-group-get-list-identifiers to get regexp.
6753         (gnus-select-newsgroup, gnus-summary-insert-subject)
6754         (gnus-summary-insert-articles):
6755         Call gnus-summary-remove-list-identifiers unconditionally.
6756
6757 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6760         we're selecting a group with unread articles.
6761
6762         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6763
6764         * gssapi.el: New file separated out from imap.el to provide a general
6765         Kerberos 5 connection facility for Emacs.
6766
6767         * message.el (message-elide-ellipsis): Document the format spec
6768         ellipsis.
6769
6770 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * message.el (message-elide-region): Allow the ellipsis to say how many
6773         lines were removed.
6774
6775 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6778         window configurations containing buffers that are now dead.
6779
6780         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6781         parsing to avoid integer overflows.
6782         (nnimap-parse-flags): Simplify the last change.
6783         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6784         too large for 32-bit Emacsen.
6785
6786 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6787
6788         * auth-source.el (auth-source-netrc-create):
6789         * message.el (message-yank-original): Fix use of `case'.
6790
6791 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6792
6793         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6794         XEmacs, which was one character too wide.
6795
6796 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6797
6798         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6799         default number of articles to display.
6800         (gnus-articles-to-read): Use pretty names for prompt.
6801
6802 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * gnus-int.el (gnus-open-server): Ditto.
6805
6806         * gnus-start.el (gnus-activate-group): Give a backtrace if
6807         debug-on-quit is set and the user hits `C-g'.
6808         (gnus-read-active-file): Ditto.
6809
6810         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6811
6812 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * message.el (message-yank-original): Use cond instead of CL case.
6815
6816 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6817
6818         * auth-source.el (auth-source-netrc-create): Use usual format for the
6819         default in prompts.
6820
6821 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * lpath.el: Fbind read-char-choice for XEmacs.
6824
6825 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6826
6827         * auth-source.el (auth-source-netrc-create): Show the default in the
6828         prompt when prompting for token creation.
6829
6830 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * auth-source.el (auth-source-format-prompt): Always convert the value
6833         to a string to avoid evaluating non-string arguments.
6834         (auth-source-netrc-create): Offer default properly, not as initial
6835         content in `read-string'.
6836         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6837         of line to determine if we've been run before.  If so, don't run again,
6838         but print a trivial message to indicate the cache was hit instead.
6839
6840 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6843         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6844         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6845         Gnus.
6846
6847 2011-03-11  Julien Danjou  <julien@danjou.info>
6848
6849         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6850         modified file".
6851
6852 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * auth-source.el (auth-source-read-char-choice): New function to read a
6855         character choice using `dropdown-list', `read-char-choice', or
6856         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6857         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6858         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6859         (auth-source-netrc-saver): Use it.
6860         (auth-source-pick-first-password): New convenience function.
6861
6862 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6865         parameter in the credentials.
6866         (nnimap-open-connection-1): Use it after a successful login.
6867         (nnimap-credentials): Add IMAP-specific user and password prompt.
6868
6869         * auth-source.el (auth-source-search): Add :require parameter, taking a
6870         list.  Document it and the :save-function return token.  Pass :require
6871         down.  Change the CREATED message from a warning to a debug statement.
6872         (auth-source-search-backends): Pass :require down.
6873         (auth-source-netrc-search): Pass :require down.
6874         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6875         Change save prompt to indicate all modifications saved here are
6876         deletions.
6877         (auth-source-netrc-create): Take user login name as default in user
6878         prompt.  Move all the save functionality to a lexically bound function
6879         under the :save-function token in the returned list.  Set up clearer
6880         default prompts for user, host, port, and secret.
6881         (auth-source-netrc-saver): New function, intended to be wrapped for
6882         :save-function.
6883
6884 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6887         lines to be spaces instead.
6888
6889 2011-03-07  Julien Danjou  <julien@danjou.info>
6890
6891         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6892         (sieve-sasl-auth): Check that auth-source-search did return something,
6893         or just return an empty string.
6894
6895 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6896
6897         * gnus.el (gnus-interactive): Use read-directory-name.
6898
6899         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6900         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6901         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6902         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6903         Likewise.
6904
6905         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6906
6907 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6910         onto the list of killed groups, too.  This makes killed nnimap groups,
6911         for instance, more reliably not reappear.
6912
6913         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6914         the parent.
6915
6916         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6917
6918         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6919         really have server-side marks.
6920
6921         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6922         since most backends do not usefully have server-side marks.
6923         (gnus-update-read-articles): Propagate marks to all backends that
6924         really have server-side marks.
6925
6926 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6927
6928         * message.el (message-cite-reply-position, message-cite-style):
6929         New variables.
6930         (message-yank-original): Use the new citation styles.
6931
6932 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6933
6934         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6935         buffer-local issue); don't mark it buffer-local when running under
6936         XEmacs.
6937
6938 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6939
6940         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6941         numbers too big to be `read'.
6942
6943 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * password-cache.el (password-in-cache-p): Add autoload.
6946
6947         * message.el (message-options): Make buffer-local two ways to attempt
6948         to fix a XEmacs bug.
6949
6950 2011-03-02  Julien Danjou  <julien@danjou.info>
6951
6952         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6953
6954 2011-03-01  Julien Danjou  <julien@danjou.info>
6955
6956         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6957         group.
6958         (article-hide-list-identifiers): Use list-identifier group parameter.
6959
6960 2011-02-28  Julien Danjou  <julien@danjou.info>
6961
6962         * sieve.el (sieve-buffer-script-name): New local variable to store
6963         sieve script name.
6964         (sieve-edit-script): Store sieve script name.
6965         (sieve-upload): Use sieve script name when uploading.
6966         (sieve-upload): Use substitute-command-keys.
6967         (sieve-edit-script): Use substitute-command-keys.
6968         (sieve-refresh-scriptlist): Use substitute-command-keys.
6969         (sieve-manage-mode-map): Define keymap properly.
6970         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6971         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6972         Remove commented code about cvs.
6973         (sieve-manage-quit): New function.
6974         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6975
6976 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6979
6980 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6981
6982         * auth-source.el (auth-source-search): Cache empty result sets.
6983
6984         * password-cache.el (password-in-cache-p): Convenience function to
6985         check if a key is in the cache, even if the value is nil.
6986
6987         * auth-source.el (auth-source-save-behavior): New variable to replace
6988         `auth-source-never-create'.
6989         (auth-source-netrc-create): Use it.
6990         (auth-source-never-save): Remove.
6991
6992 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6993
6994         * nnimap.el (nnimap-stream): Doc fix.
6995         (nnimap-open-connection-1): Reverse the order of the ports to that the
6996         prompted-for port is first.
6997
6998         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6999         retrieval by the no-group selection.
7000
7001         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7002         numerical parameters.
7003
7004 2011-02-25  Julien Danjou  <julien@danjou.info>
7005
7006         * gnus-gravatar.el: Use gnus-with-article-buffer.
7007
7008         * gnus-art.el (gnus-with-article-buffer): Check that the
7009         gnus-article-buffer is alive.
7010
7011 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * auth-source.el (auth-source-creation-prompts): New variable to manage
7014         creation-time prompts.
7015         (auth-source-search): Document it.
7016         (auth-source-format-prompt): Add utility function.
7017         (auth-source-netrc-create): Don't default the user name to
7018         user-login-name.  Use `auth-source-creation-prompts' and some default
7019         prompts for user, host, port, and password (the default generic prompt
7020         remains ugly).
7021         (auth-source-never-save): Add customizable option to never save info.
7022         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7023         mode excursion.
7024
7025 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7028         argument that XEmacs doesn't support.
7029
7030         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7031         compiled for Emacsen having no `libxml-parse-html-region' support.
7032
7033         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7034
7035         * lpath.el: Bind buffer-save-without-query for XEmacs.
7036
7037 2011-02-23  Julien Danjou  <julien@danjou.info>
7038
7039         * gnus-art.el (article-make-date-line): Ignore errors if time is
7040         invalid and not convertible.
7041         (article-make-date-line): Only add lapsed time if time is not nil.
7042
7043 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7046         `read-char-choice' for backwards compatibility.
7047         (auth-source-netrc-element-or-first): New function to DTRT for
7048         parameter extraction.
7049         (auth-source-netrc-create): Use it and fix multiple parameter print
7050         bug.  Use the default passed from above (given-default) or the
7051         built-in (user-login-name for :user).
7052
7053 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7054
7055         * gnus-start.el (gnus-dribble-read-file):
7056         Set buffer-save-without-query, since we always want to save the dribble
7057         file, probably.
7058
7059         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7060         nnimap.
7061
7062         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7063         -summary- since it's a user-visible variable.
7064
7065         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7066         first time you use the new Gnus.
7067
7068 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7069
7070         * auth-source.el: Don't load netrc.el.
7071         (auth-sources): Search ~/.netrc as well by default.
7072         (auth-source-debug): Add 'trivia option for extra output.
7073         (auth-source-do-trivia): Use it.
7074         (auth-source-search): Simplify logic to use
7075         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7076         appropriate.  Don't keep a running count at this level.  Layer :create
7077         and :delete options appropriately on the first and second passes.
7078         Don't track the backend with the search results.
7079         (auth-source-search-backends): New function to search a list of
7080         backends for a processed spec.
7081         (auth-source-netrc-parse): Cache all netrc files, making
7082         auth-source-netrc-cache an alist keyed by the file name and using the
7083         file mtime as the caching criterion.  Keep the obfuscated data secret
7084         with a lexical bind.
7085         (auth-source-netrc-search): Don't calculate the length of the results
7086         unnecessarily.
7087         (auth-source-search-backends): Fix bug.
7088         (auth-source-netrc-create): Rework prompts.
7089
7090 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7091
7092         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7093         Lower case names of search constraints.
7094         (nnir-run-query): Cache and reuse search constraints for all imap
7095         servers.
7096
7097 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7098
7099         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7100         after exit.
7101         (gnus-setup-message): Define missing variable from last checkin.
7102
7103         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7104         value, show the raw article.
7105
7106 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7107
7108         * gnus.el: No Gnus v0.13 is released.
7109
7110 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7111
7112         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7113         auth-source now accepts numbers.
7114
7115         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7116         spec, too.
7117         (auth-source-ensure-strings): New function.
7118
7119         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7120         (gnus-article-setup-buffer): Always restart the date timer so that user
7121         changes to the frequency is respected.
7122
7123         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7124         port numbers, so make sure it gets that if nnimap-server-port is
7125         explicit.
7126
7127 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7128
7129         * nnimap.el (nnimap-inbox): Doc fix.
7130
7131 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7132
7133         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7134         Autoload.  Add optional arg FRAME, and pass it to color-values.
7135         (color-complement): Caller changed.  Doc fix.
7136         (color-gradient): Rewrite for better clarity and efficiency.
7137
7138 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7139
7140         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7141         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7142         color-lab-to-srgb.
7143
7144 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7145
7146         * color.el: First part of merge from hexrgb.el.
7147         (color-rgb-to-hex): Rename from color-rgb->hex.
7148         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7149         saturation to zero if the value is too small.
7150         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7151         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7152         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7153         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7154         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7155         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7156         (color-cie-de2000): Doc fix.
7157
7158 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7159
7160         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7161         given method as in the group name if we're using an extended method.
7162         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7163         command, if we're using that, instead of waiting for the beginning.
7164
7165         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7166         we're sure to get unique server names, and we don't output two async
7167         commands in the same buffer.  This fixes an NNTP hang for some users.
7168
7169 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7170
7171         * gnus.el: No Gnus v0.11 is released.
7172
7173 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7174
7175         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7176         summary buffer before reading going to the next buffer.  This avoids
7177         putting the point in the group buffer if you `C-g' the command.
7178
7179         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7180         cache (for now) to make ~/.authinfo.gpg files usable.
7181
7182         * nnfolder.el (copyright-update): Define for the compiler.
7183
7184         * auth-source.el (auth-source-search): Fix unbound variable.
7185
7186 2011-02-19  Glenn Morris  <rgm@gnu.org>
7187
7188         * gnus.el (gnus-meta): Doc fix.
7189
7190 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7191
7192         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7193         in case it's not yet loaded.
7194
7195 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7196
7197         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7198         line we're waiting for.
7199
7200 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7201
7202         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7203         face with line-width greater than zero will cause RET in gnus summary
7204         buffer to scroll down article page-wise because auto vscroll happens,
7205         it should be temporally disabled when doing a scroll-up.
7206
7207 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7208
7209         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7210         outputs from the server.
7211
7212 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7213
7214         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7215         later so that bbdb can hook in easier.
7216
7217 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7218
7219         * auth-source.el (auth-source-search): Don't try to create credentials
7220         if the caller doesn't want that.
7221         (auth-source-search): If we don't find a match, don't bug out on
7222         non-bound variables.
7223         (auth-source-search): Only ask a single backend to create the
7224         credentials.
7225
7226         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7227         logging.
7228         (nnimap-credentials): Protect against auth-source-search returning nil.
7229         (nnimap-request-list): Protect against not being able to open the
7230         server.
7231
7232 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7233
7234         * auth-source.el (auth-source-search): Do a two-phase search, one with
7235         no :create to get the responses from all backends.
7236
7237         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7238         when getting credentials.
7239
7240         * gnus-util.el (gnus-delete-duplicates): New function.
7241
7242 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7245         a creation default, pass the whole port list down.  It will be
7246         completed.
7247
7248         * auth-source.el (auth-source-search): Updated docs to talk about
7249         multiple creation choices.
7250         (auth-source-netrc-create): Accept a list as a value (from the search
7251         parameters) and do completion on that list.  Keep a separate netrc line
7252         with the password obscured for showing the user.
7253
7254         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7255         first choice to `auth-source-search' so it will be used for entry
7256         creation instead of the server's Gnus-specific name.
7257         (nnimap-credentials): Rely on the auth-source library to select which
7258         port is actually wanted in the new netrc entry, so don't override
7259         `auth-source-creation-defaults'.
7260
7261         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7262         :protocol and accept a missing user, host, or port as a wildcard match.
7263         (auth-source-debug): Default to off.
7264
7265         (auth-source-netrc-search, auth-source-netrc-create)
7266         (auth-source-secrets-search, auth-source-secrets-create)
7267         (auth-source-user-or-password, auth-source-backend, auth-sources)
7268         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7269         instead of :protocol.
7270
7271         * nnimap.el (nnimap-credentials): Pass a port default to
7272         `auth-source-search' in case an entry needs to be created.
7273         (nnimap-open-connection-1): Use :port instead of :protocol.
7274
7275 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * auth-source.el: Bind load-path when loading EIEIO from
7278         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7279         21.4 doesn't support, to `require'.
7280         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7281         delete-dups that is not available in XEmacs 21.4.
7282
7283 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7284
7285         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7286         as EIEIO must also be loaded when auth-source.el is being
7287         byte-compiled.
7288
7289 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7292
7293         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7294
7295         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7296
7297         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7298
7299         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7300
7301         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7302
7303         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7304
7305         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7306         necessary.
7307
7308 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7311         nil means that nnimap doesn't get updated.
7312
7313 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7316         result when the user doesn't want to write to the file.
7317         (auth-source-netrc-search): Expect a synthetic result and proceed
7318         accordingly.
7319         (auth-source-cache-expiry): New variable to override
7320         `password-cache-expiry'.
7321         (auth-source-remember): Use it.
7322
7323         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7324         parameter.  Create entry if necessary by using :create t.
7325         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7326
7327 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7328
7329         * auth-source.el (auth-source-debug): Enable by default and don't
7330         mention the obsolete `auth-source-hide-passwords'.
7331         (auth-source-do-warn): New function to debug unconditionally.
7332         (auth-source-do-debug): Use it.
7333         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7334         and for Secrets API entries when the secrets.el library is not
7335         available.
7336
7337 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7340         (gnus-summary-exit): Kill the correct article buffer on exit from a
7341         `C-d' group.
7342
7343         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7344         gnus-propagate-marks.
7345
7346         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7347         before killing the buffers so that a non-full window conf gets handled
7348         correctly.
7349         (gnus-summary-exit): Ditto.
7350         (gnus-summary-read-group-1): Ditto.
7351
7352         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7353         async code again so that we can debug it properly.
7354
7355         * message.el (message-reply): Take an optional switch-buffer parameter
7356         so that Gnus window confs are respected better.
7357
7358 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7361         `plist-get' to accept non-list parameters (XEmacs issue).
7362         Fix docstring.
7363         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7364         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7365         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7366         Login collection is "Login" and not "login".
7367
7368 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7369
7370         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7371         multiple headers.
7372
7373         * nnimap.el (nnimap-inhibit-logging): New variable.
7374         (nnimap-log-command): Don't log login commands.
7375
7376         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7377         to have more parameters.
7378
7379         * nnimap.el (nnimap-send-command): Mark the command time for each
7380         command, so that we don't get NOOPs stepping on our toes.
7381
7382         * gnus-art.el (article-date-ut): Get the date from the Date header on
7383         `t'.
7384
7385 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * auth-source.el (auth-source-search): Use copy-sequence instead of
7388         the cl.el copy-list.
7389
7390 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7391
7392         * imap.el: Bring it back (revert
7393         84d800cd31de3064f0ed39617d725709a2f8f42f).
7394
7395 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7396
7397         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7398         Improve prompt.
7399
7400 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7401
7402         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7403         washing status from the default format.  It isn't very informative.
7404
7405 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7406
7407         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7408         Fix Gcc processing on imap.
7409
7410 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * imap.el: Remove file.  All the functionality is in nnimap.el.
7413
7414 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7415
7416         * message.el (message-bury): Don't pop up a new window when selected
7417         window is dedicated.
7418
7419 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7420
7421         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7422
7423 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * sieve-manage.el: Autoload `auth-source-search'.
7426         (sieve-sasl-auth): Use it.
7427
7428 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * nnimap.el: Autoload `auth-source-forget+'.
7431         (nnimap-open-connection-1): Use it if the connection fails.
7432
7433         * auth-source.el: Require `password-cache'.
7434         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7435         obsolete.
7436         (auth-source-magic): Marker for `password-cache' keys.
7437         (auth-source-do-cache): Update docstring.
7438         (auth-source-search): Use and check cache.
7439         (auth-source-forget-all-cached, auth-source-remember)
7440         (auth-source-recall, auth-source-forget, auth-source-forget+)
7441         (auth-source-specmatchp): Caching support functions.
7442         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7443         Remove and obsolete.
7444         (auth-source-user-or-password): Remove caching to further discourage
7445         using it.  Always hide passwords.
7446
7447         * password-cache.el (password-cache-remove): Accept secrets that are
7448         not strings.
7449
7450 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7451
7452         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7453         code for now, since it doesn't work for all users.
7454
7455 2011-02-09  Julien Danjou  <julien@danjou.info>
7456
7457         * message.el (message-options): Make message-options really buffer
7458         local.
7459
7460 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * mail-source.el: Autoload `auth-source-search'.
7463         (mail-source-keyword-map): Note order matters.
7464         (mail-source-set-1): Get all the mail-source source values and
7465         defaults and search auth-source on those if needed.  This can all
7466         probably be simplified.
7467
7468         * nnimap.el: Autoload `auth-source-search'.
7469         (nnimap-credentials): Use it.
7470         (nnimap-open-connection-1): Ask for the virtual server and physical
7471         address in one shot.
7472
7473         * nntp.el: Autoload `auth-source-search'.
7474         (nntp-send-authinfo): Use it.  Note TODO.
7475
7476 2011-02-08  Julien Danjou  <julien@danjou.info>
7477
7478         * shr.el (shr-tag-body): Add support for text attribute in body
7479         markups.
7480
7481         * message.el (message-options): Make message-options a local variable.
7482
7483 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7484
7485         * auth-source.el (auth-source-secrets-search)
7486         (auth-source-user-or-password): Use `append' instead of `nconc'.
7487         (auth-source-user-or-password): Build return list better and protect
7488         against nil :secret.
7489
7490 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7491
7492         * nnimap.el (nnimap-update-info): Refactor slightly.
7493         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7494         (nnimap-update-info): Clean up slightly.
7495         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7496         characters.
7497         (nnimap-process-quirk): Rename function to avoid collision.
7498         (nnimap-update-info): Fix macrology bug-out.
7499         (nnimap-update-info): Simplify split history test.
7500
7501 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7502
7503         * auth-source.el (top): Require 'eieio unconditionally.
7504         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7505         (auth-source-secrets-search): Limit search when `max' is greater than
7506         number of results.
7507
7508 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7509
7510         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7511         part not returning any data.
7512
7513         * proto-stream.el (open-protocol-stream): Document the return value.
7514
7515 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * auth-source.el (auth-source-secrets-search): Add examples.
7518
7519 2011-02-06  Julien Danjou  <julien@danjou.info>
7520
7521         * message.el (message-setup-1): Handle message-generate-headers-first
7522         set to t.
7523
7524 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7525
7526         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7527         API with a string "secrets:collection-name" and with 'default.
7528         (auth-source-backend-parse): Parse "secrets:collection-name" and
7529         'default.  Recurse on parses instead of repeating code.  Use the
7530         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7531         message when ignoring a source.
7532         (auth-source-search): List ignored search keys at the top level.
7533         (auth-source-netrc-create): Use `case' instead of `cond'.
7534         (auth-source-secrets-search): Created with TODOs.
7535         (auth-source-secrets-create): Created with TODOs.
7536         (auth-source-retrieve, auth-source-create, auth-source-delete)
7537         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7538         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7539         (auth-source-user-or-password-sftp)
7540         (auth-source-user-or-password-smtp): Remove.
7541         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7542         around `auth-source-search'.  Not tested thoroughly.
7543
7544 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7545
7546         * auth-source.el: Bring in assoc and eioeio libraries.
7547         (secrets-enabled): New variable to track the status of the Secrets API.
7548         (auth-source-backend): New EIOEIO class to represent a backend.
7549         (auth-source-creation-defaults): New variable to set prompt defaults
7550         during token creation (see the `auth-source-search' docstring for
7551         details).
7552         (auth-sources): Simplify to allow a simple string as a netrc backend
7553         spec.
7554         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7555         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7556         (auth-source-search): Main auth-source API entry point.
7557         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7558         (auth-source-search-collection): Helper function for searching.
7559         (auth-source-netrc-parse, auth-source-netrc-normalize)
7560         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7561         Supports search, create, and delete.
7562         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7563         backend stubs.
7564         (auth-source-user-or-password): Call `auth-source-search' but it's not
7565         ready yet.
7566
7567 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7568
7569         * message.el (message-setup-1): Remove the read-only stuff, since it
7570         doesn't work under XEmacs, for some reason.
7571
7572         * gnus-sum.el (gnus-user-date): Rename back from
7573         gnus-summary-user-date since user code refers to it.
7574
7575         * shr.el (shr-render-td): Store the actual background color used.
7576
7577         * message.el (message-setup-1): Don't bind the constant
7578         -forbidden-properties.
7579         (message-setup-1): Revert previous change, since it needs to bind the
7580         props to insert them.
7581         (message-resend): Allow removing the read-only separator line.
7582
7583 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7584
7585         * nnimap.el (nnimap-request-accept-article): Give an error message if
7586         the APPEND wasn't successful.
7587
7588 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7589
7590         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7591         that have no groups.
7592
7593 2011-02-03  Julien Danjou  <julien@danjou.info>
7594
7595         * gnus-draft.el: Remove progn around gnus-draft-setup.
7596
7597 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7598
7599         * gnus-start.el (gnus-read-active-for-groups): This function is never
7600         called with a nil `infos', so clean that up.
7601         (gnus-get-unread-articles): Request active files from primary/secondary
7602         methods that have no groups (yet).
7603
7604 2011-02-03  Julien Danjou  <julien@danjou.info>
7605
7606         * message.el (message-setup-1): Always generate References first.
7607         (message-mail): Return the return value of message-setup, not always t.
7608         (message-setup-1): Insert mail-header-separator with read-only and
7609         intangible properties set.
7610
7611         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7612         user-date in docstring.
7613
7614         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7615
7616         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7617         docstring.
7618
7619         * gnus.el (gnus-user-date-format-alist): Change default value.
7620         Use defcustom, with type and group.  Move from gnus-util.el.
7621         Rename to gnus-summary-user-date-format-alist.
7622
7623 2011-02-03  Glenn Morris  <rgm@gnu.org>
7624
7625         * nnimap.el (gnus-fetch-headers): Declare.
7626
7627         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7628
7629 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7630
7631         * message.el (message-forward-make-body-digest-plain)
7632         (message-followup, message-reply): Clean up things noted by Stefan.
7633
7634         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7635         gnus-article-update-date-headers is nil.
7636         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7637         it didn't really work with defcustom.
7638         (article-update-date-lapsed): Make sure the window start doesn't move,
7639         either.
7640
7641 2011-02-01  Julien Danjou  <julien@danjou.info>
7642
7643         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7644         format.
7645
7646         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7647         standard in Emacs nowadays.
7648
7649         * color.el (color-gradient): Add a color-gradient function.
7650
7651 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7652
7653         * message.el (message-expand-name): Don't trust the return value of
7654         bbdb-complete-name.
7655         (message-check-news-header-syntax): Remove unused var `start'.
7656         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7657         (message-inhibit-body-encoding): Move to before first use.
7658         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7659         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7660         (Organization, Message-ID, Date, mh-previous-window-config):
7661         Defvar the vars using dynamic scoping.
7662
7663 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7664
7665         * shr.el (shr-render-td): Only do colors at the final rendering.
7666         Should be slightly faster.
7667         (shr-insert-table): Fix up TD background colors when doing the
7668         vertical padding.
7669
7670         * gnus-art.el (article-date-ut): Protect against articles with no Date
7671         header.
7672         (article-update-date-lapsed): Don't use current-column to find the
7673         horizontal position.  It's fragile in the presence of \003 characters.
7674
7675         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7676
7677 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7678
7679         * gnus-art.el (article-transform-date): Rewrite to still work when
7680         there are several rfc2822 parts.
7681         (article-transform-date): Fix infinite recursion.
7682         (article-date-ut): Replace infinitely many Date headers with a single
7683         one when called interactively.
7684
7685         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7686         secure manner.
7687
7688         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7689         move around by not using save-window-excursion.  It seems to work...
7690
7691 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * gnus-art.el (article-make-date-line): Work for user-defined format.
7694
7695 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7696
7697         * nntp.el (nntp-retrieve-group-data-early)
7698         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7699         fetching functions.
7700
7701         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7702         thoroughly for all backends that have no known groups.  This should
7703         allow new nnml methods to retrieve mail.
7704
7705         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7706         that Gnus doesn't know exists again.
7707
7708         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7709         (gnus-treat-date-ut): Ditto.
7710         (gnus-article-update-date-header): Rename.
7711         (gnus-treat-date-local): Remove.
7712         (gnus-treat-date-english): Remove.
7713         (gnus-treat-date-lapsed): Remove.
7714         (gnus-treat-date-combined-lapsed): Remove.
7715         (gnus-treat-date-original): Remove.
7716         (gnus-treat-date-iso8601): Remove.
7717         (gnus-treat-date-user-defined): Remove.
7718         (gnus-article-date-headers): New variable to control all the date
7719         header options.
7720         (article-date-ut): Rewrite to allow using the new way to format date
7721         headers(s).
7722
7723 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7724
7725         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7726         method.
7727         (nnmail-article-group): A better test for fanciness.
7728
7729         * nnimap.el (nnimap-request-head): Protect against not finding the
7730         article by Message-ID.
7731
7732 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7733
7734         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7735         keep point at the "same place".
7736
7737 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7738
7739         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7740         data if the group is inactive.
7741
7742 2011-01-28  Julien Danjou  <julien@danjou.info>
7743
7744         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7745         (gnus-all-windows-visible-p): Remove old compatibility code.
7746         (gnus-window-top-edge): Add docstring.
7747
7748         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7749
7750 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7751
7752         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7753         older request-update-info.
7754
7755         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7756
7757 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7758
7759         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7760         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7761
7762 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7763
7764         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7765         groups.  This makes the nndraft:queue group pop up if it's not already
7766         there.
7767
7768         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7769         messages" logic, which was reversed.
7770
7771         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7772         the "same place" even if point is on the line being replaced.
7773         (article-update-date-lapsed): Allow updating both the combined lapsed
7774         and the lapsed headers.
7775         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7776         (article-make-date-line): Limit the number of segments dynamically to
7777         avoid too-long lines.
7778
7779 2011-01-27  Julien Danjou  <julien@danjou.info>
7780
7781         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7782         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7783
7784 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7787         Use plist-get instead of the cl function getf.
7788
7789 2011-01-27  Glenn Morris  <rgm@gnu.org>
7790
7791         * gnus-util.el (float-time): Get rid of compiler warning, again.
7792
7793 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7794
7795         * shr.el (shr-put-color): Special-case background colors: Do put them
7796         at the blank parts at the front of the lines.
7797
7798         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7799         exit hook to nix out all data on readedness on group exit.
7800
7801         * gnus-util.el (float-time): If float-time is bound, always use it on
7802         all Emacsen.  It's unclear why the subrp check was there.
7803         (time-date): Require to make some autoload issues on XEmacs go away.
7804
7805         * shr.el (shr-put-color): Don't do the box padding in tables, since
7806         they're already padded.
7807
7808 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7809
7810         * gnus-art.el (gnus-article-next-page): When the last line of the
7811         article is displayed, scroll down once more instead of going to the
7812         next article at once.
7813         (article-lapsed-string): Refactor out and allow specifying how many
7814         segments you want.
7815         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7816         (gnus-article-update-lapsed-header): New variable.
7817
7818         * shr.el: Revert change that made headings use different-sized faces.
7819         The Emacs display engine isn't advanced enough that, for instance,
7820         tables can comfortably use differently-sized faces.
7821
7822 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7823
7824         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7825         used.
7826         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7827         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7828         we're using an encrypted connection.
7829
7830         * proto-stream.el: Alter the interface functions to also return the
7831         actual stream type used: network or tls.
7832
7833 2011-01-25  Julien Danjou  <julien@danjou.info>
7834
7835         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7836         (mm-display-javascript-inline): New function.
7837
7838         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7839         viewing function.
7840
7841 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * shr.el (shr-expand-newlines): Fix variable name.
7844
7845 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7846
7847         * shr.el (shr-expand-newlines): Make nested boxes work.
7848
7849 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7850
7851         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7852         backgrounds.
7853         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7854         in a more sensible manner.
7855
7856 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7859         if EPG is loaded.
7860
7861 2011-01-24  Julien Danjou  <julien@danjou.info>
7862
7863         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7864         tags.
7865
7866 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7867
7868         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7869         commands.
7870
7871         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7872         in the article buffer.
7873         (gnus-gravatar-insert): Use blank space from the current buffer to
7874         avoid breaking text properties.  This makes X-Sent updating work again.
7875
7876         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7877
7878 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7879
7880         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7881         fix the bug in url-http.el instead.
7882
7883         * shr.el (shr-image-fetched): Ditto.
7884
7885         * shr.el (shr-image-fetched): Avoid having point move in the article
7886         buffer.
7887
7888         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7889         buffer after being called.  It's apparently being killed by url.el, and
7890         killing it made point move to end-of-buffer in a random buffer.
7891
7892         * shr.el (shr-image-fetched): Ditto.
7893
7894 2011-01-23  Julien Danjou  <julien@danjou.info>
7895
7896         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7897
7898         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7899         text/x-org.
7900
7901 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7904         (i.e., nnimap) returning nil as the article number.
7905
7906 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7907
7908         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7909         "DelSp" parameter in RFC3676.
7910
7911 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7912
7913         * message.el (message-check-recipients): Display the encoded version of
7914         the bogus address if they differ.
7915
7916         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7917         after sending.
7918
7919         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7920
7921         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7922
7923         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7924         group buffer after sending the queue.
7925
7926         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7927
7928 2011-01-22  Julien Danjou  <julien@danjou.info>
7929
7930         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7931
7932 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7933
7934         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7935         nested related parts.
7936
7937         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7938         unexpired articles.  This fixes the regression that led expiry marks to
7939         disappear from nnfolder groups.
7940
7941 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7942
7943         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7944         Don't confuse the "ret" of "retrograde" with RET.
7945
7946 2011-01-21  Julien Danjou  <julien@danjou.info>
7947
7948         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7949         than mm-insert-inline.
7950
7951 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7954         Widen article buffer.
7955
7956 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7957
7958         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7959         the temp buffer.
7960         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7961
7962 2011-01-20  Julien Danjou  <julien@danjou.info>
7963
7964         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7965
7966         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7967         than mm-insert-inline to insert inline part: this respect
7968         mm-inline-media-tests displayers.
7969
7970         * mm-view.el (mm-display-shell-script-inline): New function.
7971
7972         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7973
7974         * mm-uu.el (mm-uu-type-alist): Add org block.
7975         (mm-uu-org-src-code-block-extract): New function.
7976
7977         * mm-view.el (mm-display-org-inline): New function.
7978
7979         * mm-decode.el (mm-automatic-display): Add text/org.
7980
7981         * mailcap.el (mailcap-mime-extensions): Add .org.
7982
7983 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7986         gnus-article-add-buttons.
7987
7988 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7989
7990         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7991         From header with a date and "nobody" as the sender.
7992
7993 2011-01-19  Julien Danjou  <julien@danjou.info>
7994
7995         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7996         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7997         if you have the same regexp several times.
7998         (gnus-button-push): Fix matching when regexp is symbol.
7999
8000 2011-01-15  Glenn Morris  <rgm@gnu.org>
8001
8002         * message.el (message-mail): A compose-mail function should
8003         accept headers as strings.
8004
8005 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8006
8007         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8008         Add :vert-only tags.
8009         (message-mail): New arg RETURN-ACTION.
8010         (message-return-action): New var.
8011         (message-bury): Use it.
8012         (message-mode): Make it buffer-local.
8013         (message-send-and-exit): Always call message-bury.
8014
8015         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8016         message-mail.
8017
8018 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * nnimap.el (nnimap-convert-partial-article): Protect against
8021         zero-length body parts.
8022
8023         * mm-decode.el (mm-preferred-alternative-precedence):
8024         Discourage showing empty parts.
8025
8026         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8027         and stuff if the backend didn't return the article number.  This fixes
8028         an Exchange-related nnimap bug.
8029
8030         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8031         group window, because it does the wrong thing when a separate frame
8032         displays the group buffer.
8033
8034         * proto-stream.el (open-protocol-stream): Protect against the low-level
8035         transport functions returning nil.
8036
8037 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8038
8039         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8040         (mml2015-epg-find-usable-secret-key): New function.
8041         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8042         mml2015-epg-find-usable-key (Bug#7797).
8043         (mml2015-epg-encrypt): Ditto.
8044
8045 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * dgnushack.el (rot13-string): Fix the way to get the argument.
8048
8049 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8052
8053 2011-01-03  Glenn Morris  <rgm@gnu.org>
8054
8055         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8056
8057         * sieve.el (sieve-open-server): Give a more explicit error if
8058         sieve-manage-open returns nil.  (Bug#7720)
8059
8060 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8061
8062         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8063
8064 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8065
8066         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8067         This avoids sending passwords in plain text over non-encrypted
8068         channels.
8069
8070         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8071
8072         * nnimap.el (nnimap-login): Refactored out into own function, and
8073         implement CRAM-MD5.
8074         (nnimap-wait-for-line): Refactored out.
8075
8076         * mm-view.el (mml-smime): Require.
8077
8078 2010-12-20  David Engster  <deng@eml.cc>
8079
8080         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8081         use EPG to decrypt S/MIME messages instead of openssl.
8082
8083 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8086
8087         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8088         status is the group clearly is unreachable.
8089
8090         * auth-source.el (auth-source-create): Add the optional second
8091         parameter to `local-variable-p' to be compatible with XEmacs.
8092
8093 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8094
8095         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8096         work when using a compressed nnml folder.
8097
8098 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8101         backends after sanitising on entry, because this never makes sense:
8102         If the articles have gone missing, then the data no longer exists on
8103         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8104         overwrite anything anyway.
8105
8106         * shr.el (shr-insert-document): Bind shr-width dynamically to
8107         window-width if it's nil.
8108
8109 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8110
8111         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8112         with the meaning of using the full emacs window width for rendering.
8113
8114 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8115
8116         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8117         case when sender is not given.
8118
8119 2010-12-23  Julien Danjou  <julien@danjou.info>
8120
8121         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8122         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8123         the addresses, otherwise we might misplaced the gravatar.
8124
8125 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8126
8127         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8128         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8129         obsolete in Emacs.
8130
8131 2010-12-20  Julien Danjou  <julien@danjou.info>
8132
8133         * gnus-util.el (gnus-rescale-image): Revert last change.
8134
8135 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8136
8137         * binhex.el: Improve commentary (Bug#7482).
8138
8139 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * gnus-group.el (gnus-group-delete-articles): New command.
8142
8143 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8144
8145         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8146
8147 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8150         here, since it's up to the backends to do CRLF removal if their
8151         protocol has it.
8152
8153         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8154
8155 2010-12-17  Julien Danjou  <julien@danjou.info>
8156
8157         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8158         they are from file.  Can also scale up.
8159
8160 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8161
8162         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8163         Restore gnus-use-agent.
8164         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8165
8166         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8167
8168 2010-12-17  Julien Danjou  <julien@danjou.info>
8169
8170         * gravatar.el (gravatar-retrieve-synchronously): New function.
8171         (gravatar-get-data): Make more robust.
8172
8173 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8176
8177 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8180         to really consider the last line.
8181
8182 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8183
8184         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8185         list of recipient keys, or use symmetric encryption if not a list.
8186         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8187         EPA override, replacing the call to `netrc-store-data'.
8188
8189 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8190
8191         * gnus-srvr.el: Avoid passing nil regexp argument to
8192         delete-matching-lines.
8193
8194 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8197         fetching stops when Gnus exits.
8198
8199         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8200         function.
8201         (nnfolder-request-expire-articles): Save all the buffers after doing
8202         expiry.
8203
8204         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8205         the last article", since that led to serious performance regressions
8206         when expiring nnml groups.
8207
8208 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8209
8210         * nnir.el: Improve customizations.
8211
8212 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8215
8216         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8217         group has been killed.
8218         (gnus-group-yank-group): Ditto.
8219
8220         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8221
8222         * nnimap.el (nnimap-request-update-group-status): New function.
8223
8224         * gnus-int.el (gnus-request-update-group-status): New interface
8225         function.
8226
8227         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8228         copying read-ness to the backends.
8229
8230         * nnimap.el (nnimap-quirk): New function.
8231         (nnimap-retrieve-group-data-early): Use it.
8232         (nnimap-quirks): New alist.
8233
8234 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8237         don't delete it within indentation.
8238
8239 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8240
8241         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8242         previous line.
8243
8244 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8247         QRESYNC command by deleting a superfluous space which broke Cyrus
8248         servers.  This change will break other servers that are buggy the other
8249         way around.
8250
8251 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8252
8253         * spam.el: Reindent and fix long lines.
8254         (spam-copy-or-move-routine): Exclude invalid move destinations.
8255
8256 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8257
8258         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8259         installed the registry.
8260
8261 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8264
8265 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8266
8267         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8268         groupname doesn't contain "gmane".
8269
8270 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8271
8272         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8273         and netrc-bound-and-true-p bindings.
8274         (netrc-parse): Cache the netrc contents.
8275
8276         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8277         (gnus-1): Don't create the nndrafts group twice.
8278         (gnus-setup-news): There's no need to read the active file here, since
8279         that's done again later on a per-backend basis.
8280         (gnus-start-draft-setup): Make sure that the new group is started out
8281         empty.
8282
8283         * gnus-agent.el (gnus-agentize): Don't create the queue group
8284         automatically on startup.  It'll be created later, if needed.
8285
8286         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8287         of automatically subscribed groups.
8288         (gnus-auto-subscribed-categories): New variable.
8289         (gnus-matches-options-n): Use it.
8290         (gnus-default-subscribed-newsgroups): Remove unused variable.
8291         (gnus-start-draft-setup): Message a bit less.
8292
8293 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8294
8295         * nnir.el (nnir-run-imap): Return article list in order of increasing
8296         UID.
8297
8298 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * gnus-sum.el (gnus-summary-enter-digest-group):
8301         Mention gnus-auto-select-on-ephemeral-exit.
8302
8303         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8304         convention of the network-only option.
8305
8306 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * proto-stream.el (proto-stream-open-network-only): New function to
8309         have a way to specify non-STARTTLS upgrade connections.
8310
8311 2010-12-10  Julien Danjou  <julien@danjou.info>
8312
8313         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8314         email address is nil.
8315
8316         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8317
8318 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8319
8320         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8321         deletion.
8322         (nnir-run-imap): Only need to parse list once.
8323
8324 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * shr.el (shr-tag-script): Ignore <script>.
8327         (shr-tag-label): Add <label> support.
8328
8329 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8332
8333         * shr.el (shr-image-displayer): Work for images lined side by side.
8334
8335 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8336
8337         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8338         parameter, since XEmacs doesn't accept t as a parameter.
8339
8340 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8341
8342         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8343         ids.
8344         (nnir-run-gmane): Simplify groupspec formatting.
8345         (nnir-request-expire-articles): New function.
8346
8347 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8350         overflow, possibly.
8351
8352         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8353         (shr-render-td): Handle td style="" better.
8354         (shr-tag-table): Use the color from the style sheet.
8355         (shr-render-td): Make sure we copy over all the overlays, too.
8356
8357 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8358
8359         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8360         (nnir-request-article): Improve article retrieval.
8361
8362 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * mm-util.el (mm-extra-numeric-entities): New variable.
8365
8366         * mm-url.el (mm-url-decode-entities):
8367         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8368
8369         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8370
8371 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8372
8373         * message.el: Use completion-at-point.
8374         (message-completion-function): New fun, extracted from message-tab.
8375         (message-mode): Use it for completion-at-point-functions.
8376         (message-tab): Use it and completion-at-point.
8377
8378 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8381         character if a non-breakable character follows.
8382
8383 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8384
8385         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8386         any stream.
8387
8388         * shr.el (shr-tag-font): Colorize the region.
8389         (shr-tag-body): Ditto.
8390         (shr-tag-font): Actually let the styles be inherited instead of
8391         overwriting them.
8392         (shr-tag-font): Get the background color right.
8393         (shr-tag-style): Ignore all <style> tags for the moment.
8394
8395         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8396         a Message-ID to avoid having nnimap depend on gnus-sum.
8397
8398         * shr.el (shr-descend): Only colorize something if we have a node that
8399         sets colors.
8400
8401 2010-12-06  Julien Danjou  <julien@danjou.info>
8402
8403         * shr.el (shr-render-td): Render td content with shr-descend, so style
8404         will be applied to <td> too.
8405         (shr-colorize-region): Colorize region even if we only have a background.
8406         (shr-tag-body): Fix color and background color inheritance.
8407         Do not recolorize after shr-generic.
8408         (shr-tag-font): Let shr-generic colorize via inheritance.
8409
8410 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8413
8414 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8415
8416         * nnir.el (nnir-request-move-article): Remove obsolete code.
8417
8418 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8421
8422 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-sum.el (gnus-summary-respool-article): The completion function
8425         expects a list instead of an alist.
8426
8427         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8428         string as the parameter.
8429
8430         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8431
8432         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8433         styles.
8434         (shr-colorize-region): New function.
8435         (shr-insert-background-overlay): Remove.
8436         (shr-render-td): Background setting should be taken care of on a higher
8437         level.
8438         (shr-tag-body): Use post-hoc colorizations.
8439         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8440         (shr-put-color-1): Don't overwrite old colors.
8441         (shr-colorize-region): When the background color isn't explicit, use
8442         a fixed background.
8443
8444         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8445         nnmail variables.
8446
8447 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8448
8449         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8450         unless necessary.
8451
8452 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8453
8454         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8455         server.
8456
8457 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8460         so that TAB works.
8461
8462         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8463         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8464
8465         * shr.el (shr-urlify): Show the URL before the title to avoid
8466         misleading URLs.
8467
8468 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8469
8470         * shr.el (shr-urlify): Display the title in <a> tags.
8471
8472 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8473
8474         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8475
8476 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8477
8478         * nnir.el: Rearrange code to allow macros to be autoloaded by
8479         gnus-sum.el.
8480         (nnir-retrieve-headers-override-function): Make this variable
8481         customizable.
8482         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8483
8484         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8485         from nnir.el.
8486
8487 2010-12-03  Julien Danjou  <julien@danjou.info>
8488
8489         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8490
8491 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8494         allow optional argument `environment'.
8495
8496 2010-12-03  Glenn Morris  <rgm@gnu.org>
8497
8498         * mm-extern.el (message-goto-body): Update declaration.
8499
8500 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-util.el (gnus-macroexpand-all): New function.
8503
8504         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8505         instead of macroexpand-all that is unavailable in XEmacs.
8506
8507 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8508
8509         * nnir.el (nnir-summary-line-format): New variable.
8510         (nnir-mode): Use it.
8511         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8512         (nnir-article-ids): Reimplement as defsubst.
8513         (nnir-retrieve-headers): Don't mangle the subject header.
8514         (nnir-run-imap): Use 100 as RSV score.
8515         (nnir-run-find-grep): Fix for full server searching.
8516         (nnir-run-gmane): Better restriction to gmane groups.
8517
8518         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8519         summary buffers.
8520
8521 2010-12-02  Julien Danjou  <julien@danjou.info>
8522
8523         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8524
8525         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8526
8527         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8528         support.
8529
8530 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8531
8532         * nnir.el: Update to handle the registry better.
8533         (autoload): Silence byte-compiler.
8534         (nnir-open-server): Add a hook for nnir groups.
8535         (nnir-request-move-article): Don't mangle the header.  Better to use
8536         formatting variables (which will be added in the future).
8537         (nnir-registry-action): Update the registry using the original article
8538         group name.
8539         (nnir-mode): Install nnir-specific hooks for updating the registry.
8540
8541         * gnus-sum.el
8542         (gnus-article-original-subject, gnus-newsgroup-original-name):
8543         Remove obsolete variables.
8544         (gnus-summary-move-article): Remove use of obsolete variables.
8545         (gnus-summary-local-variables): Make move and delete hooks local to
8546         summary buffers.
8547
8548 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * rtree.el: New file.
8551
8552 2010-12-01  Julien Danjou  <julien@danjou.info>
8553
8554         * message.el (message-user-organization): Do not use
8555         gnus-local-organization.
8556
8557         * gnus.el: Remove gnus-local-organization.
8558
8559         * gnus-msg.el: Remove nastygram thing.
8560
8561 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8562
8563         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8564         funcall.
8565
8566 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8569         names.
8570
8571         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8572         characters.
8573
8574         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8575         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8576         Suggested by Štěpán Němec <stepnem@gmail.com>.
8577         (gnus-gravatar-transform-address): Use mail-extract-address-components
8578         that supports non-ASCII names rather than mail-header-parse-addresses.
8579
8580 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * proto-stream.el (open-protocol-stream): All starttls connections are
8583         handled by the network handler.
8584
8585 2010-11-30  Julien Danjou  <julien@danjou.info>
8586
8587         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8588         (nnimap-open-connection-1): Fix PREAUTH.
8589
8590         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8591
8592 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8595         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8596         (shr-insert): Use them.
8597         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8598
8599 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8600
8601         * nnir.el (nnir-request-move-article): Bail out if original group
8602         doesn't support article moves.
8603         (nnir-get-active): Improve active list retrieval.
8604
8605 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8608
8609 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8610
8611         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8612         seem to accept strings-with-numbers as port numbers.
8613
8614 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8615
8616         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8617         change the registry.
8618
8619 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8622         delete-dups that is not available in XEmacs 21.4.
8623
8624         * mm-util.el (mm-delete-duplicates): Add comment.
8625
8626 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8627
8628         * nnir.el (nnir-ignored-newsgroups): New variable.
8629         (nnir-get-active): Use it.
8630
8631 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * proto-stream.el (proto-stream-open-network): Add some comments.
8634
8635         * nntp.el (nntp-open-connection): Provide a :success condition.
8636
8637         * nnimap.el (nnimap-open-connection-1): Ditto.
8638
8639         * proto-stream.el (proto-stream-open-network): See what the response to
8640         the STARTTLS command is.
8641
8642         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8643         backwards compatibility).
8644         (nnimap-open-connection-1): Really respect nnimap-server-port.
8645
8646         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8647         TLS upgrades we don't really care about the identity of the peer.
8648         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8649         that what we've checked for.
8650         (proto-stream-always-use-starttls): Only default to t if
8651         open-gnutls-stream exists.
8652         (proto-stream-open-network): If STARTTLS failed, then just open a
8653         normal connection.
8654         (proto-stream-open-network): Wait until the greeting before doing
8655         STARTTLS.
8656
8657         * nntp.el (nntp-open-connection): Report what the connection error is.
8658
8659         * proto-stream.el (open-protocol-stream): Rename from
8660         open-proto-stream.
8661
8662 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * nnimap.el (nnimap-stream): Change default to `undecided'.
8665         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8666         first, and then network.
8667         (nnimap-open-connection-1): Respect nnimap-server-port.
8668         (nnimap-open-connection): Be more backwards-compatible.
8669
8670         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8671         (proto-stream-open-starttls): De-duplicate the starttls code.
8672         (proto-stream-open-starttls): Folded back into the main function.
8673         (proto-stream-open-network): Fix typo in the gnutls path.
8674         (proto-stream-command): Refactor out.
8675
8676         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8677
8678         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8679         starttls.el STARTTLS.
8680
8681         * color.el (color-lab->srgb): Fix function call name.
8682
8683         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8684         if we're using tls.el.
8685         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8686         built in, then don't try to establish a STARTTLS connection.
8687
8688         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8689         servers.
8690
8691         * proto-stream.el (open-proto-stream): Use network, not stream.
8692         (open-proto-stream): Add a way to specify what the end of a command is.
8693
8694         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8695         connections types.
8696         (nntp-open-network-stream): Remove.
8697         (nntp-open-ssl-stream): Remove.
8698         (nntp-open-tls-stream): Remove.
8699         (nntp-ssl-program): Remove.
8700
8701         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8702
8703 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8704
8705         * nnir.el: Fix typos.
8706         (nnir-retrieve-headers-override-function): Rename variable to reflect
8707         new semantics.
8708         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8709         macros.
8710         (nnir-request-article, nnir-request-move-article): Use them.
8711         (nnir-categorize): New function.
8712         (nnir-run-query): Use it.
8713         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8714         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8715         sorted.
8716         (nnir-group-full-name): Use gnus-group-full-name instead.
8717         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8718         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8719
8720 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8723
8724         * proto-stream.el: New library to provide protocol-specific
8725         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8726         protocols.
8727         (open-proto-stream): Complete the documentation.
8728         (proto-stream-open-network): Fix some typos.
8729
8730         * nnimap.el (nnimap-open-connection): Use it.
8731
8732 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8733
8734         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8735         negotiation.
8736
8737 2010-11-26  Julien Danjou  <julien@danjou.info>
8738
8739         * color.el: Rename various rgb functions to srgb.
8740
8741 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8744         names.
8745
8746 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * shr.el (shr-insert): Revert last change.
8749         (shr-find-fill-point): Never leave point being at bol;
8750         relax the kinsoku limitation when rendering tables.
8751
8752 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8755         results from -accept-article.
8756
8757         * shr-color.el: Require cl when compiling.
8758
8759         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8760         checkin.
8761
8762         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8763
8764         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8765
8766         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8767         'add and 'delete to set backend marks.
8768
8769         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8770
8771         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8772
8773         * nntp.el (nntp-request-set-mark): Use it.
8774
8775         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8776
8777         * nnml.el (nnml-request-set-mark): Ditto.
8778
8779         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8780         introduces regressions in article selection.
8781         (nnimap-find-uid-response): New function.
8782         (nnimap-request-accept-article): Use the UID returned, if any.
8783         (nnimap-request-move-article): Use the UID returned, if any.
8784         (nnimap-get-groups): Reimplement to work with folded lines.
8785         (nnimap-find-uid-response): The UID is the last element in the list.
8786         (nnimap-request-set-mark): Extend syntax with 'set.
8787
8788         * nnml.el (nnml-request-set-mark): Ditto.
8789
8790         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8791
8792         * nntp.el (nntp-request-set-mark): Ditto.
8793
8794 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * message.el (message-called-interactively-p): A temporary macro.
8797         (message-goto-body): Use it temporarily.
8798
8799 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8802         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8803         (nnimap-last-response-string): Fix last unfolding fix.
8804
8805 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * shr.el (shr-insert): Fix the way to fold lines.
8808
8809 2010-11-25  Julien Danjou  <julien@danjou.info>
8810
8811         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8812
8813         * color.el: Rename from color-lab.el
8814         (color-rgb->hex): Add.
8815         (color-complement): Add.
8816         (color-complement-hex): Add.
8817
8818         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8819
8820 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8821
8822         * shr-color.el (shr-color-visible): Don't bug out if the color names
8823         don't exist.
8824
8825 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8828         assuming that article displaying or another mml-preview may be
8829         interrupted for an error or for the like.
8830
8831         * shr.el (shr-get-background): Fix argument name.
8832
8833 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8836
8837         * gnus-sum.el (gnus-summary-include-articles): New function.
8838
8839         * message.el (message-goto-body): called-interactively-p needs a
8840         parameter, so use `any'.
8841
8842         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8843         clear marks before moving, since they're synced from the Gnus side
8844         first.
8845
8846         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8847         (gnus-summary-move-article): Copy over all marks before moving, so that
8848         IMAP doesn't think a new article has arrived.
8849
8850 2010-11-24  Julien Danjou  <julien@danjou.info>
8851
8852         * shr.el (shr-insert-background-overlay): Fix typo.
8853         (shr-render-td): Copy the background before rendering.
8854
8855         * shr-color.el (shr-color-visible): Fix docstring.
8856
8857         * shr.el (shr-tag-table): Add bgcolor support.
8858         (shr-render-td): Add bgcolor support.
8859         (shr-get-background): Add.
8860         (shr-insert-foreground-overlay): Use shr-get-background.
8861
8862         * message.el (message-goto-body): Use called-interactively-p.
8863         (message-in-body-p): message-goto-body returns point.
8864
8865 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8868         Fixes something or other in Emacs 23, and is backwards compatible.
8869
8870         * message.el (message-goto-body): Remove the <#secure special-casing,
8871         which is too special.
8872
8873         * shr.el (shr-parse-style): Drop !important from styles.
8874
8875 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8876
8877         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8878         this function to return incorrect results when calling it with an
8879         explicit article argument different from
8880         (gnus-summary-article-number).
8881
8882 2010-11-24  Julien Danjou  <julien@danjou.info>
8883
8884         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8885         (shr-tag-body): Add background support.
8886         (shr-descend): Add background support.
8887         (shr-tag-title): Add.
8888
8889         * shr-color.el (shr-color-visible): Really return original background
8890         if fixed.
8891
8892 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * shr.el (shr-color-check): Protect against non-existent color names.
8895
8896 2010-11-24  Julien Danjou  <julien@danjou.info>
8897
8898         * color-lab.el: Require 'cl when compiling.
8899
8900         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8901
8902         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8903         matched part.
8904
8905         * color-lab.el: Fix all expt calls to use float type.
8906
8907 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8910         expression to shr-color-check as is.
8911
8912         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8913
8914         * color-lab.el: Add coding cookie.
8915         (float-pi): Use eval-and-compile.
8916
8917         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8918         compiled for Emacsen having no `libxml-parse-html-region' support.
8919
8920 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * shr.el (shr-insert-color-overlay): Split stuff like
8923         "#444444 !important" to find the real color.
8924         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8925         parse <font color="red"> entries.
8926
8927 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8928
8929         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8930         point when parsing headers.
8931
8932         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8933         is positioned properly when parsing headers.
8934
8935 2010-11-23  Julien Danjou  <julien@danjou.info>
8936
8937         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8938
8939         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8940
8941         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8942
8943         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8944         Use shr-color-hue-to-rgb.
8945         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8946
8947 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * shr.el (shr-color->hexadecimal): Autoload.
8950         (shr-descend): Add color to all tags.
8951
8952 2010-11-22  Julien Danjou  <julien@danjou.info>
8953
8954         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8955         shr-color->hexadecimal.
8956
8957         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8958         RGB() or HSL() color representation.
8959
8960         * shr.el (shr-tag-font): Add.
8961         (shr-tag-color-check): New function to get better colors.
8962         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8963         tag-span.
8964
8965         * shr-color.el: New file.
8966
8967         * color-lab.el: New file.
8968
8969         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8970
8971 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8972
8973         * nnir.el: Fix typo in comments.
8974         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8975         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8976
8977 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8980
8981         * nnimap.el (nnimap-get-capabilities): Refactor out.
8982         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8983
8984 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8985
8986         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8987         appearing when `mm-uu-hide-markers' is nil.
8988
8989 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8990
8991         * nnimap.el (nnimap-unselect-group): Make into its own function.
8992         (nnimap-request-rename-group): Unselect group before renaming.
8993         This had gotten lost somewhere.
8994         (nnimap-request-accept-article): Keep track of examined groups, and
8995         unselect the group before APPENDing to read-only groups.
8996         (nnimap-request-move-article): Clear flags before moving so that they
8997         can be re-set later.
8998
8999 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9002         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9003
9004 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-mime-display-single):
9007         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9008         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9009         parameter.
9010
9011 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9014         (shr-table-vertical-line): New variable.
9015         (shr-insert-table): Use it.
9016
9017 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-html.el (gnus-html-wash-images): Don't display images if
9020         gnus-inhibit-images is non-nil; register displayer for cid images.
9021         (gnus-html-display-image): Work for cid image.
9022         (gnus-html-insert-image): Allow arguments.
9023         (gnus-html-put-image): Inhibit read-only.
9024         (gnus-html-prefetch-images): Don't prefetch images if
9025         gnus-inhibit-images is non-nil.
9026
9027 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * shr.el (shr-put-image): Break lines when inserting big pictures.
9030
9031 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9032
9033         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9034         sender, thanks Katsumi Yamaoka.
9035
9036 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9037
9038         * nnir.el (nnir-run-imap): Reverse the article list for each group
9039         rather than the whole list.
9040
9041 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * shr.el (shr-image-displayer): Protect function against non-existent
9044         image source.
9045
9046         * gnus-art.el (gnus-inhibit-images): New user option.
9047         (gnus-mime-display-single): Don't display image if it is non-nil.
9048
9049         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9050         gnus-inhibit-images.
9051
9052         * shr.el (shr-image-displayer): New function.
9053         (shr-tag-img): Use it.
9054
9055 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9056
9057         * mml2015.el (mml2015-epg-sign): Use From header.
9058
9059 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9062
9063         * gnus-util.el (gnus-find-text-property-region): Return markers.
9064
9065         * shr.el (shr-tag-img): Put a displayer in the text property.
9066
9067         * gnus-util.el (gnus-find-text-property-region): New utility function.
9068
9069         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9070         (gnus-html-show-images): Remove.
9071
9072         * gnus-art.el (gnus-article-show-images): New, more general function.
9073
9074         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9075         image url text properties.
9076
9077         * shr.el: Ditto.
9078
9079         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9080         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9081
9082 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9085         work for two or more articles.
9086
9087 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9090         divide an image that's in an html article to two or more when washing
9091         non-ASCII characters in alt text of it.
9092
9093 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9096         smime-decrypt-region using function argument.
9097         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9098
9099         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9100
9101         * smime.el (smime-decrypt-region): Catch it.
9102
9103 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9104
9105         * smime.el (smime-mode-map): Move initialization into declaration.
9106         (gnus-run-mode-hooks): Don't autoload.
9107         (smime-mode): Use define-derived-mode.
9108
9109 2010-11-11  Glenn Morris  <rgm@gnu.org>
9110
9111         * smime.el (from): Restrict declaration to XEmacs.
9112
9113         * nnir.el (gnus-group-topic-name): Autoload.
9114
9115 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * shr.el (shr-insert): Don't break long line if it is because of
9118         kinsoku-bol characters in the line end.
9119
9120 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9121
9122         * nnir.el (nnir-request-move-article): Fix to provide original group
9123         and subject.
9124         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9125         been retrieved.
9126
9127         * gnus-sum.el (gnus-summary-move-article): Use original group and
9128         subject for virtual articles such as those in an nnir summary buffer.
9129
9130 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9133         least 21.5).
9134
9135         * smime.el (from): Declare it again for XEmacs.
9136
9137 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138
9139         * message.el (message-resend): Don't disable encoding unless it's
9140         already encoded.
9141
9142         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9143         low-numbered articles.
9144
9145 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * rfc2047.el (rfc2047-syntax-table): Simplify.
9148
9149         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9150
9151         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9152         set-char-table-range for XEmacs.
9153
9154 2010-11-10  Glenn Morris  <rgm@gnu.org>
9155
9156         * time-date.el (time-to-seconds): Always an alias on Emacs,
9157         never a real function.
9158         (with-no-warnings): Remove compat stub, now unused.
9159         (time-less-p): Doc fix.
9160         (time-to-number-of-days): Simplify.
9161
9162         * smime.el (from): Remove unused declaration.
9163
9164         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9165         (gnus-float-time): On Emacs, always an alias.
9166
9167         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9168         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9169
9170 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * dgnushack.el: Don't use ignore-errors in the top level form since it
9173         is unavailable in XEmacs even if cl is loaded.
9174
9175         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9176
9177 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * shr.el (browse-url-mailto): Autoload.
9180
9181         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9182
9183         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9184         regexp doesn't need quoting.
9185
9186 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9187
9188         * message.el (message-subject-trailing-was-ask-regexp)
9189         (message-subject-trailing-was-regexp): Match was: in addition to was.
9190
9191 2010-11-09  Glenn Morris  <rgm@gnu.org>
9192
9193         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9194         (nnbabyl-check-mbox): Use point-at-bol.
9195
9196 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9199
9200         * message.el (message-mailto): New function.
9201         (message-mailto): Should accept other parameters.
9202         (message-mailto): Remove since it duplicates browse-url-mailto
9203         functionality.
9204
9205 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9208         methods.
9209         (gnus-read-active-file): Ditto.
9210
9211         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9212         ": " from the prompt.
9213         (gnus-group-make-group): Ditto.
9214
9215 2010-11-07  Glenn Morris  <rgm@gnu.org>
9216
9217         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9218         (gnus-bookmark-kill-line): Use point-at-eol.
9219
9220 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9223         asterisks in From header.
9224
9225 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9228         string to avoid making the From headers syntactically invalid.
9229
9230         * message.el (message-send-mail): Don't insert courtesy messages if the
9231         message already has List-Post and List-ID messages.
9232
9233 2010-11-06  Glenn Morris  <rgm@gnu.org>
9234
9235         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9236         `condition', `type', `length' a prefix.
9237         (gnus-treat-predicate): Update for above name changes.
9238
9239 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9240
9241         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9242         binding.  Handled by `gnus-summary-refer-thread' instead.
9243         (nnir-warp-to-article): New backend function.
9244
9245         * nnimap.el (nnimap-request-thread): Force dependency updating.
9246
9247         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9248         (gnus-summary-refer-thread): Rework to improve thread-referral.
9249
9250         * gnus-int.el (gnus-warp-to-article): New function.
9251
9252         * gnus-sum.el (gnus-summary-article-map): Bind it.
9253
9254 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9255
9256         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9257         gnus-summary-refer-thread.
9258
9259         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9260         headers.
9261         (gnus-summary-limit-include-thread): Prevent articles in thread from
9262         being cut in gnus-cut-threads.
9263         (gnus-summary-refer-thread): Limit retrieved headers to those in
9264         thread.
9265
9266 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * message.el (message-send-mail): Use the value of
9269         message-courtesy-message from the message buffer.
9270
9271         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9272
9273         * shr.el (shr-browse-url): Implement mailto: URLs.
9274
9275         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9276         "raw".
9277
9278         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9279         if it's already selected.
9280
9281         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9282
9283 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9286         to measure the length and truncate alt text.
9287
9288 2010-11-03  Glenn Morris  <rgm@gnu.org>
9289
9290         * nndiary.el (nndiary-generate-nov-databases-1)
9291         (nndiary-generate-active-info): Rename dynamic variable `files' to
9292         something less generic.
9293
9294 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9295
9296         * nnir.el (nnir-request-move-article): Call the underlying backend to
9297         move articles from nnir.
9298
9299 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9302
9303 2010-11-02  Julien Danjou  <julien@danjou.info>
9304
9305         * nnir.el: Remove wais support.
9306
9307 2010-11-02  Glenn Morris  <rgm@gnu.org>
9308
9309         * gnus-html.el: Reorder requirements to quieten compiler.
9310
9311 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9314         properly for XEmacs as well.
9315         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9316         (gnus-article-natural-long-line-p): Use window-width rather than
9317         frame-width.
9318
9319 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9320
9321         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9322         (nnir-read-parms): Don't modify query.
9323         (nnir-run-query): Add ability to search topic on current line.
9324         (nnir-get-active): Clean up.
9325
9326 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9329         degenerate articles.
9330
9331         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9332         (gnus-print-buffer): Just print the buffer as is, without any copying
9333         to a buffer and then re-highlighting.
9334
9335         * nnimap.el (nnimap-request-group): Store the new updated info.
9336         (nnimap-request-group): Select the group when we don't know whether it
9337         exists or not.
9338
9339         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9340         groups.
9341
9342         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9343         groups.
9344
9345         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9346         groups.
9347
9348         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9349         long-lines case by only filling the long lines.
9350
9351         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9352         (bug#7311).
9353
9354 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * shr.el: No need to declare `declare-function' since shr.el is for
9357         only Emacsen that provide `libxml-parse-html-region'.
9358
9359         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9360         effective only in a file it is referred to.
9361
9362 2010-11-01  Glenn Morris  <rgm@gnu.org>
9363
9364         * mm-util.el (gnus-completing-read): Autoload.
9365         (mm-read-coding-system): Simplify Emacs definition.
9366
9367         * nnmail.el (gnus-activate-group):
9368         * nnimap.el (gnutls-negotiate):
9369         * nntp.el (netrc-parse): Fix declarations.
9370
9371 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9374         string-match-p in Emacs >=23.
9375
9376         * gnus-msg.el (gnus-configure-posting-styles):
9377         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9378
9379 2010-11-01  Glenn Morris  <rgm@gnu.org>
9380
9381         * nnir.el (declare-function): Add compat stub.
9382         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9383         (nnir-run-gmane): Require 'mm-url.
9384
9385         * mm-util.el (mm-string-to-multibyte): Simplify.
9386
9387         * shr.el (declare-function): Add compat stub.
9388         (url-cache-create-filename): Declare.
9389         (mm-disable-multibyte, widget-convert-button): Autoload.
9390
9391         * smime.el (ldap-search): Declare.
9392         (smime-cert-by-ldap-1): Require ldap on Emacs.
9393
9394         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9395         (nnimap-keepalive): Use gnus-float-time.
9396
9397         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9398         (mail-source-delete-crash-box): Use gnus-float-time.
9399
9400         * gnus-dired.el (gnus-completing-read): Autoload.
9401
9402         * mm-view.el (gnus-rescale-image): Autoload.
9403
9404         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9405
9406         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9407
9408         * sieve-manage.el: Require 'cl when compiling.
9409
9410         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9411         (gnus-iswitchb-completing-read): Require iswitchb.
9412         (gnus-select-frame-set-input-focus): Silence compiler.
9413
9414 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * message.el (message-subject-trailing-was-query): Change default to t,
9417         since I think that's what most people want.
9418
9419         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9420         appending for easier debugging.
9421         (nnimap-wait-for-connection): Take a regexp.
9422         (nnimap-request-accept-article): Wait for the continuation line before
9423         sending anything unless we're streaming.
9424
9425         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9426         leave the header washing to take place.
9427
9428 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9429
9430         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9431         regular expression match and replace in posting styles.
9432
9433 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9434
9435         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9436         an entire server.
9437         (nnir-get-active): New function.
9438         (nnir-run-imap): Use it.
9439         (nnir-run-gmane): Who knew, gmane search returns an article score!
9440
9441         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9442         server on the current line with nnir.
9443
9444 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9447         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9448         left edge.
9449         (gnus-article-foldable-buffer): Skip past the prefix when determining
9450         raggedness.
9451
9452         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9453         the raw article, and change `C-u g' to show the article without doing
9454         treatments.
9455
9456         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9457         on to `gnus-treat-article'.
9458         (gnus-inhibit-article-treatments): New variable.
9459
9460         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9461
9462         * gnus-art.el (gnus-treatment-function-alist): Have
9463         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9464         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9465         sections.
9466
9467         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9468         parameter.
9469         (gnus-article-fill-cited-long-lines): New function.
9470         (gnus-article-fill-cited-article): Allow filling only long sections.
9471
9472         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9473         and non-punctuation (like after the apostrophe in "'We").
9474
9475         * gnus-sum.el (gnus-summary-select-article): Make sure
9476         gnus-original-article-buffer is alive.
9477
9478         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9479         reflect the order they're in in the digest.
9480
9481         * gnus.el (gnus-group-startup-message): Move point to the start of the
9482         buffer.
9483
9484         * nnimap.el (nnimap-capability): New function.
9485         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9486         is set.
9487
9488 2010-10-31  David Engster  <dengste@eml.cc>
9489
9490         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9491         conform with changes to gnus-completing-read.
9492
9493 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9496
9497 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9498
9499         * nnir.el: Move defvar, defcustom around to keep file organized
9500         and keep byte-compiler quiet.
9501         (nnir-read-parms): Accept search-engine as arg.
9502         (nnir-run-query): Pass search-engine as arg.
9503         (nnir-search-engine): Remove.
9504
9505 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * shr.el (shr-generic): The text nodes should be text, not :text.
9508
9509         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9510         later in the file.
9511
9512 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9513
9514         * nnir.el: General clean up.  Allow searching with multiple engines.
9515         Allow separate extra-parameters for each engine.
9516         Batch queries when possible.
9517         (nnir-imap-default-search-key, nnir-method-default-engines):
9518         Add customize interface.
9519         (nnir-run-gmane): New engine.
9520         (nnir-engines): Use it.  Qualify all prompts with engine name.
9521         (nnir-search-engine): Remove global variable.
9522         (nnir-run-hyrex): Restore for now.
9523         (nnir-extra-parms, nnir-search-history): New variables.
9524         (gnus-group-make-nnir-group): Use them.
9525         (nnir-group-server): Remove in favor of gnus-group-server.
9526         (nnir-request-group): Avoid searching twice.
9527         (nnir-sort-groups-by-server): New function.
9528
9529 2010-10-30  Julien Danjou  <julien@danjou.info>
9530
9531         * gnus-group.el: Remove gnus-group-fetch-control.
9532
9533         * gnus-start.el (gnus-find-new-newsgroups):
9534         Remove gnus-check-first-time-used.
9535
9536         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9537
9538 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9539
9540         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9541         set on groups that don't have \* permanentflags.
9542
9543 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9546         control the background color.
9547         (shr-tag-img): Ignore very small web bug type images.
9548         (shr-put-image): Add help-echo alt texts to the images.
9549         (shr-tag-video): Show the video poster image.
9550
9551 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * shr.el (shr-table-depth): New variable.
9554         (shr-tag-table-1): Only insert the images after the top-level table.
9555
9556         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9557
9558         * gnus-util.el (gnus-list-memq-of-list): New function.
9559
9560         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9561         selected.
9562         (nnimap-unsplittable-articles): New slot.
9563         (nnimap-new-articles): Use it.
9564
9565 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9566
9567         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9568         move to the previous line on `M-g'.
9569
9570 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9573         *-request-group, which seems unnecessary.
9574
9575         * nnimap.el (nnimap-quote-specials): Function copied over from
9576         imap.el.
9577         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9578         they support that.  Suggested by Tom Regner.
9579
9580 2010-10-29  Julien Danjou  <julien@danjou.info>
9581
9582         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9583         defalias.
9584         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9585
9586         * gnus.el: Remove `gnus-nntp-service' variable.
9587         (gnus-secondary-servers): Make obsolete.
9588         (gnus-nntp-server): Make obsolete.
9589
9590         * gnus-start.el (gnus-1): Remove x-splash calls.
9591
9592         * gnus-ems.el (gnus-x-splash): Remove.
9593
9594         * gnus.el (gnus-group-startup-message): Simplify/update code.
9595
9596         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9597         definition.
9598
9599         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9600         capability before doing anything.
9601         (gnus-group-insert-group-line): Remove useless
9602         gnus-group-remove-excess-properties.
9603
9604 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9607
9608 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9611         config after reselecting.
9612
9613 2010-10-28  Julien Danjou  <julien@danjou.info>
9614
9615         * shr.el (shr-put-image): Use point even if only inserting text.
9616         (shr-put-image): Save excursion when inserting alt text on non-graphic
9617         display, so the behavior is the same when we are on a graphic display.
9618
9619         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9620
9621 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9624         (gnus-mime-copy-part): Check coding system, not charset.
9625         (gnus-mime-view-part-externally): Never remove part.
9626         (gnus-mime-view-part-internally): Don't remove part here.
9627         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9628         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9629         multipart/alternative.
9630
9631         * mm-decode.el (mm-display-part): Take optional arg `force'.
9632
9633 2010-10-26  Julien Danjou  <julien@danjou.info>
9634
9635         * gnus-group.el (gnus-group-default-list-level): Add this function to
9636         compute the default list level.
9637         (gnus-group-default-list-level): Add possibility to use a function.
9638
9639 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9642
9643         * gnus-group.el (gnus-group-completing-read)
9644         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9645         gnus-replace-in-string.
9646
9647 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * shr.el (shr-tag-div): Add.
9650
9651         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9652
9653 2010-10-25  Julien Danjou  <julien@danjou.info>
9654
9655         * gnus-util.el: Remove `gnus-with-local-quit'.
9656
9657         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9658
9659 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9662         the original article buffer.
9663
9664 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * nnimap.el (nnimap-request-head): New function.
9667         (nnimap-request-move-article): Try to be slightly faster by not
9668         requesting the entire message when moving.
9669         (nnimap-transform-headers): Don't bug out on bodiless articles.
9670         (nnimap-send-command): Have no outstanding messages if the IMAP server
9671         doesn't support streaming.
9672         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9673
9674 2010-10-24  Julien Danjou  <julien@danjou.info>
9675
9676         * message.el (message-default-headers): Fix type.
9677
9678 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9681         prefetching images.
9682
9683         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9684         backend for unknown groups.  This is mainly useful for nnimap groups.
9685
9686         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9687         group isn't covered by the agent.
9688
9689 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9690
9691         * nnir.el (nnir-method-default-engines): New variable.
9692         (nnir-run-query): Use it.
9693         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9694         (gnus-summary-nnir-goto-thread): Change group if needed.
9695
9696         * gnus-group.el (gnus-group-group-map): Add key binding for
9697         gnus-group-make-nnir-group.
9698
9699 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * shr.el (shr-tag-object): Add.
9702
9703         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9704         original article buffer live.
9705         (gnus-summary-select-article-buffer):
9706         Mention gnus-widen-article-buffer.
9707
9708 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * shr.el (shr-tag-strong): Add.
9711
9712 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9715         group names.  They mess up the group buffer badly.
9716
9717         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9718
9719         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9720         instead of the summary one.
9721
9722 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * mml.el (mml-preview): Work properly when editing article.
9725
9726         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9727         gnus-have-read-active-file if it's already been in.
9728
9729 2010-10-22  Tom Tromey  <tromey@redhat.com>
9730
9731         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9732         gnus-group-completing-read.
9733
9734 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * message.el (message-mode-map): Don't bind M-; to comment region, to
9737         allow the global comment-dwim to work.
9738
9739 2010-10-21  Julien Danjou  <julien@danjou.info>
9740
9741         * message.el (message-setup-1): Allow message-default-headers to be a
9742         function.
9743
9744 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * shr.el (shr-tag-table): Simplify.
9747
9748 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9751         to avoid trying to snarf invalid stuff.
9752
9753         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9754
9755         * gnus.el (gnus-message-archive-group): Quote value.
9756         (gnus-message-archive-group): Mark as changed.
9757
9758         * shr.el (shr-add-font): Don't put the font properties on the newline
9759         or the indentation.
9760
9761         * message.el (message-fix-before-sending): Change options when sending
9762         non-printable characters.
9763
9764         * gnus.el (gnus-message-archive-method): Change the default to
9765         monthly outgoing groups.
9766
9767         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9768         that have gotten new numbers.
9769
9770         * nnimap.el (nnimap-request-replace-article): New function.
9771
9772 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9775         (nnrss-request-article): Don't use special html washing code.
9776
9777 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * shr.el (shr-tag-table): Remove useless nconc.
9780
9781 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * gnus-art.el (article-wash-html): Simplify and remove the charset
9784         stuff.  Use the normal html rendering code instead of the special html
9785         washing code.
9786
9787         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9788         `gnus-w3m' symbols.
9789         (mm-text-html-washer-alist): Remove.
9790
9791         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9792         (mm-inline-media-tests): Remove use.
9793         (mm-text-html-renderer): Change default to the `shr' symbol.
9794
9795         * mm-view.el (mm-inline-text-html): Remove use.
9796
9797         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9798         `gnus-blocked-images' to be a function.
9799         (gnus-article-wash-function): Remove.
9800
9801 2010-10-20  Julien Danjou  <julien@danjou.info>
9802
9803         * spam.el (spam-list-of-processors): Mark as obsolete.
9804
9805         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9806         (nnimap-insert-partial-structure): Fix boundary detection.
9807
9808 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9809
9810         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9811         run file-truename on remote files.  This can be expensive and even
9812         prevent one from editing drafts if some unrelated buffer has a stale
9813         connection.
9814
9815 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9818         kinsoku-eol regardless of shr-kinsoku-shorten.
9819         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9820         (shr-tag-table): Support caption, thead, and tfoot.
9821
9822 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823
9824         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9825         lines.
9826         (shr-save-contents): New command and keystroke.
9827
9828         * nndoc.el (nndoc-type-alist): Add git support.
9829         (nndoc-git-type-p): New function.
9830         (nndoc-transform-git-article): Ditto.
9831         (nndoc-transform-git-headers): Ditto.
9832         (nndoc-transform-git-headers): Generate Subject headers.
9833
9834         * shr.el (shr-parse-style): New function.
9835         (shr-tag-span): Ditto.
9836
9837         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9838         to `G G' to avoid collisions.
9839
9840 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * shr.el: Load kinsoku if necessary.
9843         (shr-kinsoku-shorten): New internal variable.
9844         (shr-find-fill-point): Make kinsoku shorten text line if
9845         shr-kinsoku-shorten is bound to non-nil.
9846         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9847         shr-indentation too when testing if table is wider than frame width.
9848         (shr-insert-table): Use `string-width' instead of `length' to measure
9849         text width.
9850         (shr-insert-table-ruler): Make sure indentation is done at bol.
9851
9852 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9853
9854         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9855         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9856         undecoded network data.
9857
9858 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9861         name in the mode line spec so that the mode line menu works
9862         (bug#2431).
9863
9864         * message.el (message-get-reply-headers): If we're fed `to-address',
9865         then always use that.
9866
9867         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9868         aren't so wide as to need to switch off the edit menu.
9869
9870         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9871         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9872
9873         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9874         `M-g'.
9875         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9876         the permanent marks.
9877
9878 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9879
9880         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9881         Splitting according to references/in-reply-to obeys the ignore-groups
9882         variable, while splitting by sender and subject do not.
9883
9884 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9887         alist, so that we can look for non-Unicode chars.
9888         (article-translate-strings): Allow both character and string maps.
9889
9890 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * shr.el (shr-insert): Don't insert space behind a wide character
9893         categorized as kinsoku-bol, or between characters both categorized as
9894         nospace.
9895
9896 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9897
9898         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9899         headers to gnus-newsgroup-headers.
9900
9901 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * shr.el (shr-tag-img): Don't align images -- since we're not
9904         rescaling, this often leads to ugly displays.
9905
9906 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9907
9908         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9909         duplicates.
9910
9911 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9912
9913         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9914         call.
9915
9916 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * gnus.el: Autoload gnus-html-show-images.
9919
9920         * nnimap.el: Use nnheader-message throughout.
9921
9922         * shr.el (shr-tag-img): Ignore images with no data.
9923
9924 2010-10-15  Julien Danjou  <julien@danjou.info>
9925
9926         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9927         a possibility to disable format=flow encoding when using hard newlines.
9928
9929 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * shr.el (shr-insert): Remove space inserted before or after a
9932         breakable character or at the beginning or the end of a line.
9933         (shr-find-fill-point): Do kinsoku; find the second best point or give
9934         it up if there's no breakable point.
9935
9936 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * nnimap.el (nnimap-open-connection): Message when opening connection
9939         for debugging purposes.
9940
9941         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9942         on every setup buffer call to allow this to change from article to
9943         article.
9944
9945         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9946         buffers where we have a wide table.
9947
9948 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9949
9950         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9951         uses *-request-thread.
9952
9953 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9956         incantation, which is no longer valid.
9957
9958 2010-10-14  Julien Danjou  <julien@danjou.info>
9959
9960         * shr.el: Fix defcustom type (char -> character).
9961
9962 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9963
9964         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9965         programs.
9966
9967 2010-10-14  Julien Danjou  <julien@danjou.info>
9968
9969         * shr.el (shr-tag-a): Use url-link as widget type.
9970
9971         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9972         `gnus-group-get-icon'.
9973
9974 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975
9976         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9977         This should make server editing work better.
9978
9979         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9980
9981         * tls.el (tls-program): Remove spurious %s from openssl.
9982
9983         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9984         (nnimap-parse-flags): Fix regexp.
9985
9986         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9987         probably work for CJVK text, too.
9988
9989         * nnimap.el (nnimap-extend-tls-programs): Remove.
9990         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9991
9992         * tls.el (tls-starttls-switches): Remove starttls hack.
9993         (open-tls-stream): Ditto.
9994         (tls-find-starttls-argument): Ditto.
9995
9996 2010-10-13  Julien Danjou  <julien@danjou.info>
9997
9998         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9999         responses.
10000
10001 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10004
10005         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10006         anything in Emacs.
10007
10008         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10009
10010 2010-10-13  Julien Danjou  <julien@danjou.info>
10011
10012         * shr.el (shr-width): Make shr-width a defcustom with default to
10013         fill-column.
10014         (shr-tag-img): Use shr-width rather than fill-column.
10015
10016 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * dgnushack.el (byte-optimize-apply):
10019         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10020
10021         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10022         position when (X-)Faces exist.
10023         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10024         avatars when called interactively.
10025
10026 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10029         gnus-article-x-face-too-ugly is bound.
10030
10031 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10034
10035         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10036         mailbox that doesn't exist.
10037
10038 2010-10-12  Julien Danjou  <julien@danjou.info>
10039
10040         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10041         (shr-get-image-data): Encode URL properly when fetching from cache.
10042         (shr-tag-img): Use aligned-to spaces to align correctly images.
10043
10044         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10045         before inserting the Gravatar.
10046
10047         * shr.el (shr-tag-img): Add align attribute support for <img>.
10048
10049 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * gnus-gravatar.el (gnus-art): Require.
10052
10053         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10054         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10055         Remove long obsoleted functions.
10056
10057 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10060
10061         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10062
10063         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10064         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10065         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10066         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10067         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10068         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10069         * sieve-manage.el, smime.el, spam.el:
10070         Fix comment for declare-function.
10071
10072 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * nnimap.el (nnimap-request-rename-group): Select group read-only
10075         before renaming it.
10076
10077         * shr.el (shr-insert): Fix up the white space only regexp.
10078
10079         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10080         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10081
10082         * shr.el (shr-current-column): New function.
10083         (shr-find-fill-point): New function.
10084
10085 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10086
10087         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10088         numbers.
10089
10090 2010-10-11  Julien Danjou  <julien@danjou.info>
10091
10092         * shr.el (shr-hr-line): Add.
10093         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10094         display hr lines.
10095         (shr-max-columns): Do not change state to nil if we just inserting
10096         spaces.
10097
10098 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10101         select the last group.
10102
10103 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10104
10105         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10106
10107 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10108
10109         * dig.el (dig-mode-map): Declare and define in one step.
10110
10111 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10114         for Gnus.
10115         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10116         (nnimap-update-qresync-info): Mark \Seen articles as read.
10117
10118         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10119         non-variable, too.
10120
10121         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10122         available.
10123         (nnimap-update-info): Rely more on the current active than the param
10124         active to avoid marking articles as read too much.
10125
10126         * auth-source.el (auth-source-create): Use (user-login-name) for the
10127         user name default.
10128
10129         * nnimap.el (nnimap-update-info): If the server doesn't return any
10130         useful info, just use the previous info.
10131         (nnimap-update-info): Prefer old info over start-article.
10132         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10133
10134 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10135
10136         * nnir.el (autoload): Clean up autoloads.
10137         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10138         Use key rather than value.
10139         (nnir-imap-search-other): New variable.
10140         (nnir-read-parm): Use it.
10141         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10142         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10143
10144 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10145
10146         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10147         the process, too.
10148
10149 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * spam.el (gnus-summary-mode-map): Bind to "$".
10152         Suggested by Russ Allbery.
10153
10154         * shr.el: Rework the way things are indented by <li> slightly.
10155
10156         * gnus.el (gnus-group-set-parameter): Fix typo.
10157
10158         * nnimap.el: Start implementing QRESYNC support.
10159
10160 2010-10-09  Julien Danjou  <julien@danjou.info>
10161
10162         * nnir.el (nnir-engines): Fix too many arguments.
10163
10164 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10167         group is the "last", so that the backends like nnfolder actually save
10168         their folders.
10169
10170         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10171         try to use that for the tls stream.
10172         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10173         UIDVALIDITY and find out which groups are read-only and not.
10174         (nnimap-get-flags): Use the same marks parsing code as the rest of
10175         nnimap.
10176
10177 2010-10-09  Julien Danjou  <julien@danjou.info>
10178
10179         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10180
10181         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10182         retrieving gravatars.
10183
10184         * shr.el (shr-table-corner): Add.
10185         (shr-table-line): Add.
10186         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10187
10188 2010-10-08  Julien Danjou  <julien@danjou.info>
10189
10190         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10191
10192 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10193
10194         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10195
10196         * gnus-sum.el (gnus-mark-article-as-unread)
10197         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10198         (gnus-summary-set-bookmark): Use it.
10199
10200         * gnus-msg.el (gnus-setup-message): Use it.
10201
10202         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10203
10204         * gnus.el (gnus-group-remove-parameter): Use it.
10205
10206         * gnus-group.el (gnus-group-make-web-group): Use it.
10207
10208         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10209
10210         * nnregistry.el: Update docs to mention manual.
10211
10212         * gnus-registry.el: Update docs to mention nnregistry.el.
10213         (gnus-registry-initialize): Don't install nnregistry refer method
10214         automatically.
10215         (gnus-registry-install-nnregistry): Remove it.
10216
10217 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * shr.el (shr-insert): Don't insert double spaces.
10220
10221 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-gravatar.el (gnus-treat-from-gravatar)
10224         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10225         called interactively.
10226
10227         * gnus-art.el (gnus-mime-view-part-externally)
10228         (gnus-mime-view-part-internally): Make predicate function passed to
10229         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10230         of a mime type.
10231
10232         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10233
10234 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * shr.el (require): Require cl when compiling.
10237         (shr-tag-hr): New function.
10238
10239         * nnimap.el (nnimap-update-info): Remove double setting of high.
10240         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10241         This makes nnimap work properly on Courier again.
10242
10243         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10244         the variable for backwards compatibility.
10245
10246         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10247         the file name before using to avoid setting mm-default-directory to
10248         nil.
10249
10250         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10251         bidning gnus-agent variables.
10252
10253         * shr.el (shr-render-td): Use a cache for the table rendering function
10254         to avoid getting an exponential rendering behavior in nested tables.
10255         (shr-insert): Rework the line-breaking algorithm.
10256         (shr-insert): Don't leave trailing spaces.
10257         (shr-insert-table): Also insert empty TDs.
10258         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10259
10260 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10261
10262         * gnus-sum.el (gnus-number): Rename from `number'.
10263         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10264         (gnus-summary-limit-children): Update uses correspondingly.
10265
10266 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10269         (gnus-gravatar-transform-address): Don't show avatars of people of
10270         which mail addresses match gnus-gravatar-too-ugly.
10271
10272 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * shr.el (shr-table-widths): Expand TD elements to fill available
10275         space.
10276
10277 2010-10-07  Julien Danjou  <julien@danjou.info>
10278
10279         * nnimap.el (nnimap-request-rename-group): Add this method.
10280
10281 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10284         name from XEmacs' function-arglist.
10285
10286         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10287         gravatar under XEmacs.
10288
10289 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10290
10291         * auth-source.el: Update docs with TODO items.
10292
10293         * gnus-sync.el: Update docs to explain state and plans.
10294
10295         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10296         Hooks for mark updates.
10297         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10298
10299         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10300         hooks with arguments, which is needed for mark update hooks.
10301
10302 2010-10-06  Julien Danjou  <julien@danjou.info>
10303
10304         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10305         was matched.
10306
10307         * sieve-manage.el: Update example in `Commentary'.
10308
10309         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10310
10311         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10312         not 2000.
10313         (sieve-manage-authenticate): Re-add function.
10314
10315 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10316
10317         * shr.el (shr-insert): Get 'space transition right.
10318         (shr-render-td): Only delete space at the end of the TD.
10319
10320         * nnimap.el (nnimap-open-connection): Prepare to support
10321         open-gnutls-stream.
10322
10323         * shr.el: Rearrange function order to be more logical.
10324
10325 2010-10-06  Julien Danjou  <julien@danjou.info>
10326
10327         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10328         (nnrss-discover-feed): Remove 404 URL in docstring.
10329
10330         * nnir.el: Fix Swish-E URL.
10331         Fix Namazu URL.
10332
10333         * message.el (message-change-subject): Remove 404 URL in a comment.
10334
10335 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10338         called interactively.
10339
10340         * gnus-util.el (gnus-remove-if): Allow hash table.
10341         (gnus-remove-if-not): New function.
10342
10343         * gnus-art.el (gnus-mime-view-part-as-type):
10344         * gnus-score.el (gnus-summary-score-effect):
10345         * gnus-sum.el (gnus-read-move-group-name):
10346         Replace remove-if-not with gnus-remove-if-not.
10347
10348         * gnus-group.el (gnus-group-completing-read):
10349         Regard collection as a hash table if it is not a list.
10350
10351 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10352
10353         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10354
10355         * shr.el: Document the table-rendering algorithm.
10356
10357 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10360         for Emacsen having no `libxml-parse-html-region' support.
10361
10362 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10365         invalid URLs.
10366
10367         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10368         line-broken.
10369         (shr-tag-img): Ignore image fetching errors.
10370         (shr-overlays-in-region): Compute overlay positions correctly.
10371
10372         * mm-decode.el (mm-shr): Require shr.
10373
10374         * gnus-art.el (gnus-blocked-images): Move variable here.
10375
10376         * shr.el (shr-insert-table): Bind free variable.
10377
10378         * mm-decode.el (mm-shr): Bind shr-content-function.
10379
10380         * shr.el (shr-content-function): New variable.
10381
10382         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10383         added for symmetry.
10384
10385         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10386
10387         * gnus-group.el (gnus-group-make-group): Doc fix.
10388
10389         * nnimap.el (nnimap-request-newgroups): Return success.
10390
10391         * shr.el (shr-find-elements): New function.
10392         (shr-tag-table): Put all the images after the table.
10393         (shr-tag-table): Really inhibit images inside the table.
10394         (shr-collect-overlays): Copy over overlays from the TD elements to the
10395         main document.
10396
10397         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10398         gnus-blocked-images.
10399
10400 2010-10-05  Julien Danjou  <julien@danjou.info>
10401
10402         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10403
10404         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10405         (gnus-html-maximum-image-size): Add this function.
10406         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10407
10408         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10409         server-value of the capability is nil.
10410
10411 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10412
10413         * shr.el (shr-tag-em): Add <EM> tag.
10414
10415 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10416
10417         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10418         customizable.
10419
10420         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10421         handing broken links to browse-url.
10422
10423 2010-10-05  Julien Danjou  <julien@danjou.info>
10424
10425         * gnus-util.el (gnus-emacs-completing-read)
10426         (gnus-iswitchb-completing-read): Use autoload rather than require.
10427
10428 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10431         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10432         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10433         iswitchb-temp-buflist for XEmacs.
10434
10435         * gnus-util.el (gnus-completing-read-function): Exclude
10436         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10437         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10438         XEmacs.
10439
10440         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10441         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10442
10443         * gnus-html.el: Don't require help-fns under XEmacs.
10444         (gnus-html-schedule-image-fetching): Work for XEmacs.
10445
10446         * mm-decode.el (mm-shr): Decode contents by charset.
10447
10448 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10449
10450         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10451         unknown.
10452
10453         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10454         (shr-get-image-data): Ensure against the cache file missing.
10455
10456         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10457         for data.
10458
10459         * spam-report.el (spam-report-url-ping-plain): Don't query about
10460         killing the process.
10461
10462         * shr.el (shr-render-td): Protect against too-wide text.
10463
10464 2010-10-04  Julien Danjou  <julien@danjou.info>
10465
10466         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10467         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10468
10469         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10470         retrieved.
10471
10472 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * shr.el (browse-url): Require.
10475         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10476         lines.
10477         (shr-show-alt-text, shr-browse-image): New commands.
10478         (shr-browse-url, shr-copy-url): New commands.
10479
10480         * gnus-sum.el (gnus-widen-article-window): New variable.
10481         (gnus-summary-select-article-buffer): Use it.
10482
10483         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10484         without @ signs.
10485
10486 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10487
10488         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10489
10490 2010-10-04  Julien Danjou  <julien@danjou.info>
10491
10492         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10493         for XEmacs.
10494
10495 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10498
10499         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10500         (nnimap-close-server): Implement.
10501
10502         * dgnushack.el (iswitchb): Require to shut up the compiler.
10503
10504         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10505         (shr-insert): Tweak line breaking.
10506         (shr-insert): Handle <pre> better.
10507         (shr-tag-li): Get <li> indentation right.
10508         (shr-tag-li): Get <li> indentation even righter.
10509         (shr-tag-blockquote): Ensure paragraph start.
10510         (shr-make-table): Tweak table generation.
10511         (shr-make-table): Fix typo.
10512
10513         * shr.el: Implement table rendering.
10514
10515 2010-10-04  Julien Danjou  <julien@danjou.info>
10516
10517         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10518
10519 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10520
10521         * shr.el (shr-insert): Use string anchors instead of line anchors.
10522
10523 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10524
10525         * shr.el: Add headings.
10526         (shr-ensure-paragraph): Actually work.
10527         (shr-tag-li): Make <ul> prettier.
10528         (shr-insert): Get white space at the beginning/end of elements right.
10529         (shr-tag-p): Collapse subsequent <p>s.
10530         (shr-ensure-paragraph): Don't insert double line feeds after blank
10531         lines.
10532         (shr-insert): \t is also space.
10533         (shr-tag-s): Fix "s" tag name function.
10534         (shr-tag-s): Fix face prop name.
10535
10536 2010-10-03  Julien Danjou  <julien@danjou.info>
10537
10538         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10539
10540         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10541         gnus-window-inside-pixel-edges.
10542
10543         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10544         gnus-ems.
10545
10546         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10547
10548         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10549         function.
10550
10551         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10552         resize choice.
10553
10554 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10557         beginning of the buffer.
10558
10559         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10560         article buffer again.
10561
10562         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10563
10564         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10565         when it's at the start of the buffer.
10566
10567         * shr.el (shr-tag-blockquote): Convert name.
10568         (shr-rescale-image): Use the right image-size variant.
10569
10570         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10571         buffer isn't shown, then select the current article first instead of
10572         bugging out.
10573         (gnus-summary-select-article-buffer): Show both the article and summary
10574         buffers again.
10575
10576         * shr.el (shr-fontize-cont): Protect against regions with no text.
10577         Rename tag functions to shr-tag-* for enhanced security.
10578         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10579
10580 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10581
10582         * shr.el (shr-insert):
10583         * pop3.el (pop3-movemail):
10584         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10585         loaded.
10586
10587 2010-10-03  Glenn Morris  <rgm@gnu.org>
10588
10589         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10590
10591         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10592
10593         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10594
10595         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10596
10597         * gnus-util.el (gnus-make-local-hook): Simplify.
10598
10599 2010-10-02  Julien Danjou  <julien@danjou.info>
10600
10601         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10602         (gnus-ido-completing-read): New function.
10603         (gnus-emacs-completing-read): New function.
10604         (gnus-completing-read): Use gnus-completing-read-function.
10605         Add gnus-completing-read-function.
10606
10607 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * shr.el (shr-insert-document): Autoload.
10610         (shr-img): Be silent.
10611         (shr-insert): Add a newline after every picture before text.
10612         (shr-add-font): Use overlays for combining faces.
10613         (shr-insert): Pass upwards the text start point.
10614
10615         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10616         possible.
10617         (mm-shr): New function.
10618
10619 2010-10-02  Julien Danjou  <julien@danjou.info>
10620
10621         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10622         should go backward.
10623
10624 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10625
10626         * shr.el (shr): Fix typo in provide call.
10627
10628 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * shr.el: New file.
10631
10632         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10633
10634         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10635         completing read.
10636
10637 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10640         we're being queried about.  Suggested by Dan Jacobson.
10641
10642         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10643         Suggested by Jason Eisner.
10644
10645         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10646         table, too.  Suggested by Stefan Wiens.
10647         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10648         the table unnecessary.  Suggested by Stefan Wiens.
10649
10650         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10651         longer needed, and probably doesn't work either, as pointed out by
10652         Stefan Wiens.
10653         (gnus-summary-exit): Remove call to the clearing function.
10654         (gnus-summary-exit-no-update): Ditto.
10655
10656         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10657         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10658         Reported by Stefan Monnier.
10659         (gnus-summary-save-in-rmail): Ditto.
10660
10661         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10662         article buffer, instead of both the article buffer and the summary
10663         buffer.  Sort of suggested by Dan Jacobson.
10664
10665         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10666
10667         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10668         Suggested by Dan Jacobson.
10669
10670         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10671         documentation clearer.
10672
10673         * message.el (message-shorten-references): Comment on the number "21".
10674         Suggested by Stefan Monnier.
10675
10676         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10677         Suggested by Dan Jacobson.
10678
10679         * gnus.el (gnus-large-newsgroup):
10680         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10681
10682         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10683         externalize attachments.  Bug reported by Steve Wen.
10684
10685         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10686         really message anything to the user.
10687
10688         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10689         directly.
10690
10691         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10692         messages in empty groups.
10693
10694 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10695
10696         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10697         non-UIDNEXT group.
10698
10699 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700
10701         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10702         not the value from the collection.
10703
10704         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10705         values.  This sometimes happens on some groups that have no info.
10706         (nnimap-request-newgroups): New function.
10707
10708 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10709
10710         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10711         check into `gnus-registry-initialize'.
10712         (gnus-registry-initialize): Ditto.
10713         Fix and extend header docs.
10714
10715 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10718         regexp backtrace overflows.
10719
10720         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10721         for starttls that tls.el implements; i.e. openssl.
10722
10723         * tls.el (tls-starttls-switches): Give up on using starttls with
10724         gnutls-cli.
10725         (tls-program): Add --insecure to be consistent with the defaults from
10726         openssl s_client.  Now all three commands are insecure.
10727
10728 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * lpath.el: Bind completion-styles-alist for XEmacs.
10731
10732         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10733         (gravatar-create-image): New function that's an alias to
10734         gnus-xmas-create-image, gnus-create-image, or create-image.
10735         (gravatar-data->image): Use it.
10736
10737 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10738
10739         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10740         install the nnregistry refer method.
10741         (gnus-registry-install-hooks): Use it.
10742         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10743         unfollowed groups.
10744
10745 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10746
10747         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10748         expanding threads.
10749
10750 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * nnir.el: Use the server names without suffixes (bug#7009).
10753
10754         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10755         unencrypted to STARTTLS, if possible.
10756
10757 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10758
10759         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10760         headers before superseding.
10761
10762 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10763
10764         * nnrss.el (nnrss-use-local): Add documentation.
10765
10766         * nnimap.el (nnimap-extend-tls-programs): New function.
10767         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10768         (nnimap-wait-for-connection): Accept the greeting from the stupid
10769         output from openssl s_client -starttls, too.
10770
10771         * tls.el (tls-starttls-switches): New variable.
10772         (tls-find-starttls-argument): Use it.
10773         (open-tls-stream): Ditto.
10774
10775         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10776         (netrc-machine): Ditto.
10777
10778         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10779         article number.
10780         (nnimap-split-fancy): New variable.
10781         (nnimap-split-incoming-mail): Use it.
10782
10783         * nntp.el (nntp-server-list-active-group): Document.
10784
10785         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10786         SELECT to get the message-id.
10787
10788         * mail-source.el (mail-sources): Remove webmail support.
10789         (defvar): Ditto.
10790         (mail-source-fetcher-alist): Ditto.
10791         (mail-source-fetch-webmail): Remove.
10792
10793         * webmail.el: Remove -- doesn't seem relevant any more.
10794
10795         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10796
10797         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10798         the \r.
10799
10800 2010-09-30  Julien Danjou  <julien@danjou.info>
10801
10802         * gnus-agent.el (gnus-agent-add-group): Fix call to
10803         gnus-completing-read.
10804
10805 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * nndoc.el (nndoc-retrieve-groups): New function.
10808
10809         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10810         `default', use nnmail-split-methods.
10811         (nnimap-request-article): Downcase the NILs so that they are nil.
10812
10813         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10814         symbol.
10815
10816         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10817         code, since if the user has requested network, that's what they ought
10818         to get.
10819         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10820         (nnimap-split-rule): Mark as obsolete.
10821
10822         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10823         New variable.
10824
10825         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10826         correct slot, too.
10827
10828 2010-09-29  Julien Danjou  <julien@danjou.info>
10829
10830         * gnus.el (gnus-local-domain): Declare variable obsolete.
10831
10832         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10833         Fix history computing.
10834         (gnus-ido-completing-read): Require ido.
10835
10836 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10839         build Gnus.
10840
10841         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10842         when interpreting the structures.
10843         (nnimap-request-accept-article): Add \r\n to the lines to make this
10844         work with Cyrus.
10845
10846         * nndraft.el (nndraft-request-expire-articles): Use the group name
10847         instead if "nndraft".  Fix found by Nils Ackermann.
10848
10849 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10850
10851         * nnregistry.el: Add.
10852
10853 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10854
10855         * nnmail.el (group, group-art-list, group-art):
10856         Remove unneeded directives.
10857
10858 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10861         (mm-mime-charset):
10862         * rfc2047.el (rfc2047-syntax-table):
10863         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10864
10865         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10866         rather than `insert-file-contents' and `eval-region'.
10867
10868         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10869         construction.
10870
10871         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10872
10873         * time-date.el: No need to require cl for Emacs 21.
10874
10875 2010-09-29  Julien Danjou  <julien@danjou.info>
10876
10877         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10878         replacement of `gnus-gravatar-relief' to mimic
10879         `gnus-faces-properties-alist'.
10880         Add :version property.
10881
10882 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * mail-source.el (mail-source-report-new-mail):
10885         * message.el (message-default-mail-headers):
10886         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10887
10888         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10889
10890 2010-09-28  Julien Danjou  <julien@danjou.info>
10891
10892         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10893         mail-address contains the same string as real-name.
10894
10895         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10896         non-blank in header, otherwise it'll get stripped.
10897
10898         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10899         real-name, and then for mail address rather than doing : or , search.
10900
10901 2010-09-27  Julien Danjou  <julien@danjou.info>
10902
10903         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10904         right completing-read function.
10905         (gnus-use-ido): New variable
10906         (gnus-completing-read-with-default): Remove.
10907         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10908         (gnus-agent-add-group):
10909         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10910         * mm-view.el (mm-view-pkcs7-decrypt):
10911         * mm-util.el (mm-codepage-setup):
10912         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10913         * mml-smime.el (mml-smime-openssl-sign-query):
10914         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10915         (mml-insert-multipart):
10916         * gnus-msg.el (gnus-summary-yank-message):
10917         * gnus-int.el (gnus-start-news-server):
10918         * mm-decode.el (mm-interactively-view-part):
10919         * gnus-dired.el (gnus-dired-attach):
10920         * gnus.el (gnus-read-method):
10921         * gnus-bookmark.el (gnus-bookmark-jump):
10922         * gnus-art.el (gnus-mime-view-part-as-type)
10923         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10924         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10925         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10926         * nnmairix.el (nnmairix-create-server-and-default-group)
10927         (nnmairix-update-groups, nnmairix-get-server)
10928         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10929         (nnmairix-get-group-from-file-path):
10930         * nnrss.el (nnrss-find-rss-via-syndic8):
10931         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10932         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10933         (gnus-group-browse-foreign-server):
10934         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10935         (gnus-summary-execute-command, gnus-summary-respool-article)
10936         (gnus-read-move-group-name):
10937         * gnus-score.el (gnus-summary-increase-score)
10938         (gnus-summary-score-effect):
10939         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10940
10941 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10944         x-focus-frame.
10945
10946         * nnimap.el (auth-source-forget-user-or-password)
10947         (auth-source-user-or-password): Autoload.
10948
10949         * message.el (message-from-style, message-interactive)
10950         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10951         (message-yank-prefix, message-indentation-spaces, message-signature)
10952         (message-signature-file): Add comment.
10953
10954 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10957         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10958         new articles.
10959
10960         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10961         parts.
10962         (nnimap-request-article): Work with the t setting, too.
10963
10964         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10965         that you don't get flashes of other buffers.
10966         (gnus-summary-show-complete-article): Intern before setting.
10967
10968 2010-09-27  David Engster  <dengste@eml.cc>
10969
10970         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10971         well as HEADERS.
10972         (nnmairix-retrieve-headers): Provide new argument for the above.
10973
10974 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * gnus-sum.el (gnus-summary-move-article): Don't alter
10977         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10978         group.
10979
10980         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10981
10982         * message.el (message-cite-prefix-regexp): Revert my last edit.
10983
10984         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10985         variable instead of the Gnus variable.
10986
10987         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10988
10989         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10990
10991         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10992         since some servers don't like it.
10993         (nnimap-open-connection): Forget credentials if the server says the
10994         password was wrong.
10995         (nnimap-parse-line): Protect against invalid data.
10996
10997         * gnus-sum.el (gnus-summary-move-article): Add comment.
10998         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10999         nothing alters it while scanning for new messages.
11000
11001         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11002         which may or may not help.
11003         (nnimap-open-connection): If we're doing a stream connection, and then
11004         discover we're on a STARTTLS-capable server, then open a STARTTLS
11005         connection instead.
11006
11007 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * nnimap.el (utf7): Require.
11010
11011         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11012         prefix.
11013
11014 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11015
11016         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11017
11018 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11019
11020         * nnimap.el (nnimap-request-accept-article): Message the error on
11021         error.
11022
11023 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11026
11027 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * nndoc.el (nndoc-request-list): Return success always.
11030
11031         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11032         `fetch-old' -- we only want to fetch the articles we've requested.
11033         The rest are in the agent, probably.
11034         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11035         disappeared server" to something low.  It's not important.
11036
11037         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11038         arrived before the FETCH data.
11039
11040         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11041         target here, because we don't know the Gnus name of the group.
11042
11043         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11044         for the correct group.
11045
11046         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11047
11048         * gnus.el (gnus): Give a final warning after startup.
11049
11050         * gnus-util.el (gnus-action-message-log): New variable.
11051         (gnus-message): Use it.
11052         (gnus-final-warning): New function.
11053
11054         * nnimap.el (nnimap-open-connection): Record the greeting.
11055         (nnimap): Add greeting.
11056
11057 2010-09-26  Julien Danjou  <julien@danjou.info>
11058
11059         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11060         arguments.
11061         (gnus-html-wash-images): Fix spec computing to include start/end.
11062
11063         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11064
11065 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11068         deletion.
11069         (nnimap-retrieve-headers): Don't select the group, because that's
11070         already done by nnimap-possibly-change-group.
11071
11072         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11073         (gnus-picon-transform-address): Use it.
11074
11075         * mail-source.el (mail-source-value): Revert previous patch.
11076
11077         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11078         on failure.
11079         (nnimap-open-connection): Look up both virtual and physical server name
11080         credentials.
11081
11082         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11083
11084 2009-02-07  Dave Love  <fx@gnu.org>
11085
11086         * tls.el (open-tls-stream): Don't query killing process.
11087
11088 2009-02-08  Dave Love  <fx@gnu.org>
11089
11090         * gnus-win.el (gnus-window-to-buffer-helper)
11091         (gnus-all-windows-visible-p): Function needn't be a symbol.
11092
11093         * mail-source.el (mail-source-value): Function needn't be a symbol.
11094
11095 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * message.el (message-cite-prefix-regexp): Remove } from the cite
11098         prefix.
11099
11100         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11101         highlight again, so that the highlight is correct.
11102
11103         * gnus-picon.el (gnus-picon): Remove again.
11104         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11105
11106         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11107         doing the header highlightling, so that the background color of the
11108         picon is correct.
11109
11110         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11111         (gnus-picon): Ditto.
11112         (gnus-picon): Reinstate.  The background color for picons is white.
11113         (gnus-picon-insert-glyph): Make the background white.
11114
11115         * nnml.el (nnml-open-nov): Don't return dead buffers.
11116
11117         * auth-source.el (auth-source-create): Query the user for whether to
11118         store the credentials.
11119
11120         * netrc.el (netrc-store-data): New function.
11121
11122         * auth-source.el (auth-source-user-or-password): Use the existing auth
11123         sources, if any, for creation.
11124
11125         * gnus.el (gnus-group-fast-parameter): Return the last matching
11126         parameter instead of the first matching parameter.
11127
11128 2010-09-26  Julien Danjou  <julien@danjou.info>
11129
11130         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11131
11132 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * mml2015.el (mml2015-use): Remove gpg support.
11135
11136         * mml1991.el (mml1991-function-alist): Remove gpg function.
11137         (mml1991-gpg-sign): Remove.
11138
11139 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11140
11141         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11142         (gnus-browse-unsubscribe-current-group): Document it.
11143         (gnus-browse-unsubscribe-group): Use it.
11144
11145 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11148         address to the To list for easier response.
11149
11150         * gnus.el (gnus-play-startup-jingle): Remove.
11151         (gnus-splash): Don't play jingle.
11152         (gnus): Silence gnus-load message.
11153
11154         * gnus-art.el (gnus-treat-play-sounds): Remove.
11155
11156         * gnus.el (gnus-play-jingle): Remove audio support.
11157
11158         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11159
11160         * earcon.el: Remove -- no users.
11161
11162         * gnus-audio.el: Remove -- no users of this package.
11163
11164         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11165
11166         * gnus-start.el (gnus-setup-news): Remove nocem support.
11167
11168         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11169
11170         * gnus.el (gnus-use-nocem): Remove.
11171
11172         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11173         Remove.
11174
11175         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11176         uses NoCeM any more.
11177
11178         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11179         (gnus-button-ctan-handler): Ditto.
11180         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11181         (gnus-button-ctan-directory-regexp): Ditto.
11182         (gnus-button-handle-ctan): Ditto.
11183         (gnus-button-tex-level): Ditto.
11184         (gnus-button-alist): Remove CTAN stuff.
11185
11186 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11189         nnimap-streaming test.
11190
11191         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11192         servers twice.
11193
11194         * nnimap.el (nnimap-open-connection): Add more error reporting when
11195         nnimap fails early.
11196
11197         * nnheader.el (nnheader-get-report-string): New function.
11198         (nnheader-get-report): Use it.
11199
11200         * gnus-int.el (gnus-check-server): Say what the error was when opening
11201         failed.
11202
11203         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11204         using streaming.
11205
11206 2010-09-25  Julien Danjou  <julien@danjou.info>
11207
11208         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11209         gnus-window-inside-pixel-edges.
11210
11211 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11214
11215         * mm-decode.el (mm-save-part): Allow saving to other directories the
11216         normal Emacs way.
11217
11218         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11219         Suggested by Jay Berkenbilt.
11220
11221         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11222         there isn't a single byte.
11223
11224         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11225         just do it.  It doesn't really seem to matter what the user responds
11226         here, I think, so it's just a confusing question.
11227
11228         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11229         non-streaming case.
11230
11231         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11232         (gnus-article-encrypt-body): Use it.
11233
11234         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11235         keystroke.
11236
11237         * nnimap.el (nnimap-find-wanted-parts-1):
11238         Use gnus-fetch-partial-articles.
11239
11240         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11241
11242         * nnimap.el (nnimap-insert-partial-structure): New function.
11243         (nnimap-get-partial-article): New function.
11244         (nnimap-request-article): Use it.
11245         (nnimap-wait-for-response): Return whether the wait was successful.
11246         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11247         retrieval wasn't successful.
11248         (nnimap-retrieve-group-data-early): Allow throttling servers.
11249         (nnimap-streaming): New variable.
11250         (nnimap-fetch-partial-articles): Remove.
11251
11252         * mm-decode.el (mm-with-part): Protect against killed buffers.
11253
11254         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11255         for prettier summary display.
11256
11257 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11258
11259         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11260
11261 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11264         apparently third-party libraries depend on it.
11265
11266         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11267         before starting negotiation.
11268
11269         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11270         privacy reasons.
11271         (gnus-treat-mail-gravatar): Ditto.
11272
11273         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11274         buffer when inserting images.  Inserting text into the headers, for
11275         instance, can make them invalid.
11276
11277 2010-09-25  Julien Danjou  <julien@danjou.info>
11278
11279         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11280         variables.
11281
11282         * nnheader.el: Remove useless variables news-reply-yank-from and
11283         news-reply-yank-message-id.
11284
11285         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11286         variables.
11287
11288         * mml1991.el: Remove useless mml1991-verbose.
11289
11290         * gnus.el: Remove useless variable gnus-use-generic-from.
11291         Remove obsolete variable gnus-topic-indentation.
11292
11293         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11294
11295         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11296
11297         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11298
11299         * gnus-group.el: Remove useless gnus-group-icon-cache.
11300         Remove useless gnus-ephemeral-group-server.
11301
11302         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11303
11304         * mml2015.el: Remove useless mml2015-verbose.
11305
11306         * mml-smime.el: Remove useless mml-smime-verbose.
11307
11308         * gnus.el: Remove useless gnus-local-domain.
11309
11310         * gnus-gravatar.el (gnus-gravatar-transform-address):
11311         Use gnus-gravatar-size.
11312
11313         * gnus-art.el: Remove useless gnus-treat-translate.
11314
11315 2010-09-24  Julien Danjou  <julien@danjou.info>
11316
11317         * gnus-sum.el: Add support for Gravatars.
11318
11319         * gnus-art.el: Add support for Gravatars.
11320
11321         * gnus-gravatar.el: Add this file.
11322
11323         * gravatar.el: Add this file.
11324
11325 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11328
11329         * gnus-group.el (gnus-group-fetch-faq): Remove.
11330
11331         * gnus.el (gnus-group-faq-directory): Remove.
11332
11333         * gnus-group.el (gnus-group-fetch-charter): Remove.
11334
11335         * gnus.el (gnus-group-charter-alist): Remove.
11336
11337         * gnus-group.el (gnus-group-archive-directory): Remove.
11338         (gnus-group-recent-archive-directory): Ditto.
11339         (gnus-group-make-archive-group): Remove.
11340
11341         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11342
11343         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11344         use the same article number for all the cached articles.
11345
11346         * nnimap.el (nnimap-command): Register the last command time so
11347         that we can use it for idling NOOPs.
11348         (nnimap-open-connection): Start the keeplive timer.
11349         (nnimap-make-process-buffer): Store all the process buffers.
11350         (nnimap-keepalive): New function.
11351
11352         * starttls.el (starttls-open-stream): Add autoload cookie.
11353
11354 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11355
11356         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11357         handling.
11358
11359 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11362         its data structures.
11363
11364         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11365         instead of the cl.el copy-list.
11366         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11367         equalp.
11368
11369 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11372         and tool-bar-local-item-from-menu.
11373
11374         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11375         mode-line-highlight face for Emacs.
11376
11377         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11378         loading gnus-sum.elc; fix comment for canlock-verify.
11379         (gnus-article-jump-to-part): Use read-number.
11380         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11381         Remove Emacs pre-21 compatible code for help-echo.
11382         (gnus-article-next-page-1): No need to adjust the number of lines.
11383         (gnus-article-describe-bindings): Always use help-buffer.
11384
11385         * gnus-audio.el (gnus-audio-inline-sound):
11386         * gnus-cus.el (gnus-custom-mode):
11387         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11388
11389         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11390
11391         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11392         compatible code.
11393
11394 2010-09-24  Glenn Morris  <rgm@gnu.org>
11395
11396         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11397         visiting the fcc file in rmail-mode.
11398
11399         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11400
11401 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * nnir.el: Silence the byte compiler.
11404
11405         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11406         alias to browse-url-url-encode-chars if any.
11407         (gnus-html-encode-url): Use it.
11408
11409 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * gnus-start.el (gnus-use-backend-marks): New variable.
11412         (gnus-get-unread-articles-in-group): Use it.
11413
11414         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11415         makeover.
11416
11417 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11418
11419         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11420
11421 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11422
11423         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11424         Remove.
11425         (gnus-setup-news-hook):
11426         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11427
11428         * gnus-int.el (gnus-request-update-info): Protect against backends not
11429         having the function.
11430
11431         * nnimap.el (nnimap-stream): Mention starttls.
11432         (nnimap-open-connection): Add starttls support.
11433
11434 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11435
11436         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11437
11438 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11441         BODYSTRUCTUREs.
11442         (nnimap-transform-headers): Unfold quoted {42} headers.
11443
11444         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11445         the info.
11446         (gnus-get-unread-articles): Only call updatep on backends that support
11447         it.
11448
11449         * nnweb.el (nnweb-request-update-info): NOOP.
11450
11451         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11452
11453         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11454         since it only deals with marks.
11455
11456         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11457         gnus-request-marks, and make a new gnus-request-update-info.
11458
11459         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11460         the active instead of the high number, which is usually too low.
11461
11462 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11465         * encrypt.el: Remove.
11466
11467 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11468
11469         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11470         server in symbolic form.
11471
11472         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11473
11474 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11477         (nnimap-update-info): Fix up code slightly.
11478
11479         * gnus-int.el (gnus-open-server): Add tracing for performance
11480         debugging.
11481
11482         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11483         (gnus-group-insert-group-line): Pass the real group name so that it
11484         gets the right data.
11485
11486         * gnus-start.el (gnus-get-unread-articles): Don't have
11487         `gnus-get-unread-articles-in-group' update info, since that can be
11488         really slow and doesn't seem to be needed?
11489
11490 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11491
11492         * time-date.el (date-to-time): Try using parse-time-string first before
11493         using the slower timezone-make-date-arpa-standard.
11494
11495 2010-09-22  Julien Danjou  <julien@danjou.info>
11496
11497         * gnus-group.el (gnus-group-insert-group-line):
11498         Call gnus-group-highlight-line.
11499         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11500         default hook list.
11501         (gnus-group-update-eval-form): Add new function.
11502         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11503         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11504
11505 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11508         immediate, then expire all articles.
11509         (nnimap-update-info): Fix off-by-one errors.
11510         (nnimap-flags-to-marks): Would return no marks lists for group with no
11511         flags.  Instead return the other data.
11512
11513 2010-09-22  Julien Danjou  <julien@danjou.info>
11514
11515         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11516         Only return an icon.
11517         (gnus-group-insert-group-line): Compute icon to return.
11518
11519         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11520         (gnus-html-image-fetched): Only cache if
11521         gnus-html-image-automatic-caching is set.
11522         (gnus-html-image-fetched): Check for errors.
11523
11524 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525
11526         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11527         once per method on `g'.  This ensures that backends like nnfolder don't
11528         open all their folders.
11529
11530         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11531         (nnimap-request-list): Nix out group in the correct buffer.
11532         (nnimap-parse-flags): Implement by using `read' instead of
11533         hand-parsing.
11534         (nnimap-flags-to-marks): Pass on permanent-flags.
11535         (nnimap-make-process-buffer): Record the server name.
11536         (nnimap-parse-flags): Fix typo.
11537         (nnimap-request-scan): Run split on the server in general, not just a
11538         single group.
11539
11540         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11541         parameter, and propagate this downwards.
11542
11543         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11544         since EXAMINE changes it on the server.
11545
11546         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11547         this command might take a while.
11548
11549 2010-09-22  Julien Danjou  <julien@danjou.info>
11550
11551         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11552         harmful if you have 2 images side-by-side, they can't be properly
11553         update on text deletion.  Using text-property is safer here.
11554         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11555         data.
11556
11557 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * nnimap.el (nnimap-expunge-inbox): Remove.
11560         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11561         (nnimap-expunge): Flip default to t.
11562
11563         * gnus.el (gnus-method-to-server): Don't push things to the cache
11564         unless it's unique.
11565         (gnus-server-to-method): Ditto.
11566
11567 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11568
11569         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11570
11571 2010-09-22  Julien Danjou  <julien@danjou.info>
11572
11573         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11574         get the start of data.
11575         (gnus-html-encode-url): Add this function to encode special chars in
11576         URL.
11577         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11578         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11579
11580         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11581         default.
11582         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11583
11584         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11585         images alt-text.
11586         (gnus-html-put-image): Put alt-text as help-echo.
11587
11588 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11591         * mm-util.el (mm-decompress-buffer):
11592         * nnir.el (nnir-run-find-grep):
11593         * pop3.el (pop3-list): Use 3rd arg of split-string.
11594
11595         * time-date.el (format-seconds): Comment fix.
11596
11597         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11598         and byte-optimize-form-code-walker.
11599         (dgnushack-make-auto-load): Don't advise make-autoload.
11600
11601         * lpath.el: Remove Emacs 21 stuff.
11602
11603 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11606         outside the active range.  Suggested by Dan Christensen.
11607
11608         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11609         slightly later to avoid double-getting it.
11610
11611         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11612         previous patch.
11613
11614         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11615
11616 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11617
11618         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11619
11620 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * gnus-int.el (gnus-open-server): Give a better error message in the
11623         "go offline" case.
11624
11625         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11626         marks for nnimap, which is seldom the right thing to do.
11627
11628         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11629         (gnus-same-method-different-name): New function.
11630
11631         * nnimap.el (parse-time): Require.
11632
11633         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11634         method in the presence of many similar methods.
11635
11636         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11637
11638         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11639         nnml-inhibit-expiry.
11640
11641         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11642         find out whether methods are equal.
11643
11644         * nnimap.el (nnimap-find-expired-articles): New function.
11645         (nnimap-process-expiry-targets): New function.
11646         (nnimap-request-move-article): Request the article before looking at
11647         what the Message-ID is.  Fix found by Andrew Cohen.
11648         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11649
11650         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11651         for oldness in addition to being a predicate.
11652
11653         * nnimap.el (nnimap-request-group): When we have zero articles, return
11654         the right data to Gnus.
11655         (nnimap-request-expire-articles): Only delete articles immediately if
11656         the target is 'delete.
11657
11658         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11659         method, this would bug out.
11660
11661         * gnus-group.el (gnus-group-expunge-group): Rename from
11662         gnus-group-nnimap-expunge, and implemented as a normal interface
11663         function.
11664
11665         * gnus-int.el (gnus-request-expunge-group): New function.
11666
11667         * nnimap.el (nnimap-request-create-group): Implement.
11668         (nnimap-request-expunge-group): New function.
11669
11670 2010-09-21  Julien Danjou  <julien@danjou.info>
11671
11672         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11673         (gnus-html-cache-expired): Add new function.
11674         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11675         wethever we should display image for fetch it.
11676         Compute alt-text earlier to pass it to the fetching function too.
11677         (gnus-html-schedule-image-fetching): Change function argument to only
11678         get one image at a time, not a list.
11679         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11680         cache.
11681         (gnus-html-get-image-data): New function to retrieve image data from
11682         cache.
11683         (gnus-html-put-image): Change buffer argument to use image data rather
11684         than file, and place image above region rather than inserting a new
11685         one.  Do not take alt-text as argument, since it's useless now: we place
11686         the image above alt-text.
11687         (gnus-html-prune-cache): Remove.
11688         (gnus-html-show-images): Start to fetch image when we find one, do not
11689         push into a temporary list.
11690         (gnus-html-prefetch-images): Only fetch image if they have expired.
11691         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11692         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11693
11694 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11697
11698 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699
11700         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11701         spec inser "*" if the group isn't active instead of 0.
11702
11703         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11704         opening the server.
11705         (nnimap-request-delete-group): Implement group deletion.
11706         (nnimap-transform-headers): Return the size of the entire message in
11707         the Bytes header, not just the size of the first part.
11708         (nnimap-request-move-article): When moving an article from nnimap,
11709         request the article first so the accepting form has an article to
11710         accept.  Reported by Dan Christensen.
11711         (nnimap-command): Make sure that the error message doesn't error out.
11712
11713 2010-09-20  David Edmondson  <dme@dme.org>
11714
11715         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11716         we haven't requested anything.
11717
11718 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11721         "".  Fix found by Andrew Cohen.
11722
11723         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11724         instead of -encode-string.
11725
11726 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11729
11730         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11731         by mm-subst-char-in-string.
11732
11733 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734
11735         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11736         waiting for the connection string.
11737
11738         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11739         arriving.
11740
11741         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11742         bogus characters.  This allows selecting certain Gmail groups.
11743
11744         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11745         (nnimap-fetch-partial-articles): New variable.
11746         (nnimap-open-connection): When looking for credentials, also use the
11747         nnimap-server-port.
11748         (nnimap-request-article): Return the group/article number, so that Gnus
11749         `^' works as expected.
11750         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11751
11752         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11753         comments.
11754         (gnus-methods-sloppily-equal): New function.
11755         (gnus): When using the development version of Gnus, load the gnus-load
11756         file.
11757
11758         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11759         `gnus-open-server' on each method before trying to scan them etc.
11760         This ensures that all the backend parameters are set correctly.
11761
11762         * nnimap.el (nnimap-authenticator): New variable.
11763         (nnimap-open-connection): Allow anonymous login.
11764         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11765         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11766
11767         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11768         patch, found by Knut Anders Hatlen.
11769
11770 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11771
11772         * gnus-agent.el (gnus-agent-batch-confirmation)
11773         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11774         to gnus-message.
11775         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11776         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11777         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11778         * gnus-int.el (gnus-open-server): Likewise.
11779         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11780         (gnus-score-check-syntax): Likewise.
11781         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11782         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11783         Likewise.
11784         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11785
11786 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11789         calling conventions so that prefetch doesn't bug out.
11790
11791 2010-09-19  Julien Danjou  <julien@danjou.info>
11792
11793         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11794         rather than `subst-char-in-region' in order to be able to replace ASCII
11795         char by UTF-8 ones.
11796
11797         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11798         than curl.
11799         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11800         the right URL and ALT text on images.
11801         (gnus-html-wash-tags): Fix tag case.
11802         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11803         (gnus-article-html): Add -o display_ins_del=2 option.
11804         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11805
11806 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807
11808         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11809         the extra mail headers, which sometimes seem to happen for unknown
11810         reasons.
11811
11812         * mail-parse.el (mail-header-encode-parameter): Define as
11813         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11814         (or most, perhaps?) mail readers don't understand the latter, but do
11815         understand the former.
11816
11817         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11818         to nil, so that no methods are automatically agentized.  I think this
11819         is probably what most users want.
11820
11821         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11822         from url-retrieve, for instance about invalid URLs.
11823
11824         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11825         groups that have no articles.
11826         (nnimap-request-article): Check that we really got an article when we
11827         requested one.
11828
11829         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11830         doesn't exist.
11831
11832         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11833         nntp buffer so the agent can save it.
11834         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11835         that CRLF doesn't get translated to \n.
11836         (nnimap-open-connection): Don't make 'shell commands only send \n.
11837
11838 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11839
11840         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11841         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11842         Update var name.
11843         (nnml-generate-nov-file): Use dolist.
11844         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11845         Use with-current-buffer.
11846
11847 2010-09-18  Julien Danjou  <julien@danjou.info>
11848
11849         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11850         parallel.
11851
11852 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11853
11854         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11855         the range update right.
11856         (nnimap-request-group): Don't make `M-g' bug out on group with no
11857         marks.
11858         (nnoo): Require, so that other packages can require nnimap.
11859         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11860         command we're looking for.  This helps when the server sends more
11861         responses after we've gotten everything we expected.
11862         (nnimap): Add a `newlinep' field to keep track of end-of-line
11863         conventions.
11864         Don't send CRLF to things that don't want it.
11865         (nnimap-request-accept-article): Ditto.
11866
11867 2010-09-18  Julien Danjou  <julien@danjou.info>
11868
11869         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11870         than curl to retrieve images.
11871
11872 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11873
11874         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11875         the marks.
11876         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11877         (nnimap-wait-for-connection): New function.
11878         (nnimap-open-connection): If we have PREAUTH, don't query for login
11879         credentials.
11880         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11881         when doing a partial update.
11882
11883 2010-09-18  Julien Danjou  <julien@danjou.info>
11884
11885         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11886         tags.
11887
11888 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * nnimap.el (nnimap-credentials): New function.
11891         (nnimap-open-connection): Use the new function to look for credentials
11892         also on the numeric equivalents of "imap" and "imaps".
11893
11894         * gnus-start.el (gnus-activate-group): Send the info to
11895         gnus-request-group.
11896
11897         * nnimap.el (nnimap-request-group): Have the "check" version of the
11898         function parse flags and update the info, so that a `M-g' get a total
11899         resync of all flags from the group.
11900
11901         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11902         to allow backends to alter the info on group selection.  Also alter all
11903         the backend -request-group functions to take the parameter.
11904
11905         * nnimap.el (nnimap-store-info): New function.
11906         (nnimap-update-info): Store the info for later usage.
11907         (nnimap-request-group): Use the stored info for the dont-check case, so
11908         that we don't retrieve all marks when we enter a group.
11909
11910         * nnimap.el: Use deffoo instead of defun for interface functions.
11911
11912         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11913         update the group info.  This makes the nndraft groups, for instance, go
11914         back to their old behavior.
11915
11916         * gnus-sum.el (gnus-select-newsgroup): Indent.
11917
11918         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11919         in.
11920         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11921         nothing.
11922
11923         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11924         from methods that are denied.
11925
11926         * gnus-int.el (gnus-method-denied-p): New function.
11927
11928         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11929         store the password instead of netrc.
11930         (nnimap-open-connection): Don't error out when we can't make a
11931         connections.
11932
11933         * auth-source.el (auth-source-create): In the password prompt, say what
11934         we're querying for.  Also prompt for user name if that hasn't been
11935         given.
11936
11937         * nnimap.el (nnimap-with-process-buffer): Remove.
11938
11939 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11940
11941         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11942         method when we're reading from the agent.
11943
11944         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11945
11946         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11947         that's probably most useful for users.
11948
11949         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11950         "failed" all the time.
11951
11952         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11953         ...)) with (with-current-buffer ... ).
11954
11955         * nntp.el (nntp-open-server): Return whether the open was successful or
11956         not.
11957
11958         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11959         select an unread unseen article first.
11960
11961         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11962         /etc/services, supply some sensible port defaults.
11963
11964         * dgnushack.el: Define netrc-credentials.
11965
11966 2010-09-17  Julien Danjou  <julien@danjou.info>
11967
11968         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11969
11970 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11971
11972         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11973         doesn't have any parameters.
11974
11975 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11976
11977         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11978         only upcased checks.
11979
11980         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11981
11982         * nnimap.el (nnimap-open-shell-stream): New function.
11983         (nnimap-open-connection): Use it.
11984         (nnimap-transform-headers): Get the number of lines in each message.
11985         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11986         number of lines.
11987         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11988         problem.
11989
11990         * utf7.el (utf7-encode): Autoload.
11991
11992         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11993         to allow the mail splitting to not return a default group.  This is
11994         useful for nnimap, which will leave unmatched mail in the inbox.
11995
11996         * nnimap.el: Rewritten.
11997
11998         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11999         nnimap usage.
12000
12001         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12002         if the move is internal, so that nnimap can do fast internal moves.
12003
12004         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12005         data.
12006         (gnus-read-active-for-groups): Support finishing the early retrieval of
12007         data.
12008
12009         * gnus-range.el (gnus-range-nconcat): New function.
12010
12011         * gnus-int.el (gnus-finish-retrieve-group-infos)
12012         (gnus-retrieve-group-data-early): New functions.
12013
12014 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12015
12016         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12017         (nnrss-retrieve-groups):
12018         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12019         (pop3-quit): Use with-current-buffer.
12020
12021 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12024         instead of nnheader-accept-process-output.
12025
12026         * dgnushack.el (dgnushack-compile): Add comment.
12027
12028         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12029
12030         * gnus-html.el (gnus-html-schedule-image-fetching)
12031         (gnus-html-prefetch-images): Replace process-kill-without-query by
12032         gnus-set-process-query-on-exit-flag.
12033
12034 2010-09-16  Romain Francoise  <romain@orebokech.com>
12035
12036         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12037
12038 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039
12040         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12041         parameter to unintern is mandatory-ish in Emacs 24.
12042
12043         * gnus-html.el (gnus-html-schedule-image-fetching)
12044         (gnus-html-prefetch-images): Check for curl before using it.
12045
12046         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12047         depend on curl, which isn't essential.
12048
12049         * imap.el: Revert back to version
12050         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12051         seem problematic.
12052
12053 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12054
12055         * gnus-registry.el (gnus-registry-install-shortcuts):
12056         Explicitly pass `obarray' to `unintern' to avoid a warning.
12057
12058 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12059
12060         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12061         change.
12062
12063         * nnrss.el (nnrss-request-list): Remove this function and related
12064         functions, including the moreover stuff.
12065
12066 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067
12068         * nnrss.el (nnrss-retrieve-groups): New function.
12069
12070 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12071
12072         * .dir-locals.el: Add no-byte-compile cookie.
12073
12074 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * time-date.el (format-seconds): Comment fix.
12077
12078         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12079         for back end that doesn't support request-scan.
12080
12081 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12084         then do request scans from the backends.
12085
12086         * netrc.el (netrc-credentials): New conveniency function.
12087
12088         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12089         avoid running a hook per line, since this takes a lot of time,
12090         profiling shows.
12091         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12092         directly if gnus-visual-p is true.
12093
12094 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12097         groups; replace mapcar with dolist which is a bit faster; pass groups
12098         info to gnus-read-active-file-1.
12099         (gnus-read-active-file-1): Scan only specified groups if the new
12100         optional arg `infos' is given.
12101
12102 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103
12104         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12105
12106         * pop3.el (pop3-movemail): Remove.
12107         (pop3-streaming-movemail): Rename to pop3-movemail.
12108
12109         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12110         don't restrict end-tag searches to the end of the line.
12111
12112 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12115         articles of every unchecked group to t, which means unknown since the
12116         server has never been opened.
12117
12118 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12119
12120         * gnus-html.el (gnus-html-show-alt-text): New command.
12121         (gnus-html-browse-image): Ditto.
12122         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12123         to browse the image directly.
12124         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12125         better.
12126
12127         * gnus-async.el (gnus-async-article-callback):
12128         Call `gnus-html-prefetch-images' unconditionally.
12129
12130         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12131         before feeding URLs to curl.
12132
12133 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12136         internal images as deletable by `W D D'.
12137
12138         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12139         (gnus-async-article-callback): Fix typo.
12140
12141 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12142
12143         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12144         current line to work around bugs in the output from w3m.
12145
12146         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12147         for groups that want that.
12148
12149         * nntp.el (nntp-wait-for-string): Supply a timeout for
12150         accept-process-output to ensure progress.
12151
12152         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12153         level to get unread articles from, then use that for foreign groups,
12154         too.
12155
12156         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12157         confuses the rest of the function.
12158
12159         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12160         for the methods that support -retrieve-groups, too.
12161
12162         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12163
12164 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12167         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12168
12169         * pop3.el: Require cl when compiling.
12170         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12171
12172 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12173
12174         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12175         that aren't going to be activated.
12176         (gnus-get-unread-articles): Fix up the last commit.
12177
12178         * gnus-html.el (gnus-article-html): Allow calling without specifying
12179         the handle.  In that case, dissect the buffer first.
12180
12181         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12182
12183         * nnimap.el (nnimap-open-connection): Revert the change that would look
12184         into authinfo for imaps instead of imap.
12185
12186         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12187         say that you don't want to call gnus-request-group with don-check, but
12188         do check the reponse.  This is for virtual groups only.
12189         (gnus-get-unread-articles): Count the archive groups as secondary, so
12190         that they're activated the same way as before.
12191
12192         * imap.el (imap-message-map): Removed optional buffer parameter, since
12193         no callers use it.
12194         (imap-message-get): Ditto.
12195         (imap-message-put): Ditto.
12196         (imap-mailbox-map): Ditto.
12197         (imap-mailbox-put): Ditto.
12198         (imap-mailbox-get): Ditto.
12199         (imap-mailbox-get): Revert last change for this function.
12200
12201         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12202         case-insensitively.
12203         (nnimap-debug): Remove.
12204
12205         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12206         callers to use `imap-fetch' instead.  According to the comments, this
12207         should be safe, since all other IMAP clients use the 1:* syntax.
12208         (imap-enable-exchange-bug-workaround): Remove.
12209         (imap-debug): Remove -- doesn't seem very useful.
12210
12211         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12212         mail from a file, and the file doesn't exist.
12213
12214         * imap.el (imap-log): New convenience function used throughout instead
12215         of repeating the same code all over the place.
12216
12217         * pop3.el (pop3-streaming-movemail): Return t for success.
12218
12219         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12220         .authinfo if we're using ssl connection.
12221
12222         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12223         already have if we're in a main Gnus `g' run.
12224
12225         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12226
12227 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12230
12231         * nnmh.el (nnmh-request-list-1): Bind `file'.
12232
12233         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12234         alias to set-process-query-on-exit-flag or process-kill-without-query.
12235         (pop3-open-server): Use it.
12236
12237 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12238
12239         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12240         box to the Incoming file.  Fixes mistake in previous checkin.
12241
12242         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12243         request loop (for debugging purposes) removed.
12244
12245         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12246         culprit is more visible.
12247         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12248         (nnml-add-incremental-nov): New functions to do "incremental" nov
12249         updates, where we just append to the end of the existing nov files
12250         without reading/writing them in full.
12251
12252         * mail-source.el (mail-source-delete-crash-box): Really only check the
12253         incoming files once in a while.
12254
12255         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12256
12257         * mail-source.el (mail-source-delete-crash-box): Only check the
12258         incoming files for deletion once per day to save a lot of file
12259         accesses.
12260
12261         * pop3.el (pop3-logon): Fix up unbound variable typo.
12262
12263         * mail-source.el (pop3-streaming-movemail): Autoload.
12264
12265         * pop3.el (pop3-streaming-movemail):
12266         Respect pop3-leave-mail-on-server.
12267
12268         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12269         retrieval.
12270
12271         * pop3.el (pop3-process-filter): Remove unused function.
12272         (pop3-streaming-movemail, pop3-send-streaming-command)
12273         (pop3-wait-for-messages, pop3-write-to-file)
12274         (pop3-number-of-responses): New functions for streaming pop3
12275         retrieval.
12276
12277         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12278         come from no known methods.
12279         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12280         list.
12281
12282         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12283         message sizes.
12284         (pop3-movemail): Use erase-buffer instead of looping and deleting
12285         regions, which seems rather odd.
12286
12287         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12288         file once per `g' run.
12289
12290         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12291         directories.  This makes the draft queue directory work.
12292
12293         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12294         data from the backends, so that we only request the list of groups from
12295         each method once.  This should speed things up considerably.
12296
12297         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12298         detect that it's not implemented.
12299
12300         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12301         we actually do recurse down into the tree, but don't stat all leaf
12302         nodes.
12303
12304         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12305         then say so instead of bugging out.
12306
12307         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12308         files exist before trying to read them.
12309
12310         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12311         around <pre_int>.
12312
12313         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12314
12315         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12316
12317 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * mm-util.el (mm-image-load-path): Just return the image directories,
12320         not all directories in the path in addition to the image directories.
12321         (mm-image-load-path): Maintain a cache of the image directories so that
12322         the `g' command in Gnus doesn't have to stat dozens of directories each
12323         time.
12324
12325         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12326         (gnus-html-wash-tags): Add a new `i' command to insert images.
12327         (gnus-html-insert-image): New command and keystroke.
12328         (gnus-html-redisplay-with-images): New command and keystroke.
12329         (gnus-html-show-images): Rename command.
12330         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12331         spacers.
12332         (gnus-html-wash-tags): Decode entities at the end, so that entities
12333         inside the tags don't mess up the rest of the "parsing".
12334
12335         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12336         so that nnimap methods aren't agentized by default.  There's apparently
12337         many problems related to agent/imap behavior.
12338
12339         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12340
12341         * gnus-html.el: Doc fix.
12342
12343 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12346         specifier-spec-list for Emacs 21.
12347
12348         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12349         glyph-width and glyph-height instead of display-graphic-p and
12350         image-size; make avoidance of displaying small images work for XEmacs.
12351
12352         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12353         for XEmacs.
12354
12355         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12356         of symbol that holds plist data.
12357         (gnus-process-plist): Remove plist of process after getting it.
12358
12359 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360
12361         * message.el (message-generate-hashcash): Change default to
12362         'opportunistic if hashcash is installed.
12363
12364         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12365         (gnus-html-put-image): Only call image-size once, since it's somewhat
12366         time-consuming on remote X servers.
12367
12368 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12371         type on data, not a file name.
12372
12373         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12374         window-pixel-edges for Emacs 21.
12375
12376         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12377         decoded contents.
12378         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12379
12380 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12381
12382         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12383         group line format, since it isn't very interesting.
12384
12385         * gnus-agent.el (gnus-agent-short-article),
12386         (gnus-agent-long-article): Increase values for these two variables,
12387         since most people are likely to have more network connection and
12388         storage than before.
12389
12390         * gnus.el (gnus-refer-article-method): Change default to 'current.
12391         When referring an article, the common behavior is to refer it from the
12392         current select method, not the native select method.  The chances of
12393         the native select method having the message in question is rather slim
12394         these days.
12395
12396         * gnus-sum.el (gnus-auto-select-subject): Change default to
12397         `unseen-or-unread'.  I think it's likely that most people want to
12398         select an unseen article over a previously seen, but unread one.
12399
12400         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12401         means that in the article buffer none of the minor mode elements will
12402         be shown, usually, and this is not desirable in most cases.
12403
12404         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12405         that commands like `d' (and the like) go to the next line in the
12406         buffer, instead of the next unread article.  I think this is the
12407         behavior that is most natural for most users.
12408         (gnus-single-article-buffer): Change default to nil, so that people can
12409         have as many article buffers open as they have summary buffer.  I think
12410         this is the most natural way for the groups to behave.
12411
12412         * message.el (message-generate-new-buffers): Change default to
12413         `unsent', so that all new message buffers start their names with the
12414         string "*unsent", and it's easier to find the buffers if you move from
12415         them.
12416
12417 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12420         small.  They're probably tracking images.
12421         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12422         (gnus-html-rescale-image): Yet another try at getting the image sizing
12423         right.
12424
12425         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12426         nntp-marks-file-name is nil.
12427
12428 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12429
12430         * gnus-html.el (gnus-html-wash-tags)
12431         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12432         Better logging.
12433
12434 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12435
12436         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12437
12438         * gnus-html.el (gnus-html-wash-tags): Check the value of
12439         gnus-blocked-images in the summary buffer.
12440
12441 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12442
12443         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12444
12445 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12446
12447         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12448         like "a", it seems like.
12449         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12450         since it needs to be picked from the correct buffer.
12451
12452         * nnwfm.el: Remove.
12453
12454         * nnlistserv.el: Remove.
12455
12456 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12457
12458         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12459         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12460
12461 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * nnkiboze.el: Remove.
12464
12465         * nndb.el: Remove.
12466
12467         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12468         alt text.
12469         (gnus-html-rescale-image): Try to get the rescaling logic right for
12470         images that are just wide and not tall.
12471
12472         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12473         overshadow variable bindings.
12474
12475 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12476
12477         * gnus-html.el (gnus-html-wash-tags)
12478         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12479         Add extra logging.
12480
12481 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12482
12483         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12484         (gnus-max-image-proportion): New variable.
12485         (gnus-html-rescale-image): New function.
12486         (gnus-html-put-image): Rescale images.
12487
12488 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12489
12490         Fix up some byte-compiler warnings.
12491         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12492         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12493         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12494         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12495         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12496         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12497         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12498
12499 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * gnus-html.el (gnus-article-html): Decode contents by charset.
12502
12503 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12506         (gnus-html-frame-width, gnus-blocked-images):
12507         * message.el (message-prune-recipient-rules): Add custom version.
12508         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12509
12510         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12511         functions.
12512
12513         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12514         gnus-process-get.
12515
12516 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12517
12518         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12519         instead of lsub directly.
12520
12521 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12522
12523         * nnwarchive.el: Remove.
12524
12525         * gnus-soup.el: Remove.
12526
12527         * nnsoup.el: Remove.
12528
12529         * nnultimate.el: Remove.
12530
12531         * gnus-html.el (gnus-blocked-images): New variable.
12532
12533         * message.el (message-prune-recipients): New function.
12534         (message-prune-recipient-rules): New variable.
12535
12536         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12537         guess whether a long line is natural text or not.
12538
12539         * gnus-html.el (gnus-html-schedule-image-fetching):
12540         Use gnus-process-plist and friends for compatibility.
12541
12542 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12543
12544         * gnus-html.el: Require packages that define macros used in this file.
12545         (gnus-article-mouse-face): Declare to silence byte-compiler.
12546         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12547         process-get.
12548         (gnus-html-put-image): Use plist-get to avoid getf.
12549         (gnus-html-prefetch-images): Use with-current-buffer.
12550
12551 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-ems.el: Provide compatibility functions for
12554         gnus-set-process-plist.
12555
12556         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12557         header-line-format for XEmacs 21.4.
12558
12559         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12560         * gnus.el (gnus-valid-select-methods):
12561         * message.el (message-send-mail-partially-limit):
12562         * mm-decode.el (mm-text-html-renderer):
12563         * mml.el (mml-insert-mime-headers-always):
12564         * smiley.el (smiley-regexp-alist): Bump custom version.
12565
12566 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12567
12568         * gnus-html.el: Require mm-url.
12569         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12570         with the url to `url'.
12571         (gnus-html-wash-tags): Support cid: URLs/images.
12572
12573 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12574
12575         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12576         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12577         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12578
12579         * gnus-move.el: Remove file, since it doesn't really work.
12580
12581         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12582         UTF-8.  This seems to fix problems with some German web feeds.
12583
12584         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12585         at the top so that the proper colors are applied.
12586
12587         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12588         don't have dots in their names.
12589
12590         * gnus-art.el (gnus-article-view-part): Doc fix.
12591
12592         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12593         XEmacs-compatible.
12594         (gnus-html-put-image): Don't do images on non-graphic displays.
12595
12596         * nnslashdot.el: Remove this unused backend.
12597
12598         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12599         actions.
12600         (gnus-undo-register-1): Revert last change.
12601
12602         * gnus-group.el (gnus-group-completing-read): Protect against not
12603         having completion-styles bound.
12604
12605         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12606         make broken recipients happier.
12607
12608         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12609
12610         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12611         point parameter.
12612
12613         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12614
12615         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12616         completion-styles for group selection.
12617
12618 2009-02-04  Andreas Schwab  <schwab@suse.de>
12619
12620         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12621         headers and regexp-quote the match if necessary.
12622
12623 2009-03-24  Miles Bader  <miles@gnu.org>
12624
12625         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12626         the blinking smiley.
12627
12628 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12629
12630         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12631         blink smiley.
12632
12633 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12636         where the dribbel file lives exists.
12637
12638         * message.el (message-send-mail-partially-limit): Change the default to
12639         nil, since most people don't want this.
12640
12641         * mm-url.el (mm-url-decode-entities): Also decode entities like
12642         &#x3212.
12643
12644 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12645
12646         * gnus-sum.el (gnus-summary-idna-message):
12647         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12648         Hyperlink urls in docstrings with URL `...'.
12649
12650 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12651
12652         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12653         functions.
12654
12655 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12656
12657         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12658         say what the mouseover text should be.
12659
12660         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12661         version of the mm-w3m-safe-url-regexp variable to only download images
12662         in the groups where we want that to happen.
12663
12664         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12665
12666         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12667         easier debugging.
12668         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12669         big pictures in the article buffer.
12670
12671         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12672         gnus-article-html.
12673         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12674         w3m.
12675
12676         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12677
12678 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12679
12680         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12681         which doesn't exist.
12682
12683         * message.el (message-inhibit-ecomplete): New variable to allow some
12684         function to inhibit ecomplete address storage.
12685         (message-resend): Disable ecomplete message storage when resending
12686         messages.
12687
12688         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12689
12690 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12693         Save excursion while copying, moving, and deleting articles in order to
12694         prevent the cursor from jumping to unforeseen place.
12695
12696 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * lpath.el: No need to bind bookmark-current-buffer,
12699         bookmark-yank-point and bookmark-make-record-function.
12700
12701 2010-08-17  Glenn Morris  <rgm@gnu.org>
12702
12703         * gnus-sync.el: Require gnus components whose functions are used.
12704
12705         * gnus-art.el (bookmark-make-record-function):
12706         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12707         Declare for compiler.
12708
12709         * mm-url.el (mml-compute-boundary): Autoload.
12710
12711 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12714
12715 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12716
12717         Typo fix "hoo4a" -> "hook".
12718
12719         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12720
12721 2010-08-14  Glenn Morris  <rgm@gnu.org>
12722
12723         * gnus-sync.el (gnus-sync): Fix defgroup version.
12724
12725 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12726
12727         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12728
12729         * gnus-sync.el: Fix docs.
12730         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12731         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12732
12733 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12734
12735         Optimizations for gnus-sync.el.
12736
12737         * gnus-sync.el: Add docs about gnus-sync-backend
12738         possibilities.
12739         (gnus-sync-save): Remove unnecessary message.
12740         (gnus-sync-read): Optimize and show what groups were skipped.
12741
12742 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12743
12744         Minor bug fixes for gnus-sync.el.
12745
12746         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12747         Don't read the sync on get-new-news.
12748
12749         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12750         quiet.
12751
12752         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12753         (fix typo).
12754
12755 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12756
12757         Make saving and restoring of hidden threads work with overlays.
12758         Patch applied by Ted Zlatanov.
12759
12760         * gnus-sum.el (gnus-hidden-threads-configuration)
12761         (gnus-restore-hidden-threads-configuration): Update to deal with text
12762         properties, rather than searching for a magic character.
12763
12764 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12765
12766         New gnus-sync.el library for synchronization of marks.
12767
12768         * gnus-sync.el: New library for synchronization of marks.
12769
12770         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12771         renamed from `gnus-registry-grep-in-list'.
12772
12773         * gnus-registry.el (gnus-registry-follow-group-p):
12774         Use `gnus-grep-in-list'.
12775
12776         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12777
12778 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12781         determining charset of text fails.
12782
12783 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * nnmail.el (nnmail-get-new-mail-1): Revert.
12786
12787         * nnml.el (nnml-active-number): Make sure names of newly created groups
12788         in nnml-group-alist are encoded.
12789
12790 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12793         containing non-ASCII characters in active file for nnml back end.
12794
12795 2010-07-24  David Engster  <dengste@eml.cc>
12796
12797         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12798         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12799
12800 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12801
12802         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12803         tag (Bug#6654).
12804
12805 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12808         the article buffer, not the summary buffer.
12809
12810 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12813         Emacs 23 as well.
12814
12815 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12818         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12819
12820 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12821
12822         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12823         Patch applied by Karl Fogel.
12824
12825         * gnus-sum.el (gnus-summary-bookmark-make-record):
12826         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12827
12828 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12829
12830         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12831         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12832         C-w still not working correctly from Article buffers; Thierry's
12833         patch to fix that will be applied after this.
12834
12835         * gnus-art.el (bookmark-make-record-function): New local variable.
12836
12837         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12838         article buffer.
12839         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12840
12841 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12842
12843         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12844         on changes in bookmark.el.
12845
12846 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12849         `no-log' instead of message not to log prompt string.
12850
12851 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12852
12853         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12854         the *other* type of HTML form submission.
12855
12856 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12857
12858         * auth-source.el (auth-source-pick): If choice does not contain a
12859         questioned keyword, set the check to t.
12860
12861 2010-06-12  Romain Francoise  <romain@orebokech.com>
12862
12863         * gnus-util.el (gnus-date-get-time): Move up before first use.
12864
12865 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12868         (gnus-article-edit-part): Bind it to make last part that is substituted
12869         or deleted visible.
12870         (gnus-mime-display-single): Buttonize part of which id equals to
12871         gnus-mime-buttonized-part-id.
12872
12873 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12874
12875         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12876         (gnus-dd-mmm): Use gnus-date-get-time.
12877         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12878         simplify logic.
12879         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12880         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12881
12882 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12883
12884         * auth-source.el (top): Autoload `secrets-list-collections',
12885         `secrets-create-item', `secrets-delete-item'.
12886         (auth-sources): Fix tag string.
12887         (auth-get-source, auth-source-retrieve, auth-source-create)
12888         (auth-source-delete): New defuns.
12889         (auth-source-pick): Rewrite in order to avoid 2 passes.
12890         (auth-source-forget-user-or-password): New parameter USERNAME.
12891         (auth-source-user-or-password): New parameters CREATE-MISSING and
12892         DELETE-EXISTING.  Retrieve password interactively, if needed.
12893
12894 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12895
12896         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12897         deleting unused directories when gnus-expert-user is t.
12898
12899 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12902         for each temp file when gnus-article-browse-delete-temp is ask.
12903
12904 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12905
12906         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12907         Replace Lisp calls to delete-backward-char by calls to delete-char.
12908
12909 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12910
12911         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12912
12913 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12914
12915         * password-cache.el (password-cache-remove): Fix docstring.
12916
12917 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12920         article unless decoding article to be saved.
12921
12922 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12925         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12926         generated within the mm-with-unibyte-current-buffer macro.
12927
12928 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12931         to nil when we're in a mml-preview buffer and no group is selected.
12932
12933 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12934
12935         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12936         when catching the `C-g'.  Reported by "Leo".
12937
12938 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * message.el (message-forward-make-body-plain)
12941         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12942         multibyte-string-p.
12943
12944         * lpath.el: Revert.
12945
12946 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * message.el (message-forward-make-body-mml): Assume original message
12949         is multibyte string; error on unibyte.
12950         (message-forward-make-body-plain): Ditto; don't add excessive newline
12951         in body end.
12952
12953         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12954
12955 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12956
12957         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12958         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12959
12960 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-extern.el (mm-extern-url): Don't use
12963         mm-with-unibyte-current-buffer.
12964         (mm-extern-cache-contents): Use with-current-buffer instead of
12965         save-excursion + set-buffer.
12966
12967 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * mm-util.el (mm-emacs-mule): Remove.
12970
12971 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12972
12973         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12974         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12975         change.
12976
12977 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12980         bind the default value of enable-multibyte-characters to nil.
12981
12982 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * message.el (message-forward-make-body-plain)
12985         (message-forward-make-body-mml):
12986         Don't use mm-with-unibyte-current-buffer.
12987
12988 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12989
12990         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12991
12992 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12993
12994         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12995         (Bug#5592).
12996
12997 2010-05-07  Julien Danjou  <julien@danjou.info>
12998
12999         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13000         it to mm-pipe-part.
13001
13002         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13003         it is given.
13004
13005 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * binhex.el (binhex-decode-region-internal):
13008         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13009         (dns-query):
13010         * nnweb.el (nnweb-gmane-search):
13011         * pgg-parse.el (pgg-parse-armor):
13012         * pgg.el (pgg-verify-region):
13013         * sha1.el (sha1-string-external):
13014         * uudecode.el (uudecode-decode-region-internal):
13015         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13016         XEmacs.
13017
13018         * gnus-art.el (gnus-article-browse-html-parts):
13019         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13020         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13021         make-temp-file.
13022
13023         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13024         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13025         compiling.
13026
13027         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13028         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13029         XEmacs when compiling.
13030
13031         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13032         gnus-pick-mode-off-hook for XEmacs when compiling.
13033         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13034         gnus-binary-mode-off-hook for XEmacs when compiling.
13035
13036         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13037         Return nil if char-charset is not available.
13038
13039         * imap.el (imap-disable-multibyte)
13040         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13041         macros.
13042
13043         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13044         instead of encode-coding-string.
13045
13046         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13047         'xemacs) instead of mm-emacs-mule to switch function definitions.
13048         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13049
13050         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13051         bind temporary-file-directory for XEmacs;
13052         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13053         timer-set-function for XEmacs 21.4 and SXEmacs;
13054         bind timer-list for XEmacs 21.4 and SXEmacs;
13055         fbind char-charset and find-charset-region for non-Mule XEmacs;
13056         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13057         encode-coding-region and encode-coding-string for XEmacs having no
13058         file-coding feature.
13059
13060 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13061
13062         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13063
13064 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13067         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13068
13069 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13070
13071         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13072         alias `jka-compr-delete-temp-file' no longer exists.
13073
13074 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13075
13076         Use define-minor-mode in Gnus where applicable.
13077         * mml.el (mml-mode): Use define-minor-mode.
13078         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13079         (gnus-undo-mode): Use define-minor-mode.
13080         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13081         (gnus-dead-summary-mode): Use define-minor-mode.
13082         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13083         Initialize in declaration.
13084         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13085         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13086         (gnus-mailing-list-mode): Use define-minor-mode.
13087         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13088         (gnus-draft-mode): Use define-minor-mode.
13089         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13090         (gnus-dired-mode): Use define-minor-mode.
13091
13092 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13093
13094         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13095         handles on recursive mml-to-mime translation and check them for
13096         boundary delimiter collisions.  Reported by Greg Troxel.
13097
13098 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13101
13102 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13103
13104         * mm-util.el (mm-find-buffer-file-coding-system):
13105         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13106
13107 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13108
13109         * message.el (message-generate-headers): Record insertion of optional
13110         headers as well.  Otherwise the check to prevent repeated insertion of
13111         optional headers is a no-op.
13112
13113 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13114
13115         * smime.el: Don't mention CVS.
13116
13117         * nnrss.el (nnrss-fetch): Don't mention CVS.
13118
13119         * nnir.el: Don't mention CVS.
13120
13121 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13122
13123         * gnus-sum.el (gnus-summary-bookmark-make-record):
13124         Add `location' field.
13125
13126 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * lpath.el: Fbind bookmark-default-handler,
13129         bookmark-get-bookmark-record, bookmark-make-record-default,
13130         bookmark-prop-get for Emacs <23 and XEmacs.
13131
13132 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13133
13134         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13135         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13136         Use with-current-buffer to silence the byte-compiler.
13137         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13138         bother to require `gnus'.
13139         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13140
13141 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13142
13143         * gnus-sum.el (gnus-summary-bookmark-make-record)
13144         (gnus-summary-bookmark-jump): New functions.
13145         (gnus-summary-mode): Setup bookmark support.
13146
13147 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13148
13149         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13150         if set.
13151
13152 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13155         gnus-article-browse-html-save-cid-image; make it work recursively for
13156         forwarded messages as well.
13157         (gnus-article-browse-html-parts): Work when prefix arg is given.
13158         (gnus-article-browse-html-article): Doc fix.
13159
13160 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13161
13162         * message.el (message-default-mail-headers)
13163         (message-default-headers): Carry the value mail-default-headers over
13164         into message-default-mail-headers, rather than message-default-headers.
13165
13166 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13167
13168         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13169         charset.
13170
13171         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13172         charset into the <meta> tag when the article is encoded to utf-8.
13173
13174 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-art.el (gnus-article-browse-delete-temp-files):
13177         Delete directories as well.
13178         (gnus-article-browse-html-parts): Work for images that do not specify
13179         file names; delete temp directory when quitting; insert header at the
13180         right place; use file: scheme for image files.
13181
13182 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13183
13184         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13185         (gnus-article-browse-html-parts): Use it to make temporary cid image
13186         files in addition to html file so that browser may display them.
13187
13188 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13191
13192 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13193
13194         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13195
13196 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13197
13198         * auth-source.el (auth-sources): Change default to be simpler.
13199         Explain about Secret Service API sources.  Improve Customize options.
13200         (auth-source-pick): Change to accept any number of search parameters.
13201         Implement fallbacks iteratively, not recursively.  Add scoring on the
13202         second pass and sort by score.  Call Secret Service API when needed.
13203         (auth-source-user-or-password): Use it.  Call Secret Service API
13204         directly when needed to get the user name and the password.
13205
13206 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13207
13208         * message.el (message-interactive): Doc fix.
13209         (message-qmail-inject-args): Reflow.
13210         (message-kill-to-signature): Fix typo in docstring.
13211
13212         * smiley.el (smiley-buffer): Fix typo in docstring.
13213
13214 2010-03-24  Glenn Morris  <rgm@gnu.org>
13215
13216         * mail-source.el (gnus-message): Declare.
13217         (mail-source-delete-old-incoming): Require gnus-util.
13218
13219 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13222
13223         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13224
13225         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13226         password-cache's default if it is not bound.
13227         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13228         password-cache-expiry's default if it is not bound.
13229
13230         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13231         available in Emacs 21.
13232
13233         * lpath.el: Suppress compiler warnings for:
13234         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13235         XEmacs;
13236         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13237         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13238         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13239
13240 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13241
13242         * auth-source.el (auth-sources): Fix up definition so extra parameters
13243         are always inline.
13244
13245 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13246
13247         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13248         wasn't updated after mismatch.  Clear cached mailbox info correctly
13249         when uidvalidity changes.
13250         (nnimap-group-prefixed-name): New function to avoid some code
13251         duplication.
13252         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13253         (nnimap-request-group): Use it.
13254         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13255         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13256         with many imap folders.  This is done by caching the group status from
13257         the imap server persistently in a group parameter `imap-status'.  (This
13258         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13259         but not persistently, so every Gnus startup was still very slow.)
13260
13261 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13262
13263         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13264         delete the extra newline.  Otherwise editing of :string and :number
13265         types don't work.
13266
13267 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13268
13269         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13270         secrets.el dependency.
13271         (auth-sources): Add optional user name.  Add secrets.el configuration
13272         choice (unused right now).
13273
13274 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13275
13276         * gnus-sum.el (gnus-summary-make-menu-bar):
13277         Let `gnus-registry-install-shortcuts' fill in the functions.
13278
13279         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13280         warnings.
13281         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13282         (gnus-registry-install-shortcuts): Populate and use it in a
13283         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13284
13285 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13286
13287         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13288         In-place substitutions for the group name encoding/decoding.
13289         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13290         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13291         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13292         (nnimap-update-unseen, nnimap-request-list)
13293         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13294         (nnimap-request-set-mark, nnimap-split-to-groups)
13295         (nnimap-split-articles, nnimap-request-newgroups)
13296         (nnimap-request-create-group, nnimap-request-accept-article)
13297         (nnimap-request-delete-group, nnimap-request-rename-group)
13298         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13299         `encoded-mbx' for consistency.
13300         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13301         variable `imap-current-mailbox'.
13302
13303         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13304         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13305
13306 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13307
13308         * pop3.el (pop3-display-message-size-flag): Display message size byte
13309         counts during POP3 download.
13310         (pop3-movemail): Use it.
13311         (pop3-list): Implement listing of available messages.
13312
13313 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13314
13315         * nnir.el (nnir-get-article-nov-override-function): New function to
13316         override the normal NOV retrieval.
13317         (nnir-retrieve-headers): Use it.
13318
13319 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13320
13321         * auth-source.el (netrc-machine-user-or-password): Autoload.
13322
13323 2010-03-19  Glenn Morris  <rgm@gnu.org>
13324
13325         Stop message.el from loading about 40 libraries it doesn't always need.
13326         The general approach is to autoload rather than require, and to
13327         require in the specific functions rather than the file.  (Bug#5642)
13328
13329         * gmm-utils.el: Don't require wid-edit.
13330         (widget-create-child-value, widget-convert, widget-default-get):
13331         Autoload.
13332
13333         * gnus-util.el: Don't require time-date, netrc.
13334         (message-fetch-field, gnus-group-name-decode): Declare rather than
13335         autoloading.
13336         (gnus-fetch-field): Require message.
13337         (gnus-decode-newsgroups): Require gnus-group.
13338
13339         * ietf-drums.el: Don't require time-date.
13340
13341         * message.el: Don't require hashcash, canlock, ecomplete.
13342         Do require mail-utils.  Require nnheader only when compiling.
13343         (smtpmail-default-smtp-server): Remove declaration.
13344         (message-send-mail-function): Check smtpmail-default-smtp-server
13345         is bound rather than requiring smtpmail.
13346         (message-auto-save-directory, message-insert-signature):
13347         Use expand-file-name rather than nnheader-concat.
13348         (nnheader-insert-file-contents): Autoload.
13349         (hashcash-wait-async): Declare.
13350         (message-send-mail): Only call gnus-setup-posting-charset if
13351         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13352         (message-send-mail-with-sendmail): Require sendmail.
13353         (canlock-password, canlock-password-for-verify): Declare.
13354         (message-canlock-password): Require canlock.
13355         (nnheader-get-report): Autoload.
13356         (gnus-setup-posting-charset): Declare.
13357         (message-send-news): Require gnus-msg.
13358         (message-make-references, message-make-in-reply-to): Use mail-header-id
13359         rather than the alias mail-header-message-id.
13360         (ecomplete-add-item, ecomplete-save): Declare.
13361         (message-put-addresses-in-ecomplete): Require ecomplete.
13362         (ecomplete-display-matches): Autoload.
13363
13364         * mm-decode.el: Don't require mailcap, gnus-util.
13365         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13366         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13367         Autoload.
13368         (mailcap-mime-extensions): Declare.
13369
13370         * mm-encode.el: Don't require mailcap.
13371         (mailcap-extension-to-mime): Autoload.
13372
13373         * mml-sec.el: Don't require password-cache.
13374
13375         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13376         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13377         (mml-minibuffer-read-type): Require mailcap.
13378         (mml-preview): Require gnus-msg.
13379
13380         * mml1991.el: Require password-cache.
13381         (password-cache-expiry): Remove declaration.
13382
13383         * mml2015.el: Require password-cache.
13384         (password-cache-expiry): Remove declaration.
13385
13386         * nneething.el (mailcap): Require mailcap.
13387
13388         * nnheader.el (declare-function): Add compatibility stub.
13389         (message-remove-header): Declare rather than autoload.
13390         (nnheader-replace-header): Require message.
13391
13392         * nnimap.el (declare-function): Add compatibility stub.
13393         (netrc-parse, netrc-machine-user-or-password): Declare.
13394         (nnimap-open-connection): Require netrc.
13395
13396         * nntp.el (declare-function): Add compatibility stub.
13397         (netrc-parse, netrc-machine, netrc-get): Declare.
13398         (nntp-send-authinfo): Require netrc.
13399
13400         * rfc2047.el: Don't require qp.
13401         (quoted-printable-encode-region, quoted-printable-decode-string):
13402         Autoload.
13403
13404         * sieve-mode.el: Don't require easymenu.
13405         (easy-menu-add-item): Autoload it.
13406
13407         * spam-stat.el (time-to-number-of-days): Autoload it.
13408
13409 2010-03-19  Glenn Morris  <rgm@gnu.org>
13410
13411         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13412
13413 2010-03-18  Glenn Morris  <rgm@gnu.org>
13414
13415         * hashcash.el (declare-function): Remove duplicate definition.
13416
13417 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13418
13419         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13420         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13421         value if any backslash escapes).
13422
13423 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13426         if it is available.  (bug#5647)
13427
13428         * lpath.el: Suppress compiler warning for coding-system-from-name for
13429         Emacs 21 and XEmacs.
13430
13431 2010-03-14  Juri Linkov  <juri@jurta.org>
13432
13433         * hmac-def.el:
13434         * hmac-md5.el:
13435         * netrc.el: Fix keywords.
13436
13437 2010-02-26  Glenn Morris  <rgm@gnu.org>
13438
13439         * message.el (message-send-mail-function): Change the default, so that
13440         it inherits from a customized send-mail-function.  (Bug#5643)
13441
13442 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13443
13444         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13445         shell-command-to-string signals an error (bug#5299).
13446
13447 2010-02-24  Glenn Morris  <rgm@gnu.org>
13448
13449         * message.el (message-smtpmail-send-it)
13450         (message-send-mail-with-mailclient): Doc fixes.
13451
13452 2010-02-16  Glenn Morris  <rgm@gnu.org>
13453
13454         * message.el (message-default-mail-headers): Change the default value
13455         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13456
13457 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13460         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13461
13462 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13463
13464         * time-date.el (date-to-time): Doc fix (Bug#5408).
13465
13466 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13467
13468         * message.el (message-mail): Just pass yank-action on to message-setup.
13469         (message-setup): Handle (FUN . ARGS) form of yank-action.
13470         (message-with-reply-buffer, message-widen-reply)
13471         (message-yank-original): Handle non-buffer values of
13472         message-reply-buffer (Bug#4080).
13473         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13474
13475 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13476
13477         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13478         Fix typo in docstring.
13479
13480 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13481
13482         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13483         response.
13484
13485 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13488
13489         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13490
13491         * message.el (message-check-news-header-syntax): Protect against a
13492         string that `rfc822-addresses' returns when parsing fails.
13493
13494 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13497         (gnus-previous-char-property-change): New functions.
13498
13499         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13500
13501 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13502
13503         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13504         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13505
13506 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13507
13508         * message.el (message-exchange-point-and-mark): Rework last change to
13509         avoid using optional arg of exchange-point-and-mark, for backward
13510         compatibility.
13511
13512 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13513
13514         * message.el (message-exchange-point-and-mark):
13515         Call exchange-point-and-mark with an argument rather than setting
13516         mark-active by hand (Bug#5175).
13517
13518 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * nntp.el (nntp-service-to-port): Work for service expressed with
13521         numeric string; replace [:digit:] with [0-9] for XEmacs.
13522
13523 2009-12-17  Glenn Morris  <rgm@gnu.org>
13524
13525         * gnus-group.el (gnus-bug-group-download-format-alist):
13526         Change emacs entry to debbugs.gnu.org.  Bump :version.
13527
13528 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13531
13532 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * message.el (message-info): Explain why we use `Info-goto-node'.
13535
13536 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13539
13540 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * message.el (message-completion-in-region): New compatibility function.
13543         (message-expand-group): Use it.
13544
13545 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13548         with no unread article should be listed if the 2nd arg `predicate' is
13549         given.
13550
13551 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13554
13555 2009-11-29  Juri Linkov  <juri@jurta.org>
13556
13557         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13558         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13559         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13560
13561 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13562
13563         * sha1.el (sha1-string-external): default-directory "/" in case
13564         otherwise non-existent.  process-connection-type pipe for touch of
13565         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13566
13567 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13568
13569         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13570         it's comms related and sgml-mode.el has "comm" on that basis too.
13571
13572 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13575         containing tspecial characters if they have been already quoted.
13576
13577 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13578
13579         * dns-mode.el (auto-mode-alist): Purecopy string.
13580
13581 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13582
13583         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13584
13585 2009-10-24  Glenn Morris  <rgm@gnu.org>
13586
13587         * gnus-art.el (help-xref-stack-item): Define for compiler.
13588
13589 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13590
13591         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13592
13593 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13596
13597 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13600         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13601
13602 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13605         (gnus-overlays-in): New alias to overlays-in.
13606
13607         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13608         gnus-overlay-get, and gnus-delete-overlay.
13609         (gnus-summary-show-thread): Make it work as well for systems in which
13610         next-single-char-property-change is not available.
13611         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13612
13613         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13614         (gnus-overlay-get): New alias to extent-property.
13615         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13616
13617         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13618         SXEmacs.
13619
13620         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13621         SXEmacs.
13622
13623 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13626
13627 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13628
13629         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13630         and XEmacs that don't have `remove-overlays'.
13631
13632 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13633
13634         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13635         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13636         selective display.  Use overlays instead.
13637
13638 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13639
13640         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13641
13642 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13643
13644         * spam-stat.el (spam-stat-load): Fix typo in message.
13645
13646 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13647
13648         * dig.el (dig-invoke): Fix typo in docstring.
13649         (query-dig): Reflow docstring.
13650
13651 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13652
13653         * gnus-art.el (gnus-article-encrypt-body):
13654         * message.el (message-check-recipients):
13655         * mm-util.el (mm-codepage-setup):
13656         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13657         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13658
13659 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13660
13661         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13662         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13663         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13664         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13665         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13666
13667 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13668
13669         * dig.el: Add "Keywords: comm", as per net-utils.el.
13670
13671 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13672
13673         * dig.el (dig-mode): Use define-derived-mode.
13674
13675 2009-09-19  Glenn Morris  <rgm@gnu.org>
13676
13677         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13678
13679 2009-09-18  Glenn Morris  <rgm@gnu.org>
13680
13681         * gnus-diary.el (gnus-diary-check-message):
13682         * message.el (message-insert-formatted-citation-line):
13683         * nnbabyl.el (top-level):
13684         * nndiary.el (nndiary-schedule):
13685         Fix typos in condition-case handlers.
13686
13687 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13690         configuration that provides the sole article window in a frame;
13691         position point correctly after deleting a part.
13692
13693 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13694
13695         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13696         (spam-resolve-registrations-routine): Use it to unregister articles
13697         that change status.
13698
13699 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13702         with XEmacs.
13703         (parse-time-string-chars): Use it.
13704
13705 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13706
13707         * imap.el (imap-interactive-login): Better messages.
13708         (imap-open): Fix bug with renamed buffer on reconnect.
13709         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13710         for easier debugging and cleaner code.  On successful (guessed based on
13711         server capabilities) secondary authentication, set imap-state
13712         correctly.
13713         (imap-last-authenticator): Define imap-last-authenticator as a variable
13714         to avoid warnings.
13715
13716 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * nnrss.el (nnrss-request-article): Remove binding of
13719         default-enable-multibyte-characters that has gotten needless by
13720         the 2007-07-13 change in rfc2047-encode-message-header.
13721
13722         * mml.el (mml-insert-multipart): Error on the message header.
13723         (mml-insert-part): Error on the message header; position point at
13724         the end of a MIME tag.
13725
13726 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * time-date.el (autoload): Expand define-obsolete-function-alias into
13729         defalias and make-obsolete for old Emacsen that Gnus supports.
13730         (with-no-warnings): Define it for old Emacsen.
13731         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13732         is available.
13733         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13734         float-time is available; suppress compile warning for time-to-seconds.
13735
13736         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13737         (gnus-float-time): Alias to float-time if it exists.
13738
13739         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13740         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13741         float-time is available; suppress compile warning for time-to-seconds.
13742
13743         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13744         XEmacs.
13745
13746 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13747
13748         * imap.el (imap-message-map): Docstring fix.
13749
13750 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13753         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13754         Add the optional argument `encoding' that overrides the default.
13755
13756         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13757         mm-encode-buffer.
13758
13759 2009-09-04  Glenn Morris  <rgm@gnu.org>
13760
13761         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13762         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13763         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13764         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13765         * mm-util.el (mm-with-unibyte-current-buffer)
13766         (mm-find-buffer-file-coding-system):
13767         * yenc.el (yenc-decode-region): Use default-value rather than
13768         default-enable-multibyte-characters.
13769
13770 2009-09-03  Glenn Morris  <rgm@gnu.org>
13771
13772         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13773         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13774         than default-enable-multibyte-characters.
13775
13776 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13777
13778         * gnus-art.el (gnus-article-read-summary-keys):
13779         Fix gnus-buffer-configuration's value temporarily used.
13780
13781 2009-09-02  Glenn Morris  <rgm@gnu.org>
13782
13783         * gnus-util.el (gnus-float-time): New function.
13784         * gnus-delay.el (gnus-delay-article):
13785         * gnus-sum.el (gnus-thread-latest-date):
13786         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13787         * nnspool.el (nnspool-request-newgroups):
13788         Use gnus-float-time rather than time-to-seconds.
13789         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13790
13791         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13792         (gnus-header-subject-face, gnus-header-newsgroups-face)
13793         (gnus-header-name-face, gnus-header-content-face):
13794         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13795         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13796         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13797         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13798         (gnus-cite-face-11):
13799         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13800         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13801         (gnus-server-closed-face, gnus-server-denied-face)
13802         (gnus-server-offline-face):
13803         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13804         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13805         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13806         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13807         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13808         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13809         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13810         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13811         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13812         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13813         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13814         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13815         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13816         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13817         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13818         (gnus-summary-high-undownloaded-face)
13819         (gnus-summary-low-undownloaded-face)
13820         (gnus-summary-normal-undownloaded-face)
13821         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13822         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13823         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13824         (gnus-splash-face):
13825         * message.el (message-header-to-face, message-header-cc-face)
13826         (message-header-subject-face, message-header-newsgroups-face)
13827         (message-header-other-face, message-header-name-face)
13828         (message-header-xheader-face, message-separator-face)
13829         (message-cited-text-face, message-mml-face):
13830         * sieve-mode.el (sieve-control-commands-face)
13831         (sieve-action-commands-face, sieve-test-commands-face)
13832         (sieve-tagged-arguments-face):
13833         * spam.el (spam-face):
13834         Mark face aliases with "-face" in the name as obsolete.
13835
13836 2009-09-01  Glenn Morris  <rgm@gnu.org>
13837
13838         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13839         than goto-line.
13840
13841 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13844         Don't move point if the command is invoked inside the message header.
13845
13846 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13847
13848         * imap.el (imap-send-command): Simplify.
13849         (imap-wait-for-tag): point-max -> buffer-size.
13850
13851 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13852
13853         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13854         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13855         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13856         * nnir.el (nnir-swish-e-index-file):
13857         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13858         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13859         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13860         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13861         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13862         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13863
13864 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13867         Don't save excursion.
13868
13869 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13870
13871         * nnheader.el (nnheader-find-file-noselect):
13872         * mm-util.el (mm-insert-file-contents):
13873         Use (default-value 'major-mode) instead of default-major-mode.
13874
13875 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13876
13877         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13878
13879 2009-08-26  Glenn Morris  <rgm@gnu.org>
13880
13881         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13882         than placing in files.el.
13883
13884 2009-08-25  Glenn Morris  <rgm@gnu.org>
13885
13886         * nnir.el (top-level): Don't require cl at run-time.
13887         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13888         Replace cl-function substitute with gnus-replace-in-string.
13889         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13890         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13891         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13892         simplified expansions.
13893
13894 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13895
13896         * dig.el (dig): Add autoload cookie.
13897
13898 2009-08-22  Glenn Morris  <rgm@gnu.org>
13899
13900         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13901         goto-line.
13902
13903 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13904
13905         * parse-time.el (parse-time-string-chars): Save match data.
13906
13907 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13908
13909         * parse-time.el (parse-time-string-chars): Compute using character
13910         classes, to handle non-ascii characters (Bug#3190).
13911
13912 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13915
13916         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13917         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13918         (gnus-mm-display-part, gnus-mime-display-single)
13919         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13920         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13921
13922         * gnus-sum.el
13923         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13924         (gnus-summary-move-article): Add expirable mark to articles copied or
13925         moved to group that has auto-expire turned on if the option is non-nil.
13926
13927 2009-07-24  Glenn Morris  <rgm@gnu.org>
13928
13929         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13930         Fix typo.  (Bug#3903)
13931
13932 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13935         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13936         that should not be used for draft articles.
13937         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13938         that has no concern in minor mode keys.
13939         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13940         Abolish.
13941
13942 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13945         article without making inquiry to a user for unknown encoding.
13946
13947         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13948         (nnmaildir--scan): Assume i-node and device number that file-attributes
13949         returns might be cons-cell.
13950
13951         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13952
13953         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13954
13955 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13956
13957         * auth-source.el: Remove docs now in auth.texi.  Don't use
13958         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13959         `auth-source-hide-passwords' and use them.
13960
13961 2009-07-15  Glenn Morris  <rgm@gnu.org>
13962
13963         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13964
13965 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13968         excessive whitespace from the default values of title and description.
13969
13970 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13973         mail-fetch-field to fetch Content-Description header in order to
13974         exclude newlines.
13975
13976 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13977
13978         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13979         format used by GnuPG 2.0.11.
13980
13981 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13984         to deleted part.
13985
13986 2009-05-30  David Engster  <dengste@eml.cc>
13987
13988         * nnmairix.el: Remove old documentation in the commentary block.
13989         (nnmairix-request-group): Do not update active file for nnml back ends.
13990         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13991         end so that overview files are ignored.
13992         (nnmairix-update-groups): Make updating the groups more robust by using
13993         marks.
13994         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13995         with dollar characters in message-id.
13996
13997 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14000         2008-12-25 in dns.el.
14001
14002 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14003
14004         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14005         could happen if the text is only composed of spaces and/or tabs.
14006
14007 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14008
14009         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14010         when sending a queued message to avoid extra mml tags.
14011
14012 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14015
14016 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14019         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14020         rmail-toggle-header for XEmacs;
14021         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14022
14023 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-dired.el: Remove autoload for gnus-setup-message.
14026         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14027         displaying Gnus logo; always use compose-mail.
14028
14029 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14032
14033 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14036         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14037         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14038         available.
14039         (gnus-nocem-epg-verify): New function.
14040
14041 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14044
14045 2009-02-15  Glenn Morris  <rgm@gnu.org>
14046
14047         * gnus-util.el (rmail-insert-rmail-file-header)
14048         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14049         autoloads.
14050         (rmail-default-rmail-file): Remove unnecessary declaration.
14051         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14052
14053 2009-02-14  Glenn Morris  <rgm@gnu.org>
14054
14055         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14056         variable (only used in gnus-util, which declares it anyway).
14057         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14058         which was only needed by gnus-art (changed to not use it any more).
14059         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14060         only used in gnus-util, which autoloads it itself.
14061         (rmail-update-summary): Fix autoload.
14062
14063         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14064         rather than rmail-output-to-rmail-file.
14065
14066 2009-02-07  Glenn Morris  <rgm@gnu.org>
14067
14068         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14069         autoload of function that no longer exists.
14070         (rmail-toggle-header): Declare.
14071         (message-forward-rmail-make-body): Handle mbox Rmail.
14072
14073 2009-01-31  Glenn Morris  <rgm@gnu.org>
14074
14075         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14076         2009-01-09 change.
14077
14078 2009-01-31  Dave Love  <fx@gnu.org>
14079
14080         * imap.el (imap-fetch-safe): Bind debug-on-error.
14081         (imap-debug): Add imap-fetch-safe.
14082
14083 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14084
14085         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14086         (auth-source-forget-all-cached): New convenience function.
14087         (auth-source-user-or-password): Accept list of modes or a single mode.
14088
14089         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14090         auth-source modes.
14091
14092         * netrc.el (netrc-machine-user-or-password): Use list of
14093         auth-source modes.
14094
14095         * nnimap.el (nnimap-open-connection): Use list of
14096         auth-source modes.
14097
14098         * nntp.el (nntp-send-authinfo): Use list of
14099         auth-source modes.
14100
14101 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14102
14103         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14104         now.
14105
14106 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14109         coding system in XEmacs; add a workaround for XEmacs.
14110
14111         * lpath.el: Fbind coding-system-aliasee.
14112
14113 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14116         of current-language-environment.
14117
14118 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14121         available at runtime.
14122
14123 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14126
14127 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14128
14129         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14130         the greatest positive fixnum value doesn't work under an XEmacs with
14131         bignum support; use the most-positive-fixnum constant instead,
14132         available since Emacs 21.1 with cl and XEmacs 21.1.
14133
14134 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14137         XEmacs gets not to work.
14138
14139 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * mm-util.el (mm-coding-system-priorities): Allow the value like
14142         "Japanese (UTF-8)" of current-language-environment.
14143
14144 2009-01-09  Glenn Morris  <rgm@gnu.org>
14145
14146         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14147         with last-command-event.
14148
14149 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14152         in the doc string.
14153
14154         * message.el (message-fix-before-sending): Amend comment.
14155
14156 2009-01-08  Dave Love  <fx@gnu.org>
14157
14158         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14159
14160 2009-01-07  David Engster  <dengste@eml.cc>
14161
14162         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14163         simplified server definitions by converting it via
14164         gnus-server-to-method.
14165
14166 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14169         parameter's operands.
14170
14171 2009-01-06  David Engster  <dengste@eml.cc>
14172
14173         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14174         primary select method (for gnus-group-mark-article-as-read).
14175
14176 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14177
14178         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14179         `(gnus)Face', not `(gnus)X-Face'.
14180
14181 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * mm-util.el (mm-ucs-to-char): New function.
14184
14185         * mm-url.el (mm-url-decode-entities): Use it.
14186
14187         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14188         unicode-to-char.
14189
14190 2009-01-05  Dave Love  <fx@gnu.org>
14191
14192         * time-date.el: Require cl for `declare'.
14193
14194 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14197         Dave Love.
14198
14199 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * message.el (message-fix-before-sending): Add `eight-bit' to
14202         illegible-text check.
14203
14204 2009-01-03  Michael Olson  <mwolson@gnu.org>
14205
14206         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14207         `headers' is nil.  This can occur if the IMAP server does not have
14208         permissions to read messages from a folder, but can write new messages
14209         to the folder.
14210         (nnimap-request-article-part): Do not insert `data' if it is nil.
14211
14212         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14213         characters which will confuse `read', so skip past them.
14214
14215 2009-01-01  Dave Love  <fx@gnu.org>
14216
14217         * imap.el (imap-string-to-integer): Fix typo.
14218         (imap-fetch-safe): New function.
14219         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14220
14221         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14222
14223         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14224         (imap-parse-greeting): Fix doc strings.
14225         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14226         (imap-parse-flag-list): Make messages unique.
14227         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14228
14229         * nnimap.el: Fix author email.
14230         (nnimap-split-rule): Add FIXME comment.
14231         (nnimap-debug): Fix doc string.
14232
14233 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14236
14237 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14240         nslookup if resolv.conf isn't available.
14241         (dns-query): Rename from query-dns.
14242         (dns-query-cached): Rename from query-dns-cached.
14243
14244 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14247         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14248         to check if those variables exist (first appeared in Emacs 18.50).
14249
14250 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * mm-util.el (mm-line-number-at-pos): New function.
14253
14254         * spam-report.el (spam-report-process-queue): Use it.
14255
14256 2008-12-24  David Engster  <dengste@eml.cc>
14257
14258         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14259         parameters that haven't existed as variables as buffer-local variables.
14260
14261 2008-12-23  Dave Love  <fx@gnu.org>
14262
14263         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14264         cadar.
14265
14266         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14267         imap-starttls-p.
14268         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14269
14270 2008-12-22  Dave Love  <fx@gnu.org>
14271
14272         * imap.el: Fix author email.  Doc fixes.
14273         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14274         reply.
14275
14276 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * spam-report.el (spam-report-gmane-max-requests): New constant.
14279         (spam-report-gmane-wait): New variable.
14280         (spam-report-gmane-ham, spam-report-gmane-spam)
14281         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14282         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14283         the server.
14284
14285         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14286         Add explanations.
14287
14288         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14289         nnheader-accept-process-output and nnheader-read-timeout if available.
14290         (pop3-movemail): Use it.
14291
14292         * message.el (message-check-news-body-syntax): Fix signature check if
14293         there's an attachment.
14294
14295 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * mm-util.el: Add comments to the mm- emulating functions.
14298
14299 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14302         Reported by Stephen Berman <stephen.berman@gmx.net>.
14303
14304 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * mm-util.el (mm-substring-no-properties): New function.
14307         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14308         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14309         (mm-string-to-multibyte): Doc fix.
14310
14311         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14312
14313 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * mml.el (mml-attach-file): Strip text properties from file name.
14316         (Bug#1574)
14317
14318 2008-12-16  Glenn Morris  <rgm@gnu.org>
14319
14320         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14321
14322 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14325         knows since the charset specified might be a bogus alias that
14326         mm-charset-synonym-alist provides.
14327
14328 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14331         "ISO_8859-1".
14332
14333         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14334
14335 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * mm-util.el (mm-charset-eval-alist):
14338         Define it before mm-charset-to-coding-system.
14339         (mm-charset-to-coding-system): Add optional argument `silent';
14340         define it before mm-charset-override-alist.
14341         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14342         default value if it can be used in Emacs currently running;
14343         silence mm-charset-to-coding-system.
14344
14345 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14348         `allow-override' which says whether to use `mm-charset-override-alist'.
14349         (rfc2047-decode-encoded-words): Use it.
14350
14351         * mm-util.el (mm-charset-override-alist): Fix custom type;
14352         add `(gb2312 . gbk)' to choices.
14353
14354 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14357         fast.
14358
14359         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14360
14361         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14362
14363 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14364
14365         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14366         on links.
14367
14368         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14369
14370 2008-12-03  Lute Kamstra  <lute@gnu.org>
14371
14372         * sha1.el: Remove leading * from docstrings of defcustoms,
14373         deffaces, defconsts and defuns.
14374
14375 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14378         users' addresses that don't have domain parts.
14379         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14380         rather than message-narrow-to-head since there will be the message
14381         header separator.
14382
14383 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14384
14385         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14386         since the result is inserted in a unibyte buffer anyway.
14387         (nnimap-demule-use-string-to-multibyte): Remove.
14388         (nnimap-demule): Alias it to mm-string-to-multibyte.
14389
14390 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14393         variable for debugging bug#464 and bug#1174.
14394         (nnimap-demule): Use it.
14395
14396 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14399         score calculation correctly.
14400
14401 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14402
14403         * message.el (message-send-mail): Just set the buffer to unibyte
14404         rather than use mm-with-unibyte-current-buffer which does a lot more.
14405         (message-send-mail-partially): Don't bother with
14406         mm-with-unibyte-current-buffer since it's already been made unibyte by
14407         message-send-mail.
14408
14409 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14410
14411         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14412
14413 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14414
14415         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14416
14417 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14420         require itself and to remove `with-no-warnings'.
14421
14422 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14423
14424         * starttls.el (starttls-any-program-available): Get the name of the
14425         available TLS layer program.
14426         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14427         well as the host name in the "opening" message.
14428
14429         * auth-source.el (auth-source-cache, auth-source-do-cache)
14430         (auth-source-user-or-password): Cache passwords and logins by default,
14431         allow override with `auth-source-do-cache'.
14432         (auth-source-forget-user-or-password): Allow users to remove cache
14433         entries if needed.
14434
14435 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14436
14437         * md4.el (md4-buffer): Fix typo in docstring.
14438         (md4, md4-64): Doc fixes.
14439         (md4-pack-int32): Reflow docstring.
14440
14441 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14442
14443         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14444         condition-case to only the forward-sexp call.
14445
14446 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14447
14448         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14449         quotes contained.  Make it more robust regardless by an extra
14450         condition-case wrapper.
14451
14452 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14455
14456 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * nnml.el (nnml-request-expire-articles): Check if the function set to
14459         `nnmail-expiry-target' returns the symbol `delete'.
14460
14461         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14462
14463         * nnmail.el (nnmail-expiry-target): Fix custom type.
14464
14465 2008-10-02  Glenn Morris  <rgm@gnu.org>
14466
14467         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14468         Silence compiler warning.
14469
14470 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14471
14472         * tls.el (open-tls-stream): Show the actual command being
14473         executed, instead of the format string.
14474
14475 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * lpath.el: Fbind codepage-setup for Emacs 23.
14478
14479 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14480
14481         * mml.el (mml-menu): Don't assume mml2015 is bound.
14482
14483 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14486         exists.
14487
14488 2008-09-27  Glenn Morris  <rgm@gnu.org>
14489
14490         * gnus-util.el (mail-header-remove-comments): Autoload it.
14491
14492 2008-09-27  Andreas Schwab  <schwab@suse.de>
14493
14494         * gnus-util.el (gnus-split-references): Strip comments.
14495         (gnus-parent-id): Likewise.
14496
14497 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * message.el (message-confirm-send): Fix version.
14500
14501 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * message.el (message-idna-to-ascii-rhs-1): Use
14504         mail-extract-address-components rather than mail-header-parse-addresses
14505         that is an alias by default to ietf-drums-parse-addresses that does not
14506         support non-ASCII names in headers' contents.
14507
14508 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14509
14510         * message.el (message-confirm-send): Fix variable documentation to
14511         avoid the "y/n" wording.
14512
14513 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14514
14515         * message.el (message-set-auto-save-file-name): Save to a different
14516         filename so multiple messages (especially drafts) can be recovered.
14517
14518 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14519
14520         * message.el (message-confirm-send): Add appropriate version.
14521
14522 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14523
14524         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14525         defvar.
14526
14527 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14528
14529         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14530         (mm-pkcs7-enveloped-magic): Ditto.
14531
14532 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14533
14534         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14535         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14536
14537 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14540         default, it's better.
14541
14542 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14543
14544         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14545         summary line gnus-number property and ignore them (with a warning
14546         message).
14547
14548 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14551         macro caddr in the interactive form since it won't be expanded.
14552
14553 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14556         `charset'; fix name of function called recursively.
14557         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14558
14559 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14562         (gnus-mime-set-charset-parameters): New function.
14563         (gnus-mime-view-part-as-charset): Use it to correctly display part
14564         specifying wrong charset.
14565
14566 2008-09-08  David Engster  <dengste@eml.cc>
14567
14568         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14569         in completing-read for back end server.
14570
14571 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * message.el (message-confirm-send): New variable to confirm sending a
14574         message.
14575         (message-send): Use it.
14576
14577 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14580
14581 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14584
14585 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14586
14587         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14588         prevent tracking too many groups.
14589         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14590         Use it.
14591
14592 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14593
14594         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14595         moving point to the bottom of the window in order to avoid recentering.
14596
14597 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14600
14601         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14602         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14603         (gnus-article-beginning-of-window): Fix calculation.
14604
14605 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-msg.el (gnus-summary-supersede-article)
14608         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14609         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14610         message header.
14611
14612 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14613
14614         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14615         pending output coming after the status change.
14616
14617 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14618
14619         * message.el:
14620         * gnus-start.el:
14621         * gnus-registry.el: Remove VMS support.
14622
14623 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14626         macro.
14627         (rfc2104-hash): Use it.
14628
14629 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14632         (gnus-summary-sort-by-most-recent-date): New commands.
14633         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14634         and menu entries.
14635
14636 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14639         don't redisplay article for raw contents; remove plural articles stuff.
14640
14641         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14642         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14643         on gnus-summary-save-article; display results properly.
14644
14645 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * lpath.el: No need to fbind ns-focus-frame.
14648
14649 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14652
14653 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-art.el (gnus-summary-save-in-pipe):
14656         Consider gnus-save-all-headers.
14657
14658 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14659
14660         * gnus-util.el (ns-focus-frame): Remove declaration.
14661         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14662         like x.
14663
14664 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14665
14666         * rfc2104.el (rfc2104-zero): Delete defconst.
14667         (rfc2104-hex-alist): Likewise.
14668         (rfc2104-hex-to-int): Delete func.
14669         (rfc2104-hexstring-to-bitstring): Likewise.
14670         (rfc2104-nybbles): New defconst.
14671         (rfc2104-hash): Rewrite for speed.
14672
14673 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * tls.el (open-tls-stream): Make it work with the 2nd argument
14676         BUFFER that is a string but does not exist as a buffer object, as
14677         mentioned in the doc-string.
14678
14679 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14682         SXEmacs.
14683
14684 2008-07-16  Glenn Morris  <rgm@gnu.org>
14685
14686         * gnus-util.el (ns-focus-frame): Declare for compiler.
14687
14688 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14691         set as a group parameter.
14692         (gnus-summary-save-in-pipe): Work when it is called independently.
14693         (gnus-summary-pipe-to-muttprint): Don't modify
14694         gnus-summary-pipe-output-default-command.
14695
14696 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14697
14698         * message.el (message-send-mail-with-sendmail):
14699         Display the error message.
14700
14701 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-art.el (gnus-default-article-saver):
14704         Add gnus-summary-save-in-pipe to choices.
14705         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14706         gnus-summary-pipe-output-default-command as the default command.
14707         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14708         instead of gnus-last-shell-command.
14709
14710         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14711         New user option.
14712         (gnus-summary-muttprint-program): Mention the value will be changed.
14713         (gnus-summary-save-article): Force showing of all headers.
14714         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14715
14716 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14717
14718         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14719
14720 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14721
14722         * nnimap.el (nnimap-id):
14723         * sieve-manage.el (sieve-manage-open): Doc fixes.
14724
14725 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14726
14727         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14728         if available.
14729
14730 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14731
14732         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14733
14734         * nnkiboze.el (nnkiboze-generate-group):
14735         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14736
14737         * nnmairix.el: Require CL.
14738
14739 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * dgnushack.el: Autoload get-display-table and put-display-table for
14742         XEmacs 21.5.
14743
14744         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14745         21.4 and SXEmacs.
14746
14747 2008-06-15  David Engster  <dengste@eml.cc>
14748
14749         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14750
14751 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14752
14753         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14754         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14755         runtime choice under XEmacs.
14756
14757         * gnus-sum.el (gnus-summary-set-display-table):
14758         Use `gnus-put-display-table', `gnus-get-display-table',
14759         `gnus-set-display-table' for the display table, instead of `aset'.
14760
14761         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14762         Use `gnus-put-display-table', `gnus-get-display-table',
14763         `gnus-set-display-table' for the display table.
14764
14765 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * nnmairix.el: Add autoloads.
14768
14769 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * nnmairix.el (nnmairix-delete-recreate-group)
14772         (nnmairix-update-and-clear-marks): Fix error messages.
14773
14774 2008-06-14  David Engster  <dengste@eml.cc>
14775
14776         * nnmairix.el: Upgrade to version 0.6.
14777         (nnmairix-group-toggle-propmarks-this-group)
14778         (nnmairix-group-toggle-readmarks-this-group)
14779         (nnmairix-group-delete-recreate-this-group)
14780         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14781         (nnmairix-remove-tick-mark-original-article): New commands.
14782         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14783         (nnmairix-propagate-marks-to-nnmairix-groups)
14784         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14785         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14786         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14787         functions needed for marks propagation and manipulation of read marks.
14788         (nnmairix-update-groups): New function.
14789         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14790         (nnmairix-determine-original-group-from-registry)
14791         (nnmairix-determine-original-group-from-path)
14792         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14793         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14794         New helper functions.
14795         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14796         keystrokes for new commands.
14797         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14798         (nnmairix-request-group): Check allow-fast group parameter.
14799         (nnmairix-request-create-group): Set allow-fast group parameter if
14800         nnmairix-allowfast-default is set.
14801         (nnmairix-close-group): Propagate marks upon closing if needed.
14802         (nnmairix-group-toggle-threads-this-group): Use new.
14803         nnmairix-group-toggle-parameter helper function.
14804         (nnmairix-search): Better check for empty search result.
14805         (nnmairix-goto-original-article): Use new helper functions for
14806         determining original article.
14807         (nnmairix-show-original-article): Make sure message-id is in brackets.
14808         (nnmairix-call-mairix-binary): Change variable name.
14809         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14810         helper function.
14811         (nnmairix-widget-toggle-activate): Fix doc string.
14812
14813 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * nnir.el: Require edmacro when compiling with XEmacs.
14816         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14817         available in Emacs 21.
14818
14819 2008-06-11  Glenn Morris  <rgm@gnu.org>
14820
14821         * gnus-util.el (x-focus-frame):
14822         * gnus.el (image-size):
14823         * mm-decode.el (image-size): Declare.
14824
14825         * gnus-picon.el (declare-function): Add compat definition.
14826         (image-size): Declare.
14827
14828         * gnus-group.el (tool-bar-map):
14829         * gnus-sum.el (tool-bar-map): Define for compiler.
14830
14831         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14832
14833         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14834
14835         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14836         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14837         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14838         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14839         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14840         * sieve-manage.el, spam-report.el, spam.el:
14841         Remove unnecessary eval-and-compile of autoloads.
14842
14843 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14844
14845         * auth-source.el: Precise Tramp doc.
14846
14847 2008-06-07  Glenn Morris  <rgm@gnu.org>
14848
14849         * nnmairix.el: Remove unnecessary eval-when-compile.
14850
14851 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * lpath.el: Fbind propertize for XEmacs 21.4.
14854
14855 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * nnir.el: Move here from ../contrib.
14858
14859 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14860
14861         * gnus-util.el (gnus-read-shell-command): New function.
14862         * mm-decode.el (mm-pipe-part):
14863         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14864
14865 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14868
14869 2008-06-03  Glenn Morris  <rgm@gnu.org>
14870
14871         * pop3.el (nnheader-accept-process-output): Autoload it.
14872
14873 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14876         are not 2-digit hexadecimal characters that follow `%'s.
14877
14878 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * message.el (message-bogus-recipient-p): Fix type in doc string.
14881         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14882         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14883         Improve custom options.
14884         (message-bogus-recipient-p): Adjust accordingly.
14885
14886 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14887
14888         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14889         long-form month and day names.
14890
14891 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * dgnushack.el: Autoload debug, eudc-expand-inline and
14894         pgg-snarf-keys-region for XEmacs.
14895
14896         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14897
14898         * nnmairix.el: Require edmacro when compiling with XEmacs.
14899
14900 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14903         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14904
14905 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * auth-source.el: Add more docs.
14908
14909         * netrc.el (netrc-machine): Always match if the port is not given.
14910
14911 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14912
14913         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14914         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14915         retrieval faster in some cases, but might make CPU usage larger.
14916         If this has any bad side effects, we might revert this change.
14917
14918         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14919         seems to make mail retrieval much, much faster.
14920         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14921         unconditionally.
14922
14923         * gnus-draft.el (gnus-group-send-queue):
14924         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14925
14926 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14929
14930         * message.el (message-bogus-address-regexp): Fix and improve custom
14931         type.
14932         (message-setup-hook): Add message-check-recipients as custom option.
14933
14934 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14935
14936         * message.el (message-cite-function): Remove bogus autoload which crept
14937         in during merge from v5-10.
14938
14939 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14940
14941         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14942
14943         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14944
14945         * auth-source.el: Preliminary Tramp docs.
14946         (auth-sources): Change the default auth-sources to use
14947         EPA .gpg files.
14948
14949 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14950
14951         * nntp.el: Autoload `auth-source-user-or-password'.
14952         (nntp-send-authinfo): Use it.
14953
14954         * nnimap.el: Autoload `auth-source-user-or-password'.
14955         (nnimap-open-connection): Use it.
14956
14957         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14958         for the gnus-message function.
14959         (auth-source-user-or-password): Use it.
14960
14961 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14962
14963         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14964         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14965         (rfc2104-hash): Use it.
14966
14967 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14968
14969         * gnus-art.el (gnus-article-toggle-truncate-lines):
14970         Don't use `iff' in docstring.
14971
14972 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14975
14976         * gnus-util.el (gnus-extract-address-component-name)
14977         (gnus-extract-address-component-email): Convenience functions around
14978         `gnus-extract-address-components'.
14979
14980         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14981         Use `gnus-extract-address-component-email' to fix bug of comparing full
14982         sender name to `user-mail-address'.
14983
14984 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14987         catch/throw to optimize.
14988         (gnus-registry-find-keywords): Just use member to find a keyword.
14989
14990 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14991
14992         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14993         is current before calling gnus-server-prepare.
14994         (gnus-server-setup-buffer, gnus-server-update-server)
14995         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14996
14997 2008-05-04  Juri Linkov  <juri@jurta.org>
14998
14999         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15000         (mailcap-file-default-commands): Use mailcap-replace-in-string
15001         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15002         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15003
15004 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15005
15006         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15007
15008 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15009
15010         * gnus.el: Bump version to 0.11.
15011
15012 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15013
15014         * gnus.el: No Gnus v0.10 is released.
15015
15016 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15017
15018         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15019         hooks.
15020         (gnus-update-read-articles): Speed up non-marks-using users.
15021         (gnus-use-marks): Define gnus-use-marks.
15022         (gnus-propagate-marks): Rename variable to something more sensible.
15023
15024 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15025
15026         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15027         (gmm-image-load-path-for-library): Fix typos in docstrings.
15028         (gmm-message): Reflow docstring.
15029
15030 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15031
15032         * mail-source.el (mail-source-set-1, mail-source-bind):
15033         Move auth-source code out of the macro to clean it up and fix bugs.
15034
15035 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15036
15037         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15038         by sender if it's equal to user-mail-address, it's likely to be
15039         useless.
15040
15041         * mail-source.el (mail-source-bind): Don't use user or password if they
15042         are not bound.  Unintern them if they are nil.  Don't use server unless
15043         it's bound, and default it to empty string otherwise.
15044
15045 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * mail-source.el: Load auth-source.el.
15048         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15049         get user name or password, if auth-sources is set up.
15050
15051         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15052         strategy of splitting with parent.
15053         (gnus-registry-split-fancy-with-parent)
15054         (gnus-registry-post-process-groups): Use it and fix prior
15055         bug (returning a list as the split result).
15056
15057         * auth-source.el (auth-sources): Remove server parameter.
15058         (auth-source-pick, auth-source-user-or-password)
15059         (auth-source-user-or-password-imap)
15060         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15061         (auth-source-user-or-password-sftp)
15062         (auth-source-user-or-password-smtp): Remove server parameter.
15063
15064 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15065
15066         * smime.el (smime-sign-region, smime-encrypt-region)
15067         (smime-decrypt-region):
15068         Remove redundant calls to `generate-new-buffer-name'.
15069
15070 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15071
15072         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15073         Don't use QP for message/rfc822.
15074         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15075
15076 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15077
15078         * sieve-manage.el (sieve-string-bytes): Remove.
15079         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15080         correct byte-length only if the process's coding-system is the same as
15081         the one used internally by Emacs to represent strings.
15082
15083 2008-04-22  Juri Linkov  <juri@jurta.org>
15084
15085         * mailcap.el (mailcap-file-default-commands): New function.
15086
15087 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * message.el (message-signature-separator, message-cite-function):
15090         Change custom version.
15091
15092 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15093
15094         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15095         commands.
15096         (tls-checktrust): Ditto.
15097
15098 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * mm-decode.el (mm-display-external): Make temp file read-only.
15101
15102 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15105         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15106         `C-c C-f d'.
15107
15108 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15109
15110         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15111
15112 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gnus.el: Bump version to 0.9.
15115
15116 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * gnus.el: No Gnus v0.8 is released.
15119
15120 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15121
15122         * mail-source.el (mail-source-value):
15123         Prefer fboundp to functionp so it works with macros as well.
15124
15125 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15126
15127         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15128         Fix last change in case the element is not even a symbol.
15129
15130 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15131
15132         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15133         Prefer fboundp to functionp so it works with macros as well.
15134
15135 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15136
15137         * auth-source.el: Add docs.
15138         (auth-sources): Modify format to support server.
15139         (auth-source-pick, auth-source-user-or-password)
15140         (auth-source-user-or-password-imap)
15141         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15142         (auth-source-user-or-password-sftp)
15143         (auth-source-user-or-password-smtp): Add server parameter.
15144
15145 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15146
15147         * gnus-registry.el: Initialize the registry when gnus-registry-install
15148         is t.
15149
15150 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * compface.el (uncompface): Make buffer unibyte.
15153
15154 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15155
15156         * mail-source.el (mail-source-value):
15157         Prefer fboundp to functionp so it works with macros as well.
15158
15159 2008-04-05  Glenn Morris  <rgm@gnu.org>
15160
15161         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15162
15163 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15164
15165         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15166         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15167
15168         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15169         multibyteness after rather than before erasing it.
15170
15171         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15172         mm-with-multibyte.
15173         (gnus-request-article-this-buffer): Make sure the proper decoding is
15174         used if gnus-original-article-buffer happens to be unibyte.
15175
15176         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15177         default-enable-multibyte-characters.
15178
15179         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15180         default-enable-multibyte-characters.
15181
15182         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15183
15184         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15185
15186 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15187
15188         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15189         Fix last change in case the element is not even a symbol.
15190
15191 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15192
15193         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15194         (imap-message-copyuid-1): Use it.
15195         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15196         J. Williams in
15197         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15198
15199         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15200         imap-enable-exchange-bug-workaround.
15201         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15202
15203 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15204
15205         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15206         a 100 byte status-checks into a 2-3MB transfer for each group.
15207         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15208         to enable bug workaround or not.
15209         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15210
15211 2008-03-31  Glenn Morris  <rgm@gnu.org>
15212
15213         * message.el (mml2015-use): Declare for compiler.
15214         (message-info): Require mml2015 when appropriate.
15215
15216 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15219         whitespace.
15220
15221 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15222
15223         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15224         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15225         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15226         (nntp-service-to-port): New function.
15227         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15228         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15229         (nntp-open-netcat-stream): New function.
15230         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15231
15232 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15233
15234         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15235
15236 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15237
15238         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15239
15240 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15241
15242         * dns.el (dns-write): Use set-buffer-multibyte.
15243
15244 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15245
15246         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15247
15248 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * message.el (message-signature-separator): Change default.
15251         Improve custom type.
15252         (message-cite-function): Change default to
15253         message-cite-original-without-signature.
15254
15255         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15256         toggle.
15257
15258         * message.el (message-check-news-body-syntax): Fix signature check.
15259         (message-setup-1): Mark buffer as unmodified _after_ running
15260         message-setup-hook and handling message-alternative-emails.
15261         (message-shorten-references): Be more strict when building list of
15262         valid references to comply with GNKSA.
15263
15264         * gnus-group.el (gnus-read-ephemeral-bug-group)
15265         (gnus-read-ephemeral-debian-bug-group)
15266         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15267
15268         * message.el (message-info): Don't use booleanp which isn't supported
15269         in Emacs 21 and XEmacs.
15270
15271 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15274         gnus-group-gmane-group-download-format.
15275         (gnus-group-read-ephemeral-gmane-group): Rename from
15276         gnus-group-read-ephemeral-gmane-group.
15277         (gnus-read-ephemeral-gmane-group-url): Rename from
15278         gnus-group-read-ephemeral-gmane-group-url.
15279         (gnus-bug-group-download-format-alist): New variable.
15280         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15281         (gnus-read-ephemeral-emacs-bug-group): New commands.
15282
15283 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15284
15285         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15286         (gnus-visible-headers): Improve custom type.
15287
15288 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * mml.el (mml-menu): Add workarounds for XEmacs.
15291
15292         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15293         X-Boundary header.
15294
15295         * message.el (message-simplify-recipients): Fix previous commit.
15296
15297 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15298
15299         * mm-util.el (mm-set-buffer-multibyte): New function.
15300         * mm-decode.el (mm-copy-to-buffer): Use it.
15301
15302         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15303         Prefer fboundp to functionp so it works with macros as well.
15304
15305 2008-03-19  Glenn Morris  <rgm@gnu.org>
15306
15307         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15308         Accidentally removed in the sync process with Emacs.
15309
15310 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * message.el (message-alter-recipients-discard-bogus-full-name):
15313         New function.
15314         (message-alter-recipients-function): New variable.
15315         (message-get-reply-headers): Use it.
15316         (message-replace-header): New helper function.
15317         (message-recipients-without-full-name): New variable.
15318         (message-simplify-recipients): New command.
15319
15320         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15321
15322         * message.el (message-info): Handle EasyPG manual.
15323
15324         * mml.el (mml-menu): Add entry for EasyPG.
15325
15326 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15327
15328         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15329         parameter.
15330
15331         * message.el (message-disassociate-draft): Specify drafts group name
15332         fully.
15333
15334 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15335
15336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15337         Eliminate unnecessary duplicates from the match list.
15338
15339 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15342
15343         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15344
15345         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15346         args of `how-many' of which the XEmacs version doesn't take; declare
15347         Info-index-next as function.
15348
15349 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * gnus-score.el (gnus-score-headers): Fix handling of
15352         gnus-inhibit-slow-scoring.
15353
15354         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15355         string.
15356         (gnus-button-url-regexp): Improve handling of parenthesis.
15357         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15358         (gnus-button-handle-info-keystrokes): Handle index entries.
15359
15360 2008-03-15  Glenn Morris  <rgm@gnu.org>
15361
15362         * parse-time.el (parse-time-string): Simplify.
15363
15364 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15367         Incoming* files.
15368
15369 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15370
15371         * auth-source.el (auth-sources): Rename from auth-source-choices.
15372         (auth-source-pick): Use it.
15373
15374 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15375
15376         * binhex.el (binhex-decode-region-internal):
15377         * uudecode.el (uudecode-decode-region-internal):
15378         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15379         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15380         setting default-enable-multibyte-characters.
15381
15382 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * auth-source.el (auth-source-protocols)
15385         (auth-source-protocols-customize, auth-source-choices): Add and
15386         modified variable customizations and defaults.
15387         (auth-source-pick, auth-source-user-or-password)
15388         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15389         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15390         (auth-source-user-or-password-sftp)
15391         (auth-source-user-or-password-smtp): Use new variables and provide an
15392         interface to netrc.el.
15393
15394 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15397         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15398         Make sure the nntp port to specify is a string.
15399
15400 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15401
15402         * nntp.el: Use with-current-buffer.
15403         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15404         dubious mm-with-unibyte-current-buffer.
15405         (nntp-with-open-group-function): New function extracted from
15406         nntp-with-open-group macro.
15407         (nntp-with-open-group): Use the function, so it's easier to debug.
15408         Add indentation and debugging info.
15409         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15410         Recommend the use of the netcat alternatives.
15411
15412         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15413         Avoid mm-string-as-multibyte as well.
15414
15415         * nnweb.el (nnweb-insert-html):
15416         Remove use of nnheader-string-as-multibyte.
15417
15418         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15419         (nnheader-string-as-multibyte): Remove.
15420
15421         * mm-view.el: Use inhibit-read-only.
15422         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15423         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15424         or unibyte-string.
15425
15426         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15427         (mm-uu-yenc-extract): Use with-current-buffer.
15428
15429         * gnus-soup.el (gnus-soup-send-packet): Don't use
15430         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15431
15432         * nnmh.el: Use with-current-buffer.
15433         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15434         mm-string-as-multibyte on the output of mm-encode-coding-string.
15435
15436         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15437         (nnimap-request-move-article): Use with-current-buffer.
15438
15439         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15440         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15441         conversion uses string-make-unibyte rather than string-as-unibyte.
15442
15443         * gnus-msg.el: Use with-current-buffer.
15444
15445         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15446
15447 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15448
15449         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15450         string for caching if it is 'PIN.
15451
15452 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * lpath.el: Consider the case without Emacs/W3.
15455
15456 2008-03-08  Glenn Morris  <rgm@gnu.org>
15457
15458         * time-date.el (date-to-time, time-subtract, time-add)
15459         (safe-date-to-time): Doc fixes.
15460
15461 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * mail-source.el (mail-source-delete-old-incoming-confirm):
15464         Change default to nil.
15465         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15466
15467 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * lpath.el: Rearrange.
15470
15471         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15472         (gnus-article-goto-prev-page): Work for articles having ^L's.
15473
15474         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15475
15476         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15477
15478 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15479
15480         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15481         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15482         (gnus-bookmark-jump): Adjust some variable names.
15483
15484 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15485
15486         * auth-source.el: New package.
15487         (auth-source-choices): Add customization entry point variable.
15488
15489         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15490         bug.
15491
15492 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15495         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15496         (gnus-registry-install-shortcuts): Rename from
15497         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15498         the `gnus-registry-mark-map' keymap dynamically from
15499         `gnus-registry-marks'.  The generated functions update the summary line
15500         when a registry mark is added or deleted, and will call
15501         `gnus-registry-install-p' (see the comments in the code).
15502         (gnus-registry-user-format-function-M): Use concat intelligently.
15503
15504         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15505         the registry mark functions.
15506
15507 2008-03-05  Glenn Morris  <rgm@gnu.org>
15508
15509         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15510         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15511         gnus-art.
15512         (top-level): No need to load own source when compiling.
15513
15514 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15517         Suggested by <chris.anderton@zetnet.co.uk>.
15518
15519 2008-03-04  Glenn Morris  <rgm@gnu.org>
15520
15521         * gnus-sum.el (top-level): No need to require gnus when compiling,
15522         since unconditionally required near start of file.
15523         (gnus-summary-display-while-building): Move definition before use.
15524
15525 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15526
15527         * gnus-registry.el (gnus-registry-user-format-function-M):
15528         Add formatting function.
15529
15530 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15531
15532         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15533         with plists.
15534         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15535         Use new format.
15536
15537 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15540         `where-is-internal' that returns a range of key sequences.
15541
15542 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15543
15544         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15545
15546         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15547         (gnus-summary-jump-to-group): Consider windows on other displayed
15548         frames as well.  Similar changes might be needed elsewhere, but that's
15549         the one I've bumped into during my use.
15550
15551         * nndoc.el (nndoc-oe-dbx-type-p):
15552         * gnus-msg.el (gnus-debug):
15553         * gnus-group.el (gnus-update-group-mark-positions):
15554         Use mm-string-to-multibyte.
15555
15556 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15559         doesn't handle NotDashEscaped.
15560
15561         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15562         (mml-dnd-attach-options): Fix typo in custom choice.
15563
15564         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15565         Change nndoc-article-type to mbox.
15566         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15567
15568         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15569         to nil, instead of html2text.
15570
15571         * imap.el (imap-debug): Add `imap-ping-server'.
15572
15573         * gnus-bookmark.el: Add FIXMEs.
15574
15575         * message.el (message-form-letter-separator)
15576         (message-send-form-letter-delay): New variables.
15577         (message-send-form-letter): Use them.  New command to send form
15578         letters.  Requested by Uwe Siart.
15579         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15580
15581 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * Update copyright years.
15584
15585 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         Sync from EMACS_22_BASE.
15588
15589         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15590
15591 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15592
15593         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15594         empty author.
15595
15596 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15597
15598         * gnus-registry.el (gnus-registry-marks): Add variable for
15599         customization of marks and their appearance.
15600         (gnus-registry-read-mark): Use it.
15601         (gnus-registry-do-marks): Add utility function to loop through
15602         `gnus-registry-marks'.
15603         (gnus-registry-install-shortcuts-and-menus): Add function to install
15604         shortcuts and menus.
15605         (gnus-registry-initialize): Use it.
15606         (gnus-registry-default-mark): Clarify documentation.
15607
15608 2008-02-29  Glenn Morris  <rgm@gnu.org>
15609
15610         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15611         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15612         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15613         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15614         Change defcustom :version from 23.0 to 23.1.
15615
15616 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * gnus-registry.el (gnus-registry-follow-group-p)
15619         (gnus-registry-post-process-groups): Add functions to aid registry
15620         splitting and improve logging.  Clarify behavior in function
15621         documentation.
15622         (gnus-registry-split-fancy-with-parent): Use them.
15623
15624 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15625
15626         * gnus-art.el: Use with-current-buffer.
15627
15628 2008-02-27  David Engster  <dengste@eml.cc>
15629
15630         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15631         Express real group name in the response.
15632
15633 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15636         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15637         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15638         autoload gnus-registry-fetch-group when compiling.
15639         (nnmairix-request-group-with-article-number-correction):
15640         Remove unreferenced argument passed to nnmairix-call-backend.
15641
15642 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15645         (mm-uu-extract): Improve face for low color ttys.
15646         Reported by Sascha Wilde.
15647
15648 2008-02-27  Glenn Morris  <rgm@gnu.org>
15649
15650         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15651         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15652         variables to defconsts.  Convert comments to doc-strings.
15653         (nnmairix-last-server, nnmairix-current-server): Convert from free
15654         variables to defvars.  Convert comments to doc-strings.
15655         (gnus-registry-fetch-group): Autoload.
15656         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15657         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15658         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15659         caddr.
15660         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15661         nnmairix-request-group-with-article-number-correction call.
15662         (nnmairix-fast, nnmairix-group): New, less general names, for free
15663         variables passed from nnmairix-request-group to
15664         nnmairix-request-group-with-article-number-correction.  Declare.
15665         (nnmairix-request-group-with-article-number-correction):
15666         Use nnmairix-fast, nnmairix-group rather than fast, group.
15667
15668 2008-02-26  David Engster  <dengste@eml.cc>
15669
15670         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15671         version 0.5.
15672
15673 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15674
15675         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15676         instead of making an extra function call.  Don't add the current group
15677         to articles only when they have the group.  Use
15678         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15679         Reported by David <de_bb@arcor.de>.
15680
15681 2008-02-24  Miles Bader  <miles@gnu.org>
15682
15683         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15684         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15685         (mm-find-mime-charset-region):
15686         * mm-bodies.el (mm-encode-body):
15687         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15688
15689 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15692         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15693
15694 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * mail-source.el (mail-source-delete-incoming): Change default.
15697         Supplement doc string.
15698
15699         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15700
15701 2008-02-14  Glenn Morris  <rgm@gnu.org>
15702
15703         * time-date.el (format-seconds): New function.
15704
15705 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * nnmail.el (nnmail-message-id-cache-file): Derive from
15708         `gnus-home-directory'.
15709
15710 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15713         Document negative prefix.
15714
15715         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15716
15717 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * message.el (message-unsent-separator): Add the Exim bounce
15720         separator.
15721
15722 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15723
15724         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15725         list.
15726         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15727         recipient/signer list.
15728
15729 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * Makefile.in (datarootdir): Define.
15732         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15733         name that might contain whitespace.
15734
15735 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15736
15737         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15738         fbound (Emacs 23 unicode), signal an error.
15739
15740 2008-02-08  Glenn Morris  <rgm@gnu.org>
15741
15742         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15743
15744 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15745
15746         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15747         ports to the calls to `netrc-machine-user-or-password' in addition to
15748         "imap" and "imaps".
15749
15750 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15751
15752         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15753
15754         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15755
15756 2008-02-01  Kenichi Handa  <handa@m17n.org>
15757
15758         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15759         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15760         (rfc2104-hash): Convert the result of concat to unibyte string.
15761
15762 2008-02-01  Dave Love  <fx@gnu.org>
15763
15764         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15765         coding-system-for-read.
15766         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15767
15768 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15771         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15772         <hanche@math.ntnu.no>.
15773
15774 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15777
15778         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15779
15780 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15781
15782         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15783         * message.el (message-beginning-of-line): Use featurep instead of bound
15784         tests in order to resolve conditionals at compile time.
15785
15786 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15787
15788         * mail-source.el (mail-sources): Add `group' choice.
15789
15790         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15791         parameter `in-group' to control into which group the articles go.
15792         Add treatment of `group' mail-source.
15793
15794 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15797
15798         * mm-decode.el (mm-dissect-buffer): Decode description.
15799
15800         * mml.el (mml-to-mime): Encode message header first.
15801
15802 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15805         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15806
15807         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15808         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15809
15810 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15811
15812         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15813
15814 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15817         prefix keys.
15818         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15819         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15820         gnus-xmas.el.
15821
15822         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15823         (gnus-xmas-article-describe-bindings): New function.
15824         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15825         gnus-xmas-article-describe-bindings.
15826
15827         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15828
15829 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15830
15831         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15832         Add new variables for article mark management.
15833         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15834         list of extra data entries which, when present, will indicate that the
15835         article ID should not be trimmed from the registry.
15836         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15837         functions.
15838         (gnus-registry-read-mark): New function to read a mark name from the
15839         user.
15840         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15841         (gnus-registry-set-article-mark-internal): New functions to add and
15842         remove marks.
15843         (gnus-registry-get-article-marks): New function to show the marks for
15844         an article, or retrieve them for further use.
15845
15846 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15849         keys when no argument is given.
15850
15851 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * imap.el (imap-ping-server): New variable.
15854         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15855         (imap-ping-server): Minor doc string fixes.
15856
15857 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15858
15859         * imap.el (imap-ping-server): New function.
15860         (imap-opened): Call imap-ping-server.
15861
15862 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * gnus-sum.el (gnus-article-sort-by-random)
15865         (gnus-thread-sort-by-random): Fix doc strings.
15866         Reported by jidanni@jidanni.org.
15867
15868 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-art.el (gnus-article-describe-bindings): New function.
15871         (gnus-article-read-summary-keys): Use it.
15872         (gnus-article-mode-map): Bind `C-h b' to it.
15873
15874 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15877         XEmacs.
15878         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15879         Protect against non-character events.
15880
15881         * lpath.el: Fbind map-keymap for Emacs 21.
15882
15883 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15886         New command.
15887         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15888         instead of END.  Change name of the temp file.
15889         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15890         customizable.
15891
15892 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15895         bind `S W' to gnus-article-wide-reply-with-original; set default
15896         binding to gnus-article-read-summary-send-keys.
15897         (gnus-article-read-summary-keys): Fix the order of keys; display
15898         continuation keys correctly in the echo area; describe bindings
15899         correctly when keys end with `C-h'.
15900         (gnus-article-read-summary-send-keys): New function.
15901         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15902         Work for gnus-article-read-summary-send-keys; display continuation keys
15903         correctly in the echo area.
15904         (gnus-article-reply-with-original): Ignore prefix argument.
15905         (gnus-article-wide-reply-with-original): New function.
15906
15907         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15908         Emacs 21.
15909
15910 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15913         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15914
15915 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15918         (gnus-group-read-ephemeral-gmane-group): New command.
15919
15920 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15921
15922         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15923
15924 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * message.el (message-send-mail-function): Increase custom version.
15927
15928         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15929         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15930
15931 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15932
15933         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15934         for the cases where imap-authenticate is called with a nil buffer
15935         parameter.
15936
15937 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15938
15939         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15940         html parts correctly; support forwarded messages.
15941         (gnus-article-browse-html-article): Remove work buffers.
15942
15943         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15944         compiling.
15945         (netrc-bound-and-true-p): New macro.
15946         (netrc-parse): Use it instead of bound-and-true-p that is not available
15947         in XEmacs 21.4.
15948
15949 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * gnus-registry.el (gnus-registry-mark-article)
15952         (gnus-registry-article-marks): Add functionality to mark articles
15953         through the Gnus registry.
15954
15955         * encrypt.el: Clarify documentation for the new pgg method.
15956         (encrypt-file-alist): Add PGG option.
15957         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15958         functionality.  Abstract password key and messaging to external
15959         functions.
15960         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15961         (encrypt-message-method-and-cipher): Add new convenience external
15962         functions.
15963         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15964         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15965
15966         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15967         (netrc-parse): Use encrypt-file-alist to determine if
15968         encrypt-find-model or encrypt-insert-file-contents should be used.
15969
15970         * encrypt.el: Clarify documentation.  Load password-cache or
15971         password, whichever one is found first, instead of autoloading.
15972
15973 2007-12-19  Glenn Morris  <rgm@gnu.org>
15974
15975         * mml.el (message-options-set, message-narrow-to-head)
15976         (message-in-body-p, message-mail-p, message-encode-message-body):
15977         Autoload.
15978         (message-remove-header, message-narrow-to-headers-or-head)
15979         (message-subscribed-p, message-make-mail-followup-to)
15980         (message-position-on-field, message-news-p)
15981         (message-options-set-recipient, message-generate-headers)
15982         (message-sort-headers): Declare as functions.
15983
15984 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15987         convention in doc string.
15988
15989 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15992         title to html parts.
15993         (gnus-article-browse-html-article): Pass message header to it.
15994
15995         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15996
15997 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15998
15999         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16000         or password compatible with XEmacs.
16001
16002 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16005         format document.
16006         (gnus-mime-delete-part): Don't write description line if empty.
16007         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16008
16009 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16010
16011         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16012         (gnus-summary-mark-read-and-unread-as-read)
16013         (gnus-summary-mark-current-read-and-unread-as-read)
16014         (gnus-summary-mark-unread-as-ticked): Doc fix.
16015         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16016
16017 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16020         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16021
16022 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16023
16024         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16025         yes-or-no-p.
16026
16027 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * mm-decode.el (mm-add-meta-html-tag): New function.
16030         (mm-save-part-to-file, mm-pipe-part): Use it.
16031
16032         * gnus-art.el (gnus-article-browse-delete-temp-files):
16033         Use gnus-y-or-n-p instead of y-or-n-p.
16034         (gnus-article-browse-html-parts): Work with message/external-body; use
16035         mm-add-meta-html-tag.
16036
16037 2007-12-11  Glenn Morris  <rgm@gnu.org>
16038
16039         * gnus-cache.el: Require gnus-sum not just when compiling.
16040
16041         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16042
16043         * gnus-int.el (gnus-server-opened, gnus-status-message):
16044         Move definitions before use.
16045
16046         * mm-decode.el: Require gnus-util.
16047         (mm-remove-part): Only call delete-annotation on XEmacs.
16048
16049         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16050
16051         * nnmail.el: Require gnus-int.
16052
16053         * spam.el: Move `require's before `eval-when-compile's.
16054
16055         * gnus-ems.el (gnus-alive-p):
16056         * gnus-fun.el (message-goto-eoh):
16057         * gnus-util.el (gnus-group-name-decode):
16058         * mail-source.el (gnus-compress-sequence):
16059         * message.el (Info-goto-node, format-spec):
16060         * mm-bodies.el (message-options-get):
16061         * mm-decode.el (mm-view-pkcs7):
16062         * mm-util.el (gmm-write-region):
16063         * mml-smime.el (mml-compute-boundary)
16064         (gnus-completing-read-with-default):
16065         * mml.el (widget-button-press, gnus-make-hashtable):
16066         * mml1991.el (mm-decode-content-transfer-encoding)
16067         (mm-encode-content-transfer-encoding)
16068         (message-options-get, message-options-set):
16069         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16070         * nnfolder.el (gnus-request-group):
16071         * nnheader.el (ietf-drums-unfold-fws):
16072         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16073         * smime.el (gnus-run-mode-hooks):
16074         * spam-stat.el (gnus-message): Autoload.
16075
16076         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16077         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16078         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16079         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16080         Add declare-function compatibility definition.
16081
16082         * gnus-cache.el (nnvirtual-find-group-art):
16083         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16084         (gnus-add-image, gnus-add-wash-type):
16085         * gnus-group.el (nnkiboze-score-file):
16086         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16087         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16088         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16089         (message-tokenize-header, gnus-get-buffer-create)
16090         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16091         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16092         * gnus.el (gnus-group-decoded-name):
16093         * mail-source.el (imap-capability):
16094         * mm-bodies.el (message-options-set):
16095         * mm-decode.el (gnus-configure-windows):
16096         * mm-extern.el (message-goto-body):
16097         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16098         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16099         (epg-sub-key-validity, message-options-set):
16100         * mml.el (widget-event-point, gnus-configure-windows):
16101         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16102         * mml2015.el (epg-check-configuration, epg-configuration)
16103         (message-options-set):
16104         * nndb.el (nndb-request-article):
16105         * nnfolder.el (gnus-request-create-group):
16106         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16107         * nnmaildir.el (gnus-group-mark-article-read):
16108         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16109         * rfc1843.el (message-fetch-field):
16110         * spam.el (gnus-extract-address-components):
16111         Declare as functions.
16112
16113 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16116
16117         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16118
16119         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16120         bind show-trailing-whitespace for XEmacs.
16121
16122 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16125         new no-op macro for backward compatibility.
16126
16127         * imap.el (imap-string-to-integer): New function.
16128
16129 2007-12-09  Glenn Morris  <rgm@gnu.org>
16130
16131         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16132
16133         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16134         * message.el, mm-view.el, sieve-manage.el, smime.el:
16135         Add declare-function compatibility definition.
16136
16137         * gnus-art.el (w3-region, w3m-region, Info-menu):
16138         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16139         * gnus-sum.el (gnus-get-predicate):
16140         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16141         * message.el (mail-abbrev-in-expansion-header-p):
16142         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16143         (w3m-detect-meta-charset, w3m-region):
16144         * sieve-manage.el (password-read, password-cache-add)
16145         (password-cache-remove):
16146         * smime.el (password-read-and-add): Declare as functions.
16147
16148 2007-12-08  David Kastrup  <dak@gnu.org>
16149
16150         * gnus-sum.el (gnus-summary-simplify-subject-query):
16151         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16152         `message'.
16153
16154 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16157         it to bind idna-program, installation-directory, defined-colors, and
16158         face-attribute for XEmacs of the version that compiles defcustom forms.
16159
16160 2007-12-07  Glenn Morris  <rgm@gnu.org>
16161
16162         * gnus-art.el (article-make-date-line): Revert previous change.
16163
16164 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16165
16166         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16167
16168 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16169
16170         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16171         Call gnus-add-to-range ranges only once with a prepared article-list.
16172
16173 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16174
16175         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16176         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16177         group names with backslashes.
16178         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16179
16180 2007-12-06  Deepak Goel  <deego3@gmail.com>
16181
16182         * gnus-art.el (article-make-date-line):
16183         * gnus-start.el (gnus-load):
16184         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16185
16186 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-art.el (gnus-use-idna):
16189         * gnus-start.el (gnus-site-init-file):
16190         * message.el (message-use-idna):
16191         * mm-uu.el (mm-uu-hide-markers):
16192         * smiley.el (smiley-style): Revert changes that suppress warnings.
16193
16194 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16197         specify charset to html source.
16198         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16199
16200 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16203         idna-program in order to suppress byte compile warning issued by XEmacs
16204         that came to byte compile the default value section of defcustom forms
16205         recently.
16206
16207         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16208         value of installation-directory.
16209
16210         * message.el (message-use-idna): Don't directly refer to the value of
16211         idna-program.
16212
16213         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16214
16215         * smiley.el (smiley-style): Don't directly call face-attribute.
16216
16217 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16220
16221         * gnus-dired.el: Reduce Gnus dependencies.
16222         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16223         Don't require.  Use autoloads instead.
16224         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16225         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16226         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16227         (gnus-dired-mode): Adjust doc string.
16228         (gnus-dired-mail-mode): New variable.
16229         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16230         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16231         (gnus-dired-mail-buffers): New function.  Return mail or message
16232         composition buffers.
16233         (gnus-dired-attach): Use it.
16234         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16235         NO-DECODE.
16236         (gnus-dired-print): Use `gnus-print-buffer' depending on
16237         `gnus-dired-mail-mode'.
16238
16239 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * rfc2047.el (rfc2047-encoded-word-regexp)
16242         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16243         explaining what regexp patterns are for.
16244
16245 2007-12-04  Glenn Morris  <rgm@gnu.org>
16246
16247         * password.el: Move to password-cache.el.
16248
16249         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16250         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16251         * mml-smime.el (password-read, password-cache-add)
16252         (password-cache-remove):
16253         No need to autoload, since mml-sec requires password.
16254
16255         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16256         * message.el (gnus-extract-address-components):
16257         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16258
16259         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16260         password.
16261
16262 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * mailcap.el: Reduce dependencies.
16265         (mail-header-parse-content-type): Autoload.
16266         (mailcap-delete-duplicates): New alias.
16267         (mailcap-mime-info): Add optional argument NO-DECODE.
16268         (mailcap-mime-types): Use mailcap-delete-duplicates.
16269
16270         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16271
16272 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16273
16274         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16275         (imap-parse-status): Upcase status-att for servers that sends them
16276         lower-case (e.g., MS Exchange 2007).
16277
16278 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16281         function.
16282
16283         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16284         (gnus-uu-yenc-article): New function.
16285
16286         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16287
16288         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16289
16290 2007-12-02  Glenn Morris  <rgm@gnu.org>
16291
16292         * binhex.el (binhex): New custom group.
16293         (binhex-decoder-program, binhex-decoder-switches)
16294         (binhex-use-external): Move to the binhex custom group.
16295
16296         * uudecode.el (uudecode): New custom group.
16297         (uudecode-decoder-program, uudecode-decoder-switches)
16298         (uudecode-use-external): Move to the uudecode custom group.
16299
16300         * netrc.el (top-level): Don't load `encrypt' features.
16301         (netrc-parse): Don't use encrypt.
16302         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16303
16304         * encrypt.el: Remove file.
16305
16306 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16309         matches on patches.
16310
16311         * gnus-art.el (gnus-article-browse-html-article):
16312         Mention `mm-text-html-renderer' in the doc string.
16313
16314         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16315         string.  Add comments.
16316
16317         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16318         if rhs is ASCII.
16319
16320 2007-12-01  Glenn Morris  <rgm@gnu.org>
16321
16322         * mail-source.el (top-level): Require format-spec before
16323         eval-when-compile.
16324
16325 2007-11-30  Glenn Morris  <rgm@gnu.org>
16326
16327         * encrypt.el: Require password, rather than autoloading password-read.
16328
16329 2007-11-29  Glenn Morris  <rgm@gnu.org>
16330
16331         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16332         (sasl-make-client, sasl-next-step, sasl-step-data)
16333         (sasl-step-set-data): Declare as functions.
16334
16335 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16336
16337         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16338
16339 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16340
16341         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16342         certs should be verified and what is to be done in the event of a
16343         verification failure.
16344
16345         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16346         caller can indicate whether the cache should be disregarded for this
16347         call.  This way the result of the call is reproducible at all times and
16348         can be considered a canonical server name for the supplied method.
16349         (gnus-agent-method-p): Canonicalize server names by pushing their
16350         method through `gnus-method-to-server' using the no-cache argument.
16351
16352         * gnus-srvr.el (gnus-server-insert-server-line):
16353         Call `gnus-method-to-server' with `no-cache' argument.
16354
16355         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16356         gnus-agent-possibly-synchronize-flags as this should be called when the
16357         server is actually being opened.
16358         (gnus-agent-possibly-synchronize-flags)
16359         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16360         flags file of an agentized server to the latter function.
16361
16362         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16363         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16364         after a connection has been established successfully.
16365
16366 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-art.el (article-display-face): Force to display face if called
16369         interactively; check if gnus-article-x-face-too-ugly matches author.
16370         (article-display-x-face): Display face even if From header is missing
16371         as article-display-face does.
16372
16373 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16374
16375         * hashcash.el (message-narrow-to-headers-or-head)
16376         (message-fetch-field, message-goto-eoh)
16377         (message-narrow-to-headers): Declare as functions.
16378
16379 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * mail-source.el (mail-sources): Default to fetch from file for
16382         compatibility with default of nnmail-spool-file.
16383
16384 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16387         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16388         to look for encoded word that should be encoded again.
16389         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16390         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16391         encoding pattern.
16392         (rfc2047-decode-region): Switch strict regexp and loose one according
16393         to rfc2047-allow-irregular-q-encoded-words.
16394
16395 2007-11-25  Romain Francoise  <romain@orebokech.com>
16396
16397         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16398
16399 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * tls.el (tls-program): Provide more custom choices from
16402         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16403         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16404
16405 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16408         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16409
16410         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16411         `nnmail-spool-file'.
16412
16413         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16414         `nnmail-spool-file'.
16415
16416         * gnus-move.el (gnus-change-server): Ditto.
16417
16418         * gnus-kill.el (gnus-batch-score): Ditto.
16419
16420         * gnus-cache.el (gnus-jog-cache): Ditto.
16421
16422         * gnus-msg.el (gnus-summary-reply):
16423         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16424
16425 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16426
16427         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16428         version.  Minor improvement to doc strings.
16429         (tls-program): Add comment.
16430
16431 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16432
16433         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16434         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16435         mismatch between the hostname provided in the certificate and the name
16436         of the host connnecting to.
16437         (open-tls-stream): Use them.  Check certificates against trusted root
16438         certificates.
16439
16440 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * gnus-cache.el (gnus-cache-generate-nov-databases):
16443         Use nnml-generate-nov-databases-directory instead of
16444         nnml-generate-nov-databases-1.
16445
16446 2007-11-24  Glenn Morris  <rgm@gnu.org>
16447
16448         * message.el (message-tool-bar-retro): Update for rename
16449         mail_send.xpm->mail-send.xpm.
16450
16451 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16452
16453         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16454         `smime-ldap-search' for Emacs 22 and up.
16455
16456 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16457
16458         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16459
16460         * message.el (message-send-mail-function): Fix error convention.
16461         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16462         (message-widen-reply, message-send-mail, message-talkative-question)
16463         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16464         (message-clone-locals, message-send-news): Use with-current-buffer.
16465         (message-insert-or-toggle-importance): Remove unused var `valid'.
16466         (message-make-references): Remove unused var `new-references'.
16467         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16468
16469 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16470
16471         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16472         (spam-split-symbolic-return-positive): Reflow docstring.
16473         (spam-backends, spam-summary-exit-behavior)
16474         (spam-mark-ham-unread-before-move-from-spam-group)
16475         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16476         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16477         (spam-clear-cache, spam-backend-check, spam-install-backend)
16478         (spam-install-statistical-backend, spam-list-of-processors)
16479         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16480         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16481         (spam-check-crm114, spam-initialize, spam-unload-hook):
16482         Fix typos in docstrings.
16483
16484 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16487         been checked if they have never been read and those group levels are
16488         higher than the one that a user specified.
16489
16490 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16493         foreign groups unless a group level is specified by a user.
16494         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16495
16496 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16497
16498         * message.el (message-send-mail-function): Require sendmail.
16499
16500 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * message.el (message-send-mail-function): Check for smtpmail too.
16503
16504         * utf7.el (utf7-encode, utf7-decode): Use coding system
16505         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16506
16507         * message.el (message-send-mail-function): New function.
16508         (message-send-mail-function): Set default using
16509         message-send-mail-function.  Adjust doc string.
16510         (message-send-mail-with-mailclient): New function.
16511
16512 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16513
16514         * smime.el (from):
16515         * rfc2047.el (message-posting-charset):
16516         * qp.el (mm-use-ultra-safe-encoding):
16517         * pop3.el (parse-time-months):
16518         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16519         * nnml.el (files):
16520         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16521         (jka-compr-compression-info-list, ange-ftp-path-format)
16522         (efs-path-regexp):
16523         * nndiary.el (files):
16524         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16525         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16526         (epg-digest-algorithm-alist, inhibit-redisplay)
16527         (password-cache-expiry):
16528         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16529         (pgg-output-buffer, password-cache-expiry):
16530         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16531         (efs-path-regexp):
16532         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16533         (inhibit-redisplay):
16534         * mm-uu.el (file-name, start-point, end-point, entry)
16535         (gnus-newsgroup-name, gnus-newsgroup-charset):
16536         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16537         (latin-unity-ucs-list):
16538         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16539         (mm-uu-binhex-decode-function):
16540         * message.el (gnus-message-group-art, gnus-list-identifiers)
16541         (rmail-enable-mime-composing, gnus-local-organization)
16542         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16543         (gnus-read-active-file, facemenu-add-face-function)
16544         (facemenu-remove-face-function, gnus-article-decoded-p)
16545         (tool-bar-mode):
16546         * mail-source.el (display-time-mail-function):
16547         * gnus-util.el (nnmail-pathname-coding-system)
16548         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16549         (gnus-original-article-buffer, gnus-user-agent)
16550         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16551         (xemacs-codename, sxemacs-codename, emacs-program-version):
16552         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16553         * gnus-start.el (gnus-agent-covered-methods)
16554         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16555         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16556         (gnus-newsgroup-headers, gnus-group-list-mode)
16557         (gnus-group-mark-positions, gnus-newsgroup-data)
16558         (gnus-newsgroup-unreads, nnoo-state-alist)
16559         (gnus-current-select-method, mail-sources)
16560         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16561         (nnmail-spool-file, gnus-cache-active-hashtb):
16562         * gnus-mh.el (mh-lib-progs):
16563         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16564         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16565         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16566         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16567         (gnus-group-buffer):
16568         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16569         (font-lock-set-defaults):
16570         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16571         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16572         (gnus-summary-post-menu, total-parts, type, condition, length):
16573         * gnus-agent.el (gnus-agent-read-agentview):
16574         * flow-fill.el (show-trailing-whitespace):
16575         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16576         eval-and-compile wrappers for byte compiler pacifiers.
16577
16578         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16579         (mm-display-inline-fontify): Check for featurep 'xemacs not
16580         extent-list.
16581
16582         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16583         itimer-list.
16584         (mm-create-image-xemacs): Only do something for XEmacs.
16585         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16586
16587         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16588
16589         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16590         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16591
16592 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16593
16594         * nnimap.el (nnimap-split-download-body):
16595         * gnus-demon.el (gnus-demon):
16596         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16597
16598 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16601         New macros.
16602         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16603         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16604         copy data from unibyte buffer to multibyte current buffer.
16605         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16606         to copy data from unibyte current buffer to multibyte buffer.
16607         (nntp-make-process-buffer): Make process buffer unibyte.
16608
16609         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16610
16611 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16612
16613         * pop3.el (pop3-open-server): Accept and process data more robustly at
16614         connection start to avoid spurious "POP SSL connection failed" errors.
16615
16616 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16619         read group names.
16620
16621 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16624
16625 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16628         (nnmail-save-active): Use a unibyte buffer when saving active file,
16629         which may contain non-ASCII group names.
16630
16631         * nnml.el (nnml-request-group): Decode group names in messages.
16632
16633 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16634
16635         * message.el (message-citation-line-function)
16636         (message-insert-formatted-citation-line): Fix spelling of
16637         `message-insert-formated-citation-line'.
16638
16639 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16640
16641         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16642
16643 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16646         nnmail-pathname-coding-system.
16647
16648         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16649         that a user enters; decode group names in messages.
16650
16651         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16652
16653 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16656
16657         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16658
16659         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16660         risky local variable.
16661
16662         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16663
16664 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16665
16666         * encrypt.el: Improve documentation to fix function name typo.
16667         Reported by Daiki Ueno <ueno@unixuser.org>.
16668
16669 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16672         even if the point is not in the last page of an article.
16673         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16674         back to the previous page.
16675
16676 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16679
16680 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16683
16684 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16685
16686         * message.el (message-check-news-body-syntax):
16687         Avoid mm-string-as-multibyte.
16688         (message-hide-headers): Don't assume (point-min)==1.
16689
16690 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * message.el (message-remove-blank-cited-lines): Fix if remove is
16693         given.
16694         (message-bogus-address-regexp): New variable.
16695         (message-bogus-recipient-p): New function.
16696         (message-check-recipients): New command.
16697         (message-syntax-checks): Add `bogus-recipient'.
16698         (message-fix-before-sending): Add `bogus-recipient'.
16699
16700         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16701         (gnus-treat-body-boundary): Don't test window-system.
16702
16703 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16704
16705         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16706
16707 2007-10-28  Miles Bader  <miles@gnu.org>
16708
16709         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16710         at compile-time too.
16711
16712 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * gnus-msg.el (gnus-message-setup-hook):
16715         Add `message-remove-blank-cited-lines' to options.
16716
16717 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * message.el (message-remove-blank-cited-lines): New function.
16720         Suggested by Karl Plästerer.
16721
16722 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16725         mapc.
16726
16727         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16728         (top-level): Use mapc to set functions to be traced for debugging.
16729
16730         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16731         called for effect with while loop.
16732
16733         * message.el (message-talkative-question): Replace mapcar called for
16734         effect with mapc.
16735
16736         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16737         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16738         called for effect with dolist.
16739
16740         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16741
16742         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16743         gnus-extra-headers and nnmail-extra-headers.
16744
16745         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16746         called for effect with dolist.
16747         (top-level): Use mapc to set functions to be traced for debugging.
16748
16749         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16750         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16751         dolist.
16752
16753         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16754         Replace mapcar called for effect with mapc.
16755         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16756         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16757         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16758         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16759
16760         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16761         remove-if that's a cl function.
16762
16763         * webmail.el (webmail-debug): Replace mapcar called for effect with
16764         dolist.
16765
16766         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16767         with mapc.
16768
16769 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16772         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16773         with while loop.
16774
16775         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16776         functions from article-* functions.
16777         (gnus-multi-decode-header): Replace mapcar called for effect with
16778         dolist.
16779
16780         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16781         (gnus-bookmark-show-details): Replace mapcar called for effect with
16782         while loop.
16783
16784         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16785         called for effect with while loop.
16786
16787         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16788         with dolist.
16789
16790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16791         Replace mapcar called for effect with dolist.
16792
16793         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16794
16795         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16796         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16797         Replace mapcar called for effect with dolist.
16798         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16799         mapc.
16800
16801         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16802         Replace mapcar called for effect with dolist.
16803         (gnus-topic-list): Replace mapcar called for effect with mapc.
16804
16805         * gnus.el: Use mapc instead of mapcar to add autoloads.
16806
16807 2007-10-23  Richard Stallman  <rms@gnu.org>
16808
16809         * gnus-group.el (gnus-group-highlight): Mark as risky.
16810
16811 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus.el (gnus-server-to-method): Return method found first in
16814         gnus-newsrc-alist.
16815
16816         * gnus-art.el (gnus-article-highlight-signature)
16817         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16818         button overlay without the front stickiness.
16819
16820 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16821
16822         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16823         overview buffer needed a catch to receive its throw.
16824         (gnus-agent-flush-cache): Declare as interactive to make this function
16825         easier to use.
16826
16827 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16830         `next-line'.
16831
16832 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16835         exclude address matching message-dont-reply-to-names.
16836
16837 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-util.el (gnus-string<): New function.
16840
16841         * gnus-sum.el (gnus-article-sort-by-author)
16842         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16843
16844 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16847         the frame-focus tag is set in gnus-buffer-configuration.
16848
16849 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16852         the front stickiness.
16853
16854 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16857         url pattern; remove duplicate one.
16858         (gnus-article-extend-url-button): New function.
16859         (gnus-article-add-buttons): Use it.
16860         (gnus-button-push): Use concatenated url that it makes.
16861
16862 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16863
16864         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16865
16866 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16867
16868         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16869         Don't hardcode point-min==1.
16870
16871 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16874         Fix comment about "iso8859-1".
16875
16876 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16877
16878         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16879         ones returned from the verify-function.
16880
16881         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16882         Call mml2015-extract-cleartext-signature if extraction failed.
16883
16884 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16885
16886         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16887         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16888         failed.
16889
16890 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16893
16894 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16897         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16898         recommends to use EasyPG instead of PGG.
16899
16900         * pgg.el: Revert to revision 6.23.2.16.
16901
16902         * pgg-def.el: Revert to revision 6.6.2.14.
16903
16904         * pgg-gpg.el: Revert to revision 6.23.2.34.
16905
16906 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16909         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16910         thread for both the null and zero (kill/expire thread) universal prefix
16911         cases.
16912         (gnus-summary-expire-thread): Add new function to expire a thread,
16913         using gnus-summary-kill-thread.
16914         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16915         shortcuts for gnus-summary-expire-thread.
16916         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16917         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16918
16919 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16920
16921         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16922         extras value, so an extras entry can be deleted.
16923         (gnus-registry-delete-extra-entry): Use it.
16924         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16925         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16926         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16927         storage through the gnus-registry, and provide an appropriate API for
16928         it.
16929
16930 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16933         Suggested by Leo <sdl.web@gmail.com>.
16934
16935         * gnus.el: Do.
16936
16937 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16940         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16941
16942         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16943
16944         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16945         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16946
16947 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16950         newline.
16951         (nnmbox-request-accept-article): Don't change article in source buffer;
16952         narrow to header to use message-fetch-field rather than
16953         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16954         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16955         as delimiters; make sure article ends with newline.
16956         (nnmbox-delete-mail): Correct last position of article to be deleted;
16957         ignore X-Gnus-Newsgroup header in article body.
16958         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16959         positions; make sure article ends with newline.
16960
16961         * message.el (message-display-abbrev): Don't infloop when a user
16962         inserts SPC in the beginning of header.
16963
16964         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16965         coding-system-for-read and coding-system-for-write for XEmacs having no
16966         file-coding feature.
16967
16968         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16969
16970 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16971
16972         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16973         list of groups not followed by default.  Fix type to be regexp.
16974         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16975
16976 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16977
16978         * hmac-def.el (define-hmac-function): Switch from old-style to
16979         new-style backquotes.
16980
16981         * md4.el (md4-make-step): Likewise.
16982
16983 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16986         raw-text coding system when saving .newsrc file, which may contain
16987         non-ASCII group names.
16988
16989 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * gnus-cus.el (gnus-score-extra): New widget.
16992         (gnus-score-extra-convert): New function.
16993         (gnus-score-customize): Use it for Extra.
16994
16995 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16996
16997         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16998         (mml2015-mailcrypt-clear-verify): Use it.
16999         (mml2015-gpg-clear-verify): Use it.
17000         (mml2015-pgg-clear-verify): Use it.
17001         (mml2015-epg-clear-verify): Replace the current part with the output
17002         from GnuPG; don't extract the plaintext by itself.
17003
17004         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17005         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17006         mml2015-clear-verify-function; don't touch the armor headers or
17007         dash-escaped text here.
17008
17009 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17012         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17013         parts, or application/octet-stream as a last resort.
17014         (gnus-mime-view-part-as-type): Don't toggle display.
17015         (gnus-mime-view-part-as-charset): Don't turn off display before
17016         querying charset.
17017
17018         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17019         stuff to undisplayer function in Emacs.
17020         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17021
17022         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17023         text/calendar parts.
17024
17025 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17028         decoding text/calendar parts.
17029
17030         * message.el (message-forward-make-body-mime): Always mark body as
17031         having no illegible text; remove signed-or-encrypted argument.
17032         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17033
17034         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17035         (mml-generate-mime-1): Don't encode body if it is specified to be in
17036         raw form; don't make buffer be unibyte when inserting multibyte string.
17037
17038 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17039
17040         * sha1.el: Fix up comment style.
17041         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17042         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17043
17044         * hex-util.el: Fix up comment style.
17045         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17046
17047         * gnus-salt.el: Use with-current-buffer.
17048         (gnus-pick-setup-message): Fix long-standing typo.
17049
17050 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * imap.el (imap-logout-timeout): New variable.
17053         (imap-logout, imap-logout-wait): New functions.
17054         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17055
17056         * nnimap.el (nnimap-logout-timeout): New server variable.
17057         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17058         nnimap-logout-timeout.
17059
17060         * gnus-art.el (gnus-article-summary-command-nosave)
17061         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17062
17063 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus.el (gnus-maximum-newsgroup): New variable.
17066
17067         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17068         according to gnus-maximum-newsgroup.
17069
17070         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17071         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17072         Limit the range of articles according to gnus-maximum-newsgroup.
17073
17074 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17075
17076         * gnus-art.el (gnus-sticky-article): Fix problems described in
17077         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17078         Don't perform gnus-configure-windows here; reuse existing sticky
17079         article buffer.
17080
17081         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17082         it doesn't exist in gnus-article-mode.
17083
17084 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17087         (gnus-agent-decoded-group-name): New function.
17088         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17089         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17090
17091 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17092
17093         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17094         Add binding for gnus-sticky-article.
17095         (gnus-summary-exit): Don't kill sticky article buffers.
17096
17097         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17098         article buffer.
17099         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17100         (gnus-kill-sticky-article-buffers): New commands.
17101
17102 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * nntp.el (nntp-xref-number-is-evil): New server variable.
17105         (nntp-find-group-and-number): If it is non-nil, don't trust article
17106         numbers in the Xref header.
17107
17108 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-agent.el (gnus-agent-read-group): New function.
17111         (gnus-agent-flush-group, gnus-agent-expire-group)
17112         (gnus-agent-regenerate-group): Use it.
17113         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17114         nnmail-pathname-coding-system.
17115
17116 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17119
17120         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17121         that are unread as unread, and also as selected so that information of
17122         marks having been changed by a user may be updated when exiting group.
17123
17124 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17127
17128 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17131         calculated ignoring signature parts to gnus-treat-article.
17132
17133 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17136         a point here in order to keep the window start.
17137         (gnus-insert-mime-security-button): Make a button overlay without the
17138         front stickiness.
17139         (gnus-mime-display-security): Goto the end of a button.
17140
17141         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17142
17143 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17146         group-name-at-point.
17147         (gnus-group-completing-read): New function that offers decoded
17148         non-ASCII group names for completion.
17149         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17150         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17151         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17152         (gnus-group-fetch-control): Use it.
17153         (gnus-fetch-group): Use group-name-at-point for the initial value
17154         rather than the default value; use gnus-alive-p.
17155
17156         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17157         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17158         (gnus-summary-post-news): Use gnus-group-completing-read.
17159
17160         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17161         (gnus-read-move-group-name): Decode group name for completion.
17162
17163 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17164
17165         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17166         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17167         Yamaoka slightly modified the code).
17168
17169 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17172         (nnmail-split-incoming): Bind it.
17173
17174         * nnml.el (nnml-group-name-charset): New function.
17175         (nnml-decoded-group-name): Use it; don't decode group name if
17176         nnmail-group-names-not-encoded-p is non-nil.
17177         (nnml-encoded-group-name): New function.
17178         (nnml-group-pathname): Inline nnml-decoded-group-name.
17179         (nnml-request-expire-articles): Decode group name in message.
17180         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17181         nnmail-pathname-coding-system.
17182         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17183         not decoded ones according to nnmail-group-names-not-encoded-p.
17184         (nnml-generate-active-info): Use nnml-encoded-group-name.
17185
17186 2007-08-08  Glenn Morris  <rgm@gnu.org>
17187
17188         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17189         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17190         doc-strings and comments.
17191
17192 2007-07-25  Glenn Morris  <rgm@gnu.org>
17193
17194         * Relicense all FSF files to GPLv3 or later.
17195
17196 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * gnus-sum.el (gnus-summary-move-article):
17199         Make gnus-summary-respool-article work.
17200
17201 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17204         string.
17205
17206 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17207
17208         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17209         that should be ignored when comparing distant RSS articles with local
17210         ones.
17211         (nnrss-make-hash-index): New function.  Create a hash index according
17212         to the ignored fields.
17213         (nnrss-check-group): Use it.
17214
17215 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17218
17219         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17220
17221         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17222         the new optional argument ENCODED is non-nil.
17223         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17224         coding system for encoding group name.
17225         (gnus-group-make-rss-group): Pass un-encoded group name to
17226         gnus-group-make-group.
17227         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17228         encoded.
17229
17230         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17231         Encode group name to which articles are moved or copied.
17232         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17233         coding system for encoding Newsgroup, Followup-To and Xref headers.
17234
17235         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17236         marks; use nnheader-file-coding-system to write a file.
17237         (nnagent-retrieve-headers): Bind file-name-coding-system to
17238         nnmail-pathname-coding-system.
17239
17240         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17241
17242         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17243         (nnml-request-article, nnml-request-create-group)
17244         (nnml-request-rename-group, nnml-find-id)
17245         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17246         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17247         (nnml-save-marks): Use nnml-group-pathname instead of
17248         nnmail-group-pathname.
17249
17250         (nnml-request-create-group, nnml-request-expire-articles)
17251         (nnml-request-move-article, nnml-request-delete-group)
17252         (nnml-deletable-article-p, nnml-possibly-create-directory)
17253         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17254         (nnml-open-marks): Bind file-name-coding-system to
17255         nnmail-pathname-coding-system.
17256
17257         (nnml-request-article): Pass server argument to nnml-find-group-number.
17258         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17259         Pass server argument to nnml-possibly-create-directory.
17260         (nnml-request-accept-article): Pass server argument to
17261         nnml-active-number and nnml-save-mail.
17262         (nnml-find-group-number): Pass server argument to nnml-find-id.
17263         (nnml-request-update-info): Pass server argument to
17264         nnml-marks-changed-p.
17265
17266         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17267         (nnml-save-mail, nnml-active-number): Add server argument.
17268
17269         (nnml-request-delete-group): Warn if group is missing.
17270         (nnml-get-nov-buffer): Decode group name.
17271         (nnml-generate-active-info): Encode group name.
17272         (nnml-open-marks): Decode group name in messages.
17273
17274 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17277         if it is not specified.
17278         (gnus-article-pipe-part, gnus-article-save-part)
17279         (gnus-article-interactively-view-part, gnus-article-copy-part)
17280         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17281         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17282         (gnus-article-replace-part, gnus-article-delete-part)
17283         (gnus-article-view-part-as-type): Pass raw prefix argument to
17284         gnus-article-part-wrapper.
17285
17286 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * gnus-agent.el (gnus-agent-save-active):
17289         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17290
17291         * gnus-cache.el (gnus-cache-save-buffers)
17292         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17293         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17294         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17295         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17296         (gnus-cache-generate-active, gnus-cache-rename-group)
17297         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17298         (gnus-cache-update-overview-total-fetched-for):
17299         Bind file-name-coding-system to nnmail-pathname-coding-system.
17300         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17301         New variables.
17302         (gnus-cache-decoded-group-name): New function.
17303         (gnus-cache-file-name): Use it.
17304         (gnus-cache-generate-active): Use non-decoded group name for active.
17305
17306         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17307         right place.
17308         (gnus-write-active-file): Don't break non-ASCII group names.
17309
17310         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17311         nnmail-pathname-coding-system.
17312
17313         * lpath.el: Bind default-file-name-coding-system,
17314         file-name-coding-system and language-info-alist for XEmacs.
17315
17316         * gnus-uu.el (gnus-uu-decode-save): Typo.
17317
17318 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17321
17322 2007-07-14  David Kastrup  <dak@gnu.org>
17323
17324         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17325         finishing actions if we did not edit the article.
17326
17327 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17330         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17331         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17332         (gnus-agent-flush-group, gnus-agent-flush-cache)
17333         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17334         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17335         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17336         (gnus-agent-regenerate-group)
17337         (gnus-agent-update-files-total-fetched-for)
17338         (gnus-agent-update-view-total-fetched-for):
17339         Bind file-name-coding-system to nnmail-pathname-coding-system.
17340         (gnus-agent-group-pathname): Don't encode file names by
17341         nnmail-pathname-coding-system.
17342         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17343         coding-system-for-write instead of buffer-file-coding-system to
17344         gnus-agent-file-coding-system.
17345
17346         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17347         Decode group name.
17348
17349         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17350
17351         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17352         (gnus-read-newsrc-el-file): Make group names unibyte.
17353
17354         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17355         nnmail-pathname-coding-system.
17356
17357         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17358         (nnrss-request-delete-group): Bind file-name-coding-system to
17359         nnmail-pathname-coding-system.
17360         (nnrss-read-server-data, nnrss-read-group-data):
17361         Bind file-name-coding-system correctly.
17362         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17363
17364         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17365         (nntp-server-to-method-cache): New variable.
17366         (nntp-group-pathname): New function that decodes non-ASCII group names.
17367         (nntp-possibly-create-directory, nntp-marks-changed-p)
17368         (nntp-save-marks, nntp-open-marks): Use it.
17369         (nntp-possibly-create-directory, nntp-open-marks):
17370         Bind file-name-coding-system to nnmail-pathname-coding-system.
17371         (nntp-open-marks): Decode group names when bootstrapping marks.
17372
17373         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17374         Newsgroups and Followup-To headers.
17375
17376 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17379         (gnus-server-closed-face, gnus-server-denied-face)
17380         (gnus-server-offline-face): Remove variable.
17381         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17382
17383         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17384         of modifying message-stack directly for XEmacs.
17385
17386         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17387         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17388         if the coding-system argument is nil for XEmacs.
17389
17390         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17391         mm-charset-override-alist.
17392
17393         * rfc2047.el: Don't require base64; require rfc2045 for the function
17394         rfc2045-encode-string.
17395         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17396         to quote the parameter value.
17397
17398 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17401         form in gnus-group-name-charset-method-alist.
17402
17403         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17404         overrides the default layout edit-form.
17405
17406         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17407
17408         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17409
17410 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17413         as unfetched articles.
17414
17415 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17418
17419 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17422         original back end that keeps marks in the local system.
17423
17424 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17427         arg of pop-to-buffer for XEmacs.
17428         (gnus-article-read-summary-keys): Ditto; don't restore window
17429         configuration if summary command ends up with neither article buffer
17430         nor summary buffer; describe bindings if summary keys end with C-h.
17431
17432 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * message.el (message-fix-before-sending): Skip raw message part to be
17435         forwarded while checking illegible text.
17436         (message-forward-make-body-mime, message-forward-make-body):
17437         Mark signed or encrypted raw message as having no illegible text.
17438
17439 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17442         (gnus-message-with-timestamp-1): New macro.
17443         (gnus-message-with-timestamp): New function.
17444         (gnus-message): Use them.
17445
17446         * nnheader.el (nnheader-message): Use them.
17447
17448 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17451         .newsrc.eld file.
17452
17453 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-agent.el (gnus-agent-fetch-headers)
17456         (gnus-agent-retrieve-headers):
17457         Bind gnus-decode-encoded-address-function to identity.
17458
17459         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17460         available also when the server returns simply a dot.
17461
17462         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17463
17464 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17467
17468 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * gnus-ems.el (gnus-x-splash): Make it work.
17471
17472         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17473         from being used.
17474
17475         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17476
17477 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17480         4th and the 5th arguments.
17481
17482         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17483         the front stickiness.
17484         (gnus-article-summary-command-nosave): Correct the order of the
17485         arguments passed to pop-to-buffer.
17486         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17487         summary command ends up with the article buffer.
17488
17489         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17490         the same faces.
17491
17492 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17493
17494         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17495
17496 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17497
17498         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17499         * gnus-sum.el (gnus-summary-highlight):
17500         * pgg.el (pgg-sign-region, pgg-sign):
17501         * mail-source.el (mail-source-delete-old-incoming-confirm):
17502         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17503
17504 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * gnus-art.el (gnus-mime-view-part-externally)
17507         (gnus-mime-view-part-internally): Fix predicate function passed to
17508         completing-read.
17509
17510         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17511
17512         * gnus.el (gnus-update-message-archive-method): Add :version.
17513
17514 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * gnus.el (gnus-update-message-archive-method): New variable.
17517
17518         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17519         according to gnus-message-archive-method if
17520         gnus-update-message-archive-method is non-nil.
17521
17522 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17525         Suggested by Loic Dachary <loic@dachary.org>.
17526         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17527
17528 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * message.el (message-pop-to-buffer): Add switch-function argument.
17531         (message-mail): Pass switch-function argument to it.
17532
17533 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17534
17535         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17536         Improve doc string.
17537
17538 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17541         (gnus-header-content):
17542         * gnus-cite.el (gnus-cite-10):
17543         * gnus-srvr.el (gnus-server-closed):
17544         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17545         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17546         (gnus-group-mail-3-empty, gnus-group-mail-low)
17547         (gnus-group-mail-low-empty, gnus-splash):
17548         * message.el (message-header-to, message-header-cc)
17549         (message-header-subject, message-header-other, message-header-name)
17550         (message-header-xheader, message-separator, message-cited-text)
17551         (message-mml): Lighten colors of faces used for dark background.
17552
17553 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17554
17555         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17556         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17557
17558 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * message.el (message-narrow-to-headers-or-head):
17561         Ignore mail-header-separator in the body.
17562
17563 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17566         same as window size.
17567
17568 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17569
17570         * message.el (message-font-lock-keywords): Use message-header-xheader
17571         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17572         ahead of the anything pattern, to get it recognized.
17573
17574 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17577         spam.el loads uses it in the compiled defadvice form.
17578
17579 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17580
17581         * gnus-sum.el (gnus-articles-to-read)
17582         (gnus-summary-insert-old-articles): Don't truncate group name for
17583         `read-string'.
17584
17585         * gnus-util.el (gnus-limit-string): Delete this function.
17586
17587         * gnus-sum.el (gnus-simplify-subject-fully):
17588         Use `truncate-string-to-width' instead.
17589
17590 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17591
17592         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17593         Tell if, on summary exit, the next group has to be selected.
17594         (gnus-summary-exit): Use it.
17595
17596 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17597
17598         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17599         non-break space.
17600
17601 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17604         Check if group is not a directory.
17605         (nnfolder-request-expire-articles): Don't delete articles if the target
17606         group is not available.
17607
17608         * nnml.el (nnml-request-create-group): Properly check if group is not a
17609         file.
17610         (nnml-request-expire-articles): Don't delete articles if the target
17611         group is not available.
17612
17613         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17614         Don't quote characters that are within parentheses.
17615
17616 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17619         (gnus-handle-ephemeral-exit): Select article according to it.
17620
17621 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17622
17623         * message.el (message-insert-formated-citation-line): Remove newline.
17624         (message-citation-line-format): Add final \n here so that the user can
17625         avoid a blank line.
17626
17627 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17628
17629         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17630         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17631         Update lanl/arXiv support.
17632
17633 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17634
17635         * gnus.el: Bump version number.
17636
17637 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17638
17639         * gnus.el (gnus-version-number): Bump version.
17640
17641 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17642
17643         * gnus.el: No Gnus v0.6 is released.
17644
17645 2007-04-27  Didier Verna  <didier@xemacs.org>
17646
17647         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17648         * gmm-utils.el (gmm-regexp-concat): ... here.
17649         * message.el: Don't require 'gnus-util.
17650         (message-dont-reply-to-names): Handle name change above.
17651         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17652
17653 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17656         since the initial value varies according to the system.
17657
17658 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17661
17662 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17663
17664         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17665
17666 2007-04-24  Didier Verna  <didier@xemacs.org>
17667
17668         Improve the type of gnus-ignored-from-addresses.
17669         * gnus-util.el (gnus-orify-regexp): New function.
17670         * message.el (gnus-util): Require it.
17671         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17672         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17673         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17674
17675 2007-04-24  Didier Verna  <didier@xemacs.org>
17676
17677         * gnus-sum.el:
17678         * gnus-utils.el: Fix some trailing whitespaces.
17679
17680 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17683         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17684         article's Message-ID; refer parent article in summary buffer.
17685
17686         * message.el (message-bounce): Call mime-to-mml.
17687
17688         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17689         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17690         optimize and/or forms properly.
17691
17692 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17695         URL.
17696
17697 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17700
17701 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17704         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17705         displayed of multipart/alternative part if it is invoked from summary
17706         buffer.
17707
17708         * mm-view.el (mm-inline-text-html-render-with-w3m)
17709         (mm-inline-text-html-render-with-w3m-standalone)
17710         (mm-inline-render-with-function): Use mail-parse-charset by default.
17711
17712 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17713
17714         * parse-time.el (parse-time-string-chars): Check if CHAR
17715         is less than the length of parse-time-syntax.
17716
17717 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17720         from gnus-newsgroup-processable.
17721
17722 2007-04-16  Didier Verna  <didier@xemacs.org>
17723
17724         * gnus-msg.el (gnus-configure-posting-styles):
17725         Handle message-signature-directory properly with :file syntax.
17726         Reported by "Leo".
17727
17728 2007-04-11  Didier Verna  <didier@xemacs.org>
17729
17730         New user option: message-signature-directory.
17731         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17732         * message.el (message-insert-signature): Ditto.
17733         * message.el (message-signature-file): Doc update.
17734         * message.el (message-signature-directory): New.
17735
17736 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * gnus-msg.el (gnus-inews-yank-articles):
17739         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17740
17741 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * message.el (message-yank-original): Make sure cited text ends with
17744         newline; don't exchange point and mark.
17745
17746 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17747
17748         * tls.el (open-tls-stream): Properly handle case where there
17749         is no associated buffer.
17750
17751 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17752
17753         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17754         message-yank-original, make sure (< mark TEXT point).
17755
17756 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17757
17758         * message.el (message-fill-column): New variable.
17759         (message-mode): Use it.  Add comment on a possible new hook.
17760
17761         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17762         (nnmail-get-new-mail): Reformat.
17763
17764         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17765
17766         * gmm-utils.el: Fix Commentary.
17767         (gmm-tool-bar-from-list): Fix typo in doc string.
17768
17769 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17770
17771         * message.el (message-yank-original): Don't switch point and mark
17772         unnecessarily to put point and mark as documented.
17773
17774 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775
17776         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17777         from the message heads.
17778
17779 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17780
17781         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17782         article buffer does not have a window.  This may not be the best
17783         solution but is certainly better than setting the start of the null,
17784         that is the current, window.
17785
17786 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17787
17788         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17789         (gnus-draft-setup): Run it.
17790
17791         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17792         gnus-score-fast-scoring.  Allow regexp.
17793         (gnus-score-headers): Use it.
17794
17795         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17796         XEmacs.
17797
17798         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17799         string.
17800         (gnus-button-alist): Also catch `<f1> k ...'.
17801         (gnus-treat-display-x-face): Fix doc string.
17802
17803 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17804
17805         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17806         evaluation of gnus-extended-version to ensure correct generation of the
17807         User-Agent header when message-generate-headers-first is used.
17808
17809 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17810
17811         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17812         hashcash-path is nil.  Don't call callback with incorrect number of
17813         parameters if val is 0.
17814
17815 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17816
17817         * message.el (message-required-news-headers):
17818         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17819
17820 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17821
17822         * tls.el (open-tls-stream): In handshake-waiting loop,
17823         don't wait more if there is output available to process.
17824
17825 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17826
17827         * tls.el (tls-program): Doc fix.
17828
17829 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * message.el (message-generate-new-buffers): Change the meaning of the
17832         nil value; add `standard' to the choices; treat t as `unique'; improve
17833         doc string.
17834         (gnus-select-frame-set-input-focus): Autoload.
17835         (message-buffer-name): Search for the existing message buffer if
17836         message-generate-new-buffers is nil or `standard'; treat the value t of
17837         message-generate-new-buffers as `unique'.
17838         (message-pop-to-buffer): Raise the frame already displaying the message
17839         buffer; clear the echo area after querying.
17840         (message-setup): Pass the `continue' argument to compose-mail.
17841         (message-mail): Prefer `switch-function' if it is given; search for the
17842         existing message buffer if the `continue' argument is non-nil; pass
17843         continue and switch-function arguments to compose-mail by way of
17844         message-setup.
17845         (message-mail-other-window): Adjust argument of message-setup.
17846         (message-mail-other-frame): Ditto.
17847
17848 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17851         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17852         to turn font-lock on when turning gnus-message-citation-mode on.
17853
17854 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17855
17856         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17857         (mml-smime-function-alist): New variable; add epg as the backend.
17858         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17859         mml-smime- functions instead.
17860         * mm-view.el: Require smime.
17861
17862 2007-03-05  Didier Verna  <didier@xemacs.org>
17863
17864         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17865         instead of just inheritance for posting styles.
17866         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17867
17868 2007-02-24  Chris Moore  <dooglus@gmail.com>
17869
17870         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17871         * pgg-pgp.el (pgg-pgp-encrypt-region):
17872         * pgg-gpg.el (pgg-gpg-encrypt-region):
17873         Check pgg-encrypt-for-me if no other recipients.
17874
17875 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17876
17877         * tls.el (tls-certtool-program): Fix custom type.
17878
17879 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17882         and point-at-eol instead of line-(beginning|end)-position.
17883
17884         * assistant.el (assistant-parse-buffer): Ditto.
17885
17886         * netrc.el (netrc-parse-services): Ditto.
17887
17888 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17889
17890         * mml2015.el (mml2015-epg-find-usable-key): New function.
17891         (mml2015-epg-sign): Use it.
17892         (mml2015-epg-encrypt): Use it.
17893
17894 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * message.el (message-make-in-reply-to): Quote name containing
17897         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17898         if there are special characters.  Reported by NAKAJI Hiroyuki
17899         <nakaji@jp.freebsd.org>.
17900
17901 2007-02-27  Didier Verna  <didier@xemacs.org>
17902
17903         Include the group parameters as well as the topic ones in the
17904         inheritance filter process.
17905         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17906         argument GROUP-PARAMS-LIST.
17907         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17908
17909 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * nntp.el (nntp-never-echoes-commands)
17912         (nntp-open-connection-functions-never-echo-commands): New variables.
17913         (nntp-send-command): Use them.
17914
17915 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17916
17917         * mml2015.el (mml2015-epg-verify): Simplify.
17918
17919 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * mml.el (mml-content-disposition-alist): New user option.
17922         (mml-content-disposition): New function.
17923         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17924         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17925
17926 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17927
17928         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17929         verification.
17930
17931 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17932
17933         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17934         articles posted in the last 24 hours.
17935
17936 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17937
17938         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17939
17940 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17941
17942         * nntp.el (nntp-send-command): Don't wait for echoes when
17943         nntp-open-ssl-stream is used.
17944
17945 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17948         (gnus-message-add-citation-keywords)
17949         (gnus-message-remove-citation-keywords): Remove.
17950         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17951         directly, make the variables in font-lock-defaults buffer-local, add
17952         gnus-message-citation-keywords to them and then update the value of
17953         font-lock-keywords.
17954
17955 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * message.el (message-cite-original-1): Don't call
17958         gnus-article-highlight-citation.
17959
17960         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17961         citations; fix line count.
17962
17963 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17966         (gnus-message-add-citation-keywords)
17967         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17968         versions of font-lock-add-keywords and font-lock-remove-keywords to
17969         work with XEmacs correctly.
17970
17971 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-cite.el (gnus-cite-face-list): Set the values of
17974         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17975         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17976         (gnus-message-cite-prefix-regexp): New variable.
17977         (gnus-message-search-citation-line): Use it; protect against long
17978         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17979         the 0th match data for Emacs.
17980         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17981         (gnus-message-add-citation-keywords): Append keywords rather than
17982         prepending; emulate font-lock-add-keywords if it is not available.
17983         (gnus-message-remove-citation-keywords):
17984         Emulate font-lock-remove-keywords if it is not available.
17985
17986         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17987
17988         * message.el (message-cite-prefix-regexp): Set the value of
17989         gnus-message-cite-prefix-regexp.
17990
17991 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17992
17993         * nnweb.el (nnweb-google-parse-1): Update parser.
17994
17995 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17996
17997         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17998
17999 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18000
18001         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18002         regexp.
18003
18004 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18007         string-to-multibyte.
18008         (uudecode-decode-region-internal): Use it.
18009
18010         * lpath.el: Fbind string-as-multibyte for XEmacs.
18011
18012 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18015         Fix custom choice.
18016
18017         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18018
18019 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18020
18021         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18022
18023         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18024         `write-region' to respect `mm-inhibit-file-name-handlers'.
18025
18026 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18027
18028         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18029         Use gnus-home-directory instead of "~/" or "$HOME".
18030
18031 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18032
18033         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18034         to mention filename.
18035         Add comments at beginning regarding usage.
18036         (encrypt-write-file-contents): Change interactive so a string is
18037         acceptable.  If the file has no associated model, show an error instead
18038         of a nonsense prompt.
18039
18040 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18041
18042         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18043         Thanks to Yoshihiko Yamada for kind notification of this typo.
18044
18045 2007-01-12  Kenichi Handa  <handa@m17n.org>
18046
18047         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18048         multibyte buffer.
18049
18050 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * gnus-score.el (gnus-score-fast-scoring): New variable.
18053         (gnus-score-headers): Use it.
18054
18055         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18056
18057         * message.el (message-cite-original-1):
18058         Call gnus-article-highlight-citation if requested.
18059         (message-make-from): Allow name and address as optional arguments.
18060
18061         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18062
18063         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18064         bugs to doc string.
18065         (gnus-button-alist): Add mid\\|message-id.
18066         (gnus-button-fetch-group): Extend for use in
18067         `browse-url-browser-function'.
18068         (gnus-button-url-regexp): Try to catch paired parentheses like in
18069         Wikipedia URLs.
18070
18071         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18072         Suggested by Simon Krahnke <overlord@gmx.li>.
18073
18074 2007-01-13  Romain Francoise  <romain@orebokech.com>
18075
18076         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18077         Update copyright.
18078
18079 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18080
18081         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18082
18083 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18084
18085         * gnus-registry.el (gnus-registry-unfollowed-groups)
18086         (gnus-registry-split-fancy-with-parent): Fix documentation.
18087
18088 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18089
18090         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18091         from nnweb groups.
18092
18093 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18094
18095         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18096         Xref urls.  Erase buffer before requesting head.
18097
18098         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18099
18100 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18103         customizable.
18104
18105 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18106
18107         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18108         no signing key is found.
18109         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18110         no encrypting and/or signing key is found.
18111
18112 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18113
18114         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18115
18116 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18117
18118         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18119         headers read from disk with the ones newly found in the current search.
18120         This should no longer cause problems, because the article numbers in
18121         Gmane's `nov.php' output are ignored since the previous change.
18122
18123 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18124
18125         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18126
18127 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18130         replace-regexp-in-string; bind url-version; fbind display-images-p and
18131         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18132         find-face and set-itimer-function for Emacs; bind itimer-list for
18133         Emacs.
18134
18135         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18136
18137 2007-01-01  Romain Francoise  <romain@orebokech.com>
18138
18139         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18140
18141 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18142
18143         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18144         `define-minor-mode' macro definition expanded properly.
18145         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18146         exclude it there.
18147
18148         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18149         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18150         `fboundp' test.
18151         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18152         This is OK to autoload in (S)XEmacs now.
18153
18154 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18155
18156         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18157         keystroke.
18158         (gnus-summary-limit-to-singletons): Fix typo.
18159
18160         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18161         else fails.
18162
18163 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18164
18165         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18166         docstring.
18167
18168         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18169         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18170         (gnus-summary-insert-dormant-articles): Fix typo in message.
18171
18172 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18175         nil for XEmacs.
18176         (gnus-message-citation-mode): Don't autoload in XEmacs.
18177
18178         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18179
18180 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18181
18182         * nnimap.el (nnimap-expunge-search-string):
18183         Mention nnimap-search-uids-not-since-is-evil in docstring.
18184
18185 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18186
18187         * spam.el: Revert to make-obsolete-variable because
18188         define-obsolete-variable-alias is not supported in Emacs 21.
18189
18190         * spam.el (spam-ifile-path, spam-ifile-database-path)
18191         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18192         make-obsolete-variable.
18193         (spam-bsfilter-path, spam-bsfilter-program)
18194         (spam-spamassassin-path, spam-spamassassin-program)
18195         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18196         Don't use "path" inappropriately.
18197         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18198         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18199         variable names.
18200
18201 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18202
18203         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18204         summary buffer.
18205
18206         * password.el (password-cache-remove): Use clear-string to burn
18207         password, if available.
18208
18209 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18212
18213         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18214
18215         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18216         (gnus-message-highlight-citation): Move defcustom here from
18217         gnus-cite.el.
18218         (gnus-message-citation-mode): Autoload.
18219
18220         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18221         checks to make it compile with XEmacs.
18222         (gnus-message-citation-mode): New minor mode.
18223         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18224         (gnus-message-highlight-citation): New variables.
18225         (gnus-message-search-citation-line)
18226         (gnus-message-add-citation-keywords)
18227         (gnus-message-remove-citation-keywords)
18228         (turn-on-gnus-message-citation-mode)
18229         (turn-off-gnus-message-citation-mode): New functions.
18230
18231 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18232
18233         * gnus-cite.el: Enable highlighting of different citation levels in
18234         message-mode.
18235
18236 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18237
18238         * message.el (message-make-fqdn): Fix comment.
18239         (message-bogus-system-names): Add ".local".
18240
18241         * spam.el (spam-ifile-path, spam-ifile-program)
18242         (spam-ifile-database-path, spam-ifile-database)
18243         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18244         Don't use "path" inappropriately.
18245         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18246         strings.
18247         (spam-check-ifile, spam-ifile-register-with-ifile)
18248         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18249         Use new variable names.
18250
18251         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18252         (gnus-treat-display-smileys): Simplify using
18253         gnus-image-type-available-p.
18254
18255         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18256         available.
18257
18258         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18259         Use `display-images-p' if available.
18260
18261 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18264         one after turning on the buffer's multibyteness instead of decoding
18265         them directly in the unibyte buffer that causes unexpected conversion
18266         in Emacs 23 (unicode).
18267
18268 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18269
18270         * message.el (message-generate-hashcash): Fix custom type.
18271
18272 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18273
18274         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18275
18276 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18279         disconnect icons.  Add help text.
18280
18281 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18282
18283         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18284         negated to be consistent with the others we handle.
18285
18286 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18287
18288         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18289         version of gnus-summary-buffer to something, so that we can use two
18290         article buffers at the same time.
18291
18292 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18293
18294         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18295         trigger all the extra headers.
18296         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18297         sorting.
18298
18299 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18300
18301         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18302         solid groups.
18303
18304 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18305
18306         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18307
18308 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * legacy-gnus-agent.el: Add Copyright notice.
18311
18312 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18313
18314         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18315
18316 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18317
18318         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18319
18320         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18321         to make it work reliably in CVS Emacs.
18322         (gnus-summary-limit-strange-charsets-predicate)
18323         (gnus-summary-limit-to-predicate): New functions.
18324
18325 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18326
18327         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18328         specifying array size.
18329         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18330         array if it is too small.
18331         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18332         (gnus-sort-threads-loop): New function.
18333
18334 2006-12-06  Chris Moore  <dooglus@gmail.com>
18335
18336         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18337         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18338
18339 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18340
18341         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18342         options.
18343
18344 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345
18346         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18347         DOS-ing the recipient.
18348
18349         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18350         the headers when creating the mapping to avoid mismappings.
18351         (nnweb-gmane-create-mapping): Always nix out old mapping.
18352
18353 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18356         and mm-verify-option to never.
18357
18358 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * message.el (message-signed-or-encrypted-p): New function.
18361         (message-forward-make-body): Use it.
18362
18363         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18364         Replace encode-coding-string with mm-encode-coding-string.
18365
18366 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * nneething.el (nneething-decode-file-name):
18369         Replace decode-coding-string with mm-decode-coding-string.
18370
18371         * gnus-int.el (gnus-open-server): Say failed server's name.
18372
18373 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18374
18375         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18376         strings to a single string.  Quote `errors-file-name'.
18377         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18378         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18379         Adjust calls.  Use `shell-quote-argument'.
18380
18381 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18382
18383         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18384         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18385
18386         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18387         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18388         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18389         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18390         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18391         (gnus-subscribe-newsgroup, gnus-1):
18392         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18393         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18394         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18395         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18396
18397 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18398
18399         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18400         keystroke.
18401         (gnus-summary-limit-to-bodies): Implement headersp.
18402
18403 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18406
18407 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18410
18411 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18412
18413         * message.el (message-generate-hashcash): Expand range of values to
18414         include `opportunistic'.
18415         (message-send-mail): Use it.
18416
18417 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18418
18419         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18420         and comment it.
18421
18422         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18423
18424 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * gnus-util.el (gnus-extract-address-components): Improve comment.
18427
18428 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * gnus-util.el (gnus-extract-address-components): Work with address in
18431         which the name portion contains @.
18432
18433         * lpath.el: Fbind custom-autoload.
18434
18435 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * gnus.el (gnus-start): Move custom group up.
18438         (gnus-select-method): Don't autoload, but make it available for
18439         `customize-variable'.
18440         (gnus-getenv-nntpserver): Don't autoload.
18441
18442 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18443
18444         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18445
18446 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * message.el (message-sendmail-extra-arguments): New variable.
18449         (message-send-mail-with-sendmail): Use it.
18450
18451 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18454         mm-with-unibyte-current-buffer to make string unibyte.
18455
18456         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18457         mm-string-as-multibyte.
18458
18459 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18460
18461         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18462         Reported by Werner Koch <wk@gnupg.org>.
18463
18464 2006-11-14  Daiki Ueno  <ueno@p360>
18465
18466         * mml2015.el: Autoload epa-select-keys when compiling.
18467
18468 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18469
18470         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18471         message-options.
18472         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18473
18474 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18475
18476         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18477         EasyPG (< 0.0.6).
18478         (mml2015-always-trust): New user option.
18479         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18480         prompt.
18481
18482 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18483
18484         * nntp.el (nntp-authinfo-force): New variable.
18485         (nntp-send-authinfo): Use it.
18486
18487 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18488
18489         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18490         decode encoded words.  Improve prompt.  Add comment about forwarding.
18491         (message-replacement-char): Move up.
18492
18493 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18494
18495         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18496         instead of gnus-intersection because arguments of gnus-sorted-nunion
18497         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18498
18499 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18500
18501         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18502         (message-simplify-subject-functions):
18503         Enable message-strip-subject-encoded-words by default.
18504
18505 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * message.el (message-strip-subject-encoded-words): New function.
18508         (message-simplify-subject-functions): New variable.
18509         (message-simplify-subject): Use it.  Fix typo in doc string.
18510         Support message-strip-subject-encoded-words.
18511
18512 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18513
18514         * gnus-diary.el (gnus-diary-delay-format-function):
18515         * nndiary.el (nndiary-reminders):
18516         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18517
18518 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18519
18520         * gnus-art.el (article-hide-boring-headers): Fetch date from
18521         gnus-original-article-buffer to avoid problems with localized date
18522         strings.
18523
18524 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18527
18528 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18531         New variables.
18532         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18533         (mm-charset-synonym-alist): Move some entries to
18534         mm-codepage-iso-8859-list.
18535         (mm-charset-synonym-alist, mm-charset-override-alist):
18536         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18537
18538 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18541
18542 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18543
18544         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18545         with Emacs 21 and XEmacs.
18546
18547 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * spam.el (spam-parse-address): New function for better parsing,
18550         catching errors, etc.
18551         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18552
18553 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18554
18555         * mm-view.el: Add interactive arg to html2text autoload.
18556
18557 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18560
18561 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18564         New variables.
18565         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18566         (mm-charset-synonym-alist): Move some entries to
18567         mm-codepage-iso-8859-list.
18568
18569         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18570
18571 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18572
18573         * message.el (message-citation-line-format)
18574         (message-insert-formated-citation-line): Fix implementation of %E, %N
18575         and %n according to the doc string.
18576
18577 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18578
18579         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18580         Use car-safe to avoid bad parses.
18581
18582 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18583
18584         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18585         names.
18586
18587         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18588
18589 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18590
18591         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18592         header.
18593
18594         * message.el (message-draft-headers): Add Date.
18595         (message-headers-to-generate): Fix typo in docstring.
18596
18597         * nndraft.el (nndraft-required-headers): New variable.
18598         (nndraft-generate-headers): Use it.
18599
18600         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18601
18602 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * gnus-registry.el (gnus-registry-wash-for-keywords)
18605         (gnus-registry-find-keywords): New functions to allow easy searching of
18606         articles that are in the registry.
18607
18608 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18609
18610         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18611         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18612         Reported by Damien Elmes <damien@repose.cx>.
18613
18614 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18615
18616         * gnus.el (gnus-mime): Remove unused custom group.
18617
18618 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18619
18620         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18621         "blank line" when searching for end of armor headers.
18622
18623 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * gmm-utils.el (gmm-write-region): Fix variable name.
18626
18627 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18628
18629         * gmm-utils.el (gmm-write-region): New function based on compatibility
18630         code from `mm-make-temp-file'.
18631
18632         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18633
18634         * nnmaildir.el (nnmaildir--update-nov)
18635         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18636         Use `gmm-write-region'.
18637
18638 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18639
18640         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18641         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18642
18643         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18644
18645         * message.el (message-replacement-char): New variable.
18646         (message-fix-before-sending): Use it.
18647         (message-simplify-subject): New function to remove duplicate code.
18648         (message-reply, message-followup): Use it.
18649
18650         * gnus-sum.el (gnus-summary-make-menu-bar):
18651         Clarify gnus-summary-limit-to-articles.
18652
18653 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * gnus-util.el (gnus-with-local-quit): New macro.
18656
18657         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18658
18659 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18660
18661         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18662         ignore non-string data.
18663
18664 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18665
18666         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18667         non-string data (needs to be done in the registry too).
18668
18669 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18672         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18673         (gnus-registry-split-fancy-with-parent)
18674         (gnus-registry-fetch-simplified-message-subject-fast)
18675         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18676         Remove text properties on ingress into the registry and when it's saved.
18677         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18678         registry from entries with no groups.
18679
18680 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18681
18682         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18683         function to remove string properties.
18684
18685 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18686
18687         * gmm-utils.el (gmm): Adjust custom version.
18688
18689         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18690         Adjust custom version.
18691
18692         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18693
18694 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18695
18696         * gnus-art.el (gnus-insert-prev-page-button)
18697         (gnus-insert-next-page-button): Simplify.  Reformat.
18698
18699 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18700
18701         * gnus-art.el (gnus-insert-prev-page-button)
18702         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18703
18704 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18705
18706         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18707
18708 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18709
18710         * gnus-art.el (gnus-insert-mime-button)
18711         (gnus-insert-mime-security-button):
18712         Apply gnus-article-button-face to MIME and security buttons.
18713
18714 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18717         readable.
18718
18719 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18722
18723 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18724
18725         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18726         `browse-url-of-file' instead of `browse-url'.
18727
18728 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18729
18730         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18731         regexp.  Articles containing quotation were cut prematurely.
18732
18733 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * message.el (message-cite-original-1): Use nobody by default for the
18736         value of From header.
18737         (message-reply): Ditto.
18738
18739 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18740
18741         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18742         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18743         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18744
18745 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18748         mails in the doc string.  Add some URLs in comment.
18749         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18750
18751 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18754         backslashes handling and the way to find boundaries of quoted strings.
18755
18756 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18757
18758         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18759         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18760         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18761         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18762
18763 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18764
18765         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18766         doc string.
18767         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18768
18769 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * lpath.el: Fbind epg-check-configuration.
18772
18773 2006-09-06  Simon Josefsson  <jas@extundo.com>
18774
18775         * mml2015.el (mml2015-use): Doc fix, mention epg.
18776
18777 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18778
18779         * mml2015.el (mml2015-use): Default to epg, if available.
18780
18781 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18782
18783         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18784         message-sender.
18785         (mml1991-epg-encrypt): Ditto.
18786         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18787         message-sender.
18788         (mml2015-epg-encrypt): Ditto.
18789
18790 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18791
18792         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18793         several common directories.
18794
18795 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18796
18797         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18798         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18799
18800 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus-art.el (article-decode-encoded-words): Make it fast.
18803
18804 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18807
18808         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18809         in quoted string into `\'.
18810
18811 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18812
18813         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18814         Use standard-syntax-table.
18815
18816 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * gnus-art.el (gnus-decode-address-function): New variable.
18819         (article-decode-encoded-words): Use it to decode headers which are
18820         assumed to contain addresses.
18821         (gnus-mime-delete-part): Remove useless `or'.
18822
18823         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18824         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18825         (gnus-nov-parse-line): Use it to decode From header.
18826         (gnus-get-newsgroup-headers): Ditto.
18827         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18828
18829         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18830         (mail-decode-encoded-address-string): New alias.
18831
18832         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18833         New function.
18834         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18835         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18836         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18837         (rfc2047-decode-string): Ditto.
18838         (rfc2047-decode-address-region): New function.
18839         (rfc2047-decode-address-string): New function.
18840
18841 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18842
18843         * message.el (message-caesar-buffer-body): Allow rotating headers.
18844
18845         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18846
18847         * message.el (message-insert-formated-citation-line): Fix %f.
18848         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18849
18850 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18851
18852         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18853         (gnus-bookmark-mouse-available-p): New macro.
18854         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18855         (gnus-bookmark-bmenu-show-infos): Use it.
18856         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18857         (gnus-bookmark-bmenu-hide-infos): Ditto.
18858         (gnus-bookmark-remove-properties): New function.
18859         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18860         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18861         (gnus-bookmark-write-file): Bind coding-system-for-write.
18862         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18863         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18864         group before selecting it.
18865         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18866         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18867         quit-window if it is not available; use gnus-mouse-2 and bind it to
18868         gnus-bookmark-bmenu-select-by-mouse.
18869         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18870         (gnus-bookmark-bmenu-select-by-mouse): New function.
18871
18872 2006-08-13  Romain Francoise  <romain@orebokech.com>
18873
18874         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18875         space.
18876
18877 2006-08-10  Romain Francoise  <romain@orebokech.com>
18878
18879         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18880         (dns-mode-soa-auto-increment-serial): New user option.
18881         (dns-mode-soa-maybe-increment-serial): New function.
18882         (dns-mode): Add the latter to `write-contents-functions'.
18883
18884 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * compface.el (uncompface): Use binary rather than raw-text-unix.
18887
18888 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * compface.el (uncompface): Make sure the eol conversion doesn't take
18891         place when communicating with the external programs.
18892         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18893
18894 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18897
18898 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18899
18900         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18901         Make it more robust by parsing author and date independently.
18902
18903 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18906
18907 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18908
18909         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18910         first matching secret key.
18911         (mml2015-epg-encrypt): Ditto.
18912
18913         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18914         first matching secret key.
18915         (mml1991-epg-encrypt): Ditto.
18916
18917         * mml2015.el (mml2015-encrypt-to-self): New user option.
18918         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18919         mml2015-epg-encrypt-to-self is set.
18920
18921         * mml1991.el (mml1991-encrypt-to-self): New variable.
18922         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18923         mml1991-epg-encrypt-to-self is set.
18924
18925         * mml2015.el (mml2015-signers): New user option.
18926         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18927         (mml2015-epg-encrypt): Allow to select signing keys.
18928
18929         * mml1991.el (mml1991-signers): New variable.
18930         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18931         (mml1991-epg-encrypt): Allow to select signing keys.
18932
18933 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * nnheader.el (nnheader-insert-head): Make it work even if the file
18936         uses CRLF for the line-break code.
18937
18938 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18939
18940         * mml2015.el: Require mml-sec instead of password.
18941         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18942         (mml2015-cache-passphrase): Inherit the default value from
18943         mml-secure-cache-passphrase.
18944         (mml2015-passphrase-cache-expiry): Inherit the default value from
18945         mml-secure-passphrase-cache-expiry.
18946
18947         * mml1991.el: Require mml-sec instead of password.
18948         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18949         (mml1991-cache-passphrase): Inherit the default value from
18950         mml-secure-cache-passphrase.
18951         (mml1991-passphrase-cache-expiry): Inherit the default value from
18952         mml-secure-passphrase-cache-expiry.
18953
18954         * mml-sec.el: Require password.
18955         (mml-secure-verbose): New user option.
18956         (mml-secure-cache-passphrase): New user option.
18957         (mml-secure-passphrase-cache-expiry): New user option.
18958
18959 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18960             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18961
18962         * pgg-def.el (pgg-truncate-key-identifier):
18963         Truncate the key ID to 8 letters from the end.
18964
18965 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18966
18967         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18968         workaround for the url package included with Emacs.
18969
18970         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18971
18972 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18975         correctly.  This fixes a bug caused by the 2006-05-12 change.
18976
18977 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18978
18979         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18980         some information about the error when saying that the `bogus' mail
18981         group will be used.
18982
18983 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18986         string.
18987
18988 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18989
18990         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18991
18992 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18993
18994         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18995
18996 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18997
18998         * mml1991.el (mml1991-function-alist): Add epg.
18999         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19000         (mml1991-epg-encrypt): New functions.
19001
19002 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19003
19004         * mml2015.el (mml2015-verbose): New variable.
19005         (mml2015-cache-passphrase): Ditto.
19006         (mml2015-passphrase-cache-expiry): Ditto.
19007         (mml2015-function-alist): Add epg.
19008         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19009         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19010         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19011         New functions.
19012
19013 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19014
19015         * message.el (message-cite-original-1): Preserve region when removing
19016         quoted text due to X-No-Archive in order to avoid bogus attribution
19017         when citing multiple messages.
19018
19019 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19020
19021         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19022         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19023
19024 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19025
19026         * gnus-diary.el (gnus-user-format-function-d)
19027         (gnus-user-format-function-D): Autoload.
19028
19029         * imap.el (Commentary): Fix typo.
19030
19031         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19032         2006-04-22 contribution.
19033
19034 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19035
19036         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19037         It didn't really fix the bogosity I'm seeing with solid web groups.
19038
19039 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19040
19041         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19042         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19043         created using server names.  If we use the feature without declaring
19044         it, Gnus does not properly manage server and group state.
19045
19046         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19047         bound.
19048
19049 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19050
19051         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19052         looking up the method using GROUP's prefix before inventing a new one.
19053         It is used on killed/unknown groups in various places where returning
19054         an all-new method isn't expected by the caller.
19055
19056         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19057         and match semantics of gnus-group-real-prefix.
19058
19059 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19060
19061         * nnmail.el (nnmail-broken-references-mailers): New variable.
19062         (nnmail-ignore-broken-references): New function generalizing
19063         nnmail-fix-eudora-headers.
19064         (nnmail-fix-eudora-headers): Now obsolete.
19065
19066         * gnus-art.el (gnus-button-handle-custom):
19067         Support `customize-apropos*'.
19068
19069 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19070
19071         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19072
19073         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19074         articles.
19075
19076 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19077
19078         * message.el (message-cite-reply-above): New variable.
19079         (message-yank-original): Use it.
19080
19081 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19084
19085 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19086
19087         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19088         as read.
19089
19090         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19091
19092 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19093
19094         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19095         (gnus-bookmark-default-file): Use gnus-directory.
19096         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19097         Remove "*" in doc string.
19098         (gnus-bookmark-write-file): Simplify.
19099         (gnus-bookmark-maybe-sort-alist): Use `when'.
19100         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19101         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19102         Add FIXME about Emacs 21 and XEmacs compatibility.
19103         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19104         compatibility.
19105         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19106         compatibility.
19107         (gnus-bookmark-menu-heading): Fix version.
19108
19109 2006-06-19  Bastien Guerry  <bzg@altern.org>
19110
19111         * gnus-bookmark.el: New file.
19112
19113 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * message.el (message-syntax-checks): Doc fix.
19116
19117 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19118
19119         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19120         unsubscribed groups as if they were killed ones.  It causes duplicate
19121         entries in gnus-newsrc-alist.
19122
19123 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * message.el (message-syntax-checks): Doc fix.
19126         (message-send-mail): Add check for continuation headers.
19127         (message-check-news-header-syntax): Fix regexp used to check for
19128         continuation headers.
19129
19130 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19133
19134 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19135
19136         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19137
19138 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19141         default-truncate-lines.
19142
19143 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19146         to fill the utf-8 entry.
19147
19148         * lpath.el: Fbind unicode-precedence-list.
19149
19150 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19151
19152         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19153
19154 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19155
19156         * gnus-agent.el (directory-files-and-attributes): Move all the way
19157         forward (the third and final move).
19158         (gnus-agent-read-agentview): Trap reconstruction errors due to
19159         nonexistent directory.  Handle by returning nil.
19160
19161 2006-05-30  Didier Verna  <didier@xemacs.org>
19162
19163         * message.el (message-dont-reply-to-names): Update the custom type.
19164         * message.el (message-dont-reply-to-names): New defsubst: potentially
19165         convert a list of regexps into a single one.
19166         * message.el (message-get-reply-headers): Use it.
19167         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19168
19169 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19170
19171         * gnus-agent.el (directory-files-and-attributes): Move forward.
19172
19173 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19174
19175         * gnus-ml.el (gnus-mailing-list-subscribe)
19176         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19177         (gnus-mailing-list-message): Fix doc strings.
19178
19179 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19180
19181         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19182         of doing it manually.
19183
19184 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19187         comment.
19188
19189 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19190
19191         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19192         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19193         (gnus-agent-read-local): All symbols allocated in my-obarray.
19194         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19195         (gnus-agent-regenerate-group): Check numeric names to see if they are
19196         messages or groups.
19197         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19198         better way of do this...)
19199
19200         * gnus-cache.el (gnus-agent-total-fetched-for):
19201         Ignore 'dummy.group' (there should be a better way of do this...)
19202
19203 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19206         (gnus-saved-headers): Ditto.
19207         (gnus-default-article-saver): Mention functions may have properties.
19208         (gnus-article-save): Override gnus-save-all-headers and
19209         gnus-saved-headers by :headers property which saver function may have.
19210         (gnus-summary-save-in-file): Add :headers property.
19211         (gnus-summary-write-to-file): Ditto.
19212
19213         * gnus-sum.el (gnus-summary-save-article): Bind
19214         gnus-prompt-before-saving to t when saving many articles in a file;
19215         always show all headers.
19216
19217         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19218
19219 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19222         marks.
19223
19224         * message.el (message-indent-citation): Add optional arguments to allow
19225         using it outside of message buffers.
19226
19227         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19228         (gnus-article-treat-unfold-headers): Use it.
19229         (gnus-article-truncate-lines): New variable.
19230         (gnus-article-mode): Use it.
19231         (gnus-article-toggle-truncate-lines): New function.
19232
19233         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19234         Add gnus-article-toggle-truncate-lines.
19235
19236         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19237         coding system in XEmacs, use binary.
19238
19239 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19242         after-load-alist.
19243
19244         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19245         this function should save decoded articles.
19246         (gnus-summary-write-to-file): Use property to specify this function
19247         should save decoded articles and specify gnus-summary-save-in-file
19248         should be used to save articles other than the first one when saving
19249         many articles.
19250         (gnus-summary-save-body-in-file): Use property to specify this
19251         function should save decoded articles.
19252         (gnus-summary-write-body-to-file): Use property to specify this
19253         function should save decoded articles and specify
19254         gnus-summary-save-body-in-file should be used to save articles other
19255         than the first one when saving many articles.
19256
19257         * gnus-sum.el (gnus-summary-save-article): Simplify.
19258
19259 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * gnus-art.el (gnus-default-article-saver):
19262         Add gnus-summary-write-body-to-file.
19263         (gnus-article-save-coding-system): Don't use coding system object
19264         in XEmacs.
19265         (gnus-read-save-file-name): Add optional `dir-var' argument which
19266         specifies directory in which files are saved; work even if optional
19267         `variable' argument is not specified.
19268         (gnus-summary-write-to-file): Read file name.
19269         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19270         (gnus-summary-write-body-to-file): New function.
19271
19272         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19273         (gnus-summary-local-variables): Add it.
19274         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19275         (gnus-summary-save-article): Remove optional `decode' argument;
19276         determine whether to decode articles by the value of
19277         gnus-default-article-saver; when saving many files using
19278         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19279         it first and use gnus-summary-save-in-file or
19280         gnus-summary-save-body-in-file thereafter unless
19281         gnus-prompt-before-saving is always; move point to article which
19282         will be saved.
19283         (gnus-summary-save-article-file): Revert.
19284         (gnus-summary-write-article-file): Revert.
19285         (gnus-summary-save-article-body-file): Revert.
19286         (gnus-summary-write-article-body-file): New function.
19287
19288 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * gnus-art.el (gnus-default-article-saver): Doc fix.
19291         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19292         from gnus-summary-save-article-coding-system, and default to a
19293         certain coding system.
19294         (gnus-output-to-file): Add coding cookie and encode text according
19295         to gnus-article-save-coding-system; don't use mm-append-to-file.
19296
19297         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19298         gnus-art.el and rename to gnus-article-save-coding-system.
19299         (gnus-summary-save-article): Require gnus-art; don't show all
19300         headers if it decodes articles; don't add coding cookie here;
19301         don't bind mm-text-coding-system-for-write.
19302         (gnus-summary-save-article-file): Save decoded articles.
19303         (gnus-summary-write-article-file): When saving many files, use
19304         gnus-summary-write-to-file first and gnus-summary-save-in-file
19305         thereafter unless gnus-prompt-before-saving is always.
19306         (gnus-summary-save-article-body-file): Save decoded articles.
19307
19308         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19309
19310 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * nnrss.el (nnrss-check-group): Bind hash-index.
19313
19314 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19315
19316         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19317         its hash index.  Store this hash in `nnrss-group-data'.
19318         (nnrss-read-group-data): Update accordingly.
19319
19320 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19321
19322         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19323         entry.
19324
19325         * gnus-sum.el (gnus-summary-make-menu-bar):
19326         Add gnus-article-browse-html-article.
19327
19328 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19329
19330         * gnus-sum.el (gnus-summary-mime-map):
19331         Add gnus-article-browse-html-article.
19332
19333         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19334
19335 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19338         suitable coding systems in customize.
19339
19340 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19341
19342         * mail-source.el (mail-sources): Fix custom type.
19343
19344 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19345
19346         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19347         (gnus-summary-expire-articles-now): Shorten prompt.
19348
19349         * gmm-utils.el (wid-edit): Require.
19350         (defun-gmm): Rename from `gmm-defun-compat'.
19351         (gmm-image-search-load-path): Use it.
19352         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19353
19354 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19355
19356         * gnus-sum.el (gnus-summary-save-article-coding-system):
19357         New variable.
19358         (gnus-summary-save-article): Add optional `decode' argument.
19359         If it is set and gnus-summary-save-article-coding-system is non-nil,
19360         save decoded article.
19361         (gnus-summary-write-article-file): Save decoded article if
19362         gnus-summary-save-article-coding-system is non-nil.
19363
19364         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19365         type.
19366
19367 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19370
19371 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19374         first to test gnus-single-article-buffer which may be buffer-local.
19375
19376         * gnus-sum.el (gnus-summary-setup-buffer):
19377         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19378         group; make gnus-article-buffer, gnus-article-current, and
19379         gnus-original-article-buffer always buffer-local.
19380         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19381         group.
19382         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19383
19384 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19385
19386         * nnml.el (nnml-request-compact-group): Compressed files might not
19387         have .gz extension.
19388
19389 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19390
19391         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19392         (mm-copy-to-buffer): Use with-current-buffer.
19393         (mm-display-part): Simplify.
19394         (mm-inlinable-p): Add optional arg `type'.
19395
19396 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19397
19398         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19399         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19400         Try harder to show the attachment internally or externally using
19401         gnus-mime-view-part-as-type.
19402
19403 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19404
19405         * message.el (message-from-style, message-signature-separator)
19406         (message-user-organization-file, message-send-mail-function)
19407         (message-citation-line-function, message-yank-prefix)
19408         (message-indent-citation-function, message-signature)
19409         (message-signature-file, message-signature-insert-empty-line):
19410         Remove autoloads.
19411
19412         * gnus-art.el (gnus-buttonized-mime-types):
19413         Remove "multipart/signed".  Revert 2006-04-26 change.
19414
19415 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19416
19417         * gnus.el (gnus-version-number): Bump version.
19418
19419 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19420
19421         * gnus.el: No Gnus v0.5 is released.
19422
19423 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19424
19425         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19426         fetching articles by message-id.
19427
19428 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19429
19430         * message.el (hashcash): Require hashcash as normal.
19431
19432         * ecomplete.el (ecomplete-highlight-match-line):
19433         Use point-at-eol.
19434         (ecomplete-highlight-match-line): Use `highlight', because that
19435         face exists in both Emacs and XEmacs.
19436
19437         * message.el (message-display-abbrev): Use point-at-bol.
19438
19439         * mail-source.el: Don't require timer/timer-funcs.
19440
19441         * gnus-async.el: Ditto.
19442
19443         * password.el: Ditto.
19444
19445         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19446
19447         * mm-url.el: Ditto.
19448
19449         * gnus-xmas.el: Don't require timer-funcs.
19450
19451         * mm-util.el: Require timer/timer-funcs.
19452
19453 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19454
19455         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19456         Close.
19457
19458 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19459
19460         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19461         unibyte after clear-decrypt function runs.
19462
19463         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19464         returns as a unibyte string.
19465
19466 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * lpath.el: Revert.
19469
19470         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19471         (pgg-gpg-process-sentinel): Revert.
19472
19473         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19474         (pgg-pgp-lookup-key): Revert.
19475
19476         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19477         (pgg-pgp5-lookup-key): Revert.
19478
19479         * pgg.el (pgg-fetch-key): Revert.
19480
19481 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * lpath.el: Fbind string-as-multibyte for XEmacs.
19484
19485         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19486         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19487         (mml1991-pgg-encrypt): Ditto.
19488
19489         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19490         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19491         a multibyte buffer.
19492
19493         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19494         (pgg-pgp-lookup-key): Ditto.
19495
19496         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19497         (pgg-pgp5-lookup-key): Ditto.
19498
19499         * pgg.el (pgg-fetch-key): Ditto.
19500
19501 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19502
19503         * message.el (message-user-organization-file): Check several
19504         locations of the organization file.
19505
19506         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19507         Add gnus-article-view-part-as-type.
19508
19509         * gnus-art.el (gnus-article-view-part-as-type): New function.
19510
19511         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19512         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19513
19514         * mml.el: Simplify autoload.
19515         (mml-mode): defvar dnd-protocol-alist instead of using
19516         symbol-value.
19517         (mml-default-directory): New variable.
19518         (mml-minibuffer-read-file): Use it.
19519         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19520
19521         * message.el (message-citation-line-format): New variable.
19522         (message-insert-formated-citation-line): New function.
19523         (message-citation-line-function):
19524         Add `message-insert-formated-citation-line' to custom type.
19525
19526         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19527         to doc string.
19528
19529         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19530         depending on mm-verify-option.
19531
19532 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19535         binding pgg-* variables; reimplement the section which prevents
19536         MIME header from being signed.
19537         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19538         pgg-text-mode; remove a blank line at the top of body.
19539
19540         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19541         lines at the top of body; use gnus-newsgroup-charset if there's no
19542         Charset header.
19543
19544 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * message.el (message-self-insert-commands): Doc fix.
19547
19548         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19549         (mm-uu-pgp-encrypted-test): Ditto.
19550         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19551         between header and body; return application/pgp-encrypted handle
19552         if decryption failed; decode decrypted body by charset.
19553
19554         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19555         element match to application/pgp-*.
19556
19557 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19558
19559         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19560         HTML.
19561
19562 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * mail-source.el (mail-source-call-script): Message the error
19565         string.
19566
19567 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19568
19569         * gnus-util.el (gnus-byte-compile): Use it.
19570
19571 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19572
19573         * gnus-util.el (kill-empty-logs): New function.
19574
19575 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19576
19577         * message.el (message-mail-alias-type): Doc fix.
19578         (message-mail-alias-type-p): New function.
19579         (message-send): Use it.
19580         (message-mode): Ditto.
19581         (message-strip-forbidden-properties): Ditto.
19582
19583         * ecomplete.el (ecomplete-database-file-coding-system):
19584         New variable.
19585         (ecomplete-save): Use it.
19586         (ecomplete-setup): Use it.
19587
19588 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * message.el (message-self-insert-commands): New variable.
19591         (message-strip-forbidden-properties): Use it.
19592
19593 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19596         that doesn't make XEmacs choke.
19597
19598 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19599
19600         * gnus-util.el (gnus-replace-in-string):
19601         Prefer replace-regexp-in-string over of replace-in-string.
19602
19603 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19604
19605         * gnus-util.el (gnus-select-frame-set-input-focus):
19606         Use select-frame-set-input-focus if it is available in XEmacs; use
19607         definition defined in Emacs 22 for old Emacsen.
19608
19609         * dgnushack.el: Autoload unmorse-region for XEmacs.
19610
19611         * lpath.el: Bind cursor-in-non-selected-windows and
19612         select-frame-set-input-focus for XEmacs.
19613
19614 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19617
19618 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19619
19620         * gnus-registry.el (gnus-registry-cache-save): Remove text
19621         properties when saving via the temp buffer.
19622
19623 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * message.el (message-generate-hashcash): Honor custom type.
19626
19627 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19628
19629         * message.el (message-generate-hashcash): Default to non-nil when
19630         hashcash is found.
19631
19632         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19633         (gnus-refer-thread-limit): Increase default to 500.
19634
19635         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19636
19637         * flow-fill.el (fill-flowed): Allow delete-space.
19638
19639 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19640
19641         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19642         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19643         Remove autoloads.
19644
19645 2006-04-18  Simon Josefsson  <jas@extundo.com>
19646
19647         * message.el (message-generate-hashcash): Default to.
19648
19649 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19652         concatenating segments rather than before concatenating them.
19653
19654 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19655
19656         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19657
19658 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19659
19660         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19661
19662         * message.el (message-forward-make-body-plain):
19663         Allow message-forward-ignored-headers to be a list.
19664         (message-remove-ignored-headers): Factor out into function.
19665         (message-forward-make-body-mml): Use it.
19666
19667         * imap.el (imap-quote-specials): New function.
19668         (imap-login-auth): Quote specials.
19669
19670         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19671         (rfc2231-parse-string): Allow concatanation of parameters that
19672         aren't contiguous.  The test case is
19673           (mail-header-parse-content-type "message/external-body;
19674             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19675             access-type=LOCAL-FILE;
19676             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19677
19678 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19679
19680         * nntp.el (nntp-accept-process-output): Return the value of
19681         `nnheader-accept-process-output'.
19682
19683 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19684
19685         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19686         (gnus-button-alist): Recognize more diff formats.
19687         (gnus-button-patch): Strip directory.
19688
19689 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19690
19691         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19692         Emacs 22 when setting focus.
19693
19694 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19695
19696         * gnus-art.el (gnus-article-treat-types): Do treatment of
19697         text/x-verbatim parts.
19698         (gnus-button-patch): New command.
19699
19700         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19701         addresses that contain invalid characters.
19702
19703 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19704
19705         * message.el (message-put-addresses-in-ecomplete):
19706         Use gnus-replace-in-string.
19707         (message-is-yours-p): Use the more correct
19708         mail-header-parse-address instead of
19709         mail-extract-address-components.
19710         (message-put-addresses-in-ecomplete): Fix typo.
19711
19712         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19713         keystroke.
19714
19715         * gnus-art.el (gnus-treatment-function-alist): Change order of
19716         newsgroups/generic header folding to avoid double-folding.
19717
19718         * message.el (message-hidden-headers): Add X-Draft-From.
19719
19720         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19721         New command.
19722         (gnus-summary-repeat-search-article-backward): New command.
19723
19724         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19725         groups in the parent topic.
19726
19727 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19728
19729         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19730         (spam-extra-header-to-number): Return the CRM114 number as a
19731         number instead of a string.
19732
19733 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19734
19735         * gnus-art.el (gnus-face-properties-alist): Move here from
19736         gnus-fun.
19737
19738         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19739
19740 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19741
19742         * message.el (message-strip-forbidden-properties): Only display on
19743         self-insert-command.
19744
19745         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19746         reindent.
19747         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19748
19749 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19750
19751         * smiley.el (smiley-style): Fix typo.
19752
19753 2006-03-23  Kenichi Handa  <handa@m17n.org>
19754
19755         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19756         instead of set-buffer-multibyte.
19757
19758 2006-03-23  Kenichi Handa  <handa@m17n.org>
19759
19760         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19761         buffer and then decode the buffer text if necessary.
19762         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19763         first, and after mm-encode-body, change the buffer to unibyte.
19764
19765 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19766
19767         * hashcash.el (hashcash-insert-payment-async-2):
19768         Use message-goto-eoh instead of doing it manually.
19769         (mail-add-payment): Use message-narrow-to-header instead of trying
19770         to do the same itself.
19771
19772         * message.el (message-hidden-headers): Add Face.
19773
19774         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19775         reparenting code.
19776         (gnus-summary-reparent-children): Refactored out code.
19777         (gnus-summary-thread-map): New keystroke.
19778         (gnus-summary-reparent-children): Make into command.
19779
19780         * smiley.el (smiley-style): Default to `medium' if using a large
19781         font.
19782
19783         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19784         does it itself.
19785
19786         * message.el (message-point-in-header-p): Simplify definition.
19787
19788 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19789
19790         * nnagent.el (nnagent-request-set-mark): Silence log file
19791         writing.
19792         (nnagent-request-set-mark): Use write-region instead of
19793         append-to-file.
19794
19795         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19796         strange select method.
19797
19798         * ecomplete.el (ecomplete-display-matches): Get highlightling
19799         right.
19800         (ecomplete-display-matches): Use literals.
19801         (ecomplete-display-matches): Disable message logging.
19802
19803         * message.el (message-display-abbrev): Small optimization.
19804
19805         * ecomplete.el (ecomplete-display-matches): Allow automatic
19806         display.
19807
19808         * message.el (message-strip-forbidden-properties):
19809         Display abbrevs.
19810         (message-display-abbrev): Get automatic display right.
19811
19812         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19813         keystrokes.
19814
19815 2006-04-13  Romain Francoise  <romain@orebokech.com>
19816
19817         TODO: Backport to v5-10!
19818
19819         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19820         Move here (and rename) from gnus-registry.el.
19821
19822         * gnus-registry.el: Require gnus-util.
19823         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19824
19825 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19826
19827         * gnus-group.el (gnus-group-catchup-current):
19828         Change if-then-else-if-then-else into cond.
19829         (gnus-group-catchup): Indent.
19830         (group-name-at-point): New function.
19831         (gnus-fetch-group): Provide default from thing at point.
19832
19833 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19834
19835         * message.el (message-display-abbrev): Fix regexp.
19836
19837         * ecomplete.el (ecomplete-highlight-match-line):
19838         Reimplement choosing.
19839         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19840         dead variables.
19841
19842         * message.el (message-newline-and-indent): Remove debugging.
19843         (message-display-abbrev): Use new implementation.
19844
19845 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19846
19847         * gnus-art.el (gnus-article-mode):
19848         Set cursor-in-non-selected-windows to nil.
19849
19850         * smiley.el: Revert previous change.
19851         (smiley-data-directory): defvar it before using it in the
19852         defcustom of `smiley-style'.
19853
19854 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19855
19856         * message.el (message-newline-and-indent): New function.
19857
19858         * ecomplete.el: Implement more bits.
19859
19860         * message.el (message-put-addresses-in-ecomplete): Clean up the
19861         string.
19862
19863         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19864
19865         * gnus-sum.el (gnus-summary-save-parts):
19866         Bind gnus-summary-save-parts-counter and use it to make unique file
19867         names.
19868
19869         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19870
19871         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19872         parameter to say whether to actually parse the individual
19873         addresses.
19874
19875         * message.el (message-put-addresses-in-ecomplete): New function.
19876         (ecomplete): Require.
19877         (message-mail-alias-type): Add ecomplete as an option.
19878
19879 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19880
19881         * flow-fill.el (fill-flowed): Remove trailing space from blank
19882         quoted lines.
19883
19884 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19885
19886         * smiley.el (smiley-style): Move definition later to avoid a
19887         compilation warning.
19888
19889 2006-04-12  Kenichi Handa  <handa@m17n.org>
19890
19891         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19892         buffer and then decode the buffer text if necessary.
19893         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19894         first, and after mm-encode-body, change the buffer to unibyte.
19895         Use mm-disable-multibyte instead of set-buffer-multibyte.
19896
19897 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19898
19899         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19900         Content-Type header instead of Content-Disposition header.
19901         (gnus-mime-inline-part): Ditto.
19902         (gnus-mime-view-part-as-charset): Ignore charset that the part
19903         specifies.
19904
19905         * mm-decode.el (mm-display-part): Work with external parts and
19906         usual parts similarly.
19907
19908         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19909         instead of gnus-display-mime.
19910
19911         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19912         instead of with-temp-buffer.
19913
19914         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19915         tag to summarized topics part in order to encode non-ASCII text.
19916
19917 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19918
19919         * smiley.el (smiley-style): New variable.
19920         (smiley-directory): New function.
19921         (smiley-data-directory): Derive from `smiley-style' using
19922         `smiley-directory'.
19923         (smiley-regexp-alist): Add new entries.
19924
19925         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19926         (gnus-article-browse-delete-temp): Add :version.
19927
19928 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19929
19930         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19931         the sieve region.
19932
19933 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19934
19935         * gnus.el (gnus-version-number): Bump version.
19936
19937 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * gnus.el: No Gnus v0.4 is released.
19940
19941 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942
19943         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19944         layout.
19945
19946         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19947         unknown charset.
19948
19949         * message.el (message-header-synonyms): Add Original-To to the
19950         default.
19951
19952         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19953         optional parameter.
19954
19955 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19956
19957         * gnus-fun.el (gnus): Require it for gnus-directory.
19958
19959 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19960
19961         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19962
19963 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19964
19965         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19966
19967 2006-04-05  Simon Josefsson  <jas@extundo.com>
19968
19969         * password.el (password-reset): New function.
19970
19971 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19972
19973         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19974         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19975
19976 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19977
19978         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19979         Some whitespace was matched into the url, which broke browsing hits
19980         > 100 when mm-url-use-external was nil.
19981
19982 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19983
19984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19985         Check gnus-extra-headers for 'Newsgroups.
19986
19987         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19988         bound.
19989
19990 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19991
19992         * pgg-gpg.el: Clean up process buffers every time gpg processes
19993         complete.
19994
19995 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19996
19997         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19998         doc string.
19999
20000 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20001
20002         * pgg-gpg.el (pgg-gpg-process-filter)
20003         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20004
20005         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20006         lines, temporary fix.
20007
20008 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20009
20010         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20011
20012 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20013
20014         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20015         default-enable-multibyte-characters.  This reverts the change from
20016         revision 6.17 which is no longer necessary because the passphrase
20017         is sent separately now.  GnuPG messages are unreadable under
20018         multibyte locales with default-enable-multibyte-characters set to
20019         nil.
20020
20021 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20022
20023         * message.el (message-tool-bar-gnome): Move "spell".
20024
20025 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20028         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20029         instead.
20030
20031 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20032
20033         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20034         Improve newsgroups handling for NNTP overviews which don't include
20035         Newsgroups.
20036
20037 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20038
20039         * message.el (message-resend): Bind message-generate-hashcash to nil.
20040
20041 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20042
20043         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20044         when searching for already-paid recipients.
20045
20046 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20047
20048         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20049         passphrases when it is not needed.
20050         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20051         passphrase stuff from gpg, should only be necessary when you use
20052         gpg with a smartcard.
20053
20054 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * mml.el (mml-insert-mime): Ignore cached contents of
20057         message/external-body part.
20058
20059         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20060         (mm-insert-part): Ditto.
20061
20062 2006-03-23  Simon Josefsson  <jas@extundo.com>
20063
20064         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20065         Reiner.
20066         (pgg-gpg-use-agent-p): Use it again.
20067
20068 2006-03-23  Simon Josefsson  <jas@extundo.com>
20069
20070         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20071         older emacsen.
20072         (pgg-gpg-use-agent-p): Don't use it.
20073
20074 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20075
20076         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20077         if we can.
20078
20079 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20080
20081         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20082         (pgg-gpg-update-agent): New function.
20083         (pgg-gpg-use-agent-p): New function.
20084         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20085         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20086         (pgg-gpg-sign-region): Use it.
20087
20088 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20091         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20092
20093 2006-03-21  Simon Josefsson  <jas@extundo.com>
20094
20095         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20096         <wilde@sha-bang.de>.
20097         (pgg-gpg-use-agent): New variable.
20098         (pgg-gpg-process-region): Use it.
20099         (pgg-gpg-encrypt-region): Likewise.
20100         (pgg-gpg-encrypt-symmetric-region): Likewise.
20101         (pgg-gpg-decrypt-region): Likewise.
20102         (pgg-gpg-sign-region): Likewise.
20103         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20104
20105 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20106
20107         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20108
20109         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20110         Add comment on version.
20111
20112 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * smiley.el: Add missing test smiley.
20115
20116 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20117
20118         * mm-decode.el (mm-with-part): New macro.
20119         (mm-get-part): Use it; work with message/external-body as well.
20120         (mm-save-part): Treat name and filename equally.
20121
20122         * mm-extern.el (mm-extern-cache-contents): New function.
20123         (mm-inline-external-body): Use it; force the part to be displayed;
20124         move undisplayer added to the cached handle to the parent.
20125
20126         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20127         (gnus-mime-view-part-as-type): Work with message/external-body.
20128
20129         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20130
20131 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20132
20133         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20134         images in image-load-path.  [Sync with image.el, revision 1.60, in
20135         Emacs.]
20136
20137 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20138
20139         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20140         path rather than symbol.  Always return list of directories.
20141         Guarantee that image directory comes first.  [Sync with image.el,
20142         revision 1.59, in Emacs.]
20143
20144         * message.el (message-make-tool-bar): Adjust to new API of
20145         `gmm-image-load-path-for-library'.
20146
20147         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20148
20149         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20150
20151 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20152
20153         * gnus-art.el (gnus-article-only-boring-p):
20154         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20155         intangible text.
20156         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20157
20158 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20161         Use `defun' instead of `gmm-defun-compat'.
20162
20163 2006-03-14  Simon Josefsson  <jas@extundo.com>
20164
20165         * message.el (message-unique-id): Don't use message-number-base36
20166         if (user-uid) is a float.
20167         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20168
20169 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20172
20173         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20174         empty line between a part and a message part.
20175
20176 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20177
20178         * smiley.el: Add more test smileys.
20179         (smiley-data-directory, smiley-regexp-alist)
20180         (gnus-smiley-file-types): Fix doc strings.
20181         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20182         adding new elements.
20183         (smiley-mouse-map): Unused code.  Make it a comment.
20184
20185 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20186
20187         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20188         scan latest NoCeM messages instead of old ones.
20189         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20190         delimiters that are recently used.
20191         (gnus-nocem-load-cache): Add autoload cookie.
20192
20193         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20194
20195         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20196         level which is larger than gnus-use-nocem is specified.
20197
20198         * gnus-group.el (gnus-group-get-new-news): Ditto.
20199
20200 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * gnus-util.el (gnus-tool-bar-update): New function.
20203
20204         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20205         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20206
20207         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20208
20209         * gnus-group.el (gnus-group-redraw-when-idle)
20210         (gnus-group-redraw-check): Remove.
20211         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20212
20213 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20214
20215         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20216         if optional last element is specified in splits (FIELD VALUE...).
20217
20218 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20219
20220         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20221         to gmm-image-load-path-for-library.  Call with no-error argument.
20222         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20223
20224         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20225
20226         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20227
20228         * gmm-utils.el (gmm-image-load-path): Remove alias.
20229
20230 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20231
20232         * gmm-utils.el (gmm-image-load-path): Add alias.
20233
20234         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20235         nnml-generate-nov-databases-1.
20236         (nnml-generate-nov-databases): Use it.
20237         (nnml-generate-nov-databases-directory): Document no-active
20238         argument.
20239
20240         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20241         directory if path is t.  Add no-error.
20242
20243         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20244         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20245
20246         * gnus-art.el (gnus-article-browse-delete-temp-files):
20247         Simplify resetting gnus-article-browse-html-temp-list.
20248
20249         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20250         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20251         Add example to docstring.  Rename local variables.  Move error
20252         checks to default case in cond and simplify.
20253
20254 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20257         handle is multipart when calling it recursively.
20258         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20259
20260 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20261
20262         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20263         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20264
20265 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20266
20267         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20268         is loaded.
20269
20270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20271         loaded.
20272
20273 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20274
20275         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20276         to "Emacs 23 (unicode)" in doc string.
20277
20278         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20279         "Emacs 23 (unicode)" in comment.
20280
20281 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20284
20285         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20286         characters 160 through 255 in Emacs 23.
20287
20288 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20289
20290         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20291         gnus-article-browse-html-temp.
20292         (gnus-article-browse-delete-temp): Make it customizable.
20293         Add `file'.  Adjust doc string.
20294         (gnus-article-browse-delete-temp-files): Add argument.
20295         Allow query for each file.  Adjust doc string.
20296         (gnus-article-browse-html-parts):
20297         Add `gnus-article-browse-delete-temp-files' to
20298         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20299
20300 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20301
20302         * gnus-art.el (gnus-article-browse-html-temp)
20303         (gnus-article-browse-delete-temp): New variables.
20304         (gnus-article-browse-delete-temp-files): New function.
20305         (gnus-article-browse-html-parts): Use it.
20306
20307 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20308
20309         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20310
20311         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20312         string.
20313
20314         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20315         gnus-summary-insert-new-articles when unplugged.
20316         Remove gnus-summary-search-article-forward.
20317
20318         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20319         display-visual-class instead of display-color-cells.
20320
20321 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * dgnushack.el: Autoload customize-group for XEmacs.
20324
20325         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20326         message/* containing non-ASCII text properly.
20327
20328 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20329
20330         * message.el: Require gmm-utils, remove autoloads.
20331         (message-tool-bar): Set default based on
20332         gmm-tool-bar-style.
20333         (message-tool-bar-gnome): Add gmm-customize-mode.
20334
20335         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20336         gmm-tool-bar-style.
20337         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20338
20339         * gnus-group.el (gnus-group-tool-bar): Set default based on
20340         gmm-tool-bar-style.
20341         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20342
20343         * gmm-utils.el (gmm-image-directory): Rename variable from
20344         gmm-image-load-path.
20345         (gmm-image-load-path): Use gmm-image-directory.
20346         (gmm-customize-mode): New function.
20347         (gmm-tool-bar-style): New variable.
20348
20349         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20350         gnus-group-redraw-line-number.
20351         (gnus-group-redraw-check): Simplify.
20352         (gnus-group-tool-bar-update): Remove redraw check.
20353         (gnus-group-make-tool-bar): Add redraw check.
20354
20355 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20356
20357         * gnus-art.el (gnus-button): Add missing parentheses.
20358
20359 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * lpath.el: Fbind line-number-at-pos.
20362
20363 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20366
20367 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20368
20369         * gnus-art.el (gnus-button): New face.
20370         (gnus-article-button-face): Use it.
20371
20372         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20373         Add gnus-summary-next-page.  Re-order.
20374
20375         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20376         next-node are now included.
20377         (gnus-group-redraw-line-number): New internal variable.
20378         (gnus-group-redraw-check): Helper function for updating the tool
20379         bar.
20380         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20381
20382         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20383
20384         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20385         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20386         Use it to match format of Spamassassin 3.0 and later.
20387         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20388         (spam-check-bogofilter)
20389         (spam-bogofilter-register-with-bogofilter): Fix args of
20390         `gnus-error' calls.
20391
20392 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20393
20394         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20395         unnecessary interaction when sending queued mails.
20396         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20397
20398 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20401         first or last are nil.
20402
20403 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20404
20405         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20406
20407 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20408
20409         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20410
20411 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20412
20413         * dns.el (query-dns): Protect more against buggy tcp output.
20414
20415 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20416
20417         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20418         nov.php.
20419
20420 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20421
20422         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20423         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20424         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20425         output on the server side.
20426         (nnweb-google-create-mapping): Update regexps and add some
20427         progress indication.
20428
20429 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20430
20431         * gnus-group.el (gnus-group-tool-bar-gnome):
20432         Fix gnus-agent-toggle-plugged.  Re-order icons.
20433         (gnus-group-tool-bar-gnome):
20434         Add gnus-group-{prev,next}-unread-group.
20435         (gnus-group-tool-bar-gnome): Re-order icons.
20436
20437         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20438         Move gnus-summary-insert-new-articles.
20439
20440         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20441         Fix comments.
20442
20443         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20444         also available in Emacs 21.3.
20445
20446         * message.el (message-fix-before-sending): Change "Emacs 22" to
20447         "Emacs 23 (unicode)" in comment.
20448
20449         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20450         "Emacs 23 (unicode)" in comment.
20451
20452         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20453         comment.
20454         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20455
20456         * mm-view.el (mm-fill-flowed): Add :version.
20457
20458 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20461         and load-path.
20462
20463 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20464
20465         * message.el: Autoload gmm-image-load-path.
20466         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20467         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20468         consitency.
20469
20470         * gmm-utils.el (gmm-image-load-path): Also search in
20471         "../etc/images".  Don't set gmm-image-load-path if we don't find
20472         the image.
20473
20474 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20475
20476         * gmm-utils.el (gmm-image-load-path): Don't make
20477         `gmm-image-load-path' include subdirectories which the second arg
20478         `image' might specify.
20479
20480         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20481         subdirectory to icon file names.
20482
20483         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20484
20485 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20488         gmm-image-load-path calls.
20489
20490         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20491
20492         * message.el (message-make-tool-bar): Ditto.
20493
20494         * mml.el (mml-preview): Add comment concerning tool bar icons.
20495
20496         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20497         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20498
20499         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20500         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20501
20502         * message.el (message-tool-bar-gnome): Use new icon names.
20503         (message-make-tool-bar): Use `gmm-image-load-path'.
20504
20505         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20506         New functions from MH-E.
20507         (gmm-image-load-path): New variable from MH-E.
20508         (gmm-image-load-path): New function from MH-E.  Add arguments
20509         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20510         *-image-load-path-called-flag.
20511
20512 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20513
20514         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20515
20516 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20517
20518         * nnimap.el (nnimap-request-move-article): Change folder back to
20519         source group before deleting.
20520
20521 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20522
20523         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20524
20525         * gnus-art.el (mm-url-insert-file-contents-external):
20526         Autoload mm-url.
20527
20528         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20529
20530 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20531
20532         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20533         coding system which mm-charset-to-coding-system returns for a
20534         given charset is valid.
20535
20536 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20537
20538         * html2text.el (html2text-remove-tag-list):
20539         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20540
20541 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20542
20543         * gnus-cus.el: Revert 2005-10-17 change.
20544
20545 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * gnus-art.el (article-strip-banner):
20548         Call article-really-strip-banner only when the regexp match is made.
20549
20550 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20551
20552         * gnus-art.el (article-strip-banner):
20553         Use gnus-extract-address-components instead of
20554         mail-header-parse-addresses to make it work with non-ASCII text;
20555         remove mail-encode-encoded-word-string.
20556
20557         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20558         values which are surrounded with \"...\"; make it never cause a
20559         Lisp error; give up parsing of parameters if it failed in
20560         extracting type.
20561
20562 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20563
20564         * smime.el (smime-cert-by-ldap-1): Fix bug where
20565         `smime-ldap-search' returns results without userCertificates.
20566
20567 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20570
20571 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * spam.el (spam-check-spamassassin-headers): Adapt format for
20574         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20575         <ari@mbf.ocn.ne.jp>.
20576         (spam-list-of-processors): Add spam-use-gmane.
20577
20578 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20581         make-temp-file; make it work with XEmacs as well.
20582
20583         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20584         mm-make-temp-file.
20585
20586         * mm-decode.el (mm-display-external): Use the 3rd arg of
20587         mm-make-temp-file.
20588         (mm-create-image-xemacs): Ditto.
20589
20590 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20593         with message-narrow-to-headers.
20594         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20595         (gnus-draft-check-draft-articles): New function.
20596         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20597
20598 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20599
20600         * gnus-art.el (gnus-article-browse-html-parts):
20601         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20602         Don't use suffix argument for mm-make-temp-file for Emacs 21
20603         compatibility.  Remove useless `format'.
20604
20605 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20606
20607         * nnweb.el (nnweb-google-wash-article): Update regexps.
20608         (nnweb-group-alist): Use defvoo instead of defvar.
20609
20610 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20613         re-loading nn* modules.
20614
20615 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20616
20617         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20618         for `tool-bar-mode' and don't check it's default-value.
20619
20620         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20621
20622         * message.el (message-make-tool-bar): Ditto.
20623
20624         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20625         `substring'.  Shorten tmp-file name.
20626
20627         * gnus.el: Remove bogus comment.
20628
20629 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20630
20631         * gnus-art.el (gnus-article-browse-html-parts): New function.
20632         (gnus-article-browse-html-article): New function for viewing html
20633         articles with a browser.
20634
20635 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20636
20637         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20638         in elisp.
20639         (pgg-gpg-encrypt-symmetric-region): Ditto.
20640         (pgg-gpg-sign-region): Ditto.
20641
20642         * pgg-def.el (pgg-text-mode): New variable.
20643
20644         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20645         (mml2015-pgg-encrypt): Ditto.
20646
20647         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20648         (mml1991-pgg-encrypt): Ditto.
20649
20650 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * nnfolder.el (nnfolder-insert-newsgroup-line):
20653         Use message-make-date instead of current-time-string.
20654
20655         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20656         to gnus-decoded which mm-uu might set.
20657
20658 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20661         don't decode quoted parameters; remove misimported Emacs code.
20662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20663         (rfc2231-decode-encoded-string): Don't use split-string which
20664         behaves differently according to Emacs version; use
20665         mm-decode-coding-region to convert charset to coding-system.
20666         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20667         (rfc2231-encode-string): Remove misimported Emacs code.
20668
20669 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20672         when calling mail-header-parse-content-type.
20673         (article-de-quoted-unreadable): Ditto.
20674         (article-de-base64-unreadable): Ditto.
20675         (article-wash-html): Ditto.
20676
20677         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20678         calling mail-header-parse-content-type and
20679         mail-header-parse-content-disposition.
20680         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20681         mail-header-parse-content-type.
20682
20683         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20684         insert charset and format parameters; encode description after
20685         inserting it to buffer.
20686         (mml-insert-parameter): Fold lines properly even if a parameter is
20687         segmented into two or more lines; change the max column to 76.
20688
20689         * rfc1843.el (rfc1843-decode-article-body): Don't use
20690         ignore-errors when calling mail-header-parse-content-type.
20691
20692         * rfc2231.el (rfc2231-parse-string): Return at least type if
20693         possible; don't cause an error even if it fails in parsing of
20694         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20695         (rfc2231-encode-string): Don't break lines at the beginning, leave
20696         it to mml-insert-parameter.
20697
20698         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20699         calling mail-header-parse-content-type.
20700
20701 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20702
20703         * spam-report.el (spam-report-gmane-use-article-number):
20704         Improve doc string.
20705         (spam-report-gmane-internal): Check if a suitable header was found
20706         in the article.
20707
20708 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20709
20710         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20711         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20712
20713 2006-02-05  Romain Francoise  <romain@orebokech.com>
20714
20715         Update copyright notices of all files in the gnus directory.
20716
20717 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20718
20719         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20720
20721 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20722
20723         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20724         segmented lines of parameter value to cope with Thunderbird 1.5
20725         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20727         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20728
20729 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20730
20731         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20732         parts.
20733
20734 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20735
20736         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20737         there's only one active file for all servers.
20738         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20739         solid groups.  Gnus might have used a FAST request to select the group.
20740         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20741         and nnweb-search redundantly in the active file.
20742         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20743         (nnweb-request-create-group): Don't use ARGS.
20744         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20745         initializations.  Let nnoo do the work.
20746
20747 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20748
20749         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20750         Say the part has been decoded.
20751
20752         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20753
20754 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20755
20756         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20757         mailcap-viewer-test-cache when there's no 'test clause, since that
20758         will invert the meaning of a "nil" test previously determined by
20759         mailcap-mailcap-entry-passes-test.
20760
20761 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20764         compiling.
20765
20766         * gnus-sum.el: Ditto.
20767
20768         * message.el: Don't bind tool-bar-map when compiling.
20769
20770 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20771
20772         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20773
20774 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20775
20776         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20777         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20778         current Google Groups.
20779
20780 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20781
20782         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20783         and tool-bar-mode.
20784
20785         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20786         and tool-bar-mode.
20787
20788         * message.el (message-tool-bar-update): Simplify.
20789         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20790
20791         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20792         gnus-summary-buffer.
20793         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20794         gnus-summary-reply.
20795
20796         * gmm-utils.el (gmm): Add :version.
20797
20798 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * Makefile.in (clean): New rule.
20801         (distclean): Use it.
20802
20803 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20804
20805         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20806         Don't autoload.
20807
20808 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * gmm-utils.el (gmm-verbose): Add :group.
20811
20812 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * message.el: Change some comments WRT tool-bars.
20815
20816         * gnus-sum.el (gnus-summary-tool-bar)
20817         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20818         (gnus-summary-tool-bar-zap-list): New variables.
20819         (gnus-summary-make-tool-bar): Complete rewrite using
20820         `gmm-tool-bar-from-list'.
20821
20822         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20823         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20824         New variables.
20825         (gnus-group-make-tool-bar): Complete rewrite using
20826         `gmm-tool-bar-from-list'.
20827         (gnus-group-tool-bar-update): New function.
20828
20829         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20830
20831 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20834         is dissected into a single part of which the type is the same as
20835         the given one; decode charset.
20836
20837 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20838
20839         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20840         into alists as symbol not string, since that's what
20841         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20842         look for.
20843
20844 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20847         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20848
20849         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20850
20851 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20854         (gnus-xmas-mime-security-button-menu): New function.
20855
20856         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20857         (gnus-mime-security-button-menu): New definition.
20858         (gnus-mime-security-button-map): Use them.
20859         (gnus-mime-security-button-menu): New function.
20860         (gnus-insert-mime-security-button): Addition to help echo.
20861         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20862         (gnus-mime-security-pipe-part): New functions.
20863
20864         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20865         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20866
20867         * mm-decode.el (mm-handle-set-disposition): Remove.
20868         (mm-handle-set-description): Remove.
20869
20870 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20873         (mm-w3m-standalone-supports-m17n-p): New function.
20874         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20875         w3m usage.
20876
20877         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20878         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20879
20880 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20881
20882         * message.el (message-tool-bar-zap-list):
20883         Use gmm-tool-bar-zap-list as custom type.
20884         (message-tool-bar-update): New function.
20885         (message-tool-bar, message-tool-bar-gnome)
20886         (message-tool-bar-retro): Add message-tool-bar-update.
20887         (message-tool-bar-gnome): Add flyspell-buffer.
20888
20889         * gnus-util.el (gnus-error): Describe `args'.
20890
20891         * gmm-utils.el (gmm-error): Describe `args'.
20892         (gmm-tool-bar-zap-list): New widget.
20893         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20894
20895 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20896
20897         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20898         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20899         the number of recursive calls.
20900
20901         * mm-decode.el (mm-handle-set-disposition): New macro.
20902         (mm-handle-set-description): New macro.
20903
20904 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20907         encoding.
20908
20909 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * message.el (message-tool-bar-zap-list, message-tool-bar)
20912         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20913         (message-tool-bar-local-item-from-menu): Remove.
20914         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20915         (message-make-tool-bar): New function.
20916         (message-mode): Use `message-make-tool-bar'.
20917
20918         * gmm-utils.el: New file.
20919         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20920         (gmm-lazy): New widget copied from `nnmail.el'.
20921         (gmm-tool-bar-from-list): New function for creating customizable
20922         tool bars.
20923         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20924         output.
20925         (gmm): Add :prefix to defgroup.
20926
20927 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20928
20929         * gmm-utils.el (gmm-widget-p): New function.
20930
20931 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20932
20933         * mml.el (mml-attach-file): Describe `description' in doc string.
20934         (mml-menu): Add Emacs MIME manual and PGG manual.
20935
20936 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20937
20938         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20939
20940 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20941
20942         * nntp.el (nntp-end-of-line): Doc fix.
20943
20944 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20945
20946         * imap.el (imap-open): Handle case where buffer is a buffer
20947         object.
20948
20949 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20950
20951         * gnus-delay.el (gnus-delay): Don't autoload.
20952         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20953         to be re-loaded when customizing the `gnus-delay' group.
20954
20955 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20956
20957         * message.el (message-insert-citation-line): Use newlines.
20958
20959 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20960
20961         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20962         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20963         these routines, so the passphrase can be managed externally and
20964         passed in to the system.
20965         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20966         pgg-add-passphrase-to-cache function.
20967
20968         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20969         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20970         these routines, so the passphrase can be managed externally and
20971         passed in to the system.
20972         (pgg-pgp5-sign-region): Use new name of
20973         pgg-add-passphrase-to-cache function.
20974
20975 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20976
20977         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20978         part of the decoded armor to find the key-identifier.
20979         (pgg-gpg-lookup-key-owner): New function to return the
20980         human-readable identifier of a key owner.
20981         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20982         itself.
20983         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20984         the key value) if we have a key and can match it against a secret
20985         key.  Also, added a note pointing out fact that the prompt only
20986         indicates the first matching key.
20987
20988         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20989         pgg-decrypt-region.
20990         (pgg-add-passphrase-to-cache): Rename from
20991         `pgg-add-passphrase-cache' to reduce confusion (all callers
20992         changed).
20993         (pgg-remove-passphrase-from-cache): Rename from
20994         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20995         changed).
20996         (pgg-read-passphrase, pgg-add-passphrase-cache)
20997         (pgg-remove-passphrase-cache): Add informative docstrings.
20998         (pgg-decrypt): Convey provided passphrase in subordinate call to
20999         pgg-decrypt-region.
21000
21001 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21002
21003         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21004         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21005         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21006         'passphrase' argument, so the passphrase can be managed externally
21007         and then passed in to the system.
21008
21009         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21010         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21011         so the passphrase cache can be used reliably with identifiers
21012         besides a pgp packet's key id.
21013
21014         * pgg-gpg.el (pgg-gpg-encrypt-region)
21015         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21016         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21017         these routines, so the passphrase can be managed externally and
21018         passed in to the system.
21019
21020         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21021         'notruncate' argument, so the passphrase cache can be used
21022         reliably with identifiers besides a pgp packet's key id.
21023
21024 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21025
21026         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21027         symmetric encryption.
21028         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21029         encrypted session key.
21030         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21031         message ask for the passphrase in a proper way.
21032
21033         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21034         New user commands for symmetric encryption.
21035
21036 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21037
21038         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21039
21040         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21041
21042 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21043
21044         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21045
21046 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21047
21048         * mm-decode.el (mm-inlined-types): Add application/pgp.
21049         (mm-automatic-display): Ditto.
21050
21051         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21052         part as text.
21053
21054 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21055
21056         * nnrss.el: Update copyright.
21057         (nnrss-opml-import): Query whether to subscribe to each entry.
21058
21059         * gnus-art.el:
21060         * gnus-sum.el:
21061         * gnus-xmas.el:
21062         * messagexmas.el:
21063         * mm-uu.el:
21064         * mm-view.el: Update copyright.
21065
21066 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21067
21068         * message.el (message-info): New function.
21069         (message-mode-menu): Add it.
21070         Update copyright.
21071
21072         * ChangeLog: Fix and update copyright.
21073
21074 2006-01-13  Romain Francoise  <romain@orebokech.com>
21075
21076         * message.el (message-forward-subject-name-subject): Prefer the
21077         address to 'nowhere' if the sender has no name.
21078         Fix typo.  Update copyright year.
21079
21080 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21081
21082         * gnus-art.el (article-wash-html):
21083         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21084         (gnus-article-wash-html-with-w3m-standalone): New function.
21085
21086         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21087         mm-inline-text-html-render-with-w3m-standalone.
21088         (mm-text-html-washer-alist): Map w3m-standalone to
21089         gnus-article-wash-html-with-w3m-standalone.
21090         (mm-inline-text-html-render-with-w3m-standalone): New function.
21091
21092 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21093
21094         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21095         Improve LaTeX.
21096
21097 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21100         (nnrss-request-article): Render text/plain parts as HTML.
21101
21102         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21103         the buffer.
21104
21105 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21106
21107         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21108         custom definition of `gnus-posting-styles'.
21109
21110         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21111         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21112
21113 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21114
21115         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21116         Use nntp for bug archive.
21117
21118 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21119
21120         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21121         parts.
21122         (nnrss-normalize-date): New function converts ISO 8601 date into
21123         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21124         (nnrss-check-group): Use it.
21125
21126 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21127
21128         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21129
21130         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21131         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21132         (nnrss-insert-w3): Ditto.
21133
21134 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21135
21136         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21137         the articles to be forwarded including the case where neither a
21138         number of articles nor a region is specified.
21139
21140 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21141
21142         * nnrss.el (nnrss-request-article): Fix last change; fill
21143         text/plain parts.
21144
21145 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21148         in text/plain part.
21149         (nnrss-check-group): Don't add excessive newline to dc:subject.
21150
21151 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21152
21153         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21154         article.
21155
21156 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21157
21158         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21159         (nnml-use-compressed-files, nnml-save-mail): Support other
21160         comression programs such as bzip2.
21161
21162 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21163
21164         * dns.el (query-dns): Make sure we check the buffer size before
21165         removing tcp headers.
21166
21167 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21168
21169         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21170         remove MIME buttons associated with multipart/alternative parts.
21171         (gnus-mime-display-alternative): Tag buttons using `article-type'
21172         text property.
21173
21174         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21175         associated with multipart/alternative parts.
21176
21177         * gnus-art.el (gnus-signature-separator): Fix custom type.
21178
21179         * mm-decode.el (mm-inlined-types): Fix custom type.
21180         (mm-keep-viewer-alive-types): Ditto.
21181         (mm-automatic-display): Ditto.
21182         (mm-attachment-override-types): Ditto.
21183         (mm-inline-override-types): Ditto.
21184         (mm-automatic-external-display): Ditto.
21185
21186 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21187
21188         * spam-report.el (spam-report-user-mail-address)
21189         (spam-report-user-agent): New variables.
21190         (spam-report-url-ping-plain): Use spam-report-user-agent.
21191
21192 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21193
21194         * gnus-art.el (gnus-button-handle-custom): Do not just use
21195         `customize-apropos' for any "M-x customize-*" button but the
21196         function called for.  Accept both the function name and its
21197         argument in order to achieve this.
21198         (gnus-button-alist): Remove support for "custom:" URL's.
21199         Pass function name to `gnus-button-handle-custom' in case of "M-x
21200         customize-*" buttons.
21201
21202 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21205         multipart/alternative and add xref to mm-discouraged-alternatives
21206         in doc string.
21207
21208         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21209         gnus-buttonized-mime-types in doc string.
21210
21211 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21212
21213         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21214         Suggest image/.* in the doc string.
21215
21216 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21217
21218         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21219         message-marks (Debian bug#342521).
21220
21221 2005-12-12  Simon Josefsson  <jas@extundo.com>
21222
21223         * password.el (password-read-from-cache): Add.
21224         (password-read): Use it.
21225
21226 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21227
21228         * rfc2047.el (rfc2047-charset-to-coding-system):
21229         Recognize us-ascii as a MIME charset.
21230
21231         * mm-bodies.el (mm-decode-content-transfer-encoding):
21232         Protect against the case where the 2nd arg TYPE is nil.
21233
21234 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21235
21236         * pop3.el (pop3-stream-type): Fix custom version.
21237
21238         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21239
21240 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21241
21242         * mm-decode.el (mm-display-external): Add missing cdr.
21243
21244 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21247         RFC1524) if it is in mailcap or add a suffix according to
21248         mailcap-mime-extensions when generating a temp filename; postpone
21249         deleting a temp file for 2 seconds for some wrappers, shell
21250         scripts, and so on, which might exit right after having started a
21251         viewer command as a background job.
21252
21253 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21254
21255         * nntp.el (nntp-marks-directory): Fix custom group.
21256
21257         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21258         steps when < 10.
21259
21260         * gnus-start.el (gnus-no-server-1):
21261         Mention `gnus-level-default-subscribed' in doc string.
21262
21263 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21264
21265         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21266         parens.
21267
21268 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * gnus-xmas.el (gnus-use-toolbar): Revert.
21271         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21272         gnus-use-toolbar is default.
21273
21274         * messagexmas.el (message-use-toolbar): Revert.
21275         (message-setup-toolbar): Use global default-toolbar if
21276         message-use-toolbar is default.
21277
21278 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21279
21280         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21281         according to default-toolbar-visible-p.
21282
21283         * messagexmas.el (message-use-toolbar): Ditto.
21284
21285 2005-11-26  Dave Love  <fx@gnu.org>
21286
21287         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21288         (tls-program, tls-success): Provide openssl alternative.
21289
21290         * starttls.el: Doc fixes.
21291         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21292         SERVICE to PORT.
21293
21294         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21295         port null or service name.
21296         (starttls-negotiate): Autoload.
21297
21298 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21299
21300         * message.el (message-kill-to-signature): Fix interactive spec.
21301
21302 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21303
21304         * pop3.el (pop3-open-server): Recognize a string as a service name.
21305
21306 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21307
21308         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21309
21310 2005-11-23  Dave Love  <fx@gnu.org>
21311
21312         Add pop3s, pop3/starttls.
21313
21314         * pop3.el (pop3-authentication-scheme): Clarify doc.
21315         (open-tls-stream, starttls-open-stream): Autoload.
21316         (pop3-stream-type): New.
21317         (pop3-open-server): Use it.
21318
21319         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21320         for POP.
21321         (mail-source-keyword-map): Add :stream for POP.
21322         (mail-source-fetch-pop): Use pop3-stream-type.
21323
21324 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21325
21326         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21327         of current-time-string.
21328
21329 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21330
21331         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21332         date header.
21333
21334 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21335
21336         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21337         it can seriously impact performance as it bypasses the agent's
21338         local caches.
21339
21340 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21341
21342         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21343         must be explicitly online rather than "not explicitly offline" for
21344         its flags to be synchronized.
21345
21346         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21347         that gnus-uu-unmark-thread will function correctly.
21348
21349         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21350         1024K is instead displayed as 1M.
21351
21352 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21353
21354         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21355
21356 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21357
21358         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21359
21360 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21361
21362         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21363         error message to display actual error condition.
21364         (gnus-agent-save-local): Avoid saving symbols that are bound to
21365         nil as they simply result in a warning message in
21366         gnus-agent-read-local.
21367
21368 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21369
21370         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21371         rather than make-variable-buffer-local for file-precious-flag.
21372
21373 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21374
21375         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21376         for duplicates which are removed.  The invalid sort check then
21377         triggers a rescan after the sort as sorting may have moved
21378         duplicate entries such that they can be cheaply detected.
21379
21380 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21383
21384 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21385
21386         * gnus-agent.el (gnus-agent-article-alist-save-format):
21387         Change internal variable to a custom variable.  Change default value
21388         from compressed(2) to uncompressed(1).
21389         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21390         support for uncompressed agentview files.  Taken together, reading
21391         the agentview file should now be 6-7 times faster.
21392
21393 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21394
21395         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21396         as a buffer-local variable.  This avoids creating truncated
21397         dribble files as a result of a hang up, eg.
21398
21399 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21400
21401         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21402         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21403         XEmacs.
21404
21405 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * gnus-start.el (gnus-start-draft-setup):
21408         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21409
21410         * gnus.el (gnus-splash): Change custom group.
21411         (gnus-group-get-parameter, gnus-group-parameter-value):
21412         Describe allow-list argument.
21413
21414         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21415         string.
21416
21417 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21418
21419         * gnus-art.el (gnus-default-article-saver): Add user-defined
21420         `function' to custom type.
21421
21422 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21423
21424         * imap.el (imap-open): Handle case where buffer is a buffer
21425         object.
21426
21427 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21428
21429         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21430         long lines.
21431         (gnus-cache-delete-group): Wrap doc strings.
21432
21433         * gnus-agent.el (gnus-agent-rename-group)
21434         (gnus-agent-delete-group): Wrap doc strings.
21435
21436 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21437
21438         * messagexmas.el (message-use-toolbar): Change the valid values
21439         into default, top, bottom, left, and right.
21440         (message-toolbar-thickness): New variable.
21441         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21442         well.
21443         (message-setup-toolbar): Make it work.
21444
21445         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21446         (gnus-use-toolbar): Change the valid values into default, top,
21447         bottom, left, and right.
21448         (gnus-toolbar-thickness): New variable.
21449         (gnus-xmas-setup-toolbar): New function.
21450         (gnus-xmas-setup-group-toolbar): Use it.
21451         (gnus-xmas-setup-summary-toolbar): Use it.
21452
21453 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21454
21455         * gnus-start.el (gnus-1): Add "native" to
21456         gnus-predefined-server-alist.
21457
21458         * gnus.el (gnus-method-to-server): Don't add "native" to the
21459         lists here, because that leads to problems when
21460         gnus-select-method is bound.
21461
21462 2005-11-09  Simon Josefsson  <jas@extundo.com>
21463
21464         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21465         use (not sort-by-date) instead.
21466
21467 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21468
21469         * gnus-delay.el (gnus-delay-group): Don't autoload.
21470         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21471         to be re-loaded when customizing the `gnus-delay' group.
21472
21473 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21474
21475         * message.el: Revert last changes.
21476         (message-insert-citation-line): Use newlines.
21477
21478 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21479
21480         * message.el (message-courtesy-message)
21481         (message-mark-insert-begin, message-mark-insert-end)
21482         (message-elide-ellipsis, message-cancel-message)
21483         (message-add-header, message-change-subject)
21484         (message-cross-post-followup-to-header)
21485         (message-cross-post-insert-note, message-reduce-to-to-cc)
21486         (message-widen-reply, message-delete-not-region)
21487         (message-kill-to-signature, message-insert-signature)
21488         (message-insert-importance-high, message-insert-importance-low)
21489         (message-insert-or-toggle-importance)
21490         (message-insert-disposition-notification-to)
21491         (message-indent-citation, message-yank-original)
21492         (message-cite-original-without-signature, message-cite-original)
21493         (message-insert-citation-line, message-position-on-field)
21494         (message-fix-before-sending, message-send-mail-partially)
21495         (message-send-mail, message-send-mail-with-sendmail)
21496         (message-send-mail-with-qmail, message-send-news)
21497         (message-check-news-header-syntax, message-generate-headers)
21498         (message-insert-courtesy-copy, message-fill-address)
21499         (message-fill-header, message-shorten-references)
21500         (message-setup-1, message-cancel-news)
21501         (message-forward-make-body-plain, message-forward-make-body-mime)
21502         (message-forward-make-body-mml, message-encode-message-body)
21503         (message-forward-make-body-digest-plain)
21504         (message-forward-make-body-digest-mime)
21505         (message-use-alternative-email-as-from): Insert `hard-newline'
21506         instead of ordinary newlines.
21507
21508 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21509
21510         * message.el (message-generate-headers): Downcase the argument
21511         given to message-check-element.
21512
21513 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21514
21515         * nntp.el (nntp-authinfo-rejected): New error condition.
21516         (nntp-wait-for): Use new error condition to signal authentication
21517         error.
21518         (nntp-retrieve-data): Rethrow new error condition to break out of
21519         recursive call to nntp-send-authinfo.
21520
21521 2005-11-08  Romain Francoise  <romain@orebokech.com>
21522
21523         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21524         (gnus-summary-exit-map): Bind to `Z p'.
21525         (gnus-summary-make-menu-bar): Add menu item.
21526
21527 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21528
21529         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21530         (gnus-treat-*): Add `first' in all doc strings.
21531
21532         * gnus-group.el (gnus-group-compact-group): Fix typo.
21533
21534 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21535
21536         * gnus.el (gnus-parameters-case-fold-search): New variable.
21537         (gnus-parameters-get-parameter): Use it.
21538
21539         * gnus-score.el (gnus-home-score-file): Doc fix.
21540
21541 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21542
21543         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21544
21545 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * mm-util.el (mm-special-display-p): New function.
21548
21549         * mml.el (mml-preview): Use it; doc fix.
21550
21551 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21552
21553         * imap.el (imap-open): Handle case where buffer is a buffer object.
21554
21555 2005-10-29  Romain Francoise  <romain@orebokech.com>
21556
21557         * message.el (message-fix-before-sending): Fix comment.
21558
21559 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21560
21561         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21562
21563 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21564
21565         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21566         Used in gnus-score.el.
21567
21568 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21569
21570         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21571
21572 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21573
21574         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21575         whitespace removed in revision 7.8.  Use concatenated string to
21576         protect trailing whitespace.
21577
21578 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21579
21580         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21581         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21582         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21583         Courier IMAP ("some version from 2004").  Mostly based on similar
21584         code in the same function.
21585
21586 2005-10-26  Didier Verna  <didier@xemacs.org>
21587
21588         * gnus-group.el (gnus-group-compact-group): Invalidate original
21589         article buffer.
21590         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21591         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21592         NOV database and in article itself.
21593         Invalidate article backlog.
21594
21595 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21596
21597         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21598
21599 2005-10-26  Simon Josefsson  <jas@extundo.com>
21600
21601         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21602         part of 2004-07-25 change.
21603
21604 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21605
21606         * message.el (message-display-completion-list): New function.
21607         (message-expand-group): Use it; make sure the Completions buffer
21608         is modifiable.
21609 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21610
21611         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21612         user-mail-name is an empty string.
21613
21614 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21615
21616         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21617         depending on gnus-score-decay-constant.
21618
21619         * encrypt.el (encrypt-insert-file-contents)
21620         (encrypt-write-file-contents): Don't use `gnus-message'.
21621
21622         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21623         arguments.
21624         (mm-uu-type-alist): Add message-marks and insert-marks.
21625         Pass arguments to mm-uu-verbatim-marks-extract.
21626         (mm-uu-hide-markers): New variable.
21627         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21628
21629         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21630         (gnus-convert-image-to-face-command): Use "convert" by default to
21631         allow other input image formats.
21632         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21633         accordingly.
21634
21635 2005-10-23  Simon Josefsson  <jas@extundo.com>
21636
21637         * imap.el (imap-gssapi-program): Align command line parameters
21638         with latest GNU SASL.
21639         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21640
21641 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21642
21643         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21644         HTML.
21645         (nnslashdot-request-article): Ditto.
21646
21647         * lpath.el (featurep): Add nobreak-char-display.
21648
21649 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21650
21651         * mail-source.el (mail-source-fetch-pop): Require pop3.
21652         (mail-source-check-pop): Ditto.
21653
21654 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21655
21656         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21657         errors.
21658
21659 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21660
21661         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21662         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21663
21664         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21665
21666         * mm-bodies.el (mm-decode-string):
21667         Call `mm-charset-to-coding-system' with allow-override argument.
21668
21669 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21672         (rfc2047-charset-to-coding-system): New function.
21673         (rfc2047-decode-encoded-words): New function.
21674         (rfc2047-decode-region): Use them.
21675         (rfc2047-decode-cte): Remove.
21676         (rfc2047-parse-and-decode): Remove.
21677         (rfc2047-decode): Remove.
21678
21679 2005-10-15  Kenichi Handa  <handa@m17n.org>
21680
21681         * rfc2047.el (rfc2047-decode-cte): New function.
21682         (rfc2047-decode-region): Change the way to decode successive
21683         encoded-words: decode B- or Q-encoding in each encoded-word,
21684         concatenate them, and decode it as charset.
21685
21686 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * lpath.el: Fbind codepage-setup for XEmacs.
21689
21690 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21691
21692         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21693         widget-move-and-invoke.
21694         (gnus-custom-mode): Use gnus-custom-map.
21695
21696 2005-10-15  Bill Wohler  <wohler@newt.com>
21697
21698         * message.el (message-tool-bar-map): Rename image file from
21699         mail_send to mail/send.
21700
21701 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21702
21703         * message.el (message-expand-group): Pass the common
21704         prefix substring of completion to `display-completion-list'.
21705
21706 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21707
21708         * mml-sec.el (mml-secure-method): New internal variable.
21709         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21710         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21711         New functions using mml-secure-method.
21712
21713         * mml.el (mml-mode-map): Add key bindings for those functions.
21714         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21715         Harder <harder@myrealbox.com>.
21716         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21717         Goto end of message if point is the headers of the message.
21718
21719         * message.el (message-in-body-p): New function.
21720
21721         * assistant.el: Autoload gnus-util and netrc.
21722
21723         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21724         Use `mm-charset-override-alist' only when decoding.
21725
21726         * mm-bodies.el (mm-decode-body):
21727         Call `mm-charset-to-coding-system' with allow-override argument.
21728
21729         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21730         `filename' from Content-Disposition if Content-Type doesn't
21731         provide `name'.
21732         (gnus-mime-view-part-as-type): Set default instead of
21733         initial-input.
21734
21735 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21736
21737         * format-spec.el (format-spec): Propagate text properties of % spec.
21738
21739 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21740
21741         * gnus-art.el (gnus-treat-predicate): Add `first'.
21742
21743 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21744
21745         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21746         (mm-charset-override-alist): New variable.
21747         (mm-charset-to-coding-system): Use it.
21748         (mm-codepage-setup): New helper function.
21749         (mm-charset-eval-alist): New variable.
21750         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21751         Warn about unknown charsets.
21752
21753         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21754
21755 2005-10-04  David Hansen  <david.hansen@gmx.net>
21756
21757         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21758         (nnrss-check-group): Ditto.
21759
21760 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21761
21762         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21763         Rename x-gnus-verbatim to x-verbatim.
21764         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21765
21766         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21767         x-verbatim.
21768
21769         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21770
21771         * gnus-util.el (gnus-remove-duplicates): Remove.
21772
21773         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21774         instead of gnus-remove-duplicates.
21775
21776         * message.el (message-remove-duplicates): Remove.
21777         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21778         message-remove-duplicates.
21779
21780         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21781         available, else use implementation from `delete-dups'.
21782
21783         * message.el (message-insert-expires): New function.
21784         (message-mode-map): Add key binding.
21785         (message-mode-field-menu): Add menu entry.
21786         (message-mode): Document it.
21787         (message-make-expires-date): Use `message-make-date'.
21788
21789 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21790
21791         * message.el (message-make-expires-date): New function.
21792
21793 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * Makefile.in (list-installed-shadows): New entry.
21796         (install): Use it.
21797         (remove-installed-shadows): New entry.
21798
21799         * dgnushack.el (dgnushack-default-load-path): New variable.
21800         (dgnushack-find-lisp-shadows): New function.
21801         (dgnushack-remove-lisp-shadows): New function.
21802
21803 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * Makefile.in (install-el-elc): New entry.
21806         (install): Use it so that .el files are necessarily installed.
21807
21808 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21809
21810         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21811
21812 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21813
21814         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21815         function rather than the diff-mode.el package.
21816         (mm-display-external): Use with-current-buffer.
21817         (mm-viewer-completion-map, mm-viewer-completion-map):
21818         Move initialization inside declaration.
21819
21820 2005-09-29  Simon Josefsson  <jas@extundo.com>
21821
21822         * spam.el: Load hashcash when compiling, to avoid warnings.
21823         Don't autoload mail-check-payment.
21824         (spam-check-hashcash): Define unconditionally, since hashcash.el
21825         is part of Gnus now.  Ignore errors from payment checking.
21826
21827 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21828
21829         * message.el (message-bold-region, message-unbold-region):
21830         Rename from `bold-region' and `unbold-region'.
21831
21832         * message.el: Remove useless autoloads.
21833
21834 2005-09-28  Simon Josefsson  <jas@extundo.com>
21835
21836         * message.el (message-use-idna): Default to t.
21837         (message-use-idna): Test whether encoding works too.  Doc fix.
21838
21839 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * nntp.el (nntp-warn-about-losing-connection): Remove.
21842
21843 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21844
21845         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21846         customizable.  Change default value.
21847         (mm-uu-diff-groups-regexp): Change default value.
21848         (mm-uu-type-alist): Add doc string.
21849         (mm-uu-configure): Add doc string.  Make it interactive.
21850         (mm-uu-tex-groups-regexp): New variable.
21851         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21852         (mm-uu-type-alist): Add LaTeX documents.
21853         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21854         of "text/verbatim".
21855         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21856
21857         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21858         instead of "text/verbatim".
21859
21860         * message.el (message-mark-inserted-region)
21861         (message-mark-insert-file): Use slrn style marks when called with
21862         prefix argument.
21863
21864 2005-09-27  Simon Josefsson  <jas@extundo.com>
21865
21866         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21867
21868 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21869
21870         * message.el (message-remove-duplicates): New function.
21871         Implementation borrowed from `gnus-remove-duplicates'.
21872         (message-idna-to-ascii-rhs): Also encode idna addresses in
21873         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21874         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21875         only ask about the same idna domain once per header and also tell
21876         in what header to replace the idna domain.
21877
21878         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21879         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21880         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21881         a header is decoded and not just the last one.
21882
21883 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21886         has been decoded.
21887
21888         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21889         (mm-insert-part): Don't modify text if it has been decoded.
21890
21891         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21892         decoded.
21893
21894         * mm-view.el (mm-inline-text): Don't strip text props unless
21895         decoding enriched or richtext parts.
21896
21897 2005-09-25  Romain Francoise  <romain@orebokech.com>
21898
21899         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21900         * gnus-start.el (gnus-subscribe-interactively):
21901         * gnus-uu.el (gnus-uu-grab-articles):
21902         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21903         space.
21904
21905 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21906
21907         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21908         * mm-view.el (mm-view-pkcs7-decrypt):
21909         * gnus-sum.el (gnus-summary-limit-to-extra)
21910         (gnus-summary-respool-article, gnus-read-move-group-name):
21911         * gnus-score.el (gnus-summary-increase-score):
21912         * gnus-util.el (gnus-completing-read-with-default):
21913         * gnus-art.el (gnus-read-save-file-name)
21914         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21915         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21916         * message.el (message-check-news-header-syntax):
21917         Follow convention for reading with the minibuffer.
21918
21919 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21920
21921         * spam-report.el (spam-report-url-ping-plain):
21922         Use gnus-extended-version as User-Agent.
21923
21924         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21925         default value is nil.
21926
21927         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21928         (mm-uu-verbatim-marks-extract): New function.
21929         (mm-uu-extract): New face.
21930         (mm-uu-copy-to-buffer): Use it.
21931
21932         * spam-report.el (spam-report-gmane-ham): Rename from
21933         `spam-report-gmane-unspam'.
21934         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21935         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21936
21937         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21938         Autoload.
21939         (spam-report-gmane-unregister-routine):
21940         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21941
21942 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21943
21944         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21945         (spam-report-gmane-unregister-routine): Add support for gmane
21946         unregistration.
21947
21948         * spam-report.el (spam-report-gmane-unspam)
21949         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21950         (spam-report-gmane): Change to take a single article and do unspam
21951         registration.
21952
21953 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21954
21955         * mm-url.el (mm-url-decode-entities): Fix regexp.
21956
21957 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21958
21959         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21960         default to nil, to be able to use Gnus at all.  If the default
21961         switches to something else, then the function should be fixed not
21962         be exceedingly slow.
21963
21964 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21965
21966         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21967         fail hard.
21968
21969         * spam-report.el: Add better Keywords line.
21970
21971         * spam.el: Add Maintainer and better Keywords line.
21972
21973 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21974
21975         * gnus-art.el (gnus-article-replace-part)
21976         (gnus-mime-replace-part): New functions.
21977         (gnus-mime-action-alist, gnus-mime-button-commands)
21978         (gnus-mime-save-part-and-strip): Add file argument.
21979         (gnus-article-part-wrapper): Add interactive argument.
21980
21981         * gnus-sum.el (gnus-summary-mime-map):
21982         Add `gnus-article-replace-part'.
21983
21984 2005-09-19  Didier Verna  <didier@xemacs.org>
21985
21986         The nnml compaction feature:
21987         * nnml.el (nnml-request-compact-group): New function.
21988         * nnml.el (nnml-request-compact): New function.
21989         * gnus-int.el (gnus-request-compact-group): New function.
21990         * gnus-int.el (gnus-request-compact): New function.
21991         * gnus-group.el (gnus-group-compact-group): New function.
21992         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21993         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21994         * gnus-srvr.el (gnus-server-compact-server): New function.
21995         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21996         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21997
21998 2005-09-18  Deepak Goel  <deego@gnufans.org>
21999
22000         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22001         format spec.
22002
22003 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22006
22007 2005-09-15  Romain Francoise  <romain@orebokech.com>
22008
22009         * message.el (message-fill-paragraph): Clarify docstring.
22010
22011 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * gnus-art.el (gnus-mime-display-part): Protect against broken
22014         MIME messages.
22015
22016 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22019         before parsing header.
22020
22021 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22022
22023         * html2text.el (html2text-replace-list): Add new entities.
22024
22025 2005-09-11  Romain Francoise  <romain@orebokech.com>
22026
22027         * message.el (message-alternative-emails): Improve docstring.
22028         (message-setup-1): Call `message-use-alternative-email-as-from'
22029         after `message-setup-hook' to give it precedence over posting
22030         styles, etc.
22031         (message-use-alternative-email-as-from): Add docstring.
22032         Remove the original From header if present.
22033
22034         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22035         (nnml-save-mail): Use it.
22036
22037         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22038         articles.  Add new argument `silent'.
22039         (gnus-uu-mark-all): Report the total number of marked articles.
22040
22041 2005-09-10  Romain Francoise  <romain@orebokech.com>
22042
22043         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22044         (gnus-uu-mark-series): Likewise.
22045
22046 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22047
22048         * spam-report.el (spam-report-gmane): Fix generation of spam
22049         report URL.
22050
22051 2005-09-10  Simon Josefsson  <jas@extundo.com>
22052
22053         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22054         t, based on discussion on the ding list with Robert Epprecht
22055         <epprecht@solnet.ch>.
22056
22057 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22058
22059         * spam-report.el (spam-report-gmane): Make it work without
22060         X-Report-Spam header.  Gmane now only provides Archived-At.
22061         This is only used if `spam-report-gmane-use-article-number' is nil.
22062         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22063
22064         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22065         make `gnus-summary-sort-by-recipient' work with threading.
22066
22067         * nnweb.el (nnweb-google-wash-article): Print a message if article
22068         is not available.
22069
22070 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22071
22072         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22073         change.  Decode text/* parts content before displaying.
22074
22075 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22076
22077         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22078
22079 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22082
22083         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22084         url-package-name, url-package-version,
22085         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22086         w3m-display-inline-images, and w3m-minor-mode-map.
22087
22088 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22089
22090         * message.el (message-tab-body-function): Fix mismatched custom type.
22091
22092         * gnus.el (gnus-group-change-level-function): Ditto.
22093
22094         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22095
22096         * gnus-art.el (gnus-signature-limit)
22097         (gnus-article-mime-part-function): Ditto.
22098
22099 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * mml.el (mml-mode): Silence the byte compiler.
22102
22103         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22104         using `(sit-for 0)' before moving the point to the specified part;
22105         skip unbuttonized parts.
22106         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22107         return to the summary window if gnus-auto-select-part is non-nil.
22108
22109 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22110
22111         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22112         New variables.
22113         (mml-dnd-attach-file, mml-mode): Use them.
22114
22115         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22116         Make fetching article by MID work again for Google Groups.
22117         Add FIXME concerning gnus-group-make-web-group.
22118
22119         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22120         Don't depend on Gnus by using mail-extract-address-components if
22121         gnus-extract-address-components is not bound.
22122
22123 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22124
22125         * gnus-art.el (gnus-mime-display-security): Don't display the
22126         signature, but only the signed part.
22127
22128 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22129
22130         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22131
22132         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22133         list, not listp.
22134
22135 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22136
22137         * mm-encode.el (mm-encode-content-transfer-encoding):
22138         Likewise when encoding.
22139
22140         * mm-bodies.el (mm-decode-content-transfer-encoding):
22141         De-canonicalize CRLF for all text content types, not just
22142         text/plain.
22143
22144 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22145
22146         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22147         valid article; point arrow and cursor at the MIME button.
22148
22149 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22150
22151         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22152         Suggested by Dan Christensen <jdc@uwo.ca>.
22153
22154         * mm-decode.el (mm-save-part): Enable change of prompt.
22155
22156 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22157
22158         * gnus-msg.el (gnus-inews-add-send-actions):
22159         Make `message-post-method' lambda parameter ARG `&optional'.
22160
22161 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22162
22163         * gnus-sum.el (gnus-summary-mime-map):
22164         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22165         gnus-article-jump-to-part.
22166
22167         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22168         (gnus-article-edit-part): Use it.
22169         (gnus-article-part-wrapper): Add no-handle argument.
22170         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22171         New functions.
22172
22173 2005-08-29  Romain Francoise  <romain@orebokech.com>
22174
22175         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22176         docstring.
22177         (gnus-face-from-file): Likewise.
22178
22179 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22180
22181         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22182         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22183         non-nil.
22184         (gnus-auto-select-part): New variable.
22185         (gnus-article-jump-to-part): New function.
22186         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22187         (gnus-mime-delete-part): Allow selecting specified part after
22188         deleting or stripping parts.
22189         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22190         part if argument is bogus.
22191
22192 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22193
22194         * gnus-art.el (w3m-minor-mode-map):
22195         * gnus-spec.el (gnus-newsrc-file-version):
22196         * gnus-util.el (nnmail-active-file-coding-system)
22197         (gnus-original-article-buffer, gnus-user-agent):
22198         * gnus.el (gnus-ham-process-destinations)
22199         (gnus-parameter-ham-marks-alist)
22200         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22201         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22202         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22203         * mm-decode.el (gnus-current-window-configuration):
22204         * mm-extern.el (gnus-article-mime-handles):
22205         * mm-url.el (url-current-object, url-package-name)
22206         (url-package-version):
22207         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22208         (smime-keys, w3m-cid-retrieve-function-alist)
22209         (w3m-current-buffer, w3m-display-inline-images)
22210         (w3m-minor-mode-map):
22211         * mml-smime.el (gnus-extract-address-components):
22212         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22213         (gnus-newsrc-hashtb, message-default-charset)
22214         (message-deletable-headers, message-options)
22215         (message-posting-charset, message-required-mail-headers)
22216         (message-required-news-headers):
22217         * mml1991.el (mc-pgp-always-sign):
22218         * mml2015.el (mc-pgp-always-sign):
22219         * nnheader.el (nnmail-extra-headers):
22220         * rfc1843.el (gnus-decode-encoded-word-function)
22221         (gnus-decode-header-function, gnus-newsgroup-name):
22222         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22223
22224 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22225
22226         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22227         the end of the date treatments.
22228
22229 2005-08-15  Simon Josefsson  <jas@extundo.com>
22230
22231         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22232         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22233         Capello and Romain Francoise.
22234         (pgg-fetch-key-function): Remove, not used?
22235         (pgg-insert-url-with-w3): Require url, to get
22236         url-insert-file-contents regardless of where it is defined.
22237
22238 2005-08-13  Romain Francoise  <romain@orebokech.com>
22239
22240         * message.el (message-cite-original-1): New function.
22241         (message-cite-original): Use it.
22242         (message-cite-original-without-signature): Ditto.
22243
22244 2005-08-08  Romain Francoise  <romain@orebokech.com>
22245
22246         * message.el (message-yank-empty-prefix): New variable.
22247         (message-indent-citation): Use it.
22248         (message-cite-original-without-signature): Respect X-No-Archive.
22249
22250 2005-08-08  Simon Josefsson  <jas@extundo.com>
22251
22252         * pgg.el: Autoload url-insert-file-contents instead of loading
22253         w3/url.
22254         (pgg-insert-url-with-w3): Don't load url here.
22255
22256 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22257
22258         * message.el (message-kill-to-signature): Don't insert newline at
22259         bol.
22260         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22261
22262 2005-08-06  Romain Francoise  <romain@orebokech.com>
22263
22264         * message.el (message-user-fqdn): Fix typo in docstring.
22265
22266 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22267
22268         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22269
22270         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22271
22272 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22273
22274         * mm-bodies.el (mm-encode-body): Use coding system rather than
22275         charset to encode text.
22276
22277         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22278         number of charsets if utf-8 is available (XEmacs).
22279
22280 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22281
22282         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22283         taken from `gnus-button-mid-or-mail-regexp'.
22284         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22285         (gnus-button-alist): Improve regexp for domain part of the MIDs
22286         for news:localpart@domain buttons.
22287         (gnus-button-ctan-directory-regexp): Update.
22288
22289 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22290
22291         * sieve-manage.el (sieve-manage-interactive-login):
22292         Use make-local-variable rather than make-variable-buffer-local.
22293         (sieve-manage-open): Ditto.
22294         (sieve-manage-authenticate): Ditto.
22295
22296         * mml.el (mml-generate-mime-1): Make the content type default to
22297         text/plain if the filename is not specified.
22298
22299 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22302         instead of insert-buffer.
22303
22304         * message.el (message-yank-original): Ditto; set the mark at the
22305         end of the yanked message.
22306
22307 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22308
22309         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22310         lines to scroll rather than to stop it.
22311
22312         * mml.el (mml-generate-default-type): Add doc string.
22313         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22314         default to application/octet-stream when determining the content
22315         type if it is not specified for the part or the mml contents; add
22316         a comment about mml-generate-default-type.
22317
22318 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22319
22320         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22321         make it default to application/octet-stream when determining the
22322         content type if it is not specified for the external contents.
22323
22324 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22325
22326         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22327         segmented parameter but also other parameters might be there.
22328
22329 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22330
22331         * mm-decode.el (mm-display-external): Delete temp file, directory
22332         and buffer immediately if the external process is exited.
22333
22334 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22335
22336         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22337         fewer lines than that of scroll-margin.
22338         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22339
22340 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22341
22342         * gnus-art.el (gnus-article-next-page): Revert.
22343         (gnus-article-beginning-of-window): New macro.
22344         (gnus-article-next-page-1): Use it.
22345         (gnus-article-prev-page): Ditto.
22346         (gnus-article-edit-part): Use insert-buffer-substring instead of
22347         insert-buffer.
22348         (gnus-article-edit-exit): Ditto.
22349
22350         * gnus-util.el (gnus-beginning-of-window): Remove.
22351         (gnus-end-of-window): Remove.
22352
22353         * lpath.el: Don't bind header-line-format and scroll-margin.
22354
22355 2005-07-25  Simon Josefsson  <jas@extundo.com>
22356
22357         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22358         to have the url package without w3.  Reported by Daiki Ueno
22359         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22360
22361 2005-07-20  Didier Verna  <didier@xemacs.org>
22362
22363         * gnus-diary.el: Remove the description comment (nndiary is now
22364         properly documented in the Gnus manual).
22365         Fix the spelling of "Back End".
22366         * nndiary.el: Ditto.
22367         Fix the copyright notice.
22368
22369 2005-07-18  Romain Francoise  <romain@orebokech.com>
22370
22371         * gnus-sum.el (gnus-summary-to-prefix)
22372         (gnus-summary-newsgroup-prefix): New variables.
22373         (gnus-summary-from-or-to-or-newsgroups): Use them.
22374
22375 2005-07-17  Romain Francoise  <romain@orebokech.com>
22376
22377         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22378         space as it's generally not especially interesting to the user.
22379
22380 2005-07-16  Romain Francoise  <romain@orebokech.com>
22381
22382         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22383         nil to avoid prompting and file modification if one of the
22384         messages at the top of the nnfolder file contains a copyright
22385         notice.
22386         Update copyright notice.
22387
22388         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22389         instead of `current-time-string' as the latter creates a time
22390         string that is not RFC 2822 compliant (it lacks the zone).
22391         Update copyright notice.
22392
22393 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22394
22395         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22396         for text/rtf.  Display default in prompt.  Pass default for M-n.
22397
22398         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22399
22400 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22401
22402         * gnus-msg.el (gnus-button-mailto):
22403         Remove save-selected-window-window hackery because it relies on
22404         save-selected-window internals.
22405
22406 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22407
22408         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22409         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22410         (gnus-article-prev-page): Ditto.
22411
22412         * gnus-util.el (gnus-beginning-of-window): New function.
22413         (gnus-end-of-window): New function.
22414
22415         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22416
22417 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22418
22419         * gnus-score.el (gnus-score-edit-all-score):
22420         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22421         gnus-message.
22422
22423 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22424
22425         * gnus-msg.el (gnus-button-mailto):
22426         Remove save-selected-window-window hackery because it relies on
22427         save-selected-window internals.
22428
22429 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22430
22431         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22432         add-minor-mode.
22433         (gnus-binary-mode): Ditto.
22434
22435         * gnus-topic.el (gnus-topic-mode): Ditto.
22436
22437 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22438
22439         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22440         (gnus-article-prev-page): Take scroll-margin into consideration.
22441
22442 2005-07-04  Lute Kamstra  <lute@gnu.org>
22443
22444         Update FSF's address in GPL notices.
22445
22446 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22447
22448         * gnus.el (gnus-exit):
22449         * gnus-group.el (gnus-group-icons):
22450         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22451
22452         * gnus-nocem.el (gnus-nocem):
22453         * message.el (message-various, message-buffers, message-sending)
22454         (message-interface, message-forwarding, message-insertion)
22455         (message-headers, message-news, message-mail):
22456         * pgg-gpg.el (pgg-gpg):
22457         * pgg-parse.el (pgg-parse):
22458         * pgg-pgp.el (pgg-pgp):
22459         * pgg-pgp5.el (pgg-pgp5):
22460         * pop3.el (pop3): Finish `defgroup' description with period.
22461
22462 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * gnus-art.el (article-display-face): Improve the efficiency.
22465         (article-display-x-face): Ditto; remove gray x-face stuff.
22466
22467 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * gnus-art.el (article-display-face): Correct the position in
22470         which Faces are inserted.
22471
22472 2005-06-29  Didier Verna  <didier@xemacs.org>
22473
22474         * gnus-art.el (article-display-face): Display faces in correct
22475         order.
22476
22477 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22480         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22481         (gnus-nocem-check-article): Fetch the Type header.
22482         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22483         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22484         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22485         make sure gnus-nocem-hashtb is initialized.
22486         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22487         (gnus-nocem-unwanted-article-p): Ditto.
22488
22489         * pgg.el (pgg-verify): Return the verification result.
22490
22491 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22492
22493         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22494         is ascii.
22495
22496 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22497
22498         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22499         `show-nonbreak-escape'.
22500
22501 2005-06-23  Lute Kamstra  <lute@gnu.org>
22502
22503         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22504
22505         * dig.el (dig-mode):
22506         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22507
22508 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22509
22510         * nnimap.el (nnimap-split-download-body): Fix spellings.
22511
22512 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22513
22514         * gnus-art.el (gnus-article-encrypt-body):
22515         * gnus-cus.el (gnus-score-customize):
22516         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22517         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22518
22519 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22520
22521         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22522         header by looking for magic "MII" at the beginning.
22523
22524 2005-06-16  Miles Bader  <miles@gnu.org>
22525
22526         * gnus-xmas.el (gnus-xmas-group-startup-message):
22527         Use renamed gnus-splash face.
22528
22529         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22530         (assistant-field-face): New backward-compatibility alias for renamed
22531         face.
22532         (assistant-render-text): Use renamed assistant-field face.
22533
22534         * spam.el (spam): Remove "-face" suffix from face name.
22535         (spam-face): New backward-compatibility alias for renamed face.
22536         (spam-face, spam-initialize): Use renamed spam face.
22537
22538         * message.el (message-header-to, message-header-cc)
22539         (message-header-subject, message-header-newsgroups)
22540         (message-header-other, message-header-name)
22541         (message-header-xheader, message-separator, message-cited-text)
22542         (message-mml): Remove "-face" suffix from face names.
22543         (message-header-to-face, message-header-cc-face)
22544         (message-header-subject-face, message-header-newsgroups-face)
22545         (message-header-other-face, message-header-name-face)
22546         (message-header-xheader-face, message-separator-face)
22547         (message-cited-text-face, message-mml-face):
22548         New backward-compatibility aliases for renamed faces.
22549         (message-font-lock-keywords): Use renamed message faces.
22550
22551         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22552         (sieve-test-commands, sieve-tagged-arguments):
22553         Remove "-face" suffix from face names.
22554         (sieve-control-commands-face, sieve-action-commands-face)
22555         (sieve-test-commands-face, sieve-tagged-arguments-face):
22556         New backward-compatibility aliases for renamed faces.
22557         (sieve-control-commands-face, sieve-action-commands-face)
22558         (sieve-test-commands-face, sieve-tagged-arguments-face):
22559         Use renamed sieve faces.
22560
22561         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22562         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22563         (gnus-group-news-3-empty, gnus-group-news-4)
22564         (gnus-group-news-4-empty, gnus-group-news-5)
22565         (gnus-group-news-5-empty, gnus-group-news-6)
22566         (gnus-group-news-6-empty, gnus-group-news-low)
22567         (gnus-group-news-low-empty, gnus-group-mail-1)
22568         (gnus-group-mail-1-empty, gnus-group-mail-2)
22569         (gnus-group-mail-2-empty, gnus-group-mail-3)
22570         (gnus-group-mail-3-empty, gnus-group-mail-low)
22571         (gnus-group-mail-low-empty, gnus-summary-selected)
22572         (gnus-summary-cancelled, gnus-summary-high-ticked)
22573         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22574         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22575         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22576         (gnus-summary-low-undownloaded)
22577         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22578         (gnus-summary-low-unread, gnus-summary-normal-unread)
22579         (gnus-summary-high-read, gnus-summary-low-read)
22580         (gnus-summary-normal-read, gnus-splash):
22581         Remove "-face" suffix from face names.
22582         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22583         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22584         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22585         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22586         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22587         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22588         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22589         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22590         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22591         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22592         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22593         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22594         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22595         (gnus-summary-normal-ticked-face)
22596         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22597         (gnus-summary-normal-ancient-face)
22598         (gnus-summary-high-undownloaded-face)
22599         (gnus-summary-low-undownloaded-face)
22600         (gnus-summary-normal-undownloaded-face)
22601         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22602         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22603         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22604         (gnus-splash-face):
22605         New backward-compatibility aliases for renamed faces.
22606         (gnus-group-startup-message): Use renamed gnus faces.
22607
22608         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22609         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22610         (gnus-server-agent): Remove "-face" suffix from face names.
22611         (gnus-server-agent-face, gnus-server-opened-face)
22612         (gnus-server-closed-face, gnus-server-denied-face)
22613         (gnus-server-offline-face):
22614         New backward-compatibility aliases for renamed faces.
22615         (gnus-server-agent-face, gnus-server-opened-face)
22616         (gnus-server-closed-face, gnus-server-denied-face)
22617         (gnus-server-offline-face): Use renamed gnus faces.
22618
22619         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22620         Remove "-face" suffix from face names.
22621         (gnus-picon-xbm-face, gnus-picon-face):
22622         New backward-compatibility aliases for renamed faces.
22623
22624         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22625         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22626         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22627         (gnus-cite-11): Remove "-face" suffix from face names.
22628         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22629         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22630         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22631         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22632         New backward-compatibility aliases for renamed faces.
22633         (gnus-cite-attribution-face, gnus-cite-face-list)
22634         (gnus-article-boring-faces): Use renamed gnus faces.
22635
22636         * gnus-art.el (gnus-signature, gnus-header-from)
22637         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22638         (gnus-header-content): Remove "-face" suffix from face names.
22639         (gnus-signature-face, gnus-header-from-face)
22640         (gnus-header-subject-face, gnus-header-newsgroups-face)
22641         (gnus-header-name-face, gnus-header-content-face):
22642         New backward-compatibility aliases for renamed faces.
22643         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22644
22645         * gnus-sum.el (gnus-summary-selected-face)
22646         (gnus-summary-highlight): Use renamed gnus faces.
22647         * gnus-group.el (gnus-group-highlight): Likewise.
22648
22649 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22650
22651         * gnus-sieve.el (gnus-sieve-article-add-rule):
22652         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22653         * spam-stat.el (spam-stat-buffer-change-to-spam)
22654         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22655
22656         * message.el (message-is-yours-p):
22657         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22658
22659 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22660
22661         * mm-view.el (mm-inline-text): Withdraw the last change.
22662
22663 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22664
22665         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22666         executing enriched-decode.
22667
22668 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22669
22670         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22671         charset of tar files.
22672
22673 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22674
22675         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22676
22677 2005-06-04  Lute Kamstra  <lute@gnu.org>
22678
22679         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22680         information is never recorded.
22681
22682 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22683
22684         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22685
22686 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * pop3.el (pop3-apop): Run md5 in the binary mode.
22689
22690         * starttls.el (starttls-set-process-query-on-exit-flag):
22691         Use eval-and-compile.
22692
22693 2005-05-31  Simon Josefsson  <jas@extundo.com>
22694
22695         * smime.el (smime-replace-in-string): Define.
22696         (smime-cert-by-ldap-1): Use it.
22697
22698 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22699
22700         * gnus-art.el (article-display-x-face): Replace
22701         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22702
22703         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22704         set-process-query-on-exit-flag or process-kill-without-query.
22705
22706         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22707         loop instead of replace-regexp.
22708
22709         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22710         instead of process-kill-without-query if it is available.
22711
22712         * lpath.el: Fbind ldap-search-entries.
22713
22714         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22715         instead of find-file-hooks if it is available.
22716
22717         * mml1991.el: Bind pgg-default-user-id when compiling.
22718
22719         * mml2015.el: Bind pgg-default-user-id when compiling.
22720
22721         * nndraft.el (nndraft-request-associate-buffer):
22722         Use write-contents-functions instead of write-contents-hooks if it is
22723         available.
22724
22725         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22726         instead of find-file-hooks if it is available.
22727
22728         * nntp.el (nntp-open-connection): Replace
22729         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22730         (nntp-open-ssl-stream): Ditto.
22731         (nntp-open-tls-stream): Ditto.
22732
22733         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22734         set-process-query-on-exit-flag or process-kill-without-query.
22735         (starttls-open-stream-gnutls): Use it instead of
22736         process-kill-without-query.
22737         (starttls-open-stream): Ditto.
22738
22739 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22740
22741         * smime.el (smime-cert-by-ldap-1): Don't use
22742         replace-regexp-in-string.
22743
22744 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22745
22746         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22747
22748         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22749         in PEM format.  Adjust to the XEmacs compatibility.
22750
22751 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22752
22753         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22754         by `string-to-number'.
22755         * gnus-agent.el (gnus-agent-regenerate-group)
22756         (gnus-agent-fetch-articles): Ditto.
22757         * gnus-art.el (gnus-button-fetch-group): Ditto.
22758         * gnus-cache.el (gnus-cache-generate-active)
22759         (gnus-cache-articles-in-group): Ditto.
22760         * gnus-group.el (gnus-group-set-current-level)
22761         (gnus-group-insert-group-line): Ditto.
22762         * gnus-score.el (gnus-score-set-expunge-below)
22763         (gnus-score-set-mark-below, gnus-summary-score-effect)
22764         (gnus-summary-score-entry): Ditto.
22765         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22766         (gnus-soup-pack): Ditto.
22767         * gnus-spec.el (gnus-xmas-format): Ditto.
22768         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22769         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22770         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22771         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22772         * nndb.el (nndb-get-remote-expire-response): Ditto.
22773         * nndiary.el (nndiary-parse-schedule-value)
22774         (nndiary-string-to-number, nndiary-request-replace-article)
22775         (nndiary-request-article): Ditto.
22776         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22777         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22778         * nneething.el (nneething-make-head): Ditto.
22779         * nnfolder.el (nnfolder-request-article)
22780         (nnfolder-retrieve-headers): Ditto.
22781         * nnheader.el (nnheader-file-to-number): Ditto.
22782         * nnkiboze.el (nnkiboze-request-article): Ditto.
22783         * nnmail.el (nnmail-process-unix-mail-format)
22784         (nnmail-process-babyl-mail-format): Ditto.
22785         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22786         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22787         (nnmh-request-create-group, nnmh-request-list-1)
22788         (nnmh-request-group, nnmh-request-article): Ditto.
22789         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22790         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22791         * nnsoup.el (nnsoup-make-active): Ditto.
22792         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22793         * nntp.el (nntp-find-group-and-number)
22794         (nntp-retrieve-headers-with-xover): Ditto.
22795         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22796         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22797         (pgg-format-key-identifier): Ditto.
22798         * pop3.el (pop3-last, pop3-stat): Ditto.
22799         * qp.el (quoted-printable-decode-region): Ditto.
22800
22801         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22802         of concat.
22803
22804 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22805
22806         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22807
22808         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22809
22810         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22811
22812         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22813
22814         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22815
22816         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22817
22818         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22819         (gnus-carpal-mode): Ditto.
22820
22821         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22822         (gnus-browse-mode): Ditto.
22823
22824         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22825
22826         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22827
22828 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22829
22830         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22831
22832 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22833
22834         * gnus-util.el (gnus-run-mode-hooks): New function.
22835
22836         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22837
22838         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22839         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22840
22841 2005-05-27  Lute Kamstra  <lute@gnu.org>
22842
22843         * dns-mode.el (dns-mode): Specify customization group.
22844
22845 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22846
22847         * gnus-agent.el (gnus-agent-make-mode-line-string):
22848         Use mode-line-highlight as mouse-face.
22849
22850 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22851
22852         * canlock.el (canlock): Change the parent group to news.
22853
22854         * deuglify.el (gnus-outlook-deuglify): Add :group.
22855
22856         * dig.el (dig): Add :group.
22857
22858         * dns-mode.el (dns-mode): Add :group.
22859
22860         * encrypt.el (encrypt): Add :group.
22861
22862         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22863         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22864         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22865         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22866         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22867
22868         * gnus-diary.el (gnus-diary): Add :group.
22869
22870         * gnus.el (gnus-group-news-1-face): Add :group.
22871         (gnus-group-news-1-empty-face): Ditto.
22872         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22873         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22874         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22875         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22876         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22877         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22878         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22879         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22880         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22881         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22882         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22883         (gnus-summary-high-ticked-face): Ditto.
22884         (gnus-summary-low-ticked-face): Ditto.
22885         (gnus-summary-normal-ticked-face): Ditto.
22886         (gnus-summary-high-ancient-face): Ditto.
22887         (gnus-summary-low-ancient-face): Ditto.
22888         (gnus-summary-normal-ancient-face): Ditto.
22889         (gnus-summary-high-undownloaded-face): Ditto.
22890         (gnus-summary-low-undownloaded-face): Ditto.
22891         (gnus-summary-normal-undownloaded-face): Ditto.
22892         (gnus-summary-high-unread-face): Ditto.
22893         (gnus-summary-low-unread-face): Ditto.
22894         (gnus-summary-normal-unread-face): Ditto.
22895         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22896         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22897
22898         * hashcash.el (hashcash): New custom group.
22899         (hashcash-default-payment): Add :group.
22900         (hashcash-payment-alist): Ditto.
22901         (hashcash-default-accept-payment): Ditto.
22902         (hashcash-accept-resources): Ditto.
22903         (hashcash-path): Ditto.
22904         (hashcash-extra-generate-parameters): Ditto.
22905         (hashcash-double-spend-database): Ditto.
22906         (hashcash-in-news): Ditto.
22907
22908         * message.el (message-minibuffer-local-map): Add :group.
22909
22910         * netrc.el (netrc): Add :group.
22911
22912         * sieve-manage.el (sieve-manage-log): Add :group.
22913         (sieve-manage-default-user): Diito.
22914         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22915         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22916         (sieve-manage-authenticators): Ditto.
22917         (sieve-manage-authenticator-alist): Ditto.
22918         (sieve-manage-default-port): Ditto.
22919
22920         * sieve-mode.el (sieve-control-commands-face): Add :group.
22921         (sieve-action-commands-face): Ditto.
22922         (sieve-test-commands-face): Ditto.
22923         (sieve-tagged-arguments-face): Ditto.
22924
22925         * smime.el (smime): Add :group.
22926
22927         * spam-report.el (spam-report): Add :group.
22928
22929         * spam.el (spam, spam-face): Add :group.
22930
22931 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22932
22933         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22934         return \n.\n.\n at the end of articles.  Protect against that.
22935         (nntp-with-open-group): Allow debugging.
22936
22937         * nnheader.el (mail-header-set-extra): Make into a function
22938         because I just could't understand how to quote the list properly.
22939
22940         * dns.el (query-dns-cached): New function.
22941
22942 2005-05-26  Lute Kamstra  <lute@gnu.org>
22943
22944         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22945
22946 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22947
22948         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22949
22950         * gnus-art.el: Don't autoload mail-extract-address-components.
22951
22952         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22953         eval-and-compile to evaluate it.
22954
22955         * hashcash.el: Don't autoload executable-find.
22956
22957         * nndb.el: Don't declare the nndb back end two or more times; don't
22958         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22959
22960         * nntp.el: Autoload format-spec instead of format; use
22961         eval-and-compile to evaluate autoload forms.
22962
22963 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22964
22965         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22966
22967 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22968
22969         * gnus.el (gnus-version-number): Bump version.
22970
22971 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22972
22973         * gnus.el: No Gnus v0.3 is released.
22974
22975 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22976
22977         * lpath.el (featurep): Bind show-nonbreak-escape.
22978
22979 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22980
22981         * gnus-art.el (gnus-article-edit-part): Disable undo.
22982
22983 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22984
22985         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22986         gnus-article-date-lapsed-new-header is t if date timer is active;
22987         skip headers in which the original date value is empty.
22988         (gnus-article-save-original-date): Redefine it as a macro.
22989         (gnus-display-mime): Use it.
22990
22991 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el (article-date-ut): Support converting date in
22994         forwarded parts as well.
22995         (gnus-article-save-original-date): New function.
22996         (gnus-display-mime): Use it.
22997
22998 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22999
23000         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23001         enclosure element of <item>.
23002
23003 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23004
23005         * message.el (message-kill-buffer-query): Rename from
23006         `message-kill-buffer-query-if-modified'.  Add :version.
23007
23008 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23009
23010         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23011         window layout.
23012
23013 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23014
23015         * mml.el: Autoload dnd when compiling.
23016
23017 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23018
23019         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23020         x-dnd-*.
23021
23022 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23023
23024         * qp.el (quoted-printable-encode-region): Save excursion.
23025
23026 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23027
23028         * message.el (message-kill-buffer-query-if-modified): Add new variable
23029         so the user can kill a modified message buffer quickly.
23030         (message-kill-buffer): Use it.
23031
23032 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * lpath.el: Fbind display-time-event-handler; don't fbind
23035         string-to-multibyte.
23036
23037         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23038
23039 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23042         contained in text because xml.el decodes entities) with LFs.
23043
23044 2005-04-11  Lute Kamstra  <lute@gnu.org>
23045
23046         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23047         differently.
23048
23049 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23050
23051         * mm-util.el (mm-detect-coding-region): Typo.
23052
23053 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23054
23055         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23056
23057 2005-04-06  Deepak Goel  <deego@gnufans.org>
23058
23059         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23060         user-function allow user modifications of the scores.
23061         (spam-stat-score-buffer-user): New function, to allow
23062         user-computed modifications to the score.
23063         (spam-stat-score-buffer-user-functions): List of additional
23064         scoring functions.
23065         (spam-stat-error-holder): Global temporary error holder.
23066         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23067         variable.
23068
23069 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23070
23071         * gnus-registry.el (gnus-registry-clean-empty-function)
23072         (gnus-registry-trim, gnus-registry-fetch-groups)
23073         (gnus-registry-delete-group): Groups that match
23074         `gnus-registry-ignored-groups' are removed from the registry
23075         entries, not just ignored for splitting.  This helps clean up the
23076         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23077         to get all the groups a message ID is in.
23078
23079         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23080         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23081         (spam-stat-score-buffer-user-functions): Add :number custom type.
23082
23083 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23084
23085         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23086         argument in XEmacs.
23087
23088         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23089         (nnrss-request-group): Decode group name first.
23090         (nnrss-request-article): Make a text/plain article if mml-to-mime
23091         failed.
23092         (nnrss-get-encoding): Return a compatible encoding according to
23093         nnrss-compatible-encoding-alist.
23094         (nnrss-find-el): Use consp instead of listp.
23095         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23096
23097 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23098
23099         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23100         which Emacs 20 doesn't support.
23101         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23102
23103 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23104
23105         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23106         silence the byte compiler inside the defun.
23107
23108         * gnus-demon.el (parse-time-string): Add autoload.
23109
23110         * gnus-delay.el (parse-time-string): Add autoload.
23111
23112         * gnus-art.el (parse-time-string): Add autoload.
23113
23114         * nnultimate.el (parse-time): Require for `parse-time-string'.
23115
23116 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23117
23118         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23119
23120         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23121
23122         * smime.el (smime-ldap-host-list): Add :version.
23123
23124 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23125
23126         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23127         pass it to `gnus-browse-read-group'.
23128         (gnus-browse-read-group): Add NUMBER argument and pass it to
23129         `gnus-group-read-ephemeral-group'.
23130
23131         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23132         argument and pass it to `gnus-group-read-group'.
23133
23134 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23135
23136         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23137         mm-xemacs-find-mime-charset-1 if we have the mule feature
23138         available at runtime.
23139
23140 2005-03-25  Werner Lemberg  <wl@gnu.org>
23141
23142         * nnmaildir.el: Replace `illegal' with `invalid'.
23143
23144 2005-03-23  Lute Kamstra  <lute@gnu.org>
23145
23146         * time-date.el: Add comment on time value formats.
23147         Don't require parse-time.
23148         (with-decoded-time-value): New macro.
23149         (encode-time-value): New function.
23150         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23151         (days-to-time): Return a valid time value when arg is huge.
23152         (time-since): Use time-subtract.
23153         (time-to-number-of-days): Use time-to-seconds.
23154
23155 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23156
23157         * gnus-start.el (gnus-display-time-event-handler):
23158         Check display-time-timer at runtime rather than only at load time
23159         in case display-time-mode is turned off in the mean time.
23160
23161 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23162
23163         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23164         used.
23165
23166         * nneething.el (nneething-map-file-directory): Derive from
23167         `gnus-directory'.
23168
23169         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23170         the To/Cc button.
23171
23172 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23173
23174         * nnmaildir.el (nnmaildir-request-accept-article):
23175         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23176
23177 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23178
23179         * gnus-async.el: Require timer-funcs at compile time when in
23180         XEmacs for `run-with-idle-timer'.
23181
23182 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23183
23184         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23185         autoloaded function.
23186
23187 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23188
23189         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23190
23191 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23192
23193         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23194
23195 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23196
23197         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23198         Add gnus-expert-user to default.
23199
23200 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23201
23202         * nnimap.el (nnimap-open-server): Ditto.
23203
23204         * imap.el (imap-authenticate): Fix typo.
23205
23206 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23207
23208         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23209         buffer (since IMAP server might return FETCH response out of
23210         order, and the nntp buffer must be sorted).
23211
23212 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23213
23214         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23215         comparison on string.
23216
23217         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23218         (gnus-agent-score): Rename category keywords to match gnus-cus.
23219         (gnus-agent-summary-fetch-series): Modify to protect against
23220         gnus-agent-summary-fetch-group clearing processable flags.
23221         (gnus-agent-synchronize-group-flags): Update live group buffer as
23222         synchronization may occur due to the user toggle the plugged
23223         status.
23224         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23225         successfully downloaded.
23226         (gnus-agent-expire-group-1): Avoid using markers when the overview
23227         is in ascending order; greatly improves performance.
23228         (gnus-agent-regenerate-group):
23229         Use gnus-agent-synchronize-group-flags to reset read status in both
23230         gnus and server.
23231         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23232
23233 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23234
23235         * message.el: Don't autoload former message-utils variables.
23236         (message-strip-subject-trailing-was): Change doc string.
23237
23238         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23239         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23240         (nnweb-google-search): Add "hl=en" here.
23241         (nnweb-google-parse-1, nnweb-google-create-mapping):
23242         Don't hardcode URL.
23243
23244 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23245
23246         * message.el (message-get-reply-headers, message-followup):
23247         Mention related variables `message-use-followup-to' and
23248         `message-use-mail-followup-to', in the information buffer.
23249
23250         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23251         of broken groups(-beta).google.com.
23252
23253 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23254
23255         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23256         parameter to invoked gnus-request-move-article; remove the
23257         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23258         all at once instead of once per article.
23259         (gnus-summary-remove-process-mark): Accept a list of articles as
23260         well as a single article for processing.
23261
23262         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23263         parameter.
23264
23265         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23266
23267         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23268
23269         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23270         parameter.
23271
23272         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23273         parameter.
23274
23275         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23276         parameter and remove the gnus-sum-hint-move-is-internal variable.
23277
23278         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23279         parameter.
23280
23281         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23282         parameter.
23283
23284         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23285         parameter.
23286
23287         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23288
23289         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23290         parameter.
23291
23292         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23293         parameter.
23294
23295 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23296
23297         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23298         a more conservative way.
23299
23300 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23301
23302         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23303         buffer, so it moves the window's cursor.
23304
23305 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23306
23307         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23308         `mm-dissect-multipart' and receive the from field as an (optional)
23309         argument from `mm-dissect-multipart'.
23310         (mm-dissect-multipart): Receive the from field as an argument and
23311         pass it on when we call `mm-dissect-buffer' on MIME parts.
23312         Fixes verification/decryption of signed/encrypted MIME parts.
23313
23314 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23315
23316         * gnus-sum.el (gnus-summary-move-article):
23317         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23318         whatever it calls (right now, only nnimap-request-move article
23319         respects it).
23320
23321         * nnimap.el (nnimap-request-move-article):
23322         When gnus-sum-hint-move-is-internal is set, don't do the extra
23323         nnimap-request-article.
23324
23325 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23326
23327         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23328
23329         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23330         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23331
23332         * gnus-sum.el (gnus-summary-caesar-message):
23333         Apply `gnus-treat-article' after rotation.
23334
23335         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23336         doc string.
23337
23338 2005-02-22  Simon Josefsson  <jas@extundo.com>
23339
23340         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23341         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23342         <arne@arnested.dk>.
23343         (encrypt): Add password-cache and password-cache-expiry as group
23344         members.
23345
23346 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23347
23348         * smime.el (smime-ldap-host-list): Doc fix.
23349         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23350         cache) password.
23351         (smime-sign-region): Use it.
23352         (smime-decrypt-region): Use it.
23353         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23354         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23355         fails.
23356         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23357         certificate from DER to PEM format rather than calling openssl.
23358
23359         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23360
23361         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23362         for signing/encryption.
23363
23364         * mml.el (mml-parse-1): Use them.
23365
23366 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23367
23368         * nnrss.el (nnrss-verbose): Remove.
23369         (nnrss-request-group): Use `nnheader-message' instead.
23370
23371 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23372
23373         * nnrss.el (nnrss-verbose): New variable.
23374         (nnrss-request-group): Make it say nnrss is requesting a group.
23375
23376 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23377
23378         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23379         Handle news URL with given port correctly.
23380
23381 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23382
23383         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23384         containing special characters.
23385
23386         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23387
23388         * mml.el (mime-to-mml): Ditto.
23389
23390         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23391         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23392         (rfc2047-decode-region): Quote decoded words containing special
23393         characters when rfc2047-quote-decoded-words-containing-tspecials
23394         is non-nil.
23395
23396 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23397
23398         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23399
23400         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23401
23402 2005-02-15  Simon Josefsson  <jas@extundo.com>
23403
23404         * nnimap.el (nnimap-debug): Doc fix.
23405
23406         * imap.el (imap-debug): Doc fix.
23407
23408 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23409
23410         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23411
23412 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23413
23414         * gnus.el (spam-contents): Improve docs for spam-contents
23415         parameter in its variable incarnation.
23416
23417 2005-02-14  Simon Josefsson  <jas@extundo.com>
23418
23419         * smime-ldap.el: Use require instead of load-library for ldap.
23420         (smime-ldap-search): Indent.
23421         (smime-ldap-search-internal): Shorten line.
23422
23423         * smime.el (smime-cert-by-dns): Add doc-string.
23424         (smime-cert-by-ldap-1): Indent.
23425
23426         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23427         mml-smime-get-dns-ldap.
23428         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23429
23430 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23431
23432         * smime.el: Require smime-ldap.
23433         (smime-ldap-host-list): New variable.
23434         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23435
23436         * mml-smime.el (mml-smime-encrypt-query): New function.
23437         (mml-smime-encrypt-query): Use it.
23438
23439         * smime-ldap.el: New file.
23440
23441 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23442
23443         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23444
23445 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23446
23447         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23448         argument in doc string.  Make query for type more clear.
23449
23450 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23451
23452         * gnus.el (gnus-group-startup-message): Search for gnus images in
23453         etc/images/gnus.
23454         * mm-util.el (mm-image-load-path): Likewise.
23455         * smiley.el (smiley-data-directory): Search for smilies in
23456         etc/images/smilies.
23457
23458 2005-02-09  Kim F. Storm  <storm@cua.dk>
23459
23460         Change Emacs release version from 21.4 to 22.1 throughout.
23461         Change Emacs development version from 21.3.50 to 22.0.50.
23462
23463 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23464
23465         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23466
23467         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23468         non-Mule XEmacs as well.
23469         (mm-decompress-buffer): Signal an error intentionally if it does
23470         not decompress compressed data because auto-compression-mode is
23471         disabled.
23472
23473 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23474
23475         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23476         an ID in the registry even if it has no groups.
23477
23478 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23479
23480         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23481         merge it into mm-decompress-buffer.
23482         (gnus-mime-copy-part): Use the MIME part charset, the value which
23483         a user specified or gnus-newsgroup-charset for decoding, like
23484         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23485         save-buffer what was used.  Suggested by Kevin Ryde
23486         <user42@zip.com.au>.
23487         (gnus-mime-inline-part): Allow the name parameter as well as the
23488         filename parameter; force decompressing of compressed data; always
23489         display contents being not decoded as unibyte.
23490
23491         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23492         as well as the filename parameter.
23493
23494         * mm-util.el (mm-decompress-buffer):
23495         Merge gnus-mime-jka-compr-maybe-uncompress.
23496         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23497         of compressed data.
23498
23499 2005-02-08  Simon Josefsson  <jas@extundo.com>
23500
23501         * imap.el (imap-log): Doc fix.
23502
23503 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23504
23505         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23506         the coding cookies; decompress compressed parts.
23507
23508         * mml.el (mml-generate-mime-1): Add the charset parameter according
23509         to the value which a user specified manually or the coding cookie.
23510
23511         * mm-util.el (mm-string-to-multibyte): New function.
23512         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23513         (mm-coding-system-to-mime-charset): New function.
23514         (mm-decompress-buffer): New function.
23515         (mm-find-buffer-file-coding-system): New function.
23516
23517         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23518         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23519         parts.
23520
23521 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23522
23523         * mm-view.el (mm-display-inline-fontify): Decode a part according
23524         to the charset parameter.
23525
23526 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23527
23528         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23529         prefix arg is neither nil nor a number, as info specifies.
23530
23531 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23532
23533         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23534         timestamps.
23535
23536 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23537
23538         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23539         groups error checking and notify user.
23540
23541 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23542
23543         * message.el (message-send-mail-function): Check existence of
23544         sendmail-program first before using default value
23545         `message-send-mail-with-sendmail'.  Otherwise use more generic
23546         `smtpmail-send-it'.
23547
23548 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * nntp.el (nntp-request-update-info): Always return nil.
23551
23552 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23553
23554         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23555
23556 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23557
23558         * message.el (message-beginning-of-line): Change the behavior when
23559         invoked between BOL and : so that it first moves backward.
23560
23561 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23562
23563         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23564         article buffer when editing of the article is discarded.
23565         (gnus-article-prepare): Revert.
23566
23567 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23568
23569         * gnus-art.el (gnus-article-prepare):
23570         Remove message-strip-forbidden-properties from the local hook.
23571
23572 2005-01-27  Simon Josefsson  <jas@extundo.com>
23573
23574         * password.el (password-cache-add): Only start one timer per key.
23575         Reported by Derek Atkins <warlord@MIT.EDU>.
23576
23577 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23578
23579         * run-at-time.el: Remove.  It is no longer needed as
23580         timer-funcs.el in the xemacs-base package has a working version of
23581         `run-at-time'.
23582
23583         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23584
23585         * password.el: Require timer-funcs instead of run-at-time in
23586         XEmacs.
23587         Remove `password-run-at-time' macro.
23588         (password-cache-add): Use `run-at-time' instead of
23589         `password-run-at-time'.
23590
23591         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23592         Remove `nnheader-cancel-function-timers' alias,
23593         `cancel-function-timers' exists in XEmacs in timer-funcs.
23594
23595         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23596         for `run-with-idle-timer'.
23597
23598         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23599         for `run-at-time'.
23600
23601         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23602         for `with-timeout'.
23603
23604         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23605         the same as for XEmacs 21.4.
23606         No need to ignore `run-with-idle-timer', this function exists in
23607         XEmacs now in timer-funcs.el in the xemacs-base package.
23608         (dgnushack-compile): No need to delete
23609         run-at-time.el from the list of files to compile because it
23610         doesn't exist anymore.
23611
23612 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23613
23614         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23615         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23616
23617 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23618
23619         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23620         sensitively.
23621
23622 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23623
23624         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23625
23626 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23627
23628         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23629         which will be inserted according to the multibyteness of a buffer
23630         rather than the type of contents.  Suggested by ARISAWA Akihiro
23631         <ari@mbf.ocn.ne.jp>.
23632
23633         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23634         of string which old xml.el may return rather than a string.
23635
23636 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23637
23638         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23639
23640 2005-01-16  Simon Josefsson  <jas@extundo.com>
23641
23642         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23643         idn/idna.el isn't available.
23644         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23645         <michael@waxrat.com>.
23646
23647         * hashcash.el: Remove non-FSF copyright header.
23648
23649         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23650         (hashcash-generate-payment): Use it.
23651         (hashcash-generate-payment-async): Use it.
23652
23653 2005-01-15  Simon Josefsson  <jas@extundo.com>
23654
23655         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23656         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23657
23658         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23659         gnus-summary-idna-message.
23660         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23661         (gnus-summary-idna-message): New function.
23662
23663 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23664
23665         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23666         gnus-novice-user.
23667
23668 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * nnrss.el (nnrss-request-delete-group): Delete entries in
23671         nnrss-group-alist as well.
23672         (nnrss-save-server-data): Insert newline.
23673
23674 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23675
23676         * gnus.el (gnus-user-agent): Use list of symbols instead of
23677         symbols.  Display full version number for (S)XEmacs.
23678         Optionally display (S)XEmacs codename.
23679
23680         * gnus-util.el (gnus-emacs-version): Update for new
23681         `gnus-user-agent'.
23682
23683         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23684         Gnus version.
23685
23686 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23687
23688         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23689         which is unreadable in some setups.
23690
23691 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * gnus-spec.el (gnus-update-format-specifications): Flush the
23694         group format spec cache if it doesn't support decoded group names.
23695
23696 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23697
23698         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23699         Allow to apply decay on score files matching a regexp.
23700
23701 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23704         compatibility in %g and %c.
23705
23706 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23709         name for only %g and %c.
23710         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23711         of gnus-tmp-group to decoded group name.
23712         (gnus-group-make-rss-group): Exclude `/'s from group names.
23713
23714 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23715
23716         * nnrss.el (nnrss-get-encoding): Fix regexp.
23717
23718 2004-12-27  Simon Josefsson  <jas@extundo.com>
23719
23720         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23721         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23722         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23723
23724 2004-12-17  Kim F. Storm  <storm@cua.dk>
23725
23726         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23727
23728         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23729
23730 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23731
23732         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23733
23734 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23735
23736         * nnrss.el: Require rfc2047 and mml.
23737         (nnrss-file-coding-system): New variable.
23738         (nnrss-format-string): Redefine it as an inline function.
23739         (nnrss-decode-group-name): New function.
23740         (nnrss-string-as-multibyte): Remove.
23741         (nnrss-retrieve-headers): Decode group name; don't use
23742         nnrss-format-string.
23743         (nnrss-request-group): Decode group name.
23744         (nnrss-request-article): Decode group name; allow a Message-ID as
23745         well as an article number; don't use nnrss-format-string; encode a
23746         Message-ID string which may contain non-ASCII characters; use
23747         mml-to-mime to compose a MIME article.
23748         (nnrss-request-expire-articles): Decode group name.
23749         (nnrss-request-delete-group): Decode group name.
23750         (nnrss-fetch): Clarify error message.
23751         (nnrss-read-server-data): Use insert-file-contents instead of load;
23752         bind file-name-coding-system; use multibyte buffer.
23753         (nnrss-save-server-data): Bind coding-system-for-write to the
23754         value of nnrss-file-coding-system; bind file-name-coding-system;
23755         add coding cookie.
23756         (nnrss-read-group-data): Use insert-file-contents instead of load;
23757         bind file-name-coding-system; use multibyte buffer.
23758         (nnrss-save-group-data): Bind coding-system-for-write to the
23759         value of nnrss-file-coding-system; bind file-name-coding-system.
23760         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23761         make it work with non-ASCII text.
23762         (nnrss-find-el): Make it work with old xml.el as well.
23763
23764 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23765
23766         * nnrss.el (nnrss-get-encoding): New function.
23767         (nnrss-fetch): Use unibyte buffer initially; bind
23768         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23769         decode contents according to the encoding attribute.
23770         (nnrss-save-group-data): Add coding cookie.
23771         (nnrss-mime-encode-string): New function.
23772         (nnrss-check-group): Use it to encode subject and author.
23773
23774 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23775
23776         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23777         imaginary variable.
23778
23779 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23782         correctly even if there are wide characters.
23783
23784 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23785
23786         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23787         downcased symbol names; make a new cache instead of reusing
23788         bbdb-hashtable.
23789
23790 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23793         concatenating segments rather than before concatenating them.
23794         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23795
23796         * message.el (message-get-reply-headers): Bind `extra'.
23797
23798 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23799
23800         * message.el (message-extra-wide-headers): New variable.
23801         (message-get-reply-headers): Use it.
23802
23803 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23804
23805         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23806         (gnus-agent-group-pathname): Ditto.
23807
23808         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23809
23810         * gnus-group.el (gnus-group-make-group): Decode group name.
23811         (gnus-group-make-rss-group): Register the group data after opening
23812         the nnrss group.
23813
23814 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23815
23816         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23817         by expiry now get marked as read.
23818
23819 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23820
23821         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23822
23823 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23824
23825         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23826         unify Latin characters in XEmacs.
23827         (mm-find-mime-charset-region): Use it.
23828
23829 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23830
23831         * gnus-util.el (gnus-delete-directory): New function.
23832
23833         * gnus-agent.el (gnus-agent-delete-group): Use it.
23834
23835         * gnus-cache.el (gnus-cache-delete-group): Use it.
23836
23837 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23838
23839         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23840         names.
23841
23842 2004-12-16  Simon Josefsson  <jas@extundo.com>
23843
23844         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23845
23846 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23847
23848         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23849
23850         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23851         (gnus-group-set-current-level): Decode group name.
23852
23853 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23854
23855         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23856         failed.
23857
23858 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23859
23860         * gnus-group.el (gnus-group-delete-group): Decode group name.
23861         (gnus-group-make-rss-group): Encode group name.
23862         (gnus-group-catchup-current): Decode group name.
23863         (gnus-group-kill-group): Decode group name.
23864
23865 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23866
23867         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23868
23869 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23870
23871         * gnus-group.el (gnus-group-make-rss-group):
23872         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23873
23874         * gnus-start.el (gnus-setup-news): Honor user's setting to
23875         gnus-message-archive-method.  Suggested by Lute Kamstra
23876         <lute@gnu.org>.
23877
23878 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23879
23880         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23881         global counterparts of the buffer-local variables.
23882
23883 2004-11-16  Romain Francoise  <romain@orebokech.com>
23884
23885         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23886         counterparts of the buffer-local variables.
23887
23888 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23889
23890         * message.el (message-forbidden-properties): Fix typo in doc
23891         string.
23892
23893 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23894
23895         * gnus-util.el (gnus-replace-in-string): Add doc string.
23896
23897         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23898         to avoid problems when splitting mails with many recipients.
23899
23900 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23901
23902         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23903         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23904
23905 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23906
23907         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23908         if there is no hashtable in memory or file modification time is
23909         newer than cached timestamp.
23910
23911 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23912
23913         * gnus-sum.el (gnus-summary-limit-to-recipient):
23914         Implement not-matching option.
23915
23916 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23917
23918         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23919         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23920         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23921         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23922         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23923         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23924
23925 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23926
23927         * message.el (message-forward-make-body-mml): Remove headers
23928         according to message-forward-ignored-headers if a message is decoded.
23929
23930 2004-12-02  Romain Francoise  <romain@orebokech.com>
23931
23932         * message.el (message-forward-make-body-plain): Always remove
23933         headers according to message-forward-ignored-headers.
23934
23935 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23936
23937         * spam.el (spam-summary-prepare-exit): Remove the
23938         gnus-summary-limit pop for now, it has problems with ham marks for
23939         me.
23940
23941 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23942
23943         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23944         correctly.
23945
23946 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23947
23948         * format-spec.el (format-spec): Message the char.
23949
23950 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23951
23952         * gnus-art.el (gnus-split-methods): Reformat comments.
23953
23954         * spam.el (spam-summary-prepare-exit): Remove article limits
23955         before exiting the summary buffer.
23956
23957 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23960         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23961
23962         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23963         order to silence the byte compiler.
23964
23965         * spam.el: Fix the way to silence the byte compiler, which
23966         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23967         bbdb-search-simple, spam-BBDB-register-routine,
23968         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23969         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23970         spam-stat-buffer-is-spam, spam-stat-load,
23971         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23972         spam-stat-save and spam-stat-split-fancy.
23973
23974 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23975
23976         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23977         which may confuse users.
23978         (canlock-password-for-verify): Ditto.
23979
23980         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23981
23982         * gnus-art.el (gnus-emphasis-alist): Ditto.
23983
23984         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23985
23986         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23987
23988         * gnus-start.el (gnus-save-killed-list): Ditto.
23989
23990         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23991         (gnus-sum-thread-tree-root): Ditto.
23992         (gnus-sum-thread-tree-false-root): Ditto.
23993         (gnus-sum-thread-tree-single-indent): Ditto.
23994
23995         * message.el (message-courtesy-message): Ditto.
23996         (message-archive-note): Ditto.
23997         (message-subscribed-address-file): Ditto.
23998         (message-user-fqdn): Ditto.
23999
24000         * spam-report.el (spam-report-gmane-regex): Ditto.
24001
24002         * spam.el (spam-blackhole-good-server-regex): Ditto.
24003
24004 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24005
24006         * mml.el (mml-preview): Widen the message buffer before copying
24007         the contents to the preview buffer; sort headers before previewing.
24008
24009         * message.el (message-hidden-headers): Fix the way to avoid a bug
24010         in the `repeat' widget in Emacs 21.3 or earlier.
24011
24012 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * message.el (message-hidden-headers): Default to "^References:".
24015         Improve customization type.  Suggested by Reiner Steib
24016         <Reiner.Steib@gmx.de>.
24017
24018 2004-11-25  Romain Francoise  <romain@orebokech.com>
24019
24020         * message.el (message-strip-forbidden-properties): Remove check for
24021         obsolete `message-hidden' text property, hidden headers are not
24022         accessible in the buffer anymore.
24023
24024 2004-11-22  Romain Francoise  <romain@orebokech.com>
24025
24026         * message.el (message-header-format-alist): Add `From' in list
24027         so that it can be sorted.
24028         (message-fix-before-sending): Widen and sort headers before
24029         sending.
24030         (message-hide-headers): Use narrowing to hide headers by moving
24031         them to the top of the buffer and narrowing to the region
24032         underneath.
24033
24034 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24035
24036         * message.el (message-strip-forbidden-properties):
24037         Bind buffer-read-only (etc) to nil.
24038
24039 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24040
24041         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24042         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24043
24044 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24045
24046         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24047
24048 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24049
24050         * dns.el (query-dns): Use sit-for to time instead of
24051         accept-process-output, since that doesn't seem to work on udp
24052         sockets.
24053
24054 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24057
24058 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24059
24060         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24061         doc string.  Improve doc string.
24062
24063 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24064
24065         * nntp.el (nntp-request-update-info): Return nil if
24066         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24067         may not call gnus-activate-group which uselessly issues the GROUP
24068         commands for all nntp groups and wastes time.  Reported by Romain
24069         Francoise <romain@orebokech.com>.
24070
24071         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24072
24073 2004-11-15  Simon Josefsson  <jas@extundo.com>
24074
24075         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24076         headers separately.
24077         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24078         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24079
24080 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24081
24082         * gnus-start.el (gnus-convert-old-newsrc):
24083         Assign legacy-gnus-agent to 5.10.7.
24084
24085 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24086
24087         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24088         start of the lines.
24089
24090 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24091
24092         * hashcash.el (hashcash-default-payment): Change default to 20.
24093         (hashcash-default-accept-payment): Change default to 20.
24094         (hashcash-process-alist): New variable.
24095         (hashcash-generate-payment-async): Add.
24096         (hashcash-already-paid-p): Add.
24097         (hashcash-insert-payment): Don't generate payments twice.
24098         (hashcash-insert-payment-async): Add.
24099         (hashcash-insert-payment-async-2): Add.
24100         (hashcash-cancel-async): Add.
24101         (hashcash-wait-async): Add.
24102         (hashcash-processes-running-p): Add.
24103         (hashcash-wait-or-cancel): Add.
24104         (mail-add-payment): New optional argument.  Conditionally start
24105         asynchronous calculation.
24106         (mail-add-payment-async): Add.
24107
24108         * message.el (message-send-mail): Wait for asynchronous hashcash
24109         results.  Don't clobber existing X-Hashcash headers.
24110         (message-setup-1): Call mail-add-payment-async when
24111         message-generate-hashcash is non-nil.
24112
24113 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24114
24115         * message.el (message-use-alternative-email-as-from): Examine the
24116         From header as well; use message-make-from in order to include a
24117         user's full name.
24118
24119 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24120
24121         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24122         default; improve customization type.
24123         (gnus-emphasis-custom-with-format): New macro.
24124         (gnus-emphasis-custom-value-to-external): New function.
24125         (gnus-emphasis-custom-value-to-internal): New function.
24126
24127 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24128
24129         * dns.el (query-dns): Resolve reverse addresses.
24130
24131 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24132
24133         * gnus-group.el (gnus-group-get-new-news): Use it.
24134
24135         * gnus-start.el (gnus-check-reasonable-setup): New function.
24136
24137 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24138
24139         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24140         "Args out of range" error.  Reported by Arnaud Giersch
24141         <arnaud.giersch@free.fr>.
24142
24143 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24144
24145         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24146
24147 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24148
24149         * spam.el (spam group): Add :version.
24150
24151         * pgg-def.el (pgg group): Add :version.
24152
24153 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24154
24155         * gnus-art.el (gnus-article-edit-article): Don't associate the
24156         article buffer with a draft file.  This is a temporary measure
24157         against the 2004-08-22 change to gnus-article-edit-mode.
24158
24159 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24160
24161         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24162         (html2text-format-tags): Remove unused variable `attr'.
24163
24164 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24165
24166         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24167
24168         * tls.el (tls-process-connection-type, tls-success)
24169         (tls-certtool-program): Add :version.
24170
24171         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24172         (starttls-extra-arguments, starttls-process-connection-type)
24173         (starttls-connect, starttls-failure, starttls-success): Add :version.
24174
24175         * spam-stat.el (spam-stat): Add :version.
24176
24177         * sieve.el (sieve): Add :version.
24178
24179         * sha1.el (sha1): Add :version.
24180         (sha1-use-external): Remove redundant version.
24181
24182         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24183         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24184         (nnmail-split-fancy-match-partial-words)
24185         (nnmail-split-lowercase-expanded): Add :version.
24186
24187         * nndiary.el (nndiary): Add :version.
24188
24189         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24190
24191         * mml-sec.el (mml-default-sign-method)
24192         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24193         Add :version.
24194
24195         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24196
24197         * mm-url.el (mm-url-use-external, mm-url-program)
24198         (mm-url-arguments): Add :version.
24199
24200         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24201         (mm-attachment-file-modes, mm-decrypt-option)
24202         (mm-w3m-safe-url-regexp): Add :version.
24203
24204         * message.el (message-cite-prefix-regexp)
24205         (message-sendmail-envelope-from, message-minibuffer-local-map)
24206         (message-user-fqdn, message-completion-alist): Add :version.
24207
24208         * gnus-win.el (gnus-configure-windows-hook)
24209         (gnus-use-frames-on-any-display): Add :version.
24210
24211         * gnus-art.el (gnus-article-address-banner-alist)
24212         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24213         (gnus-treat-from-picon, gnus-treat-mail-picon)
24214         (gnus-treat-x-pgp-sig): Add :version.
24215
24216         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24217         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24218         (gnus-summary-article-delete-hook)
24219         (gnus-summary-display-while-building): Add :version.
24220
24221         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24222         (gnus-get-top-new-news-hook): Add :version.
24223
24224         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24225         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24226
24227         * gnus-registry.el (gnus-registry): Add :version.
24228
24229         * gnus-spec.el (gnus-use-correct-string-widths)
24230         (gnus-make-format-preserve-properties): Add :version.
24231
24232         * gnus.el (gnus-group-charter-alist)
24233         (gnus-group-fetch-control-use-browse-url)
24234         (gnus-install-group-spam-parameters): Add :version.
24235
24236         * gnus-diary.el (gnus-diary): Add :version.
24237
24238         * gnus-delay.el (gnus-delay): Add :version.
24239
24240         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24241         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24242         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24243         Add :version.
24244
24245         * gnus-agent.el (gnus-agent-max-fetch-size)
24246         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24247         (gnus-agent-prompt-send-queue): Add :version.
24248
24249         * deuglify.el (gnus-outlook-deuglify): Add :version.
24250
24251         * html2text.el: Beautify code.  Improve doc strings.
24252         Some checkdoc cleanup.
24253         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24254
24255 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24256
24257         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24258
24259 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24260
24261         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24262         when package is loaded.
24263
24264         * spam.el (spam-summary-score-preferred-header): Add global preference
24265         for people who want to override the default SpamAssassin over
24266         Bogofilter preference (when both are set).
24267         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24268         (spam-user-format-function-S):
24269         Check spam-summary-score-preferred-header.
24270         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24271         (spam-user-format-function-S): Format the score correctly.
24272
24273 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24276         signature file.  Suggested by Manoj Srivastava
24277         <srivasta@golden-gryphon.com>.
24278
24279         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24280         iso-2022-jp even in the Japanese language environment.
24281         Suggested by Jason Rumney <jasonr@gnu.org>.
24282
24283 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24284
24285         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24286         use the same characters as the dummy marks; make it free from
24287         getting affected by the language environment.
24288         (gnus-summary-read-group-1): Update mark positions only when the
24289         format spec is updated.
24290
24291         * gnus-spec.el (gnus-update-format-specifications): Return a list
24292         of updated types.
24293
24294 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24295
24296         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24297         of boundp to check if display-warning is available.
24298
24299 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24300
24301         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24302
24303 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * nnspool.el (nnspool-spool-directory): Use news-path if the
24306         news-directory variable is not bound.
24307
24308         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24309         function instead of display-warning if it is not available.
24310
24311 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24312
24313         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24314         v5-10: Use `point-at-bol'.
24315
24316 2004-10-26  Simon Josefsson  <jas@extundo.com>
24317
24318         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24319         <chenggao@gmail.com>.
24320
24321 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24322
24323         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24324         instead.
24325
24326 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24327
24328         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24329         to remove a server from the nnimap-server-buffer-alist.
24330         (nnimap-open-connection, nnimap-close-server): Use it.
24331
24332         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24333
24334 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24335
24336         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24337         running the major-mode function.
24338
24339 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24340
24341         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24342         dummy marks in the right way.
24343
24344 2004-10-18  David Edmondson  <dme@dme.org>
24345
24346         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24347         excessively.
24348
24349 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24350
24351         * gnus-util.el (gnus-split-references): Accept a nil references
24352         string and go on blissfully.
24353
24354         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24355         cases where the references string is non-nil but has no references.
24356
24357         * encrypt.el: Add autoload tags.
24358
24359         * spam.el (spam-resolve-registrations-routine): Remove article
24360         from unregistration list too.  Reported by David Hanak
24361         <dhanak@isis.vanderbilt.edu>
24362
24363 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24364
24365         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24366         nil.  Change custom type.
24367
24368 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24369
24370         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24371
24372         * gnus-sum.el (gnus-summary-move-article): Use it.
24373
24374 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24375
24376         * encrypt.el: Add autoload cookies.
24377
24378         * spam.el (spam-backend-article-list-property)
24379         (spam-backend-get-article-todo-list)
24380         (spam-backend-put-article-todo-list)
24381         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24382         Resolve registrations separately.
24383         (spam-register-routine): Format comments.
24384         (spam-unregister-routine, spam-register-routine): Always call with
24385         specific-articles, no default list.
24386         (spam-summary-prepare-exit): Use the spam-classifications function.
24387
24388         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24389         gnus-encrypt.el.
24390
24391         * encrypt.el: Copied from gnus-encrypt.el.
24392
24393         * gnus-encrypt.el: Commented that it's obsolete.
24394
24395 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24396
24397         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24398         (gnus-score-save): Use it.
24399
24400         * message.el (message-bury): Use `window-dedicated-p'.
24401
24402 2004-10-15  Simon Josefsson  <jas@extundo.com>
24403
24404         * pop3.el (top-level): Don't require nnheader.
24405         (pop3-read-timeout): Add.
24406         (pop3-accept-process-output): Add.
24407         (pop3-read-response, pop3-retr): Use it.
24408
24409 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24410
24411         * spam.el (spam-register-routine): Move comment.
24412         (spam-verify-bogofilter): Use 'unknown for the initial
24413         spam-bogofilter-valid state, not 'never.
24414
24415         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24416         for netrc-machine.
24417
24418         * nnimap.el (nnimap-open-connection):
24419         Use netrc-machine-user-or-password.
24420
24421 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24422
24423         * gnus-registry.el (gnus-registry-unload-hook):
24424         Set as a variable with add-hook.
24425
24426         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24427         of news-path.
24428
24429         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24430
24431         * spam.el: Delete duplicate `provide'.
24432         (spam-unload-hook): Set as a variable with add-hook.
24433
24434 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24435
24436         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24437         in the doc string.
24438
24439         * message.el (message-ignored-news-headers)
24440         (message-ignored-supersedes-headers)
24441         (message-ignored-resent-headers)
24442         (message-forward-ignored-headers): Improve custom type.
24443
24444 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24445
24446         * message.el (message-tokenize-header): Fix 2004-09-06 change
24447         which used point-min in the wrong place.
24448
24449 2004-10-12  Simon Josefsson  <jas@extundo.com>
24450
24451         * tls.el (tls-certtool-program): New variable.
24452         (tls-certificate-information): New function, based on
24453         ssl-certificate-information.
24454
24455 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24456
24457         * compface.el: Move the version of ELisp-based uncompface program
24458         to the contrib directory because of the copyright problem.
24459
24460 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24461
24462         * message.el (message-kill-buffer): Raise the current frame.
24463
24464 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24465
24466         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24467
24468         * gnus.el (message-y-or-n-p): Autoload.
24469
24470         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24471         (pop3-password-required, pop3-authentication-scheme)
24472         (pop3-leave-mail-on-server): Make customizable.
24473         (pop3): New custom group.
24474         (pop3-retr): Remove `sleep-for' statements.
24475         Suggested by Dave Love <fx@gnu.org>.
24476
24477         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24478         Windows/DOS.
24479
24480         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24481         (imap-parse-body): Fix incorrect use of `assert'.
24482         Suggested by Dave Love <fx@gnu.org>.
24483
24484         * mml.el (mml-minibuffer-read-disposition): Require match.
24485         Suggested by Dave Love <fx@gnu.org>.
24486
24487 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24488
24489         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24490         doc string.
24491
24492 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24495
24496 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24497
24498         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24499         instead of calling `mm-insert-inline', to decode text/* parts
24500         before displaying them.
24501
24502 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24503
24504         * mm-uu.el (mm-uu-text-plain-type): New variable.
24505         (mm-uu-pgp-signed-extract-1): Use it.
24506         (mm-uu-pgp-encrypted-extract-1): Use it.
24507         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24508         bind mm-uu-text-plain-type with that value.
24509         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24510         mm-uu-dissect.
24511
24512 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24513
24514         * gnus-group.el (gnus-update-group-mark-positions):
24515         * gnus-sum.el (gnus-update-summary-mark-positions):
24516         * message.el (message-check-news-body-syntax):
24517         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24518         of string-as-multibyte.
24519
24520 2004-10-05  Juri Linkov  <juri@jurta.org>
24521
24522         * gnus-group.el (gnus-update-group-mark-positions):
24523         * gnus-sum.el (gnus-update-summary-mark-positions):
24524         * message.el (message-check-news-body-syntax):
24525         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24526         8-bit unibyte values to a multibyte string for search functions.
24527
24528 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24529
24530         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24531         (mm-uu-dissect-text-parts): New function.
24532
24533         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24534         dissect text parts.
24535
24536         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24537         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24538
24539         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24540
24541         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24542         Use gnus-current-topics instead of gnus-current-topic.
24543
24544 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24545
24546         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24547
24548 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24549
24550         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24551         where appropriate.
24552
24553         * nnml.el (nnml-generate-active-info): do.
24554
24555         * nndiary.el (nndiary-generate-active-info): do.
24556
24557         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24558         (gnus-topic-move): do.
24559
24560         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24561         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24562
24563         * gnus-srvr.el (gnus-server-prepare)
24564         (gnus-server-open-all-servers): do.
24565
24566         * gnus-msg.el (gnus-summary-cancel-article)
24567         (gnus-summary-resend-message)
24568         (gnus-summary-mail-crosspost-complaint): do.
24569
24570         * gnus-move.el (gnus-change-server): do.
24571
24572         * gnus-group.el (gnus-group-unmark-all-groups)
24573         (gnus-group-set-current-level): do.
24574
24575 2004-10-04  Simon Josefsson  <jas@extundo.com>
24576
24577         * message.el (message-generate-hashcash): Doc fix.
24578
24579 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24580
24581         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24582         avoid infinite recursion via gnus-get-function.
24583
24584 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24585
24586         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24587
24588         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24589
24590         * nnmail.el (nnmail-split-history): do.
24591
24592         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24593         (nnml-request-delete-group): do.
24594
24595         * nnslashdot.el (nnslashdot-read-groups): do.
24596
24597         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24598         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24599
24600         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24601         (nnspool-sift-nov-with-sed): Use last.
24602         (nnspool-retrieve-headers-with-nov): Use mapc.
24603         (nnspool-request-newgroups): Use dolist.
24604         (nnspool-request-group): Use last.
24605
24606         * nntp.el (nntp-read-server-type): Use dolist.
24607
24608         * nnvirtual.el (nnvirtual-create-mapping)
24609         (nnvirtual-update-read-and-marked): Use dolist.
24610         (nnvirtual-convert-headers): Simplify.
24611
24612 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24613
24614         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24615         Add support for sync'ing tick marks.
24616
24617 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24618
24619         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24620         there's no visible header.
24621
24622 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24623
24624         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24625         When necessary, pass full group name to gnus-request-set-marks.
24626
24627 2004-10-01  Simon Josefsson  <jas@extundo.com>
24628
24629         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24630         acroread.
24631
24632 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24633
24634         * spam-report.el (spam-report-gmane): Fix interactive.
24635
24636         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24637
24638         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24639         when writing file.
24640         (gnus-agent-synchronize-flags): Don't default to being
24641         interactive.
24642
24643 2004-09-30  Simon Josefsson  <jas@extundo.com>
24644
24645         * message.el (message-generate-hashcash): Add.
24646         (message-send-mail): Use it, call mail-add-payment.
24647
24648 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24649
24650         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24651
24652 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24653
24654         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24655         gnus-requst-update-info with explicit code to sync the in-memory
24656         info read flags with the marks being sync'd to the backend.
24657
24658         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24659
24660 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24661
24662         * spam.el (spam-verify-bogofilter): Add new function.
24663         (spam-check-bogofilter)
24664         (spam-bogofilter-register-with-bogofilter): Use it.
24665         (spam-verify-bogofilter): Add small fixes.
24666
24667 2004-09-28  Simon Josefsson  <jas@extundo.com>
24668
24669         * hashcash.el (hashcash-generate-payment): Revert.
24670
24671 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24672
24673         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24674         Use gnus-extract-references instead of gnus-split-references.
24675
24676         * gnus-util.el (gnus-extract-references): Add new function, analogous
24677         to gnus-split-references but extracts only the message-ID without
24678         anything extra.
24679
24680         * hashcash.el (hashcash-generate-payment)
24681         (hashcash-check-payment): Do the right thing if hashcash-path is
24682         nil (because the hashcash program could not be found).
24683
24684         * spam.el (spam-use-hashcash): Remove comment.
24685
24686 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24687
24688         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24689         (gnus-cache-enter-article, gnus-cache-remove-article)
24690         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24691
24692         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24693
24694         * gnus-art.el (article-hide-boring-headers)
24695         (article-translate-strings, article-display-face)
24696         (gnus-article-mime-match-handle-first)
24697         (gnus-article-highlight-headers)
24698         (gnus-article-add-buttons-to-head): do.
24699
24700 2004-09-27  Simon Josefsson  <jas@extundo.com>
24701
24702         * hashcash.el: New version, from
24703         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24704         ../contrib/.
24705
24706 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24707
24708         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24709
24710 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24711
24712         * gnus-dup.el (gnus-dup-open): Use mapc.
24713         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24714
24715         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24716         Reported by Stefan Wiens <s.wi@gmx.net>.
24717
24718         * gnus.el (gnus-shutdown): Use dolist.
24719
24720         * gnus-undo.el (gnus-undo): Use mapc.
24721
24722         * nnrss.el (nnrss-generate-active): do.
24723
24724         * message.el (message-cite-original-without-signature)
24725         (message-cite-original): Use mapc.
24726         (message-do-actions, message-make-forward-subject): Use dolist.
24727
24728 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24729
24730         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24731         deletion to remove entire duplicate line.  Fixes merged article
24732         number bug.
24733
24734 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24735
24736         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24737         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24738         first ask if you want to open a server and then, even when you
24739         responded with no, asking if you want to synchronize the server's
24740         flags.
24741         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24742         multi-line expressions.
24743         (gnus-agent-synchronize-group-flags): New internal function.
24744         Updates marks in memory (in the info structure) AND in the
24745         backend.
24746
24747         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24748
24749         * nnagent.el (nnagent-request-set-mark):
24750         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24751         method, to ensure that synchronization updates marks in the
24752         backend and in the info (in memory) structure.
24753
24754 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24755
24756         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24757         convention fully; don't miss the root article of a thread; make
24758         the X-Draft-From header with correct article numbers.
24759
24760 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24761
24762         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24763         unless plugged.  Disable the agent so that an open failure causes
24764         an error.
24765
24766         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24767         Revert 2004-09-21 change.  The backend must be opened while
24768         synchronizing flags even when the backend stores the flags
24769         locally.
24770
24771 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24772
24773         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24774         in `header' match.  Reported by Svend Tollak Munkejord.
24775
24776         * message.el (message-cite-original): Fix use of
24777         `message-cite-articles-with-x-no-archive'.
24778
24779 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24780
24781         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24782         (gnus-window-to-buffer): Ditto.
24783
24784         * mml.el (mml-preview-buffer): New variable.
24785         (mml-preview): Manage window layout with gnus-buffer-configuration.
24786
24787         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24788         X-Draft-From header even if those articles aren't quoted.
24789
24790 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24791
24792         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24793         (gnus-request-set-mark, gnus-request-update-mark): Use new
24794         g-s-t-u-l-m to decide to use backend even when unplugged.
24795
24796 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24797
24798         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24799         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24800
24801 2004-09-20  Simon Josefsson  <jas@extundo.com>
24802
24803         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24804         "utf-16-le".
24805
24806 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24807
24808         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24809
24810 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24811
24812         * uudecode.el (uudecode-use-external): Add :version.
24813
24814         * smime.el (smime-CA-file, smime-encrypt-cipher)
24815         (smime-dns-server): Add :version.
24816
24817         * smiley.el (gnus-smiley-file-types): Add :version.
24818
24819         * sha1.el (sha1-use-external): Add :version.
24820
24821         * pgg-def.el (pgg-query-keyserver): Add :version.
24822
24823         * nnmail.el (nnmail-fancy-expiry-targets)
24824         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24825         Add :version.
24826
24827         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24828         (nnimap-retrieve-groups-asynchronous): Add :version.
24829         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24830
24831         * mml.el (mml-content-disposition-parameters)
24832         (mml-insert-mime-headers-always): Add :version.
24833
24834         * mm-util.el (mm-coding-system-priorities): Add :version.
24835
24836         * mm-decode.el (mm-inline-text-html-with-images)
24837         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24838         (mm-verify-option): Add :version.
24839         (mm-text-html-renderer): Change :version.
24840
24841         * message.el (message-fcc-externalize-attachments)
24842         (message-required-headers, message-draft-headers)
24843         (message-subject-trailing-was-query)
24844         (message-subject-trailing-was-ask-regexp)
24845         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24846         (message-mark-insert-end, message-archive-header)
24847         (message-archive-note, message-cross-post-default)
24848         (message-cross-post-note, message-followup-to-note)
24849         (message-cross-post-note-function, message-use-mail-followup-to)
24850         (message-subscribed-address-functions)
24851         (message-subscribed-address-file, message-subscribed-addresses)
24852         (message-subscribed-regexps, message-allow-no-recipients)
24853         (message-yank-cited-prefix, message-signature-insert-empty-line)
24854         (message-hidden-headers, message-hierarchical-addresses)
24855         (message-mail-user-agent, message-use-idna)
24856         (message-valid-fqdn-regexp)
24857         (message-strip-special-text-properties, message-header-synonyms)
24858         (message-beginning-of-line, message-tab-body-function): Add :version.
24859         (message-insert-canlock, message-wide-reply-confirm-recipients):
24860         Change :version.
24861
24862         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24863         and :version.
24864         (mail-source-delete-old-incoming-confirm)
24865         (mail-source-movemail-program): Add :version.
24866
24867         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24868         (gnus-agent-cache, gnus-agent): Change :version.
24869
24870         * gnus-util.el (gnus-use-byte-compile): Change :version.
24871
24872         * gnus-sum.el (gnus-summary-make-false-root-always)
24873         (gnus-summary-default-high-score)
24874         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24875         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24876         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24877         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24878         (gnus-sum-thread-tree-single-indent)
24879         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24880         (gnus-sum-thread-tree-leaf-with-other)
24881         (gnus-sum-thread-tree-single-leaf): Add :version.
24882         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24883         (gnus-article-loose-mime): Change :version.
24884
24885         * gnus-start.el (gnus-backup-startup-file)
24886         (gnus-save-startup-file-via-temp-buffer): Add :version.
24887
24888         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24889         (gnus-server-offline-face): Add :version.
24890
24891         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24892
24893         * gnus-msg.el (gnus-gcc-externalize-attachments)
24894         (gnus-debug-files, gnus-debug-exclude-variables)
24895         (gnus-discouraged-post-methods): Change :version.
24896         (gnus-confirm-mail-reply-to-news)
24897         (gnus-confirm-treat-mail-like-news): Add :version.
24898
24899         * gnus-int.el (gnus-server-unopen-status): Add :version.
24900
24901         * gnus-group.el (gnus-group-jump-to-group-prompt)
24902         (gnus-large-ephemeral-newsgroup)
24903         (gnus-fetch-old-ephemeral-headers): Add :version.
24904
24905         * gnus-fun.el (gnus-x-face-directory)
24906         (gnus-convert-pbm-to-x-face-command)
24907         (gnus-convert-image-to-x-face-command)
24908         (gnus-convert-image-to-face-command): Add :version.
24909
24910         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24911
24912         * gnus-cite.el (gnus-cite-blank-line-after-header)
24913         (gnus-article-boring-faces): Add :version.
24914
24915         * gnus-art.el (gnus-buttonized-mime-types)
24916         (gnus-inhibit-mime-unbuttonizing)
24917         (gnus-treat-display-face)
24918         (gnus-treat-body-boundary): Change :version.
24919         (gnus-body-boundary-delimiter, gnus-picon-databases)
24920         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24921         (gnus-treat-date-english, gnus-treat-fold-headers)
24922         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24923         (gnus-treat-mail-picon, gnus-treat-wash-html)
24924         (gnus-article-encrypt-protocol)
24925         (gnus-use-idna, gnus-article-over-scroll)
24926         (gnus-mime-display-multipart-alternative-as-mixed)
24927         (gnus-mime-display-multipart-related-as-mixed)
24928         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24929         (gnus-ctan-url, gnus-button-ctan-handler)
24930         (gnus-button-handle-ctan-bogus-regexp)
24931         (gnus-button-ctan-directory-regexp)
24932         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24933         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24934         (gnus-button-man-level, gnus-button-emacs-level)
24935         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24936
24937         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24938         (gnus-agent-go-online): Change :version.
24939         (gnus-agent-expire-unagentized-dirs)
24940         (gnus-agent-auto-agentize-methods): Add :version.
24941
24942         * flow-fill.el (fill-flowed-display-column)
24943         (fill-flowed-encode-column): Add :version.
24944
24945         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24946         (gnus-outlook-deuglify-unwrap-max)
24947         (gnus-outlook-deuglify-cite-marks)
24948         (gnus-outlook-deuglify-unwrap-stop-chars)
24949         (gnus-outlook-deuglify-no-wrap-chars)
24950         (gnus-outlook-deuglify-attrib-cut-regexp)
24951         (gnus-outlook-deuglify-attrib-verb-regexp)
24952         (gnus-outlook-deuglify-attrib-end-regexp)
24953         (gnus-outlook-display-hook): Add :version.
24954
24955         * binhex.el (binhex-use-external): Add :version.
24956
24957 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24958
24959         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24960         and `invisible'.
24961
24962 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24963
24964         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24965         in gnus-registry-trim.
24966
24967 2004-09-13  Simon Josefsson  <jas@extundo.com>
24968
24969         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24970
24971         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24972
24973         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24974         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24975         <yamaoka@jpl.org>.
24976         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24977         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24978         <yamaoka@jpl.org>.
24979
24980         * sieve.el (sieve-manage-mode): Ditto.
24981
24982 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24983
24984         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24985
24986 2004-09-11  Simon Josefsson  <jas@extundo.com>
24987
24988         * dns-mode.el: Add.
24989
24990         * mm-view.el (mm-display-dns-inline): Add.
24991
24992         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24993         (mm-automatic-display): Ditto.
24994
24995         * mailcap.el (mailcap-mime-data): Add text/dns.
24996         (mailcap-mime-extensions): Map .soa to text/dns.
24997
24998 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24999
25000         * gnus-art.el (article-decode-mime-words, article-babel)
25001         (gnus-article-highlight-signature, gnus-article-add-buttons)
25002         (gnus-signature-toggle): Remove unnecessary bindings of
25003         `inhibit-read-only' inherited from v5.10 merge.
25004
25005 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25006
25007         * nntp.el (nntp): New customization group.
25008         (nntp-authinfo-file): Add customization group.
25009
25010         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25011
25012         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25013
25014         * gnus.el (to-address, to-list, subscribed)
25015         (large-newsgroup-initial): Ditto.
25016
25017         * flow-fill.el (fill-flowed-display-column)
25018         (fill-flowed-encode-column): Ditto.
25019
25020 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25021
25022         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25023         Use point-min rather than 1.
25024         (message-send-mail): Use buffer-size rather than point-max.
25025
25026         * gnus-sum.el (gnus-summary-search-article-forward):
25027         Signal a specific `search-failed' rather than a generic `error'.
25028
25029         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25030         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25031         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25032
25033 2004-09-10  Simon Josefsson  <jas@extundo.com>
25034
25035         * nndb.el (require): Remove tcp and duplicate cl.
25036
25037 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25038
25039         * gnus-agent.el (directory-files-and-attributes): Move forward.
25040
25041 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25042
25043         * gnus-agent.el (directory-files-and-attributes):
25044         Optionally defined to support XEmacs.
25045
25046 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25047
25048         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25049         to avoid run-time CL dependencies.
25050         (gnus-agent-unfetch-articles): New function.
25051         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25052         article numbers even when local .overview file is missing.
25053         (gnus-agent-read-article-number): New function.  Only accepts
25054         27-bit article numbers.
25055         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25056         Use gnus-agent-read-article-number.
25057         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25058         from backend while recognizing that article numbers in .overview
25059         must be valid.
25060         (gnus-agent-update-files-total-fetched-for):
25061         Use directory-files-and-attributes to improve performance.
25062         * gnus-int.el (gnus-request-move-article):
25063         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25064         improve performance.
25065
25066         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25067         some users confused by references to .newsrc when they only have a
25068         .newsrc.eld file.
25069         (gnus-convert-mark-converter-prompt)
25070         (gnus-convert-converter-needs-prompt): Fix use of property list.
25071         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25072         New function.  Used internally to only display 'gnus converting
25073         files' message when actually necessary.
25074
25075         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25076         methods now autoloaded.
25077
25078 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25079
25080         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25081         identifiers.
25082
25083 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25084
25085         * gnus-picon.el: Fix indentation and closing parenthesis.
25086
25087 2004-09-01  Simon Josefsson  <jas@extundo.com>
25088
25089         * message.el (message-canlock-generate): Require sha1, not
25090         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25091         to require within a function.  Sadly, if sha1.el isn't loaded, the
25092         let binding in m-c-g will hide the defcustom definition, which is
25093         bad.)
25094
25095         * canlock.el: Require sha1, not sha1-el.
25096
25097         * message.el: Don't autoload sha1 (there is a autoload cookie in
25098         sha1.el).
25099
25100         * sha1-el.el: Rename to sha1.el.
25101
25102 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25103
25104         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25105
25106 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25107
25108         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25109
25110 2004-08-30  Kim F. Storm  <storm@cua.dk>
25111
25112         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25113
25114         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25115         Add :group 'nnimap.
25116
25117 2004-08-30  Andreas Schwab  <schwab@suse.de>
25118
25119         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25120         ?* and ?\;.
25121
25122         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25123         and ?\' to symbol instead of whitespace.
25124
25125 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25126
25127         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25128
25129         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25130         instead of re-search-forward.
25131
25132         * gnus-uu.el (gnus-uu-save-article): Ditto.
25133         (gnus-uu-post-encode-uuencode): Ditto.
25134
25135         * html2text.el (html2text-clean-list-items): Ditto.
25136         (html2text-clean-dtdd): Ditto.
25137         (html2text-format-tags): Ditto.
25138
25139         * message.el (message-send-mail-with-sendmail): Fix regexp.
25140         (message-fill-field-general): Use search-forward instead of
25141         re-search-forward.
25142         (unbold-region): Ditto.
25143
25144         * nnrss.el (nnrss-request-article): Ditto.
25145
25146         * nnslashdot.el (nnslashdot-request-article): Ditto.
25147
25148         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25149
25150         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25151         "Unrecognized menu descriptor" error in XEmacs.
25152
25153 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25154
25155         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25156         parent article of a sparse article in the thread hashtb.
25157
25158 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25159
25160         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25161         (nnmail-expand-newtext): Lowercase expanded entries if
25162         nnmail-split-lowercase-expanded is non-nil.
25163
25164 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25167
25168         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25169         of gnus-tmp-news-method into string under XEmacs.  It will be
25170         passed to gnus-correct-length which takes only a string argument.
25171
25172 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25173
25174         * gnus-util.el (gnus-bind-print-variables): New macro.
25175         (gnus-prin1): Use it.
25176         (gnus-prin1-to-string): Use it.
25177         (gnus-pp): New function.
25178         (gnus-pp-to-string): New function.
25179
25180         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25181         Replace pp-to-string with gnus-pp-to-string.
25182         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25183         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25184         * gnus-msg.el (gnus-debug): Ditto.
25185         * gnus-score.el (gnus-score-save): Ditto.
25186         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25187         gnus-pp-to-string.
25188         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25189         with gnus-pp.
25190         * score-mode.el (gnus-score-pretty-print): Ditto.
25191         * webmail.el (webmail-debug): Ditto.
25192
25193 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25194
25195         * gnus-art.el (article-display-face, article-display-x-face):
25196         Use buffer-read-only.
25197
25198 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25199
25200         * gnus-art.el (article-hide-list-identifiers):
25201         Bind inhibit-read-only as t.
25202
25203 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25204
25205         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25206
25207 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25208
25209         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25210         (gnus-narrow-to-page): Don't assume point-min == 1.
25211         (gnus-article-edit-mode): Derive from message-mode.
25212
25213         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25214         point-min == 1.
25215
25216         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25217         Disable incorrect use of `assert'.
25218
25219         * message.el (message-mode): Set comment-start-skip.
25220
25221
25222 2004-08-22  Sam Steingold  <sds@gnu.org>
25223
25224         * pop3.el (pop3-leave-mail-on-server): New user variable.
25225         (pop3-movemail): Delete mail only when it is nil.
25226
25227 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25228
25229         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25230
25231         * mml.el (mml-preview): Use `pop-to-buffer'.
25232
25233         * message.el (message-goto-mail-followup-to): Insert after "To".
25234         (message-carefully-insert-headers): Add comment.
25235
25236         * gnus.el: Remove unused variable `gnus-article-check-size'.
25237
25238         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25239
25240         * gnus-art.el (gnus-button-alist):
25241         Improve `gnus-button-handle-library' entry.
25242
25243 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25244
25245         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25246         Use downcase, since XEmacs capitalizes error messages differently.
25247
25248 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25249
25250         * nntp.el: Add (require 'gnus) due to reference to
25251         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25252
25253 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25254
25255         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25256         Bind `mm-fill-flowed'.
25257
25258         * mm-decode.el (mm-dissect-singlepart): Check it.
25259
25260 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25261
25262         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25263         'imap' for netrc parsing.
25264
25265 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25266
25267         * mailcap.el (mailcap-mime-data): Mark as risky.
25268
25269 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25270
25271         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25272         may be included in the encoded word.
25273         (rfc2047-encode): Don't append a space if the encoded word
25274         includes close parenthesis.
25275
25276 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25277
25278         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25279         of text within parentheses.
25280
25281 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25282
25283         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25284         (gnus-encrypt-write-file-contents): Make the password key the file
25285         name PLUS the cipher, not just the cipher.  Also remove failed
25286         passwords from the cache.
25287
25288 2004-08-06  Simon Josefsson  <jas@extundo.com>
25289
25290         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25291         Doc fix.
25292
25293 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25294
25295         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25296         LWSP.
25297
25298 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25299
25300         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25301         Try to append in-reply-to: data to the references: header.
25302
25303         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25304         (netrc-parse): Use gnus-encrypt.el functions.
25305
25306         * gnus-encrypt.el: Add new file for encryption support; currently
25307         does only a few GPG ciphers and an internal XOR cipher.
25308
25309         * password.el: Add comments on using password-read-and-add.
25310         (password-read-and-add): Add function to read and add the
25311         password to the cache at once.
25312
25313 2004-07-28  Simon Josefsson  <jas@extundo.com>
25314
25315         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25316         parameter (but don't use it, for now).
25317
25318         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25319         instead of hard coding to nil.
25320
25321 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25322
25323         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25324         as mm-inline-image-xemacs does.
25325
25326 2004-07-26  Simon Josefsson  <jas@extundo.com>
25327
25328         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25329         Revert part of 2004-07-17 change below.
25330
25331 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25332
25333         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25335
25336 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25337
25338         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25339         quotes that actually start with ">" at the beginning of the
25340         lines.
25341
25342 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * rfc2047.el (rfc2047-encode-region): Fix last change.
25345         (rfc2047-encode-parameter): Remove useless concat.
25346
25347 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25350         encode special characters; fix some kind of misconfigured headers;
25351         signal a real error if debug-on-quit or debug-on-error is non-nil.
25352         (rfc2047-encode-max-chars): New variable.
25353         (rfc2047-encode-1): Use it.
25354         (rfc2047-encode-parameter): New function.
25355
25356         * mml.el (mml-insert-parameter): Remove an excessive space.
25357
25358 2004-07-17  Simon Josefsson  <jas@extundo.com>
25359
25360         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25361         Kai Grossjohann <kai@emptydomain.de>.
25362         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25363         (gnus-group-make-menu-bar): Ditto.
25364
25365         * gnus-util.el (gnus-group-server): Add.
25366
25367 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25368
25369         * message.el (message-clone-locals): Clone sendmail and smtp
25370         variables.
25371
25372 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25373
25374         * rfc2047.el (rfc2047-encode-region): Fix last change.
25375
25376 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25377
25378         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25379         characters as non-special.
25380
25381 2004-07-09  Simon Josefsson  <jas@extundo.com>
25382
25383         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25384         Users will lose all flag changes made while unplugged with
25385         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25386         good default.  See numerous reports on ding mailing list.
25387
25388 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25389
25390         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25391         add generate-head-function and generate-article-function to the
25392         rfc822-forward entry.
25393         (nndoc-rfc822-forward-generate-article): New function.
25394         (nndoc-rfc822-forward-generate-head): New function.
25395
25396         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25397
25398 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25399
25400         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25401         respect display group parameter and gnus-summary-expunge-below.
25402         (gnus-articles-to-read): Remove unused reference to display group
25403         parameter.
25404
25405 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25406
25407         * nnheader.el (nnheader-uniquify-message-id): New experimental
25408         variable.
25409         (nnheader-nov-read-message-id): Use it.
25410
25411         * spam-report.el (spam-report-gmane): Add interactive.
25412
25413 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25414
25415         * mm-encode.el (mm-content-transfer-encoding-defaults):
25416         Use qp-or-base64 for the application/* types.
25417
25418 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25419
25420         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25421
25422 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25423
25424         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25425         trim value.
25426
25427 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25428
25429         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25430         New macro and function.
25431         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25432
25433 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25434
25435         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25436         after-load-alist.
25437
25438 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25439
25440         * gnus-group.el (gnus-group-get-new-news-this-group):
25441         Don't update info that isn't there.
25442
25443 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25444
25445         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25446         entry.
25447
25448 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * mm-view.el (mm-inline-render-with-function): Use multibyte
25451         buffer; decode html source by charset.
25452
25453         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25454
25455         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25456         Mule-UCS is loaded under XEmacs.
25457         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25458
25459 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25460
25461         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25462
25463 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25464
25465         * mm-util.el (mm-coding-system-p): Return a coding-system.
25466         (mm-mime-mule-charset-alist): Use shift_jis instead of
25467         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25468         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25469         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25470         instead of japanese-shift-jis and iso-latin-1 respectively in
25471         order to share the default value with both Emacs and XEmacs-mule.
25472         (mm-mule-charset-to-mime-charset):
25473         Make mm-coding-system-priorities effective.
25474         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25475         while predicating of candidates upon the priorities.
25476
25477 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25478
25479         * gnus-sum.el (gnus-summary-make-menu-bar):
25480         Add gnus-uu-invert-processable.
25481
25482         * gnus.el: Autoload gnus-uu-invert-processable.
25483
25484 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25485
25486         * mm-util.el (mm-with-multibyte-buffer): New macro.
25487
25488         * rfc2047.el (rfc2047-encode-string): Use it.
25489         (rfc2047-encode-region): Move point to the end of the region after
25490         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25491
25492 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25493
25494         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25495         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25496
25497 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25498
25499         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25500         (gnus-cite-parse): Ignore quoted envelope From_.
25501         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25502
25503 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25504
25505         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25506         invalid addresses.
25507
25508 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25509
25510         * spam.el: Change section markers, revise TODO list.
25511         (spam-backends): Make new master list of all installed backends.
25512         (spam-summary-exit-behavior): Add new variable to determine how
25513         messages moves are done at summary exit.
25514         (spam-move-spam-nonspam-groups-only)
25515         (spam-process-ham-in-nonham-groups)
25516         (spam-process-ham-in-spam-groups): Remove variables, the
25517         spam-summary-exit-behavior variable should be used to manage this
25518         behavior.
25519         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25520         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25521         and spam-old-spam-articles.
25522         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25523         Add empty variables, placeholders for the backends they represent.
25524         (spam-set-difference): Move, unchanged.
25525         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25526         unless the user has a processor variable.
25527         (spam-classifications, spam-classification-valid-p)
25528         (spam-backend-properties, spam-backend-property-valid-p)
25529         (spam-backend-function-type-valid-p)
25530         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25531         (spam-report-articles-gmane, spam-report-articles-resend):
25532         Remove functions, they are not needed.
25533         (spam-install-backend-super, spam-backend-list)
25534         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25535         (spam-backend-function, spam-backend-ham-registration-function)
25536         (spam-backend-spam-registration-function)
25537         (spam-backend-ham-unregistration-function)
25538         (spam-backend-spam-unregistration-function)
25539         (spam-backend-statistical-p, spam-backend-mover-p)
25540         (spam-install-backend-alias, spam-install-checkonly-backend)
25541         (spam-install-mover-backend, spam-install-nocheck-backend)
25542         (spam-install-backend, spam-install-statistical-backend)
25543         (spam-install-statistical-checkonly-backend): Add backend installation
25544         support.
25545         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25546         (spam-group-processor-p): Use the new backend code and respect the
25547         summary exit behavior.
25548         (spam-mark-spam-as-expired-and-move-routine): Remove.
25549         (spam-summary-prepare): Change to use the new spam-old-articles
25550         variable.
25551         (spam-copy-or-move-routine, spam-copy-spam-routine)
25552         (spam-move-spam-routine, spam-copy-ham-routine)
25553         (spam-move-ham-routine): Add code to copy/move ham or spam.
25554         (spam-fetch-field-fast): Improve doc and code, plus allow the
25555         'number request.
25556         (spam-list-of-checks, spam-list-of-statistical-checks):
25557         Remove variables.
25558         (spam-split, spam-find-spam): Use the new backend code.
25559         (spam-registration-functions): Remove variable.
25560         (spam-unregister-routine): Add convenience wrapper.
25561         (spam-log-undo-registration, spam-register-routine)
25562         (spam-log-processing-to-registry)
25563         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25564         where possible.
25565         (spam-check-gmane-xref, spam-check-regex-headers)
25566         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25567         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25568         (spam-check-bogofilter-headers, spam-check-spamoracle)
25569         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25570         (spam-check-crm114-headers): Use the spam-split-group that
25571         spam-split prepares, no need to determine it every time.
25572
25573         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25574         to the nnheader-parse-naked-head call.
25575
25576         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25577
25578         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25579         the nnheader-nov-read-message-id call.
25580
25581 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25582
25583         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25584         gnus-activate-group twice.  Suggested by Markus Peter
25585         <warp@spin.de>.
25586
25587 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25588
25589         * gnus-art.el (gnus-article-time-format): Exchange the order of
25590         day and month in the default value; fix customization type.
25591         (article-date-ut): Use add-text-properties.
25592         (article-make-date-line): Use message-make-date instead of
25593         current-time-string.
25594
25595         * message.el (message-fetch-field): Don't use set-text-properties.
25596         (message-make-date): Simplify.
25597
25598         * messagexmas.el (message-xmas-make-date): New function.
25599         (message-xmas-redefine): Defalias message-make-date to it.
25600
25601 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25602
25603         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25604         (rfc2047-encode-region): Treat text within parentheses as special;
25605         show the original text when error has occurred.
25606
25607         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25608         already-computed method to gnus-activate-group.
25609
25610         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25611         same select-methods identical Lisp objects.
25612
25613         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25614         object when modifying the info.
25615
25616 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25617
25618         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25619         gnus-opened-servers since it has never been opened with the new
25620         configuration yet.
25621
25622 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25623
25624         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25625         arg to nnheader-generate-fake-message-id.
25626
25627 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25628
25629         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25630         number and build a fake message ID localized to a group and
25631         article number (so it's repeatable from that point on).
25632         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25633         ID format.
25634
25635         * gnus-sum.el (gnus-get-newsgroup-headers):
25636         Call nnheader-generate-fake-message-id with the article number.
25637
25638 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25639
25640         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25641         end-of-buffer.
25642
25643 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25644
25645         * message.el (message-ignored-supersedes-headers): Add Approved.
25646
25647 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25648
25649         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25650         goto-char.
25651         (rfc2047-encode): Fold the line before encoding.
25652
25653 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25654
25655         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25656         folding -- not all headers can be folded, and this should be done
25657         by the message composition mode.  Probably.  I think.
25658
25659 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25660
25661         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25662         fast.
25663
25664         * gnus-ems.el (gnus-remove-image): Don't use
25665         message-text-with-property; remove only the image found first.
25666
25667         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25668         found first.
25669
25670 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25671
25672         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25673
25674 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25675
25676         * message.el (message-text-with-property): Make it fast and accept
25677         optional arguments.
25678         (message-strip-forbidden-properties): Use it.
25679         (message-fix-before-sending): Follow the m-t-w-p change.
25680
25681         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25682
25683 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25684
25685         * gnus-art.el (article-hide-headers): Don't change the buffer
25686         mistakenly when performing mml-preview even if
25687         gnus-single-article-buffer is nil.
25688
25689 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25690
25691         * message.el (message-expand-name-databases): New user option.
25692         (message-expand-name): Use it.
25693
25694 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25695
25696         * spam.el (spam-report-articles-resend)
25697         (spam-report-resend-register-routine): Allow ham reporting.
25698         (spam-report-resend-register-ham-routine): Add wrapper.
25699         (spam-registration-functions): Add ham resending functions.
25700         (spam-list-of-processors): Add ham resend processor.
25701
25702         * gnus.el (ham-resend-to): Add new group parameter.
25703         (spam-process): Add ham resend option.
25704
25705         * spam-report.el (spam-report-resend): Allow reporting ham.
25706         (spam-report-resend-ham): Add wrapper.
25707
25708 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25709
25710         * message.el (message-cite-articles-with-x-no-archive):
25711         New variable.
25712         (message-cite-original): Use it.
25713
25714 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25715
25716         * message.el (message-cite-original): Respect X-No-Archive.
25717
25718 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25719
25720         * gnus-art.el (article-hide-headers): Refer to the values for
25721         gnus-ignored-headers and gnus-visible-headers in the summary
25722         buffer since a user may have set them as group parameters.
25723
25724 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25725
25726         * assistant.el (assistant-node-name): Add convenience function.
25727         (assistant-render-text, assistant-render-node): Add error handling,
25728         plus handle multiple next nodes.
25729         (assistant-find-next-node): Comment out for now.
25730         (assistant-find-next-nodes): Add function, returns list of next
25731         nodes.
25732
25733 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25734
25735         * mail-source.el (mail-source-directory): Fix doc-string.
25736
25737 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25738
25739         * assistant.el (assistant-render-text, assistant-eval): Add :set
25740         widget type, which is different because it takes and returns a
25741         list.  Much hilarity ensues.
25742
25743 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25744
25745         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25746
25747         * gnus-group.el (gnus-group-get-new-news-this-group):
25748         Add doc-string.
25749
25750         * gnus-start.el (gnus-activate-group): Add doc-string.
25751
25752 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25753
25754         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25755
25756 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25757
25758         * assistant.el (assistant-render-text): Try to add a :set
25759         widget, more to come.
25760
25761         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25762         strings.
25763         (spam-report-articles-resend)
25764         (spam-register-routine): Do registration iff any articles warrant
25765         it.
25766         (spam-summary-prepare-exit): Change log message for nil group
25767         destinations.
25768
25769 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25770
25771         * spam.el (spam-report-resend-register-routine):
25772         Allow spam-report-resend-to to be a group parameter or a global value.
25773
25774 2004-05-26  Simon Josefsson  <jas@extundo.com>
25775
25776         * starttls.el: Merge with my GNUTLS based starttls.el.
25777         (starttls-gnutls-program, starttls-use-gnutls)
25778         (starttls-extra-arguments, starttls-process-connection-type)
25779         (starttls-connect, starttls-failure, starttls-success):
25780         New variables.
25781         (starttls-program, starttls-extra-args): Doc fix.
25782         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25783         New functions.
25784         (starttls-negotiate, starttls-open-stream):
25785         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25786         function if it is set.
25787
25788 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25789
25790         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25791         structured fields.
25792
25793 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25794
25795         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25796
25797 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25798
25799         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25800         Add variable.
25801         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25802         assigning the spam-mark to new messages.
25803
25804 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25805
25806         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25807
25808 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25809
25810         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25811
25812         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25813         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25814         default.
25815
25816 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25817
25818         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25819         correct data.
25820
25821 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25822
25823         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25824         (spam-group-processor-p): Fix function.
25825         (spam-group-processor-multiple-p)
25826         (spam-group-spam-processor-report-gmane-p)
25827         (spam-group-spam-processor-report-resend-p)
25828         (spam-group-spam-processor-bogofilter-p)
25829         (spam-group-spam-processor-blacklist-p)
25830         (spam-group-spam-processor-ifile-p)
25831         (spam-group-ham-processor-ifile-p)
25832         (spam-group-spam-processor-spamoracle-p)
25833         (spam-group-spam-processor-crm114-p)
25834         (spam-group-ham-processor-bogofilter-p)
25835         (spam-group-spam-processor-stat-p)
25836         (spam-group-ham-processor-stat-p)
25837         (spam-group-ham-processor-whitelist-p)
25838         (spam-group-ham-processor-BBDB-p)
25839         (spam-group-ham-processor-spamoracle-p)
25840         (spam-group-ham-processor-copy-p): Remove functions with some
25841         prejudice against unneeded code.
25842         (spam-report-articles-resend)
25843         (spam-report-resend-register-routine): Allow the group/topic
25844         spam-resend-to value to override spam-report-resend-to.
25845         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25846         properly now.
25847
25848         * gnus.el (spam-resend-to): Add group/topic parameter.
25849         (spam-process): Move the OBSOLETE processors to the end of the
25850         choices.
25851
25852 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25853
25854         * spam-report.el (spam-report-resend-to, spam-report-resend):
25855         Start with resend-to set to nil, and then ask the user if necessary.
25856         (spam-report-resend): spam-report-resend takes a list of articles, not
25857         separate article numbers.
25858
25859 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25860
25861         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25862         addition to emacs-w3m.
25863
25864 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25865
25866         * assistant.el (assistant-authinfo-data): New function.
25867         (assistant-eval): Eval for entire assistant.
25868
25869         * netrc.el (netrc-services-file): New variable.
25870         (netrc-parse-services): New function.
25871         (netrc-find-service-name): New function.
25872         (netrc-find-service-number): New function.
25873         (netrc-port-equal): New function.
25874         (netrc-machine): Use it.
25875
25876         * nnimap.el (nnimap-open-connection): Use netrc.
25877
25878         * gnus-util.el (gnus-netrc-get): Remove aliases.
25879
25880         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25881
25882         * assistant.el (wid-edit): Fix compilation.
25883
25884         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25885
25886 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25887
25888         * gnus-util.el (gnus-set-file-modes): New function.  (small
25889         patch).
25890
25891 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25892
25893         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25894
25895         * assistant.el (assistant-render-node): Fix up rendering and
25896         read-only text.
25897         (assistant-render-node): Reset.
25898         (assistant-make-read-only): Not sticky.
25899
25900 2004-05-20  Danny Siu  <dsiu@adobe.com>
25901
25902         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25903         centered even when gnus-auto-center-summary is t.
25904
25905 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25906
25907         * dns.el (dns-get-txt-answer): New function.
25908         (dns-read-txt): Ditto.
25909         (query-dns): Use it.
25910
25911 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25912
25913         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25914         active for foreign groups even if the group level is higher than
25915         the specified value.
25916
25917 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25918
25919         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25920         non-active groups.
25921
25922         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25923
25924 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25925
25926         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25927
25928 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25929
25930         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25931         (spam-crm114-header, spam-crm114-spam-switch)
25932         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25933         (spam-crm114-positive-spam-header)
25934         (spam-crm114-database-directory, spam-list-of-processors)
25935         (spam-group-spam-processor-crm114-p)
25936         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25937         (spam-generic-score, spam-list-of-checks)
25938         (spam-list-of-statistical-checks, spam-registration-functions)
25939         (spam-check-crm114-headers, spam-crm114-score)
25940         (spam-check-crm114, spam-crm114-register-with-crm114)
25941         (spam-crm114-register-spam-routine)
25942         (spam-crm114-unregister-spam-routine)
25943         (spam-crm114-register-ham-routine)
25944         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25945
25946 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25947
25948         * gnus.el: Add spam-use-crm114.
25949
25950         * spam.el (spam-list-of-processors, spam-registration-functions):
25951         Add spam-use-resend.
25952         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25953         (spam-report-articles-gmane): Add doc fix.
25954         (spam-report-articles-resend, spam-report-resend-register-routine):
25955         Add wrappers around spam-report-resend-to.
25956
25957         * spam-report.el (spam-report-resend-to, spam-report-resend):
25958         Add support for resending spam.
25959         (spam-report-gmane): Fix line length >80.
25960
25961         * gnus.el (spam-process): Add spam-use-resend.
25962
25963 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25964
25965         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25966         number of processed spam messages.
25967         (spam-ham-copy-or-move-routine): Return the number of processed
25968         ham messages.
25969         (spam-summary-prepare-exit): Use the above values to decide
25970         whether status messages should be displayed.
25971
25972 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25973
25974         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25975         `rfc2047-encoding-function-alist' in order to avoid conflicting
25976         with the old version.
25977         (rfc2047-encode-region): Concatenate words containing non-ASCII
25978         characters in structured fields; don't encode space-delimited
25979         ASCII words even in unstructured fields; don't break words at
25980         char-category boundaries.
25981         (rfc2047-encode-1): New function.
25982         (rfc2047-encode): Use it; encode text so that it occupies the
25983         maximum width within 76-column; work correctly on Q encoding for
25984         iso-2022-* charsets.
25985         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25986         sure not to break a line just after the header name.
25987         (rfc2047-b-encode-region): Remove.
25988         (rfc2047-b-encode-string): New function.
25989         (rfc2047-q-encode-region): Remove.
25990         (rfc2047-q-encode-string): New function.
25991
25992         * mm-util.el (mm-replace-in-string): New function.
25993
25994 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25995
25996         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25997         Really get it right.
25998         (gnus-inews-make-draft): Really.
25999
26000 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26001
26002         * nnmh.el (nnmh-request-list-1): Don't check the link count
26003         before descending.  (small patch)
26004
26005 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26006
26007         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26008         stuff.
26009
26010         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26011         Match on real group name.
26012
26013         * gnus-art.el (gnus-signature-limit): Doc fix.
26014
26015         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26016
26017         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26018
26019 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26020
26021         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26022         isn't a string.
26023
26024 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26025
26026         * gnus-draft.el (gnus-draft-send):
26027         Bind rfc2047-encode-encoded-words.
26028
26029         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26030         (rfc2047-encodable-p): Say that =? needs encoding.
26031         (rfc2047-encode-encoded-words): New variable.
26032
26033         * gnus-group.el (gnus-group-select-group): Doc fix.
26034
26035         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26036
26037         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26038         to nil.
26039
26040         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26041
26042         * nnheader.el (nnheader-get-lines-and-char): New function.
26043
26044 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26045
26046         * gnus-msg.el (gnus-summary-followup-with-original):
26047         Document yanking of region when active.
26048
26049 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26050
26051         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26052         groups if the group level is higher than the specified value.
26053
26054 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26055
26056         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26057         (gnus-group-jump-to-group): Add prefix argument using
26058         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26059         non-active group.
26060
26061         * compface.el (uncompface): Be verbose when changing
26062         `uncompface-use-external'.
26063
26064         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26065         handle manual section.
26066
26067 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26068
26069         * gnus-art.el (gnus-button-alist): Revert previous change.
26070
26071 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26072
26073         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26074
26075 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26076
26077         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26078         whether backend can accept message.
26079
26080         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26081
26082 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26083
26084         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26085         Avoid creating directory when nntp-marks-is-evil is true.
26086         Reported by Reiner Steib.
26087
26088 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26089
26090         * gnus-picon.el (gnus-picon-insert-glyph):
26091         Add optional `nostring' argument.
26092
26093 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26094
26095         * gnus-picon.el (gnus-picon-style): New variable.
26096         (gnus-picon-transform-address): Support `gnus-picon-style'.
26097
26098 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26099
26100         * message.el (message-fill-field): Return point.
26101         (message-generate-headers): Go to end of field.
26102
26103         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26104         stuff for non-living groups.
26105
26106 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26107
26108         * gnus-art.el (gnus-article-followup-with-original)
26109         (gnus-article-reply-with-original): gnus-mark-active-p ->
26110         gnus-region-active-p.
26111
26112 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26113
26114         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26115         only when there is spam or ham to be processed.
26116
26117 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26118
26119         * mail-source.el (mail-source-delete-crash-box): Refactor.
26120         (mail-source-fetch): Use it.
26121         (mail-source-fetch-file): Ditto.
26122         (mail-source-fetch-directory): Run postscript in loop.
26123         (mail-source-fetch-pop): Delete.
26124         (mail-source-fetch-maildir): Ditto.
26125         (mail-source-fetch-imap): Ditto.
26126
26127         * imap.el (imap-authenticators): Comment out sasl.
26128
26129         * message.el (message-skip-to-next-address): New function.
26130         (message-fill-header-address): Refactor.
26131         (message-fill-address): Use it.
26132         (message-delete-address): Use it.
26133         (message-fill-header-general): Refactor.
26134         (message-fill-field-address): Rename.
26135         (message-narrow-to-field): Find the start of the header.
26136         (message-header-format-alist): Don't pre-fill.
26137         (message-fill-header): Remove.
26138         (message-insert-header): New function.
26139         (message-shorten-references): Use it.
26140
26141         * rfc2047.el (rfc2047-field-value): Strip props.
26142
26143         * mail-parse.el (mail-header-make-address): New alias.
26144
26145         * ietf-drums.el (ietf-drums-make-address): New function.
26146
26147         * imap.el: Add compiler directives.
26148
26149         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26150
26151         * gnus-art.el (article-decode-idna-rhs): Don't use
26152         message-idna-inside-rhs-p.
26153
26154 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26155
26156         * message.el (message-idna-inside-rhs-p): Remove.
26157         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26158
26159         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26160         false positives.
26161
26162 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26163
26164         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26165
26166 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26167
26168         * nneething.el (nneething-file-name): Don't create spurious
26169         files.
26170
26171         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26172         (gnus-inews-do-gcc): Remove sleep.
26173
26174         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26175         part under point.
26176
26177         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26178         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26179
26180 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26181
26182         * spam.el (spam-summary-prepare-exit): Fix (length).
26183
26184 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26185
26186         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26187         as expired without moving it" message when there are spam
26188         messages left.
26189
26190 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26191
26192         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26193         header is not nil.
26194
26195 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26196
26197         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26198         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26199         (nntp-marks-changed-p): New arg SERVER.
26200         (nntp-request-update-info): Adjust caller.
26201
26202 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26203
26204         * nntp.el (nntp-save-marks): Pass missing arg.
26205
26206 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26207
26208         * nntp.el: Support marks.
26209         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26210         (nntp-marks-modtime, nntp-marks-directory): New variables.
26211         (nntp-request-set-mark, nntp-request-update-info)
26212         (nntp-possibly-create-directory, nntp-marks-changed-p)
26213         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26214         New functions.
26215
26216 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26217
26218         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26219         (gnus-xmas-redefine): Rename.
26220
26221         * gnus-score.el (gnus-score-insert-help):
26222         Use gnus-select-lowest-window.
26223
26224         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26225         appt-select-lowest-window and rename to gnus-select-lowest-window.
26226
26227         * gnus.el: do.
26228
26229 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26230
26231         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26232         encodings of MIME-encoded words, in order to improve
26233         interoperability with several broken MUAs.
26234
26235 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26236
26237         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26238         tags, only when charsets are not specified in headers.
26239         (mm-inline-text-html-render-with-w3m): Ditto.
26240
26241         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26242         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26243
26244 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26245
26246         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26247         instead of MIME-decoded from fields when checking
26248         `gnus-article-address-banner-alist'.
26249
26250 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26251
26252         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26253         description rather than subject.
26254
26255 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26256
26257         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26258
26259 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26260
26261         * gnus.el (gnus-version-number): Bump.
26262
26263 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26264
26265         * gnus.el: No Gnus v0.2 is released.
26266
26267 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26268
26269         * gnus-agent.el (gnus-agent-read-agentview):
26270         Inline gnus-uncompress-range.
26271
26272 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26273
26274         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26275         `exec-installed-p'.
26276
26277 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26278
26279         * gnus.el (spam-process, spam-autodetect-methods):
26280         Add bsfilter and bsfilter-headers.
26281
26282         * spam.el (spam-bsfilter): New customize group.
26283         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26284         (spam-bsfilter-header, spam-bsfilter-probability-header)
26285         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26286         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26287         (spam-bsfilter-database-directory): New options.
26288         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26289         (spam-list-of-statistical-checks, spam-registration-functions):
26290         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26291         (spam-bsfilter-score): New command.
26292         (spam-check-bsfilter-headers, spam-check-bsfilter)
26293         (spam-bsfilter-register-with-bsfilter)
26294         (spam-bsfilter-register-spam-routine)
26295         (spam-bsfilter-unregister-spam-routine)
26296         (spam-bsfilter-register-ham-routine)
26297         (spam-bsfilter-unregister-ham-routine): New functions.
26298         (spam-generic-score): Support bsfilter; Accept an optional argument
26299         to recalcurate spam score even if scoring header has already been
26300         added.
26301         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26302         optional argument to recalcurate spam score even if scoring header
26303         has already been added.
26304
26305 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26306
26307         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26308         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26309         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26310         link is missing.
26311
26312 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26313
26314         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26315         (html2text-get-attr): Rewrite.
26316
26317         * message.el (message-setup-1): Remove redundant put-text-property
26318         on mail-header-separator.
26319
26320 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26321
26322         * gnus-registry.el (gnus-registry-cache-whitespace)
26323         (gnus-registry-action, gnus-registry-spool-action)
26324         (gnus-registry-split-fancy-with-parent): Change message levels
26325         from 5 to 3 or 7, as needed.
26326
26327         * spam.el (spam-summary-prepare-exit)
26328         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26329         (spam-split, spam-find-spam, spam-log-undo-registration)
26330         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26331         level from 5 to 6.
26332
26333 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26334
26335         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26336         2004-03-04 change).
26337
26338 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26339
26340         * sieve-manage.el (sieve-manage-open):
26341         * nnweb.el (nnweb-insert-html):
26342         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26343         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26344         * nnspool.el (nnspool-request-group):
26345         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26346         * nnml.el (nnml-request-update-info):
26347         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26348         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26349         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26350         (nnimap-request-set-mark):
26351         * nnfolder.el (nnfolder-request-update-info):
26352         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26353         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26354         * gnus-uu.el (gnus-uu-find-articles-matching):
26355         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26356         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26357         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26358         * gnus-nocem.el (gnus-nocem-scan-groups):
26359         * gnus-int.el (gnus-start-news-server):
26360         * gnus-group.el (gnus-group-make-kiboze-group)
26361         (gnus-group-browse-foreign-server):
26362         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26363         Use mapc when appropriate.
26364
26365 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26366             Adam Sjøgren  <asjo@koldfront.dk>
26367             Wes Hardaker  <wes@hardakers.net>
26368             Michael Shields  <shields@msrl.com>
26369
26370         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26371         may need for spam sorting and scoring.
26372         (spam-user-format-function-S): Add user format function suitable for
26373         general use.
26374         (spam-article-sort-by-spam-status): Add sorting function for summary
26375         sorting.
26376         (spam-extra-header-to-number): Add function to get a score from a
26377         header.
26378         (spam-summary-score): Add function to get a numeric score from the
26379         headers.
26380         (spam-generic-score): Fix function doc, was in wrong place.
26381         (spam-initialize): Take symbols when it's run, and install the
26382         extra headers that spam-necessary-extra-headers thinks we need.
26383
26384 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26385
26386         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26387         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26388
26389 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26390
26391         * gnus-sum.el (gnus-set-global-variables)
26392         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26393         (gnus-article-get-xrefs, gnus-summary-best-group)
26394         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26395         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26396         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26397         Use with-current-buffer.
26398
26399 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26400
26401         * spam.el (spam-summary-prepare-exit): Simplify logic.
26402         (spam-fetch-article-header): Read the article header if it's not
26403         available.
26404         (spam-list-articles): Simplify logic.
26405         (spam-filelist-register-routine): Fix bug with unregister-list.
26406
26407         * gnus-registry.el: Fix comments at beginning.
26408
26409 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26410
26411         * message.el (message-cater-to-broken-inn): Remove.
26412         (message-shorten-references): Make sure the total folded length of
26413         References is shorter than 998 characters to cater to a bug in INN
26414         2.3.  Also, don't pretend that references aren't folded -- this
26415         hasn't worked for a while.
26416
26417 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26418
26419         * gnus-agent.el (gnus-agentize):
26420         gnus-agent-send-mail-real-function no longer set to current value
26421         of message-send-mail-function but rather a lambda that calls
26422         message-send-mail-function.  The change makes the agent real-time
26423         responsive to user changes to message-send-mail-function.
26424
26425 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26426
26427         * legacy-gnus-agent.el
26428         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26429         help from Florian Weimer <fw@deneb.enyo.de>
26430
26431 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26432
26433         * nnmail.el (nnmail-cache-insert): Revert last change.
26434
26435 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26436
26437         * nnmail.el (nnmail-cache-insert): Always check whether
26438         nnmail-cache-ignore-groups matches a group name.
26439
26440 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26441
26442         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26443         (spam-find-spam, spam-log-processing-to-registry)
26444         (spam-log-registered-p, spam-log-unregistration-needed-p)
26445         (spam-log-undo-registration): Use gnus-message instead of
26446         gnus-error, none of these errors are fatal.
26447
26448         * gnus-registry.el (gnus-registry-clean-empty-function)
26449         (gnus-registry-clean-empty): Remove only empty entries without
26450         extra data.
26451
26452 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26453
26454         * spam-stat.el (spam-stat-buffer-change-to-spam)
26455         (spam-stat-buffer-change-to-non-spam): Change (error) to
26456         (gnus-message 8) invocation.
26457
26458 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26459
26460         * nntp.el (nntp-via-netcat-command): New variable.
26461         (nntp-via-netcat-switches): New variable.
26462         (nntp-open-via-rlogin-and-netcat): New function.
26463         (nntp-open-connection-function): Doc fix.
26464         (nntp-telnet-command): Doc fix.
26465         (nntp-end-of-line): Doc fix.
26466         (nntp-via-rlogin-command): Doc fix.
26467         (nntp-via-user-name): Doc fix.
26468         (nntp-via-address): Doc fix.
26469
26470 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26471
26472         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26473         error in Emacs 21.1.
26474
26475 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26476
26477         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26478
26479 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26480
26481         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26482         (gnus-agent-with-refreshed-group): New macro.
26483         (gnus-agent-rename-group): New function.
26484         (gnus-agent-delete-group): New function.
26485         (gnus-agent-save-group-info): Use gnus-command-method when
26486         `method' parameter is nil.  Don't write nil entries into the
26487         active file.
26488         (gnus-agent-get-group-info): New function.
26489         (gnus-agent-fetch-articles):
26490         Use gnus-agent-update-files-total-fetched-for to increment disk space
26491         used.
26492         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26493         Use gnus-agent-update-view-total-fetched-for to increment disk space
26494         used.
26495         (gnus-agent-get-local): Add optional parameters to avoid calling
26496         gnus-group-real-name and gnus-find-method-for-group.
26497         (gnus-agent-set-local): Delete stored entry if either min, or max,
26498         are nil.
26499         (gnus-agent-fetch-session): Reworded error/quit messages.
26500         On quit, use gnus-agent-regenerate-group to record existance of any
26501         articles fetched to disk before the quit occurred.
26502         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26503         gnus-agent-update-view-total-fetched-for, and
26504         gnus-agent-update-files-total-fetched-for to decrement disk space
26505         used.
26506         (gnus-agent-retrieve-headers):
26507         Use gnus-agent-update-view-total-fetched-for to increment disk space
26508         used.
26509         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26510         with gnus-agent-update-files-total-fetched-for to decrement disk
26511         space and fresh group buffer.
26512         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26513         (gnus-agent-need-update-total-fetched-for): New variable.
26514         (gnus-agent-update-files-total-fetched-for): New function.
26515         (gnus-agent-update-view-total-fetched-for): New function.
26516         (gnus-agent-total-fetched-for): New function.
26517
26518         * gnus-cache.el (gnus-cache-save-buffers):
26519         Use gnus-cache-update-overview-total-fetched-for to change disk space
26520         used by this group.
26521         (gnus-cache-possibly-enter-article):
26522         Use gnus-cache-update-file-total-fetched-for to increment disk space
26523         used by this group.
26524         (gnus-cache-possibly-remove-article):
26525         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26526         used by this group.
26527         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26528         (gnus-cache-rename-group): New function.
26529         (gnus-cache-delete-group): New function.
26530         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26531         (gnus-cache-need-update-total-fetched-for): New variable.
26532         (gnus-cache-with-refreshed-group): New macro.
26533         (gnus-cache-update-file-total-fetched-for): New function.
26534         (gnus-cache-update-overview-total-fetched-for): New function.
26535         (gnus-cache-rename-group-total-fetched-for): New function.
26536         (gnus-cache-delete-group-total-fetched-for): New function.
26537         (gnus-cache-total-fetched-for): New function.
26538
26539         * gnus-group.el: Require gnus-sum and autoload functions to
26540         resolve warnings when gnus-group.el compiled alone.
26541         (gnus-group-line-format): Document new %F.
26542         (size of Fetched data) group line format; identifies disk space
26543         used by agent and cache.
26544         (gnus-group-line-format-alist): Define new F format.
26545         (gnus-total-fetched-for): New function.
26546         (gnus-group-delete-group): No longer update
26547         gnus-cache-active-altered as gnus-request-delete-group now keeps
26548         the cache in sync.
26549         (gnus-group-list-active): Let the agent store a server's active
26550         list if currently plugged.
26551
26552         * gnus-int.el (gnus-request-delete-group):
26553         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26554         local disk in sync with the server.
26555         (gnus-request-rename-group):
26556         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26557         local disk in sync with the server.
26558
26559         * gnus-start.el (gnus-get-unread-articles):
26560         Cosmetic simplification to logic.
26561
26562         * gnus-util.el (gnus-rename-file): New function.
26563
26564 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26565
26566         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26567
26568 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26569
26570         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26571         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26572
26573 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26574
26575         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26576         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26577
26578 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26579
26580         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26581
26582 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26583
26584         * spam.el (spam-set-difference): Add function to replace
26585         gnus-set-difference in spam.el.
26586         (spam-summary-prepare-exit): Use spam-set-difference.
26587
26588 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26589
26590         * gnus-registry.el (gnus-registry-cache-file): Update to use
26591         gnus-dribble-directory OR gnus-home-directory OR ~.
26592         (gnus-registry-split-fancy-with-parent): Fix doc.
26593
26594 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26595
26596         * message.el (message-exchange-point-and-mark):
26597         Use message-mark-active-p.  Suggested by Jesper Harder
26598         <harder@ifa.au.dk>.
26599
26600 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26601
26602         * message.el (message-exchange-point-and-mark): Don't activate
26603         region if it was inactive.  Suggested by Hiroshi Fujishima
26604         <pooh@nature.tsukuba.ac.jp>.
26605
26606 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26607
26608         * gnus-art.el (article-display-face): Display Faces in the same
26609         order as X-Faces.
26610
26611 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26612
26613         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26614
26615 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26616
26617         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26618         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26619         (gnus-article-mime-hierarchy): Remove.
26620         (gnus-article-mime-hierarchy-next): Remove.
26621         (gnus-article-mode): Revert 2004-03-19 change.
26622         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26623         (gnus-insert-mime-button): Revert 2004-03-19 change.
26624         (gnus-mime-accumulate-hierarchy): Remove.
26625         (gnus-mime-enter-multipart): Remove.
26626         (gnus-mime-leave-multipart): Remove.
26627         (gnus-mime-display-part): Revert 2004-03-19 change.
26628         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26629
26630         * mml.el (mml-preview): Revert 2004-03-19 change.
26631
26632 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26633
26634         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26635
26636 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26637
26638         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26639         t while entering a file name using the mm-with-multibyte macro.
26640         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26641
26642         * mm-util.el (mm-with-multibyte): New macro.
26643
26644 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26645
26646         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26647         New user option.
26648         (gnus-mime-multipart-functions): Doc and customization fix.
26649         (gnus-article-mime-hierarchy): New variable.
26650         (gnus-article-mime-hierarchy-next): New variable.
26651         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26652         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26653         gnus-article-mime-hierarchy-next to nil.
26654         (gnus-insert-mime-button): Show hierarchy numbers.
26655         (gnus-mime-accumulate-hierarchy): New function.
26656         (gnus-mime-enter-multipart): New function.
26657         (gnus-mime-leave-multipart): New function.
26658         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26659         (gnus-mime-display-alternative): Show hierarchy numbers.
26660
26661         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26662         gnus-article-mime-hierarchy-next to nil.
26663
26664 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26665
26666         * dns.el: Don't require gnus-xmas.
26667
26668 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26669
26670         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26671         inline PGP.
26672         (mml-menu): Disable mml-quote-region if mark is inactive.
26673
26674 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26675
26676         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26677         when the group's active is not available.
26678
26679 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26680
26681         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26682         error.
26683
26684 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26685
26686         * imap.el (imap-store-password): New variable.
26687         (imap-interactive-login): Use it.
26688         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26689
26690 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26691
26692         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26693         window-start and hscroll to summary window.
26694
26695 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26696
26697         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26698         conversion message to newsrc-dribble when an actual conversion is
26699         performed.
26700
26701 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26702
26703         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26704
26705 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26706
26707         * mm-decode.el (mm-complicated-handles): New function reviving
26708         former definition of mm-multiple-handles.
26709
26710         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26711         (gnus-mime-delete-part): Use it.
26712
26713 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26714
26715         * gnus-agent.el (gnus-agent-read-local):
26716         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26717         avoid the implicit assumption that they will always be equal.
26718         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26719         coding-system-for-write, as the with-temp-file macro first prints
26720         to a buffer then saves the buffer.
26721
26722 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26723
26724         * gnus-art.el (gnus-article-edit-part): New function.
26725         (gnus-mime-save-part-and-strip): Use it; do query instead of
26726         signaling an error; don't use mm-multiple-handles.
26727         (gnus-mime-delete-part): Ditto.
26728
26729 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26730
26731         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26732         old file versions.
26733         (gnus-group-prepare-hook): Remove function that converted list
26734         form of gnus-agent-expire-days to group properties.
26735
26736         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26737         (gnus-request-accept-article): Re-indented.
26738
26739         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26740         converters to handle old agent file formats.  Add logic for a
26741         "backup before upgrading warning".
26742         (gnus-convert-mark-converter-prompt): Developers can mark
26743         functions as needing (default), or not needing,
26744         gnus-convert-old-newsrc's "backup before upgrading warning".
26745         (gnus-convert-converter-needs-prompt): Tests whether the user
26746         should be protected from potentially irreversable changes by the
26747         function.
26748
26749         * legacy-gnus-agent.el: New.  Provides converters that are only
26750         loaded when gnus-convert-old-newsrc needs to call them.
26751
26752 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26753
26754         * mail-source.el (mail-source-touch-pop): Doc fix.
26755
26756         * message.el (message-smtpmail-send-it): Doc fix.
26757
26758 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26759
26760         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26761
26762         * nnmail.el (nnmail-split-fancy): do.
26763
26764         * gnus-kill.el (gnus-kill, gnus-execute): do.
26765
26766 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26767
26768         * gnus-sum.el (gnus-widget-reversible-match)
26769         (gnus-widget-reversible-to-internal)
26770         (gnus-widget-reversible-to-external): New functions.
26771         (gnus-widget-reversible): New widget.
26772         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26773
26774 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26775
26776         * gnus-sum.el (gnus-thread-sort-functions)
26777         (gnus-article-sort-functions): Document `(not F)' items.
26778
26779 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26780
26781         * spam.el (spam-use-gmane-xref): Add new backend.
26782         (spam-gmane-xref-spam-group): Add variable to control the name of the
26783         Gmane spam group.
26784         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26785         (spam-regex-headers-spam, spam-regex-headers-ham)
26786         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26787         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26788         backends and checks.
26789         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26790
26791         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26792         an autodetect method.
26793
26794 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26795
26796         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26797         articles are being added to a group.
26798         (gnus-request-replace-article): Inform the agent that articles
26799         need to be uncached as the cached contents are no longer valid.
26800
26801 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26802
26803         * binhex.el: Don't autoload executable-find.
26804
26805         * canlock.el: Don't autoload mail-fetch-field.
26806
26807         * dgnushack.el: Autoload c-mode for XEmacs.
26808
26809         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26810
26811         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26812         rmail-dont-reply-to and rmail-output.
26813
26814         * gnus-score.el: Don't autoload ffap-string-at-point.
26815
26816         * gnus-setup.el: Don't autoload sc-cite-original.
26817
26818         * imap.el: Don't autoload base64-decode-string,
26819         base64-encode-string and md5.
26820
26821         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26822         and rmail-msg-restore-non-pruned-header.
26823
26824         * mm-decode.el: Don't autoload executable-find.
26825
26826         * mm-url.el: Don't autoload executable-find.
26827
26828         * mm-view.el: Don't autoload diff-mode.
26829
26830         * nndb.el: Don't autoload news-reply-mode, news-setup,
26831         cancel-timer and telnet.
26832
26833         * password.el: Don't autoload run-at-time for Emacs.
26834
26835         * sha1-el.el: Don't autoload executable-find.
26836
26837         * sieve-mode.el: Don't autoload c-mode.
26838
26839         * uudecode.el: Don't autoload executable-find.
26840
26841 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26842
26843         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26844         (gnus-agent-possibly-alter-active): Avoid null in numeric
26845         comparison.
26846         (gnus-agent-set-local): Refuse to save null in local object table.
26847         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26848         list of articles that will be marked as unread.
26849
26850 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26851
26852         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26853
26854 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26855
26856         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26857         language tags.
26858
26859 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26860
26861         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26862         Don't bind "obarray".
26863
26864         * gnus-sum.el (gnus-thread-sort-functions):
26865         Add `gnus-thread-sort-by-most-recent-number' and
26866         `gnus-thread-sort-by-most-recent-date'.
26867         Reported by Kai Grossjohann <kai@emptydomain.de>.
26868
26869 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26870
26871         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26872
26873 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26874
26875         * gnus-cus.el (gnus-agent-customize-category):
26876         Remove ignore-errors macro reference that required cl to be loaded at
26877         run-time.
26878
26879         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26880         single-interval range of the form (min . max).  Previously the
26881         range had to look like ((min . max)).  Likewise, return
26882         (min . max) rather than ((min . max)).
26883         (gnus-range-map): Use gnus-range-normalize to accept
26884         single-interval range.
26885
26886         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26887         the cache, but not the agent, now appear with their usual face.
26888
26889         * dgnushack.el (loaddir): New variable that is bound to the
26890         directory containing the dgnushack.el file.  Use loaddir, rather
26891         than srcdir, to update load-path.  Change lets dgnushack compile
26892         code in directories other than GNUS/lisp.
26893
26894 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26895
26896         * lpath.el: Don't bind w3m-safe-url-regexp.
26897
26898         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26899         w3m-safe-url-regexp variable buffer-local.
26900
26901         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26902
26903 2004-02-27  Simon Josefsson  <jas@extundo.com>
26904
26905         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26906         gnus-group-real-prefix.
26907         (gnus-summary-move-article): Use it, instead of
26908         gnus-group-real-prefix.
26909
26910 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26911
26912         * lpath.el: Bind w3m-safe-url-regexp.
26913
26914         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26915         w3m-safe-url-regexp variable buffer-local and set it as the value
26916         of mm-w3m-safe-url-regexp.
26917
26918         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26919
26920         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26921         parsing gnus-posting-styles when the message is not for replying.
26922
26923         * dgnushack.el: Autoload sgml-mode for XEmacs.
26924
26925         * nnrss.el (nnrss-opml-export):
26926         Use mm-set-buffer-file-coding-system instead of
26927         set-buffer-file-coding-system.
26928
26929 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26930
26931         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26932         of checkdoc.el).
26933         * nnrss.el: do.
26934         * gnus-mlspl.el: do.
26935         * gnus-ml.el: do.
26936         * gnus-srvr.el: do.
26937
26938         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26939
26940 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26941
26942         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26943         Corrections to custom-manual links.
26944
26945         * gnus-art.el (gnus-article): Ditto.
26946
26947         * mm-decode.el (mime-display, mime-security): Ditto.
26948
26949 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26950
26951         * flow-fill.el: Typo.
26952
26953 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26954
26955         * spam-wash.el: New file.
26956
26957 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26958
26959         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26960
26961 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26962
26963         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26964         to be run with new-articles as LIST1, not LIST2.
26965         (spam-registration-functions): Add spam-use-ham-copy as a nil
26966         registration backend.
26967
26968 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26969
26970         * spam-stat.el (spam-stat-washing-hook): New option.
26971         (spam-stat-buffer-words): Use it.
26972         (spam-stat-process-directory, spam-stat-test-directory):
26973         Use insert-file-contents-literally.
26974         (spam-stat-coding-system): New variable.
26975         (spam-stat-load, spam-stat-save): Use it.
26976
26977 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26978
26979         * spam-report.el (spam-report-plug-agent):
26980         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26981
26982 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26983
26984         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26985         Allow / in mailto URLs.
26986
26987 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26988
26989         * spam-report.el (spam-report-process-queue): Fix interactive use.
26990         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26991         (spam-report-unplug-agent): Doc fixes.
26992         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26993         (spam-report-agentize, spam-report-deagentize): Autoload.
26994
26995 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26996
26997         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26998
26999         * message.el (message-setup-fill-variables): Add mml tags to
27000         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27001         <ajk@iu.edu>.
27002         (message-mode): Don't modify paragraph-separate there.
27003
27004 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27005
27006         * compface.el (uncompface-use-external): Default to undecided.
27007         (uncompface-use-external-threshold): New variable.
27008         (uncompface-float-time): New macro.
27009         (uncompface): Determine whether to use the external decoder if
27010         uncompface-use-external is undecided.
27011
27012 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27013
27014         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27015         after images.
27016
27017         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27018
27019 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27020
27021         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27022
27023         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27024
27025         * gnus-sum.el (gnus-summary-limit-to-age)
27026         (gnus-summary-limit-children): do.
27027
27028         * gnus-int.el (gnus-request-scan): do.
27029
27030         * gnus-group.el (gnus-group-suspend): do.
27031
27032         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27033
27034         * gnus-cite.el (gnus-cite-parse-attributions): do.
27035
27036         * gnus-agent.el (gnus-summary-set-agent-mark)
27037         (gnus-agent-regenerate-group): do.
27038
27039         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27040
27041         * binhex.el (binhex-decode-region-internal): do.
27042
27043 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27044
27045         * gnus-fun.el (gnus-face-properties-alist): New user option.
27046         (gnus-display-x-face-in-from): Use it.
27047
27048         * gnus-art.el (article-display-face): Ditto.
27049
27050         * compface.el (uncompface-use-external): Default to nil.
27051
27052 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27053
27054         * nntp.el (nntp-erase-buffer): New function.
27055         (nntp-retrieve-data, nntp-send-command)
27056         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27057         (nntp-possibly-change-group): Use it.
27058
27059         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27060         Use with-current-buffer.
27061
27062 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27063
27064         * compface.el: Merge the ELisp-based uncompface program.
27065         (compface): New customization group.
27066         (uncompface-use-external): New user option.
27067         (uncompface): Call uncompface-internal if uncompface-use-external
27068         is nil.
27069         (uncompface-internal): New function.  Note that there are also
27070         some other functions and variables added for this function.
27071
27072 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27073
27074         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27075         if necessary.
27076
27077 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27078
27079         * spam-report.el (spam-report-unplug-agent)
27080         (spam-report-plug-agent, spam-report-deagentize)
27081         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27082         Add support for the Agent in spam-report: when unplugged, report to a
27083         file; when plugged, submit all the requests.
27084
27085         * spam.el (spam-register-routine): Fix message about
27086         registration.
27087
27088 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27089
27090         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27091         dependencies.
27092         (rfc2047-encode): Use it.
27093
27094         * gnus-art.el (gnus-button-marker-list): Move before first
27095         reference.
27096
27097         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27098         (imap-parse-body): Fix format string mismatch.
27099
27100         * gnus-score.el (gnus-summary-increase-score): do.
27101
27102         * nnrss.el (nnrss-close): New function.
27103
27104 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27105
27106         * nnrss.el (nnrss-make-filename): New function.
27107         (nnrss-request-delete-group, nnrss-read-server-data)
27108         (nnrss-save-server-data, nnrss-read-group-data)
27109         (nnrss-save-group-data): Use it.
27110         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27111         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27112         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27113
27114 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27115
27116         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27117
27118 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27119
27120         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27121         files.
27122
27123         * message.el (message-generate-headers-first): Don't quote nil
27124         and t in docstrings.
27125
27126         * imap.el (imap-id): do.
27127
27128         * gnus-agent.el (gnus-agent-consider-all-articles)
27129         (gnus-agent-queue-mail): do.
27130
27131 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27132
27133         * spam-report.el (spam-report-process-queue): New function.
27134         Process requests from `spam-report-requests-file'.
27135         (spam-report-process-queue): Doc fix.
27136
27137 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27138
27139         * spam.el (spam-register-routine)
27140         (spam-log-processing-to-registry, spam-log-registered-p)
27141         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27142         Change "check" to "spam-check" for semi-clarity.
27143
27144 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27145
27146         * pop3.el: Require nnheader.
27147
27148         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27149
27150         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27151
27152         * gnus-picon.el: Require cl.
27153
27154         * gnus-fun.el: Require gnus-ems and gnus-util.
27155
27156         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27157
27158         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27159
27160         * gnus-art.el (gnus-article-edit-mode): Define before first
27161         reference.
27162
27163 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27164
27165         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27166         (gnus-uu-post-encoded): Use point-at-bol.
27167
27168         * gnus-topic.el (gnus-group-active-topic-p): do.
27169
27170         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27171
27172         * gnus-group.el (gnus-group-kill-region): do.
27173
27174         * gnus-art.el (article-date-ut): do.
27175
27176         * message.el (message-fetch-field): Remove redundant
27177         case-fold-search binding.
27178         (message-narrow-to-field): Simplify.
27179
27180 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27181
27182         * spam.el (spam-directory): Derive from `gnus-directory'.
27183
27184         * spam-report.el (spam-report-url-to-file)
27185         (spam-report-requests-file): New function and variable for offline
27186         reporting.
27187         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27188         and user defined function.
27189         (spam-report-url-ping-mm-url): Remove doubled slash.
27190
27191 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27192
27193         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27194
27195 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27196
27197         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27198         Fix format string mismatch.
27199
27200         * sieve.el (sieve-deactivate-all): do.
27201
27202         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27203
27204         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27205
27206         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27207
27208         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27209
27210 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27211
27212         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27213         the list of checks.
27214
27215 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27216
27217         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27218         padding.
27219
27220 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27221
27222         * mm-view.el (mm-fill-flowed): New variable.
27223         (mm-inline-text): Use it.
27224
27225 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27226
27227         * spam.el (spam-spamassassin-register-ham-routine)
27228         (spam-spamassassin-register-spam-routine): Fix function names.
27229
27230 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27231
27232         * gnus.el (gnus-tmp-grouplens): Remove.
27233         (gnus-summary-line-format): Remove grouplens.
27234
27235         * gnus-group.el (gnus-group-line-format): Ditto.
27236
27237         * gnus-spec.el (gnus-format-specs): Ditto.
27238         (gnus-update-format-specifications): Flush the group format spec
27239         cache if there's the grouplens stuff.
27240         (gnus-parse-simple-format): Replace %l with the empty string.
27241
27242 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27243
27244         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27245         omission.
27246
27247 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27248
27249         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27250         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27251
27252 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27253
27254         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27255         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27256         New macros and functions.
27257         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27258         Handle > NLINK_MAX messages.
27259         * nnmaildir.el (nnmaildir-request-set-mark):
27260         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27261
27262 2004-01-25  Alex Schroeder  <alex@gnu.org>
27263
27264         * spam-stat.el (spam-stat-process-directory-age): New option.
27265         (spam-stat-process-directory): Use it.
27266
27267 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27268
27269         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27270         (spam-stat-save): Accept prefix argument.
27271
27272 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27273
27274         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27275         links" error.
27276
27277 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27278
27279         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27280         the rest of the and/or forms.
27281
27282 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27283
27284         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27285         compatibility with old .newsrc.eld files.
27286
27287         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27288
27289         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27290
27291         * gnus-start.el (gnus-1): do.
27292
27293         * gnus-group.el (gnus-group-line-format-alist): do.
27294
27295         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27296
27297         * gnus-gl.el: Remove.
27298
27299 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27300
27301         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27302         marks consisting of a single range {for example, (3 . 5)} rather
27303         than a list of a single range { ((3 . 5)) }.
27304
27305 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27306
27307         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27308         Use with-current-buffer.
27309         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27310         avoid consing a string.
27311
27312         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27313         Remove obsolete entries for big5 and gb2312.
27314
27315 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27316
27317         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27318         uncompressed list.
27319
27320 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27321
27322         * spam-stat.el (spam-stat-strip-xref): New function.
27323         (spam-stat-process-directory): Use it.
27324
27325         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27326         here -- it's done in message-fetch-field.
27327
27328 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27329
27330         * gnus-agent.el (gnus-agent-queue-mail)
27331         (gnus-agent-prompt-send-queue): New variables.
27332         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27333         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27334         "nndraft:queue" along to gnus-draft-send.
27335         Use gnus-agent-prompt-send-queue.
27336         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27337         is "nndraft:queue".  Suggested by Gaute Strokkenes
27338         <gs234@srcf.ucam.org>
27339
27340         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27341         (agent-enable-undownloaded-faces): Add.
27342         (gnus-agent-cat-groups): Use eval-and-compile, not
27343         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27344         method of gnus-agent-cat-groups even when the buffer has been
27345         evaled.
27346         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27347         delete gnus-agent-save-active-1.
27348         (gnus-agent-save-groups): Delete.  Identical to
27349         gnus-agent-save-active.
27350         (gnus-agent-write-active): No longer adjust agent's copy of active
27351         file as agent's adjustments are now stored in their own
27352         file.  Remove optional parameter.
27353         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27354         servers.  Add use of min/max range limits from server's local
27355         file.
27356         (gnus-agent-save-alist): Remove unused optional argument.
27357         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27358         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27359         (gnus-agent-set-local): A per-server file that keeps min/max range
27360         limits for articles known to the agent.  Provides a fast mechanism
27361         for altering many active ranges.
27362         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27363         active file (local makes it unnecessary).
27364         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27365
27366         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27367         (agent-enable-undownloaded-faces): Add.
27368
27369         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27370         disable it when sending to "nndraft:queue".
27371         (gnus-group-send-queue): Add safety check to avoid sending queue
27372         when unplugged.
27373
27374         * gnus-group.el (gnus-group-catchup): Use new
27375         gnus-sequence-of-unread-articles, not
27376         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27377         numbers of articles.  Use gnus-range-map to avoid having to
27378         uncompress the unread list.
27379         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27380         Fix invalid ange-ftp reference.
27381
27382         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27383         (gnus-sorted-range-intersection): Intersection of two ranges
27384         without requiring that they first be uncompressed.
27385
27386         * gnus-start.el (gnus-activate-group): Unless blocked by the
27387         caller, possibly expand the active range to include both cached
27388         and agentized articles.
27389         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27390         multiple version-dependent converters.
27391         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27392         gnus-agent-save-active.
27393         (gnus-save-newsrc-file): Save dirty agent range limits.
27394
27395         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27396         gnus-agent-possibly-alter-active.
27397         (gnus-adjust-marked-articles): Faster handling of simple lists.
27398
27399 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27400
27401         * spam-stat.el (spam-stat-test-directory): New optional argument
27402         displays a list of files detected.  Suggested by Andrew Cohen
27403         <cohen@andy.bu.edu>.
27404         (spam-stat-buffer-words-with-scores): Don't narrow and change
27405         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27406
27407 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27408
27409         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27410         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27411         (spam-spamassassin-arguments)
27412         (spam-spamassassin-spam-flag-header)
27413         (spam-spamassassin-positive-spam-flag-header)
27414         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27415         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27416         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27417         (spam-list-of-processors, spam-list-of-checks)
27418         (spam-list-of-statistical-checks, spam-registration-functions)
27419         (spam-check-spamassassin-headers, spam-check-spamassassin)
27420         (spam-spamassassin-score)
27421         (spam-spamassassin-register-with-sa-learn)
27422         (spam-spamassassin-register-spam-routine)
27423         (spam-spamassassin-register-ham-routine)
27424         (spam-assassin-register-spam-routine)
27425         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27426         (spam-bogofilter-score): Fix to show article before scoring.
27427
27428 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27429
27430         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27431         default scoring function.
27432         (spam-generic-score): Call spam-spamassassin-score if
27433         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27434         spam-bogofilter-score otherwise.
27435
27436         * gnus.el (spam-process, spam-autodetect-methods):
27437         Add spamassassin and spamassassin-headers.
27438
27439 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27440
27441         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27442         Suppress unnecessary messages.
27443
27444 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27445
27446         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27447         make-hash-table.
27448
27449 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27450
27451         * canlock.el (base64-encode-string): Don't autoload it.
27452
27453 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27454
27455         * run-at-time.el: Remove useless (require 'itimer),
27456         eval-and-compile and (featurep 'xemacs).
27457
27458 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27459
27460         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27461         GROUP is a virtual group.
27462
27463 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27464
27465         * gnus.el: Autoload `message-y-or-n-p'.
27466
27467 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27468
27469         * pgg-parse.el: Remove unnecessary (require 'custom).
27470
27471         * pgg-def.el: do.
27472
27473         * nnmail.el: do.
27474
27475         * gnus-undo.el: do.
27476
27477         * gnus-picon.el: do.
27478
27479         * gnus-util.el: do.
27480
27481 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27482
27483         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27484
27485 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27486
27487         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27488         handle, as well as a list.
27489
27490         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27491         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27492         (mm-w3m-cid-retrieve): Simplify.
27493
27494 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27495
27496         * message.el (message-kill-to-signature): Allow prefix arg to
27497         specify number of lines to keep before signature.
27498
27499 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27500
27501         * message.el (message-kill-to-signature): Change docstring.
27502
27503 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27504
27505         * canlock.el: Always require sha1-el.
27506         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27507
27508         * message.el: Autoload sha1 only when compiling.
27509
27510         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27511         eudc-expand-inline for XEmacs.
27512
27513 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27514
27515         * message.el (message-canlock-generate): Require sha1-el.
27516
27517 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27518
27519         * message.el (message-expand-name): Silence the byte compiler.
27520
27521         * lpath.el: Add detect-coding-system.
27522
27523         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27524         cus-edit.
27525
27526 2004-01-13  Simon Josefsson  <jas@extundo.com>
27527
27528         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27529         Invoke gnus-score-mode.
27530         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27531
27532         * gnus-range.el (gnus-compress-sequence): Doc fix.
27533         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27534
27535 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27536
27537         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27538
27539 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27540
27541         * spam.el (spam-get-article-as-string): Update to use
27542         gnus-request-article-this-buffer, much simpler.
27543         (spam-get-article-as-buffer): Remove.
27544
27545 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27546
27547         * message.el (message-expand-name): Use EUDC if the user uses that.
27548
27549 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27550
27551         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27552         character for the encoding to avoid consing a string.
27553
27554         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27555         unnecessarily.
27556
27557         * mm-util.el (mm-replace-chars-in-string): Remove.
27558
27559         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27560         of mm-replace-chars-in-string.
27561
27562 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27563
27564         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27565
27566         * mm-util.el (mm-subst-char-in-string): Support inplace.
27567
27568         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27569         a new string in every iteration.  Use shy groups.
27570
27571 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27572
27573         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27574         * gnus-soup.el (gnus-soup-group-brew):
27575         * gnus-msg.el (gnus-put-message):
27576         * gnus-move.el (gnus-group-move-group-to-server):
27577         * gnus-kill.el (gnus-batch-score):
27578         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27579         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27580         (gnus-group-update-group, gnus-group-read-group)
27581         (gnus-group-make-group, gnus-group-make-help-group)
27582         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27583         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27584         (gnus-group-sort-by-unread, gnus-group-catchup)
27585         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27586         (gnus-group-yank-group, gnus-group-set-info)
27587         (gnus-group-list-groups):
27588         * gnus.el (gnus-generate-new-group-name):
27589         * gnus-delay.el (gnus-delay-send-queue):
27590         * nnvirtual.el (nnvirtual-catchup-group):
27591         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27592         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27593         (gnus-group-prepare-topics, gnus-topic-check-topology):
27594         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27595         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27596         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27597         (gnus-group-make-articles-read):
27598         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27599         (gnus-group-change-level, gnus-kill-newsgroup)
27600         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27601         (gnus-get-unread-articles, gnus-make-articles-unread)
27602         (gnus-make-ascending-articles-unread): Use accessor
27603         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27604         to get group information for improved readability.
27605
27606
27607 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27608
27609         * gnus-art.el (article-decode-mime-words, article-babel)
27610         (gnus-article-highlight-signature, gnus-article-add-buttons)
27611         (gnus-signature-toggle): Use gnus-with-article-buffer.
27612
27613         * gnus-art.el (gnus-article-highlight-headers)
27614         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27615
27616         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27617         (gnus-article-set-globals, gnus-request-article-this-buffer)
27618         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27619         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27620         (gnus-mime-display-alternative): Use with-current-buffer.
27621
27622 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27623
27624         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27625         also under 80 char limit, and call gnus-error if needed.
27626         (spam-fetch-article-header): Fix - it was a
27627         buffer-local variable (gnus-newsgroup-data).
27628         (spam-find-spam): Use spam-generate-fake-headers, forget about
27629         spam-insert-fake-headers.
27630         (spam-insert-fake-headers): Remove.
27631
27632 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27633
27634         * deuglify.el (gnus-article-outlook-unwrap-lines)
27635         (gnus-outlook-rearrange-article)
27636         (gnus-outlook-repair-attribution-outlook)
27637         (gnus-outlook-repair-attribution-block)
27638         (gnus-outlook-repair-attribution-other): Remove redundant
27639         save-excursion.
27640
27641 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27642
27643         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27644         (spam-fetch-field-subject-fast)
27645         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27646         (spam-fetch-article-header): Add functions to deal with Gnus
27647         internals for fast retrieval of article header data.
27648         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27649
27650 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27651
27652         * pop3.el (pop3-md5): Remove.
27653         (pop3-apop): Replace pop3-md5 with md5.
27654
27655         * mm-bodies.el: base64 is always built-in.
27656
27657         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27658         Use with-current-buffer.
27659
27660 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27661
27662         * canlock.el (canlock-insert-header): Remove excessive grouping in
27663         regexp.
27664
27665         * gnus-sum.el (gnus-summary-read-document): Ditto.
27666
27667         * gnus-uu.el (gnus-uu-part-number): Ditto.
27668
27669         * html2text.el (html2text-remove-tags): Ditto.
27670         (html2text-format-tags): Ditto.
27671         (html2text-format-single-elements): Ditto.
27672
27673         * mml.el (mml-parse-1): Ditto.
27674
27675 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27676
27677         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27678
27679         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27680
27681         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27682
27683         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27684
27685 2003-11-15  Simon Josefsson  <jas@extundo.com>
27686
27687         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27688         (pgg-gpg-lookup-key): Use regexp match instead of
27689         split-string (split-string is different between emacs 21.2 and
27690         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27691
27692 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27693
27694         * gnus-art.el (gnus-mime-view-all-parts)
27695         (gnus-article-part-wrapper, gnus-article-view-part):
27696         Use with-current-buffer.
27697
27698 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27699
27700         * spam.el (spam-disable-spam-split-during-ham-respool)
27701         (spam-spamoracle-database, spam-cache-lookups)
27702         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27703         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27704         (spam-group-ham-marks, spam-group-spam-marks)
27705         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27706         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27707         also add spam-use-blackholes to the statistical checks.
27708         (spam-fetch-field-fast): Add interface to fetching fields, may
27709         become a macro.
27710         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27711         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27712         (spam-insert-fake-headers): Fake an article when needed.
27713         (spam-find-spam): Fake article when possible.
27714         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27715         (spam-check-bogofilter-headers): Use message-fetch-field instead
27716         of nnmail-fetch-field.
27717
27718 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27719
27720         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27721
27722 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27723
27724         * spam.el (spam-split): Do not require spam-use-CHECK to be
27725         enabled if that check is passed to spam-split explicitly; also
27726         fix so 'spam doesn't get converted to spam-split-group when
27727         spam-split-symbolic-return is t.
27728         (spam-find-spam): Find registrations of the article and use those
27729         instead of re-running spam-split to find the spam/ham
27730         classification of the article.
27731         (spam-log-processing-to-registry, spam-log-registered-p)
27732         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27733         Use gnus-error instead of gnus-message.
27734         (spam-log-registration-type): Add function to determine the
27735         classification of a message based on registry entries; will
27736         return nil if both 'spam and 'ham are found.
27737         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27738         a reasonably fast local cache without the loading errors.
27739         (spam-cache-lookups): Set to t by default.
27740         (spam-find-spam): Don't try to guess spam-cache-lookups.
27741         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27742         spam-caches entry.
27743         (spam-filelist-build-cache, spam-filelist-check-cache):
27744         Fix caching of whitelist/blacklist entries.
27745         (spam-check-whitelist, spam-check-blacklist):
27746         Invoke spam-from-listed-p with a type, not a cache variable.
27747         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27748
27749 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27750
27751         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27752
27753         * nnmail.el (nnmail-split-fancy): do.
27754
27755         * mml.el (mml-parse): do.
27756
27757         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27758         (gnus-score-adaptive): do.
27759
27760 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27761
27762         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27763         (gnus-mime-button-map): Don't set keymap parent.
27764         (gnus-button-ctan-directory-regexp): Use shy grouping.
27765         (gnus-prev-page-map): Don't set keymap parent.
27766         (gnus-prev-page-map): Remove duplicated one.
27767         (gnus-next-page-map): Don't set keymap parent.
27768         (gnus-mime-security-button-map): Ditto.
27769
27770         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27771         version number.
27772
27773         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27774
27775 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27776
27777         * canlock.el (canlock-sha1-function): Remove.
27778         (canlock-sha1-function-for-verify): Remove.
27779         (canlock-openssl-program): Remove.
27780         (canlock-openssl-args): Remove.
27781         (canlock-ignore-errors): Remove.
27782         (canlock-sha1-with-openssl): Remove.
27783         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27784         (canlock-verify): Don't use canlock-ignore-errors.
27785
27786         * sha1-el.el (sha1-string-external): Make it can return a string
27787         in binary form.
27788         (sha1-region-external): Ditto.
27789         (sha1-string-internal): Ditto.
27790         (sha1-region-internal): Ditto.
27791         (sha1-region): Ditto.
27792         (sha1-string): Ditto.
27793         (sha1): Ditto.
27794
27795 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27796
27797         * spam.el (spam-report-articles-gmane): New command.
27798
27799 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27800
27801         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27802
27803         * run-at-time.el (run-at-time-saved): Remove.
27804         (run-at-time): Doc fix.
27805
27806 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27807
27808         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27809         (gnus-summary-limit-map): Add it.
27810         (gnus-summary-make-menu-bar): do.
27811
27812 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27813
27814         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27815         Make attempt at some caching support (done for BBDB only now).
27816         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27817         addresses to be checked.
27818         (spam-clear-cache-BBDB): Add function, to be invoked by
27819         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27820         (spam-check-BBDB): Check and use the caches, if
27821         spam-cache-lookups is on, remove superfluous (provide).
27822
27823 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27824
27825         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27826
27827 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27828
27829         * run-at-time.el (run-at-time-saved): Move to after the definition
27830         of `run-at-time'.
27831
27832         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27833
27834 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27835
27836         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27837         mm-w3m-local-map-property.
27838
27839         * mm-view.el (mm-w3m-mode-map): Remove.
27840         (mm-w3m-local-map-property): Remove.
27841         (mm-inline-text-html-render-with-w3m): Don't use
27842         mm-w3m-local-map-property.
27843
27844 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27845
27846         * run-at-time.el: New file.
27847
27848         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27849         under Emacs.
27850
27851         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27852         of gnus-set-text-properties.
27853
27854         * gnus-uu.el (gnus-uu-save-article): Ditto.
27855
27856         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27857
27858         * gnus-cite.el (gnus-cite-parse): Ditto.
27859
27860         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27861         of gnus-.
27862
27863         * gnus-xmas.el (run-at-time): Require run-at-time.
27864
27865         * gnus.el: Change calls to nnheader-run-at-time and
27866         password-run-at-time throughout to use run-at-time directly.
27867
27868         * password.el: Remove definition of run-at-time.
27869
27870         * nnheaderxm.el: Remove definition of run-at-time.
27871
27872 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27873
27874         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27875         in prompt.
27876
27877 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27878
27879         * messagexmas.el (message-xmas-redefine): Alias
27880         `message-make-caesar-translation-table' to
27881         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27882         version.
27883
27884         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27885         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27886         `gnus-xmas-set-text-properties'.
27887         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27888         `gnus-xmas-completing-read'.
27889         (gnus-xmas-completing-read): Removed.
27890         (gnus-xmas-open-network-stream): Removed.
27891
27892         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27893         XEmacs version.
27894
27895         * dns.el (dns-make-network-process): Use `open-network-stream'
27896         instead of `gnus-xmas-open-network-stream'.
27897
27898         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27899
27900         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27901
27902 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27903
27904         * gnus-art.el (gnus-mime-display-alternative)
27905         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27906         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27907         Don't use gnus-local-map-property.
27908
27909         * gnus-util.el (gnus-local-map-property): Remove.
27910
27911         * mm-view.el (mm-view-pkcs7-decrypt):
27912         Replace gnus-completing-read-maybe-default with completing-read.
27913
27914         * gnus-util.el (gnus-completing-read): do.
27915         (gnus-completing-read-maybe-default): Remove.
27916
27917 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27918
27919         * password.el: Only autoload `run-at-time' if not XEmacs.
27920         Only autoload the itimer functions if XEmacs.
27921
27922 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27923
27924         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27925         XEmacsen.
27926
27927         * dgnushack.el: Autoload executable-find for XEmacs.
27928
27929 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27930
27931         * gnus-art.el (gnus-read-string): Remove.
27932         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27933         read-string.
27934
27935 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27936
27937         * netrc.el: Autoload password-read.
27938         (netrc): Add configuration group.
27939         (netrc-encoding-method, netrc-openssl-path):
27940         Add variables for encoding and decoding of files with symmetric
27941         ciphers.
27942         (netrc-encode): Add assistant function to encode a file with
27943         netrc-encoding-method.
27944         (netrc-parse): Add interactive parameter, added optional
27945         decoding if netrc-encoding-method is non-nil but otherwise
27946         behavior is standard.
27947         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27948         Do s/encode/encrypt/ everywhere.
27949
27950         * spam.el: Remove executable-find autoload.
27951
27952 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27953
27954         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27955
27956         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27957
27958 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27959
27960         * gnus-art.el (gnus-treat-ansi-sequences)
27961         (article-treat-ansi-sequences): New variable and function.
27962         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27963
27964         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27965         Use it.
27966
27967 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27968
27969         * mm-util.el (mm-quote-arg): Remove.
27970
27971         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27972         shell-quote-argument.
27973
27974         * gnus-uu.el (gnus-uu-command): do.
27975
27976         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27977
27978         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27979         with make-char.
27980
27981         * mm-util.el (mm-make-char): Remove.
27982
27983         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27984         add-minor-mode.
27985
27986         * gnus-undo.el (gnus-undo-mode): do.
27987
27988         * gnus-topic.el (gnus-topic-mode): do.
27989
27990         * gnus-sum.el (gnus-dead-summary-mode): do.
27991
27992         * gnus-start.el (gnus-slave-mode): do.
27993
27994         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27995
27996         * gnus-ml.el (gnus-mailing-list-mode): do.
27997
27998         * gnus-gl.el (gnus-grouplens-mode): do.
27999
28000         * gnus-draft.el (gnus-draft-mode): do.
28001
28002         * gnus-dired.el (gnus-dired-mode): do.
28003
28004         * gnus-ems.el (gnus-add-minor-mode): Remove.
28005
28006         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28007         Replace gnus-char-width with char-width.
28008
28009         * gnus-ems.el (gnus-char-width): Remove.
28010
28011         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28012         Replace gnus-char-width with char-width.
28013
28014         * gnus-ems.el (gnus-char-width): Remove.
28015
28016         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28017         definition.
28018         Remove Emacs 20 hash table compatibility code.
28019
28020         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28021         20 compatibility code.
28022
28023         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28024
28025         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28026
28027         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28028         Replace with point-at-{eol,bol}.
28029
28030         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28031
28032         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28033
28034         * flow-fill.el (fill-flowed-point-at-bol)
28035         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28036
28037         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28038         Replace with point-at-{eol,bol} throughout all files.
28039
28040 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28041
28042         * ntlm.el (ntlm-string-as-unibyte): New macro.
28043         (ntlm-build-auth-response): Use it.
28044
28045         Remove Emacs 20 stuff:
28046         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28047         (butlast, mapc, remove): Remove the compiler macros.
28048         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28049         of delq and copy-sequence.
28050         * gnus-art.el (popup-menu): Remove the compiler macro.
28051         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28052         Emacs 20.
28053
28054 2004-01-05  Simon Josefsson  <jas@extundo.com>
28055
28056         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28057         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28058         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28059         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28060         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28061         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28062         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28063         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28064         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28065         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28066         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28067         string-xor into ntlm-string-xor.
28068         Suggested by Jesper Harder <harder@myrealbox.com>.
28069
28070         * ntlm.el: Don't include poem.
28071
28072         * md4.el (print-int32, print-string-hexa): Remove.
28073         Suggested by Jesper Harder <harder@myrealbox.com>.
28074
28075         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28076
28077         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28078         probably breaks emacs with DL patch, but do we care? Is anyone
28079         still using the DL stuff?)
28080
28081         * sieve-manage.el: Use the password package.
28082         (sieve-manage-read-passwd): Remove.
28083         (sieve-manage-interactive-login): Use password.  Re-add
28084         condition-case around loop.
28085
28086         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28087         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28088         Use the password package.
28089
28090 2003-02-19  Simon Josefsson  <jas@extundo.com>
28091
28092         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28093         token.
28094
28095 2002-08-07  Simon Josefsson  <jas@extundo.com>
28096
28097         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28098         (sieve-manage-authenticators)
28099         (sieve-manage-authenticator-alist): Add some SASL mechs.
28100         (sieve-sasl-auth): New function.
28101         (sieve-manage-cram-md5-auth)
28102         (sieve-manage-plain-auth): Rewrite using SASL library.
28103         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28104         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28105         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28106         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28107
28108 2004-01-05  Simon Josefsson  <jas@extundo.com>
28109
28110         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28111         New files.
28112
28113 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28114
28115         * gnus-group.el (gnus-no-groups-message): Update.
28116
28117         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28118
28119 2003-11-09  Simon Josefsson  <jas@extundo.com>
28120
28121         * imap.el: Support for ID IMAP extension (RFC 2971).
28122         (imap-local-variables): Add imap-id.
28123         (imap-id): New variable.
28124         (imap-id): New function.
28125         (imap-parse-response): Parse untagged ID response.
28126         * nnimap.el (nnimap-id): New variable.
28127         (nnimap-open-connection): Use it.
28128
28129 2003-12-28  Simon Josefsson  <jas@extundo.com>
28130
28131         * gnus-score.el (gnus-score-edit-all-score): New.
28132         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28133
28134 2004-01-04  Simon Josefsson  <jas@extundo.com>
28135
28136         * password.el: Add.
28137
28138 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28139
28140         * dns.el (dns-query-types): Fix typo.
28141         (dns-query-types): New function.
28142         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28143         PTR and SOA replies, see RFC 1035.
28144
28145 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28146
28147         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28148
28149         * Move to Changelog.2.
28150
28151 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28152
28153         * gnus.el (gnus-version-number): Bump version.
28154
28155 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28156
28157         * gnus.el: No Gnus v0.1 is released.
28158
28159 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28160
28161         * gnus.el: No Gnus v0.0 is released.
28162
28163 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28164
28165         * gnus.el (gnus-version-number): Bump.
28166         (gnus-version): No.
28167
28168 See ChangeLog.2 for earlier changes.
28169
28170   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28171
28172   This file is part of GNU Emacs.
28173
28174   GNU Emacs is free software: you can redistribute it and/or modify
28175   it under the terms of the GNU General Public License as published by
28176   the Free Software Foundation, either version 3 of the License, or
28177   (at your option) any later version.
28178
28179   GNU Emacs is distributed in the hope that it will be useful,
28180   but WITHOUT ANY WARRANTY; without even the implied warranty of
28181   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28182   GNU General Public License for more details.
28183
28184   You should have received a copy of the GNU General Public License
28185   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28186
28187 ;; Local Variables:
28188 ;; coding: utf-8
28189 ;; fill-column: 79
28190 ;; add-log-time-zone-rule: t
28191 ;; End: