Make %F fall back to email address in message-citation-line-format.
[gnus] / lisp / ChangeLog
1 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
2
3         * message.el (message-insert-formatted-citation-line): Change %F to
4         fall back to email address if no first name could be determined.
5
6 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
9         Fix point motion when removing displayed MIME part.
10         (gnus-article-edit-part): Make jumping to the next part really work
11         when deleting or stripping.
12         (gnus-mime-buttonize-attachments-in-header): Make header attachment
13         buttons identical to the ones in the article body so as to work deleting
14         and stripping.
15
16 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * mm-decode.el (mm-shr)
19         * mm-view.el (mm-inline-text-html-render-with-w3m):
20         Revert my bogus change that made the start marker of a part
21         the "moves after insertion" type.
22
23 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
24
25         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
26         Tools: https://github.com/politza/pdf-tools) for viewing PDF
27         attachments in emacs.
28
29 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
30
31         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
32         instead of sasl-scram-sha-1, as the former is the name that can be
33         required.
34
35         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
36         (sasl-scram-sha-1-client-final-message)
37         (sasl-scram-sha-1-authenticate-server): Move to end of file.
38
39 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
42
43 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
46         (sasl-string-prefix-p): New compatibility functions.
47
48 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-compat.el (process-live-p): Added new compat function for Emacs
51         23.
52
53 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
54
55         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
56         from the server LIST response.
57
58 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
59
60         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
61         during header retrieval, error out instead of interpreting the data in
62         the buffer as the only messages there.  This way, we don't mark
63         articles as read on a server hangup (bug#19035).
64
65         * mm-decode.el (mm-head-p): New function.
66         (mm-display-part): Go to a blank line when inserting parts internally.
67
68 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
69
70         * sasl-scram-rfc.el: New file.
71
72         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
73         Add SCRAM-SHA-1 first.
74         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
75         entry (bug#17636).
76
77 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
80         that we don't get a warning when setting the buffer-local variable
81         (bug#19573).
82
83         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
84         `gnus-request-group'.
85
86 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * gnus-art.el (gnus-article-browse-html-save-cid-content)
89         (gnus-article-browse-html-parts): Make cid file names relative if and
90         only if html doesn't specify <base> directory.
91
92 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
95         parts, because that breaks filling (since buttons are in a bold face).
96
97 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
100         use gnus-overlays-at and gnus-overlay-put.
101
102 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * mm-decode.el (mm-shr): Only pass the fill column when not using
105         fonts, because limiting the width to what's appropriate for followups
106         doesn't really help when not using proportional fonts.
107
108 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
109
110         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
111         shr, beacause that breaks folding.
112         (mm-shr): Don't shorten the width when using fonts.
113
114 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
115
116         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
117         variable; always check the newrc timestamp.
118         (gnus-save-newsrc-file): Always check timestamp.
119
120 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
121
122         * mail-source.el (mail-source-call-script): If scripts exit with an
123         error, pop up an error buffer.
124
125 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
128         as a default.
129
130         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
131         correct server.
132
133 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
134
135         * nnimap.el (nnimap-request-group-scan): Fix the function name.
136
137         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
138
139 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
142         that nnimap works for non-activated backends.
143
144 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
145
146         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
147         message, since we already get an obsolescence message.  Use `declare'.
148
149 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
150
151         * nnir.el: Revert "Enable non-ASCII IMAP searches".
152
153 2015-01-30  Glenn Morris  <rgm@gnu.org>
154
155         * gnus-registry.el (gnus-registry-max-pruned-entries)
156         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
157         Fix :version.
158         (gnus-registry-default-sort-function): Improve :type.
159
160 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
161
162         * nnimap.el (nnimap-request-group): Allow running this function on
163         groups that don't exist in Gnus yet.
164         (nnimap-request-group): Revert previous patch since that made it
165         impossible to enter nnimap groups.
166
167         * message.el (message-smtpmail-send-it): Remove the mail header
168         separator before sending.
169
170 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
171
172         * nnimap.el (nnimap-find-expired-articles): Fix handling of
173         (expiry-wait . never).
174
175 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
176
177         * nnimap.el (nnimap-request-group): Clear the buffer before returning
178         the data.
179
180 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-compat.el (string-bytes): Work for XEmacs.
183
184 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
187
188         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
189         IMAP.
190
191 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
192
193         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
194
195         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
196
197         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
198         be added to the backlog.
199
200 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
201
202         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
203         target with a recursive make call.
204
205 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
206
207         * nnimap.el (nnimap-header-parameters): Refactor and request
208         X-GM-LABELS if it's been announced.
209         (nnimap-transform-headers): Gather and output GM-LABELS.
210
211 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
212
213         * mm-decode.el (mm-display-part): Make non-string methods work.
214         Non-string methods are funcalled and work just fine, the test was
215         bogus.
216         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
217         whole frame.
218
219 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
220
221         * nnimap.el (nnimap-request-accept-article): Allow respooling using
222         nnimap.
223
224         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
225         request rescans when being run interactively.
226
227         * nnimap.el (nnimap-request-group): Don't rescan the group here,
228         because that can be very slow in large groups.
229
230         * gnus-int.el (gnus-request-group-scan): New backend function.
231
232         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
233
234 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
235
236         * gnus-group.el (gnus-group-suspend): Close all backends.
237
238 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
239
240         * dgnushack.el (dgnushack-compile-file): New function.
241         (dgnushack-compile): Use it (bug#19514).
242
243 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
246
247 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
248
249         * registry.el: Don't use <class> as a variable.
250
251 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
252
253         system-name's returned value can vary
254         Also, the system-name variable is now obsolete.
255         Fixes Bug#19438.
256         * message.el (message-make-fqdn):
257         * nnvirtual.el (nnvirtual-retrieve-headers)
258         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
259         and avoid naming locals 'system-name'.
260
261 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
262
263         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
264         lines don't get overlong when responding.
265
266 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * registry.el (cl-remf, cl-loop, cl-subseq):
269         Alias to remf, loop, and subseq respectively for old Emacsen.
270
271 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
272
273         * gnus-group.el (gnus-read-ephemeral-bug-group):
274         Bind coding-system-for-read and coding-system-for-write only around
275         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
276
277 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
278
279         * registry.el (registry-db): Set default slot later.
280         This is because its value is not a literal integer.
281
282 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * registry.el (registry-db): Fix default registry-db max-size.
285
286 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
287
288         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
289         add warning.
290
291         * gnus-art.el: Fix up compiler warnings.
292         (article-display-face, article-display-x-face): Remove unused `face'.
293         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
294         (article-date-ut): Remove unused var `first'.
295         (gnus-article-prepare): Remove unused var `gnus-article'.
296         (gnus-mime-save-part-and-strip): Remove unused var `param'.
297         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
298         `coding-system' along with corresponding dead code.
299         (gnus-mime-view-part-externally): Remove unused var
300         `mm-user-display-methods'.
301         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
302         (gnus-display-mime): Remove unused var `handle'.
303         (gnus-mime-display-alternative): Remove unused var `props'.
304         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
305         (gnus-article-edit-done): Remove unused var `p'.
306         (gnus-url-mailto): Remove unused var `to'.
307         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
308         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
309
310 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
311
312         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
313         slots into a :max-size slot.
314         (registry-db-version): Add new variable for database version number.
315         (registry-prune): Use :max-size slot. Accept and use a sort-function
316         argument.
317         (registry-collect-prune-candidates): Add new function for finding
318         non-precious pruning candidates.
319         (registry-prune-hard-candidates, registry-prune-soft-candidates):
320         Remove obsolete functions.
321         (initialize-instance): Upgrade registry version when starting.
322
323         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
324         (gnus-registry-max-pruned-entries): Remove obsolete variable.
325         (gnus-registry-cache-file): Change default
326         filename extension to "eieio".
327         (gnus-registry-read): Add new function, split out from
328         `gnus-registry-load', that does the actual object reading.
329         (gnus-registry-load): Use it. Add condition case handler to check for
330         old filename extension and rename to the new one.
331         (gnus-registry-default-sort-function): New variable to specify a sort
332         function to use when pruning.
333         (gnus-registry-save, gnus-registry-insert): Use it.
334         (gnus-registry-sort-by-creation-time): Define a default sort function.
335
336         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
337         Adjust test for new object signature.
338         (gnustest-registry-pruning-test): Add new pruning test.
339         (gnustest-registry-sort-function): Default sort function for testing.
340         (gnustest-registry-pruning-sort-test): New test for sorting.
341
342 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
345         function for reuse.
346         (gnus-mime-buttonize-attachments-in-header): Adjust.
347
348 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * message.el (message-change-subject): Really check whether the subject
351         changed.
352
353 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
356         PDFs.
357         (mailcap-view-mime): New function.
358
359 2014-12-01  Glenn Morris  <rgm@gnu.org>
360
361         * gnus-cloud.el (gnus-cloud): Add :version tag.
362
363 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-art.el (gnus-use-idna):
366         * gnus-sum.el (gnus-summary-idna-message):
367         * message.el (message-use-idna):
368         Protect against nil value for idna-program.
369
370         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
371
372 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
373
374         * auth-source.el (auth-source-macos-keychain-search-items): Return
375         result of `auth-source-macos-keychain-result-append' (bug#19074).
376
377 2014-11-25  Glenn Morris  <rgm@gnu.org>
378
379         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
380         Add :version tag.
381
382 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * pop3.el (pop3-open-server): Warn unless encrypted.
385
386         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
387
388 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
389
390         Port new time stamp handling to Emacs 23.2.
391         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
392         * time-date.el (time-add, time-subtract, time-less-p):
393         Use eval-and-compile, not eval-when-compile.
394
395 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
396
397         * message.el (message-valid-fqdn-regexp): Add non-internaional new
398         TLDs.
399
400 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
401
402         Port new time stamp handling to old Emacs and to XEmacs.
403         This is needed for Gnus, which copies time-date.el and which
404         runs on older Emacs implementations.
405         * time-date.el (with-decoded-time-value):
406         Handle 'nil' and floating-point arg more compatibly with new Emacs.
407         (encode-time-value, with-decoded-time-value):
408         Obsolete only if new Emacs.
409         (time-add, time-subtract, time-less-p): Define if not new Emacs.
410
411         Improve time stamp handling, and be more consistent about it.
412         This implements a suggestion made in:
413         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
414         Among other things, this means timer.el no longer needs to
415         autoload the time-date module.
416         * time-date.el (seconds-to-time, days-to-time, time-since)
417         (with-decoded-time-value):
418         Treat 'nil' as current time.  This is mostly for XEmacs.
419         (encode-time-value, with-decoded-time-value): Obsolete.
420         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
421         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
422
423 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
426         discarding changes in ephemeral groups.
427
428         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
429         things the user isn't interested in.
430
431 2014-11-13  Julien Danjou  <jd@abydos>
432
433         * gnus-notifications.el (gnus-notifications-notify): Provide both
434         app-icon and image-path.
435
436 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
437
438         * mm-url.el (mm-url-encode-multipart-form-data):
439         Restore to handle "multipart/form-data" by eww.
440
441 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
442
443         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
444         Landscheidt.
445
446 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
447
448         Simplify use of current-time and friends.
449         * gnus-delay.el (gnus-delay-article):
450         * gnus-sum.el (gnus-summary-read-document):
451         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
452         * message.el (message-make-expires-date):
453         Omit unnecessary call to current-time.
454         * gnus-util.el (gnus-float-time): Simplify to an alias because
455         time-to-seconds now behaves like float-time with respect to nil arg.
456         (gnus-seconds-year): Don't call current-time twice to get the current
457         time stamp, as this can lead to inconsistent results.
458         * time-date.el (time-to-seconds) [!float-time]:
459         Use current time if arg is nil, to be compatible with float-time.
460         (time-date--day-in-year): New function, with most of the guts of
461         the old time-to-day-in-year.
462         (time-to-day-in-year): Use it.
463         (time-to-days): Use it, to avoid decoding the same time stamp twice.
464
465 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus.el (gnus-mode-line-buffer-identification):
468         Don't add image data for a non-graphic display (bug#18813).
469
470 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
473         load-path, it blocks autoloading of find-image (bug#18813).
474
475 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
476
477         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
478         to keep connection open (bug#18728).
479
480 2014-10-20  Glenn Morris  <rgm@gnu.org>
481
482         * Merge in all changes up to 24.4 release.
483
484 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
485
486         * message.el (message-insert-signature): Use `newline' instead of
487         inserting explicit "\n".
488
489 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
490
491         * gnus-icalendar.el: Support vcal format timezones.
492         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
493         compute dates with associated timezone.
494         (gnus-icalendar-event-from-ical): Compute all timezones.
495
496 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
499         check the newsrc.eld file's timestamp before saving it.
500         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
501         timestamp has changed to be newer.
502
503 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
504
505         * gnus-icalendar.el (gnus-icalendar-identities):
506         Include message-alternative-emails.
507
508 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
511         New compatibility functions.
512         (ntlm-build-auth-response): Use them.
513
514 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
515
516         * ntlm.el (ntlm-build-auth-request):
517         Add NTLM2 Session support.  (Bug#15603)
518
519 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
520
521         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
522         expired messages only when it was built in reverse order.
523
524 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
525
526         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
527         last so it can be used in `message-send-hook'.
528
529 2014-09-29  Daiki Ueno  <ueno@gnu.org>
530
531         * mml.el (mml-parse-1): Error out if unknown mode is specified in
532         <#secure> tag (bug#18513).
533
534 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * parse-time.el: Require cl when compiling.
537
538 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         Use cl-lib as much as possible following the 2014-09-26 change
541         in the Emacs trunk.
542         * parse-time.el: Try requiring cl-lib.
543         (parse-time-incf): Alias to cl-incf or incf.
544         (digit-char-p): Remove.
545         (parse-time-integer): Alias to cl-parse-integer or the one defined.
546         (parse-integer): Rename to parse-time-integer.
547         (parse-time-tokenize, parse-time-rules, parse-time-string)
548         Use parse-time-incf and parse-time-integer.
549
550 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
551
552         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
553         of ":delete".
554
555 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-art.el (gnus-article-browse-html-save-cid-content)
558         (gnus-article-browse-html-parts):
559         Revert last change that breaks links other than cid contents.
560
561 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * gnus-art.el (gnus-article-browse-html-save-cid-content)
564         (gnus-article-browse-html-parts): Make cid file names relative.
565
566 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * mm-view.el (mm-display-inline-fontify): Make the working buffer
569         temporarily displayed when running a mode function (at least org-mode
570         requires it).
571
572 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
573
574         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
575         the gnus-summary-article-expire-hook should be told where the function
576         is going. In particular, the Gnus registry might want to know.
577
578 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
579
580         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
581
582 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * gnus-sum.el (gnus-summary-expire-articles): Revert.
585
586 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
587
588         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
589         the gnus-summary-article-expire-hook should be told where the function
590         is going. In particular, the Gnus registry might want to know.
591
592 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
593
594         Don't mishandle year-9999 dates (Bug#18176).
595         * parse-time.el (parse-time-rules):
596         Allow years up to most-positive-fixnum.
597         * time-date.el (date-to-time):
598         Pass "Specified time is not representable" errors through.
599
600 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
601
602         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
603         groups and t.
604
605 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-utils.el (gnus-recursive-directory-files):
608         Unify hard or symbolic links (bug#18063).
609
610 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
611
612         * gnus-msg.el (gnus-configure-posting-style):
613         Allow string replacements in values when matching against a header.
614
615 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
618         the dribble buffer even when it is shrunk a lot.
619         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
620
621 2014-06-26  Glenn Morris  <rgm@gnu.org>
622
623         * mm-util.el (help-function-arglist): Remove outdated declaration.
624
625 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
626
627         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
628         attribute values.  (Bug#17834)
629
630 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
631
632         * gnus-sum.el (gnus-summary-edit-article-done):
633         Prefer point-marker to copy-marker of point.
634
635 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * Makefile.in (install-el, install-el-elc): Compress .el files.
638         (uninstall): Remove compressed .el files.
639
640 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
643         (gnus-article-read-summary-keys):
644         Don't bug out when there is no article in the summary buffer.
645         (gnus-mime-buttonize-attachments-in-header):
646         Improve criterion that finds parts to display.
647
648         * gnus-art.el (gnus-mm-display-part):
649         * mm-decode.el (mm-shr):
650         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
651         (mm-insert-inline): Revert last changes.
652
653 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-art.el (gnus-mm-display-part):
656         * mm-decode.el (mm-shr):
657         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
658         (mm-insert-inline): Set insertion type of end-marker, not only
659         start-marker, of undisplayer so as to stay after inserted text.
660
661 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
662
663         * html2text.el (html2text-get-attr): Fix typo when splitting value from
664         attribute. (Bug#17613)
665
666 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
667
668         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
669         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
670
671 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
674         Don't delete next part button; keep spacing between buttons.
675
676 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
679         Work for the last MIME part in an article.
680         (gnus-mime-display-single): Suppress excessive newlines between parts.
681
682         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
683         by leading or trailing newline.
684
685 2014-05-12  Sam Steingold  <sds@gnu.org>
686
687         * time-date.el (seconds-to-string): New function to pretty print time
688         delay in seconds.
689
690 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
693         while prompting a user for a file name, etc.
694         (gnus-mime-display-single): Display part with a common appearance no
695         matter whether MIME button is omitted or not; don't add duplicate entry
696         to gnus-article-mime-handle-alist.
697         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
698
699 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
700
701         * mml2015.el (mml2015-display-key-image): New variable.
702
703 2014-05-08  Glenn Morris  <rgm@gnu.org>
704
705         * gnus-fun.el (gnus-grab-cam-face):
706         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
707         This is CVE-2014-3421.
708
709 2014-05-04  Glenn Morris  <rgm@gnu.org>
710
711         * gnus-registry.el (gnus-registry-install-p): Doc fix.
712
713 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
716         the displaying state of a part.
717         (gnus-mm-display-part): Don't insert a newline in the beginning of
718         a part like gnus-mime-inline-part doesn't; work for XEmacs.
719
720         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
721         (mm-shr): Make undisplayer unbreakable.
722
723         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
724         Don't insert excessive newline.
725         (mm-inline-text-html-render-with-w3m, mm-inline-text)
726         (mm-insert-inline): Make undisplayer unbreakable.
727
728 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
729
730         * gnus.el: Ma Gnus v0.11 is released.
731
732 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * gnus-art.el (gnus-mm-display-part):
735         Highlight header attachment buttons.
736
737 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
740         a part; redisplay a button (enbugged in 2014-02-05).
741
742 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
743
744         * auth-source.el (auth-source-search, auth-source-search-backends):
745         Treat :max 0 as an indicator that a boolean return is wanted, as
746         documented. Reported by Joe Bloggs.
747
748 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-icalendar.el: Require gnus-art.
751
752 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
753
754         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
755         (gnus-icalendar--update-org-event): put event timestamp in
756         the org entry body instead of the drawer.
757         (gnus-icalendar-event--get-attendee-names): list of participants should
758         contain even attendees without common name attribute.
759         (gnus-icalendar--update-org-event): don't generate duplicates of empty
760         property tags in org drawers.
761
762 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gmm-utils.el (gmm-format-time-string): New function.
765
766         * message.el (message-insert-formatted-citation-line): Use the original
767         author's time zone to express a date string.
768
769 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
770
771         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
772         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
773         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
774         Silence compiler warnings.
775         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
776
777 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * mml.el: Require url when compiling.
780
781         * gnus-cloud.el (gnus-cloud-parse-version-1):
782         Use plist-get rather than CL's getf.
783         (gnus-activate-group, gnus-subscribe-group): Declare.
784
785         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
786
787 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
790         buttons when toggling the header off.
791
792 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
793
794         * tls.el (tls-program): Reflow docstring.
795
796 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
799         groups work again.
800
801 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
802
803         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
804         999 correctly (i.e. "1,342").
805
806 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
809         out if the directory doesn't exist.
810
811 2014-03-07  Daiki Ueno  <ueno@gnu.org>
812
813         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
814         commands here; instead, only check if epg-config.el is available.
815
816 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
817
818         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
819         messages with embedded images.
820         (mml-generate-mime): Don't bug out if you don't have libxml.
821
822 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
823
824         * message.el (message-make-html-message-with-image-files): New command.
825
826 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-group.el (gnus-group-make-group): Clarify prompt.
829
830         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
831
832 2014-02-23  David Engster  <deng@randomsample.de>
833
834         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
835         to stay compatible with older Emacsen, so replace `cl-loop' with
836         `loop'.
837
838 2014-02-22  Daniel Colascione  <dancol@dancol.org>
839
840         * auth-source.el (auth-source-secrets-listify-pattern): New function.
841         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
842         instead, build list of patterns.
843
844 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
847         Display header attachment buttons by gnus-article-prepare-display
848         rather than gnus-article-prepare so as to view in mml-preview as well.
849
850 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
851
852         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
853         in `auth-sources' means and link to EPA docs.
854
855 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
856
857         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
858         (bug#12375).
859
860 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
863         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
864
865 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
866
867         * message.el (message-tab): Mention what happens on normal tabs
868         (bug#11297).
869
870 2014-02-08  Glenn Morris  <rgm@gnu.org>
871
872         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
873
874 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
877         buttons that are hidden in unselected alternative part as well.
878         (gnus-mime-display-alternative): Redraw attachment buttons in header.
879
880         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
881
882 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
885         keystroke.
886         (gnus-server-toggle-cloud-server): Only allow clouding applicable
887         types.
888
889         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
890         with an empty string.
891
892 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
895         buffer-local in some buffers, so bind it explicitly in the buffer we're
896         trying to cancel the article in (bug#10808).
897
898 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
901         New functions.
902
903         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
904         New user option.
905         (gnus-mime-buttonize-attachments-in-header): New function.
906         (gnus-article-prepare): Use it.
907         (gnus-mime-inline-part): Suppress extra newline.
908         (gnus-mm-display-part): Save excursion;
909         remove useless deleting and adding of buttons.
910         (gnus-insert-mime-button): Allow insertion in the middle of a line.
911
912         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
913         Add gnus-mime-buttonize-attachments-in-header.
914
915 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
916
917         * nnimap.el (nnimap-request-articles): New command to download several
918         articles at once.
919
920         * gnus.el (gnus-variable-list): Save Cloud variables.
921
922         * gnus-int.el (gnus-request-accept-article): Doc fix.
923
924 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
925
926         * parse-time.el (parse-time-iso8601-regexp)
927         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
928         it more generally.
929
930 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-cloud.el: New file to provide the Emacs Cloud.
933
934         * dgnushack.el: Silence XEmacs w3 warning.
935
936         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
937         `url-retrieve-synchronously', apparently.
938
939         * dgnushack.el: Silence XEmacs dns.el warning.
940
941         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
942         instead of in all files.
943
944         * dns.el (network-interface-list): Define for XEmacs.
945
946         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
947         XEmacs.
948
949         * nnrss.el (libxml-parse-html-region): Silence compilation error.
950
951 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
952
953         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
954         `gnus-group-split-fancy'.
955
956 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
957
958         * message.el (message-remove-header): Doc fix.
959         (message-forward-included-headers): New variable.
960         (message-remove-ignored-headers): Use it.
961
962 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
963
964         * nnir.el (nnir-request-update-mark): Don't try to update the source
965         group if we can't find it (bug#16611).
966
967 2014-01-31  Dave Abrahams  <dave@boostpro.com>
968
969         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
970
971 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
972
973         * dns.el (dns-servers-up-to-date-p): New function to see whether the
974         network interfaces changed.
975         (dns-query): Use it to flush the data.
976
977 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
978
979         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
980         from random face commands.
981         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
982         Face.
983         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
984         (gnus--random-face-with-type): Generic function returning a face-type
985         as a string.
986         (gnus--insert-random-face-with-type): Generic function inserting a face
987         in a message buffer header.
988         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
989         (gnus-insert-random-x-face-header): Rewritten to use
990         `gnus--insert-random-face-with-type`.
991         (gnus-random-face): Return random (png) Face as string.
992         (nus-insert-random-face-header): Insert random (png) Face in a message
993         buffer.
994
995 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
996
997         * mm-url.el: Remove all usage of w3.
998
999         * nnrss.el: Ditto.
1000
1001         * mm-decode.el: Ditto.
1002
1003         * mm-view.el: Ditto.
1004
1005         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1006         outdated and all Emacsen have url.el built-in.
1007
1008         * gnus-setup.el: Remove outdated file.
1009
1010 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1011
1012         * gnus.el: Ma Gnus v0.9 is released.
1013
1014 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1017
1018 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1019
1020         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1021         in the summary buffer (bug#13769).
1022
1023 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1024
1025         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1026         name if we're using a single article buffer.  Otherwise, it may point
1027         to a killed buffer (bug#13756).
1028
1029 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1032         the match data, just save and restore it explicitly (bug#12375).
1033
1034         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1035         that's needed.
1036
1037         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1038         the code once (bug#9069).
1039
1040 2014-01-18  Steinar Bang  <sb@dod.no>
1041
1042         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1043         reading.
1044
1045 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1046
1047         * message.el (message-bury): Call bury-buffer with no argument
1048         in the message-return-action case too.
1049
1050 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1053         (nnimap-split-fancy, nnimap-split-methods): Declare.
1054
1055         * mm-util.el (help-function-arglist): Declare.
1056
1057 2013-12-28  Glenn Morris  <rgm@gnu.org>
1058
1059         * gnus-sieve.el (gnus-sieve-select-method):
1060         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1061         (gravatar-rating, gravatar-size):
1062         * message.el (message-minibuffer-local-map):
1063         * sieve-manage.el (sieve-manage-authenticators)
1064         (sieve-manage-authenticator-alist): Specify custom types.
1065
1066         * hashcash.el (hashcash-program): Rename from hashcash-path.
1067         Update callers.
1068
1069         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1070         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1071         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1072
1073         * auth-source.el (auth-sources):
1074         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1075         Fix custom types.
1076
1077         * tls.el (tls-certtool-program): Fix default value.
1078
1079 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1082         we get proper traces there, too.
1083
1084 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1085
1086         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1087         value of the parameters if the current article has a Reply-To or From
1088         field.
1089
1090 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1093
1094 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-sum.el (gnus-summary-exit): Stop animations.
1097
1098 2013-12-19  Juri Linkov  <juri@jurta.org>
1099
1100         * gnus.el (gnus-suppress-keymap):
1101         * gnus-art.el (gnus-article-mode-map):
1102         * gnus-group.el (gnus-group-mode-map):
1103         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1104         Remove [backspace] key binding because it shadows DEL (bug#16035).
1105
1106         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1107
1108 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1111         Make sure work directory exists.
1112         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1113         rather than tmp directory.
1114         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1115         not necessarily always run, with it.
1116
1117 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1118
1119         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1120         value of gnus-icalendar-additional-identities work without restart.
1121
1122 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * mm-util.el (mm-make-temp-file):
1125         Alias to make-temp-file for modern Emacsen.
1126
1127 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1130         nnir-article-number and nnir-article-group.
1131
1132 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1133
1134         * message.el (message-send-mail-with-sendmail):
1135         Don't kill error buffer if sending fails.
1136
1137 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1138
1139         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1140         (gnus-icalendar-event->org-entry)
1141         (gnus-icalendar--update-org-event)
1142         (gnus-icalendar-event->gnus-calendar): Distinguish between
1143         required/optional/non-participant attendee status.  Fix bug causing
1144         the first required event participant to be omitted.
1145
1146 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-art.el (article-de-quoted-unreadable)
1149         (article-de-base64-unreadable, gnus-mime-copy-part)
1150         * gnus-html.el (gnus-article-html)
1151         * mm-view.el (mm-inline-text-html-render-with-w3)
1152         (mm-inline-text-html-render-with-w3m-standalone)
1153         * rfc2231.el (rfc2231-decode-encoded-string):
1154         Allow overriding charset by mm-charset-override-alist.
1155
1156         * gnus-art.el (gnus-article-browse-html-parts):
1157         Replace LWSPs with `&nbsp;'s in header.
1158
1159         Work for broken Chinese articles.
1160
1161         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1162         Exclude broken handles that gnus-summary-enter-digest-group may create.
1163         (gnus-article-browse-html-parts):
1164         Allow overriding charset by mm-charset-override-alist.
1165
1166 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1167
1168         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1169         (gnus-icalendar-identities): Support additional-identities.
1170
1171 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1172
1173         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1174         org-timestamp for events ending at midnight.
1175
1176 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1177
1178         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1179         .log files.
1180
1181 2013-11-20  David Engster  <deng@randomsample.de>
1182
1183         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1184
1185 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1186
1187         * message.el (message-beginning-of-line):
1188         Use beginning-of-visual-line when visual-line-mode is turned on.
1189
1190 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1191
1192         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1193         (gnus-icalendar-event-from-ical)
1194         (gnus-icalendar-event->org-entry)
1195         (gnus-icalendar--update-org-event): Required/optional participation,
1196         list of attendees synced to org.
1197
1198 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1199
1200         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1201         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1202         cancellations to be synced to org if the original appt has an org
1203         outline.
1204
1205 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1206
1207         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1208         (gnus-icalendar-event->org-entry)
1209         (gnus-icalendar--update-org-event)
1210         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1211
1212 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1213
1214         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1215         Fix timezone handling in gnus-icalendar export to org.
1216
1217 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1220
1221 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1224
1225 2013-10-30  Glenn Morris  <rgm@gnu.org>
1226
1227         * gnus-group.el (gnus-group-browse-foreign-server):
1228         * gnus-int.el (gnus-start-news-server):
1229         Silence compiler obsolescence warning.
1230
1231 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1234         `nnoo-current-server' first, then for the actual `nnimap-address' to
1235         allow netrc entries for the nnoo server to coexist with netrc entries
1236         for the `nnimap-address'.
1237
1238 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * mm-decode.el (mm-dissect-buffer): Revert last change.
1241         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1242         The problem that motivated those changes was attributed to a broken
1243         mail sender, and has been fixed.
1244
1245 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1248         token is missing in the Content-Type header.
1249
1250         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1251
1252 2013-09-18  Glenn Morris  <rgm@gnu.org>
1253
1254         * gnus-util.el (image-size): Declare.
1255
1256 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1259         (gnus-icalendar-event-from-ical)
1260         (gnus-icalendar-event--build-reply-event-body)
1261         (gnus-icalendar-event-reply-from-buffer)
1262         (gnus-icalendar-find-org-event-file)
1263         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1264         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1265
1266         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1267
1268 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1269
1270         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1271         Use save-current-buffer.
1272         (gnus-tree-mode-map): Initialize in the declaration.
1273         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1274         (scroll-in-place): Defvar it.
1275         (gnus-tmp-*): Defvar them.
1276         (gnus-get-tree-buffer): Use derived-mode-p.
1277         (gnus--let-eval): New macro.
1278         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1279         non-prefixed variables.
1280         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1281
1282         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1283         vars since it doesn't seem to be available.
1284         (gnus-set-global-variables, gnus-summary-read-group-1)
1285         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1286         (gnus-summary-display-article, gnus-summary-select-article)
1287         (gnus-summary-next-article, gnus-offer-save-summaries)
1288         (gnus-summary-generic-mark): Use derived-mode-p.
1289         (gnus-summary-read-group-1, gnus-summary-exit)
1290         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1291         Adjust calls to gnus-tree-close and gnus-tree-open.
1292
1293         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1294
1295         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1296         (gnus-agent-mode): Use derived-mode-p.
1297         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1298         gnus-command-method and *-command-method to nil, but bind
1299         gnus-command-method to *-command-method instead!
1300         (gnus-agent-fetch-articles): Remove unused var `id'.
1301         (gnus-agent-fetch-headers): Remove unused arg `force'.
1302         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1303         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1304         (gnus-agent-short-article, gnus-agent-long-article)
1305         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1306         first use.
1307         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1308         `score-param'.
1309         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1310         (gnus-get-predicate): Push in front of the cache, rather than end.
1311         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1312         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1313         (gnus-agent-expire-unagentized-dirs): Don't rebind
1314         gnus-agent-expire-current-dirs since the defvar silences the warning.
1315         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1316         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1317         (gnus-agent-regenerate): Simplify interactive spec and doc.
1318
1319 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-int.el (gnus-open-server): Silence compiler.
1322
1323         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1324
1325         * message.el (message-display-completion-list): Abolish.
1326         (message-completion-in-region): Use display-completion-list.
1327
1328 2013-09-17  Glenn Morris  <rgm@gnu.org>
1329
1330         * gnus-util.el (gnus-message-with-timestamp-1):
1331         Use `messages-buffer' function if available.  Ignore read-only.
1332
1333 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * message.el (message-expand-group, message-completion-in-region):
1336         Correct the order of start and end of a region.
1337
1338 2013-09-13  Glenn Morris  <rgm@gnu.org>
1339
1340         * mml2015.el (gnus-create-image): Autoload it.
1341
1342         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1343
1344         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1345         (image-size): Declare.
1346
1347 2013-09-12  Glenn Morris  <rgm@gnu.org>
1348
1349         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1350         Avoid using `find', which i) might not be defined at runtime;
1351         ii) does not work, since its default test is eql, not equal.
1352         (gnus-mime-action-alist): Declare.
1353
1354 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1355
1356         * score-mode.el (gnus-score-mode-map): Move initialization
1357         into declaration.
1358         (gnus-score-mode): Use define-derived-mode.
1359         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1360         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1361         into declaration.
1362         (gnus-kill-file-mode): Use define-derived-mode.
1363         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1364         Use derived-mode-p.
1365         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1366         (gnus-group-setup-buffer, gnus-group-name-at-point)
1367         (gnus-group-make-web-group, gnus-group-enter-directory)
1368         (gnus-group-suspend): Use derived-mode-p.
1369         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1370         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1371         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1372         (gnus-article-setup-buffer, gnus-article-prepare)
1373         (gnus-article-prepare-display, gnus-sticky-article)
1374         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1375         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1376         (gnus-article-read-summary-keys): Use derived-mode-p.
1377
1378 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1381
1382 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1385         shift_jis from the default value set for Japanese users.
1386
1387 2013-08-13  Glenn Morris  <rgm@gnu.org>
1388
1389         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1390
1391         * gnus.el (gnus-valid-select-methods): Fix type.
1392
1393         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1394
1395 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * mm-decode.el (mm-display-external): Run a timer for the temp files
1398         deletion after a viewer exits; add a deletion timer for the needsterm
1399         case, too.
1400
1401         * mm-decode.el (mm-display-external): Try to delete temporary files by
1402         using a 1-min. timer.
1403
1404 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1407         New internal variables.
1408         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1409         (mm-display-external): Use it to delete temporary files instead of
1410         using timers.
1411
1412 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1415
1416 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1417
1418         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1419         with cond for backwards compatability.
1420
1421 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * mm-decode.el (mm-display-external): Bind process-connection-type to
1424         nil; don't delete a temp file immediately even if a viewer finishes,
1425         since it may be a shell script, like xdg-open, that launches a real
1426         viewer program belatedly.
1427
1428 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1429
1430         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1431         that we can create nndoc groups that excerpt other groups.
1432
1433 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus-delay.el (gnus-delay-article): Fix typo.
1436
1437         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1438         articles.
1439
1440         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1441         we can get spell-checking etc.
1442
1443 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1446         a single one used for encoding the whole text in a header.
1447
1448 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1451         doesn't work properly on XEmacs.
1452
1453 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1456         before sending.
1457
1458         * dgnushack.el (dgnushack-compile): Add a temporary check for
1459         gnus-icalendar.
1460
1461         * mm-decode.el (mm-command-output): New face.
1462         (mm-display-external): Use it.
1463
1464 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1465
1466         * nnmbox.el (nnmbox-request-article): Don't change point.
1467
1468 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1471         Include `handle' parameter.
1472
1473 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1474
1475         * gnus-icalendar.el: New file.
1476
1477 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1480
1481         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1482         dummy roots, too.
1483
1484 2013-08-01  David Edmondson  <dme@dme.org>
1485
1486         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1487         out on ttys.
1488
1489 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1492         not empty.
1493
1494         * nnrss.el (nnrss-discover-feed): Indent.
1495
1496 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1499
1500 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1503         dirty to ensure nnimap data being saved.
1504
1505 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1506
1507         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1508         menu entry.
1509
1510         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1511         the current thread's total score instead of the current article's
1512         score.
1513
1514         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1515         (gnus-sort-threads-recursively): Delete defcustom.
1516         (gnus-sort-threads-recursive): Adapt accordingly.
1517
1518 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1519
1520         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1521         (gnus-sort-threads-recursive): Use it.
1522         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1523         again.  Now that determines how to sort subthreads.
1524
1525 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1526
1527         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1528         (gnus-sort-threads): Use it.
1529
1530 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1531
1532         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1533         punctuation characters follow parentheses (bug#14950).
1534
1535 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus.el (gnus-continuum-version):
1538         * gnus-msg.el (gnus-extended-version): Simplify.
1539
1540         * gnus.el (gnus-continuum-version-1): Remove.
1541         * gnus-msg.el (gnus-bug): Revert.
1542
1543         Calculate gnus-version correctly on Cygwin.
1544
1545         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1546         (gnus-continuum-version-1): New function, return a string.
1547
1548         * gnus-msg.el (gnus-extended-version, gnus-bug):
1549         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1550
1551 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1552
1553         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1554         (bug#13384).
1555
1556 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1559         that were only relevant in a development version a long time ago.
1560
1561 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1564         that the old Emacs 24s bundle.
1565
1566 2013-07-10  David Engster  <deng@randomsample.de>
1567
1568         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1569         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1570         fixes a bug in Emacs trunk where the 'unexist' marks were always
1571         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1572         Gnus v0.03".
1573
1574 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1575
1576         * gnus.el (gnus-summary-line-format): Reference
1577         `gnus-user-date-format-alist' for the &user-date; format, not
1578         `gnus-summary-user-date-format-alist'.
1579
1580 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1583         delete files (bug#13481).
1584
1585 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1586
1587         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1588
1589 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1590
1591         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1592         display images.
1593
1594         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1595
1596         * message.el (message-cancel-news): According to
1597         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1598         preferred over "cmsg cancel" in the Subject.
1599
1600         * nnir.el (nnir-engines): Note that the group specs are regexps
1601         (bug#13238).
1602
1603         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1604         gotten read-only text properties, ensure that those aren't heeded when
1605         copying stuff over (bug#13434).
1606
1607         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1608         (bug#13762).
1609
1610 2013-07-05  David Kastrup  <dak@gnu.org>
1611
1612         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1613         authinfo file again (important for blank passwords).  This had been
1614         broken with 2013-06-15 change.
1615
1616 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1619         Revert 2013-01-14 change.
1620
1621 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1622
1623         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1624         of 'create-image' for XEmacs compatibility; check errors when decoding
1625         image.  Reported by Uwe Brauer.
1626
1627 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1630         gnus-button-push revised at 2011-01-19.
1631
1632 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1635         now live in the lisp/net Emacs 24 repository.
1636
1637 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * eww.el (eww-update-header-line-format): Quote % characters.
1640
1641 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * eww.el (eww-process-text-input): Display passwords as asterisks.
1644
1645         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1646
1647 2013-06-19  Tom Tromey  <tromey@redhat.com>
1648
1649         * eww.el (eww-top-url): Remove.
1650         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1651         (eww-render): Set new variables.  Don't set eww-top-url.
1652         (eww-handle-link): Handle "prev", "home", and "contents".
1653         Downcase the rel text.
1654         (eww-top-url): Choose best top URL.
1655
1656 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * eww.el: Rewrite to implement form elements "by hand" instead of
1659         relying in widget.el.  Using widget.el leads to too many
1660         user interface inconsistencies.
1661         (eww-self-insert): Implement entering commands in text fields.
1662         (eww-process-text-input): New function to make text input field editing
1663         work.
1664         (eww-submit): Rewrite to use the new-style form methods.
1665         (eww-select-display): Display the correct selected item.
1666         (eww-change-select): Implement changing the select value.
1667         (eww-toggle-checkbox): Implement radio/checkboxes.
1668         (eww-update-field): Fix compilation error.
1669         (eww-tag-textarea): Implement <textarea>.
1670
1671         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1672         don't shadow mode-specific bindings.
1673
1674         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1675         nothing to push.
1676
1677         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1678
1679 2013-06-19  Glenn Morris  <rgm@gnu.org>
1680
1681         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1682
1683 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1684
1685         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1686
1687 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * shr.el (shr-make-table-1): Implement <td rowspan>.
1690         (shr-table-horizontal-line): Allow nil as a value, and change the
1691         default.
1692         (shr-insert-table-ruler): Respect the nil value.
1693
1694 2013-06-18  Tom Tromey  <tromey@barimba>
1695
1696         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1697         New defvars.
1698         (eww-open-file): New defun.
1699         (eww-render): Initialize new variables.
1700         (eww-display-html): Handle "link" and "a".
1701         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1702         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1703         (eww-back-url): Rename from eww-previous-url.
1704         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1705         defuns.
1706
1707 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * shr.el (shr-tag-table): Insert the images after the table, so that
1710         they're not covered by the table colourisation, which often looked
1711         awkward.
1712         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1713         <dd>.
1714         (shr-make-table-1): Implement <td colspan=> support.
1715         (shr-insert-document): Use one less than window width if `shr-width' is
1716         nil, since otherwise things may get one character too wide.
1717
1718 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1719
1720         * eww.el (eww-detect-charset): Improve regexp; move backward.
1721
1722 2013-06-18  Glenn Morris  <rgm@gnu.org>
1723
1724         * mm-decode.el (widget-convert-button): Autoload.
1725
1726         * sieve-manage.el (mm-enable-multibyte): Autoload.
1727
1728         * shr.el (libxml-parse-html-region): Declare.
1729         (shr-render-buffer): Explicit error if no libxml2 support.
1730
1731 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * auth-source.el (auth-source-current-line): New function.
1734         (auth-source-netrc-parse-entries): When a data token is "machine",
1735         assume we're in the wrong place and abort parsing the current line.
1736
1737 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738
1739         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1740         (eww-convert-widgets): Don't bug out if the first widget starts at the
1741         beginning of the buffer.
1742         (eww-convert-widgets): Fix last patch.
1743         (eww-tag-input): Support <input type=image>.
1744
1745         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1746         (shr-tag-base): Protect against base specs that are degenerate.
1747         (shr-ensure-paragraph): Don't delete empty lines that have text
1748         properties, because these may be input fields.
1749
1750         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1751         we can navigate to them.
1752
1753         * shr.el (shr-colorize-region): Put the colours over the entire region.
1754         (shr-inhibit-decoration): New variable.
1755         (shr-add-font): Use it to inhibit text property decorations while doing
1756         preliminary table renderings.  This speeds up typical Wikipedia page
1757         renderings by 15%.
1758         (shr-tag-span): Don't respect the <title>, because that overwrites the
1759         help-echo from links inside the spans.
1760         (shr-next-link): Use `help-echo' for navigation, so that we can
1761         navigate to form elements, too.
1762
1763         * eww.el (eww-button): New face.
1764         (eww-convert-widgets): Use it to make submit buttons more button-like.
1765
1766         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1767         that Gnus commands work.
1768
1769         * shr.el (shr-render-td): Support horizontal alignment.
1770
1771         * eww.el (eww-put-color): Removed.
1772         (eww-colorize-region): Use `add-face-text-property'.
1773
1774         * shr.el (shr-add-font): Append face data, so that we get the correct
1775         precedence: The innermost value (which is applied first) wins.
1776         (shr-make-overlay): Obsolete function.
1777
1778         * mm-decode.el (mm-convert-shr-links): New function to convert
1779         new-style shr URL links into widgets.
1780         (mm-shr): Use it.
1781
1782         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1783         widget commands, since we're no longer using widgets for links.
1784
1785         * shr.el (shr-next-link): New command.
1786         (shr-previous-link): New command.
1787         (shr-urlify): Don't use `widget-convert', because that's slow.
1788         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1789         because collecting the overlays and reapplying them when generating
1790         tables is slow.
1791         (shr-insert-table): Ditto.
1792
1793 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1794
1795         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1796         * shr.el (browse-url): Require `url'.
1797         * eww.el (url): Require format-spec.
1798
1799 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * eww.el (eww-display-html): Default to using the entire window width.
1802         (eww-browse-url): Don't add a User-Agent header (twice), because that
1803         makes Bing refuse connection.
1804
1805         * shr.el (shr-make-table): Cache the table rendering at the table
1806         level, and not the <td> level.  This is a bit faster.
1807
1808         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1809         #id.
1810
1811         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1812         browsers don't.
1813         (shr-expand-url): Respect #anchor links.
1814         (shr-parse-base): Chop off the anchor before using.
1815         (shr-descend): Respect display: none.
1816         (shr-descend): Allow marking elements that have certain IDs.
1817
1818         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1819
1820         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1821
1822         * eww.el (eww-tag-textarea): Support <textarea>.
1823
1824 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1825
1826         * shr.el (shr-dom-to-xml): Fixed function call.
1827
1828         * eww.el (eww): New group.
1829         (eww-header-line-format): New custom variable.
1830         (eww-current-title): New variable.
1831         (eww-display-html): Update header and handle title tag.
1832         (eww-update-header-line-format): New function.
1833         (eww-tag-title): New function.
1834
1835         * shr.el (shr-dom-to-xml): New function.
1836         (shr-tag-svg): Add support for the SVG tag.
1837         (shr-bullet): New custom variable.
1838         (shr-tag-li): Support custom bullet in unordered lists.
1839
1840 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * shr.el (shr-expand-url): Respect // URLs.
1843
1844         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1845         put a background colour onto the entire buffer.
1846         (eww-render): When being redirected, use the redirect URL as the new
1847         base URL.
1848
1849         * shr.el (shr-parse-base): Fix parsing error.
1850
1851         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1852
1853         * shr.el (shr-parse-base): New function.
1854         (shr-expand-url): Use it to expand relative URLs reliably.
1855
1856 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1857
1858         * auth-source.el (auth-source-search-collection): Fix docstring.
1859         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1860         single-quoted strings and multiline entries.
1861         (auth-source-netrc-parse-next-interesting)
1862         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1863         functions to support parser.
1864
1865 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * eww.el (eww-submit): Get submit button logic right when hitting RET
1868         on non-submit buttons.
1869
1870         * shr.el: Remove shr-preliminary-table-render, since that can't really
1871         be used for anything in practice.
1872
1873 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1874
1875         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1876         (sieve-manage-quit).
1877
1878 2013-06-14  Glenn Morris  <rgm@gnu.org>
1879
1880         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1881
1882 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1883
1884         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1885         control the maximum size of photo ID image.
1886         (mml2015-epg-key-image-to-string): Respect it.
1887
1888 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1891         instead of the final one so that we can more easily distinguish them.
1892
1893         * eww.el (eww-submit): Compute the submission URL correctly.
1894
1895 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1896
1897         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1898         Use plist-get rather than CL's getf.
1899         (sieve-manage-parse-capability): Avoid CL's remove-if.
1900
1901 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1902
1903         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1904         (sieve-manage-quit).
1905
1906 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1909         last slash.
1910
1911         * eww.el (eww-tag-select): Use the first value as the default value.
1912
1913 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1914
1915         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1916         (eww-mode): Use `define-derived-mode'.
1917         (eww-parse-headers): Parse headers from beginning of buffer so that
1918         file:// links work.
1919
1920 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1923
1924 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1927         to handle them at all.
1928
1929 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1932         work, too.
1933         (eww-tag-select): Implement <select>.
1934
1935 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1936
1937         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1938         stream managing functions by using open-protocol-stream to do most of
1939         the work.  Has the nice benefit of enabling STARTTLS.
1940         Wait for capabilities after STARTTLS: following RFC5804, the server
1941         sends new capabilities after successfully establishing a TLS connection
1942         with the client.  The client should update the cached list of
1943         capabilities, but we just ignore the answer for now.
1944         (sieve-manage-network-p, sieve-manage-network-open)
1945         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1946         (sieve-manage-forward, sieve-manage-streams)
1947         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1948         API, nor called by any other function.
1949         Enable Multibyte for SieveManage buffers: The parser won't properly
1950         handle umlauts and line endings unless multibyte is turned on in the
1951         process buffer.
1952
1953 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * eww.el (eww-tag-input): Support password fields.
1956         (eww-submit): Support POST.
1957
1958 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * eww.el (eww-tag-form): Protect against degenerate forms.
1961
1962         * shr.el (shr-expand-url): Expand URLs that start with a slash
1963         correctly.
1964
1965         * eww.el (eww-submit): Get submit button logic right.
1966
1967         * shr.el (shr-final-table-render): New variable to signal when we're
1968         doing the final table rendering so that we can collect more data at
1969         that point.
1970
1971         * eww.el (eww-submit): Make form submission work.
1972         (eww-tag-input): Implement submit buttons.
1973         (eww-click-radio): Implement radio and checkboxes.
1974         (eww-submit): Handle hidden elements.
1975
1976         * shr.el (shr-descend): Allow other packages to override (or provide)
1977         rendering of elements.
1978         (shr-expand-url): Strip query strings from URLs before expanding them.
1979
1980         * eww.el: Don't require cl-lib.
1981         (eww-tag-form): Start form support.
1982
1983         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1984
1985         * eww.el: Start writing a new, tiny web browser.
1986         (eww-previous-url): New command.
1987         (eww-quit): New command.
1988
1989 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1990
1991         * sieve.el: Put point at beginning of buffer when viewing a script.
1992         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1993         number in sieve-buffer's header.  Fixed code to also work with a string
1994         as port specifier.  Properly close the connection on pressing 'q'.  Make
1995         sieve-manage-quit close the connection and process buffer.  Also, remove
1996         duplicate keybinding for 'q'.
1997
1998 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1999
2000         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2001         make it easier to read.
2002         (mm-pkcs7-enveloped-magic): Ditto.
2003
2004 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2005
2006         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2007         before `image-type-available-p' to avoid loading the image libraries
2008         needlessly.
2009
2010 2013-06-05  David Engster  <deng@randomsample.de>
2011
2012         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2013         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2014         to see whether the group was synced before.
2015
2016 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2019         when opening the connection.
2020         Suggested by João Távora <joaotavora@gmail.com> in
2021         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2022
2023 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2026         assume Date header begins with "Date", that may be customized into
2027         something like "X-Sent" using gnus-article-time-format.
2028         (article-transform-date): Allow multi-line Date header.
2029
2030 2013-06-02  David Engster  <deng@randomsample.de>
2031
2032         * registry.el (initialize-instance, registry-lookup)
2033         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2034         (registry-lookup-secondary-value, registry-search, registry-delete)
2035         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2036         not wrap methods in `eval-and-compile'.  This breaks due to latest
2037         changes in EIEIO (introduction of eieio-core.el).
2038
2039 2013-05-30  Glenn Morris  <rgm@gnu.org>
2040
2041         * nnmail.el (nnmail-fancy-expiry-target):
2042         Also bind mail-dont-reply-to-names.
2043
2044         * spam-stat.el (spam-stat-save):
2045         No need to tweak font-lock in temp buffers.
2046
2047         * shr.el (shr-put-image): Silence compiler.
2048
2049 2013-05-29  Glenn Morris  <rgm@gnu.org>
2050
2051         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2052
2053         * gnus-group.el (gnus-sequence-of-unread-articles)
2054         (gnus-summary-add-mark, gnus-mark-article-as-read)
2055         (gnus-group-make-articles-read): Declare.
2056
2057         * gnus-sum.el (gnus-parameter-list-identifier)
2058         (gnus-article-stop-animations, gnus-stop-downloads)
2059         (gnus-article-only-boring-p, article-goto-body)
2060         (gnus-flush-original-article-buffer, article-narrow-to-head)
2061         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2062         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2063
2064         * gnus.el: No need to eval-and-compile autoloads.
2065
2066         * gravatar.el (help-function-arglist): Autoload.
2067
2068         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2069
2070         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2071
2072         * spam.el: No need to load spam-report when compiling.
2073         No need to eval-and-compile autoloads.
2074         (spam-report-resend-to): Declare.
2075         (spam-report-resend-register-routine): Require 'spam-report.
2076
2077 2013-05-24  Julien Danjou  <julien@danjou.info>
2078
2079         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2080         setup.
2081
2082 2013-05-23  Glenn Morris  <rgm@gnu.org>
2083
2084         * gnus-util.el (rmail-swap-buffers-maybe)
2085         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2086         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2087         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2088
2089         * mm-decode.el: No need to load term when compiling.
2090         (term-mode, term-char-mode): Declare.
2091
2092         * mm-util.el: No need to load jka-compr when compiling.
2093         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2094
2095         * nnmaildir.el: Require is automatically eval-and-compile.
2096         (nnmail): Require at run-time too.
2097
2098         * registry.el (registry-size): Move definition before use.
2099
2100 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2101
2102         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2103         signed data to conform the standard.  (Bug#14232)
2104
2105 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2106
2107         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2108         double angle quotation mark.
2109
2110 2013-05-20  Glenn Morris  <rgm@gnu.org>
2111
2112         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2113
2114 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2115
2116         * message.el (message-insert-formatted-citation-line): handle finding
2117         first/lastname when more than 2 names appear.
2118
2119 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2120
2121         * shr.el (shr-tag-span): New function.
2122
2123 2013-05-18  Glenn Morris  <rgm@gnu.org>
2124
2125         * message.el (message-mode): Use message-mode-abbrev-table,
2126         with text-mode-abbrev-table as parent.  (Bug#14413)
2127
2128 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * message.el (message-expand-group): Decode group names.
2131
2132 2013-05-16  Julien Danjou  <julien@danjou.info>
2133
2134         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2135         app-icon.
2136
2137 2013-05-15  Glenn Morris  <rgm@gnu.org>
2138
2139         * shr-color.el (shr-color-visible-luminance-min)
2140         (shr-color-visible-distance-min): Use shr-color group.
2141
2142 2013-05-11  Glenn Morris  <rgm@gnu.org>
2143
2144         * gnus-vm.el: Make it loadable without VM.
2145         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2146         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2147
2148 2013-05-09  Glenn Morris  <rgm@gnu.org>
2149
2150         * mml1991.el: Make it loadable.  (Bug#13456)
2151
2152         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2153         * gnus-async.el (gnus-async-post-fetch-function):
2154         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2155         * gnus-html.el (gnus-html-image-cache-ttl):
2156         * gnus-notifications.el (gnus-notifications-timeout):
2157         * gnus-picon.el (gnus-picon-properties):
2158         * gnus-util.el (gnus-completion-styles):
2159         * gnus.el (gnus-other-frame-resume-function):
2160         * message.el (message-user-organization-file)
2161         (message-cite-reply-position):
2162         * nnir.el (nnir-summary-line-format)
2163         (nnir-retrieve-headers-override-function):
2164         * shr-color.el (shr-color-visible-luminance-min):
2165         * shr.el (shr-blocked-images):
2166         * spam-report.el (spam-report-resend-to):
2167         * spam.el (spam-summary-exit-behavior): Fix custom types.
2168
2169         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2170
2171 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2174         because of let-binding help-xref-following.  (Bug#14356)
2175
2176 2013-05-06  Glenn Morris  <rgm@gnu.org>
2177
2178         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2179
2180 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2181
2182         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2183         entering into the registry.
2184
2185 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2186
2187         * gnus.el: Ma Gnus v0.7 is released.
2188
2189 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2192         (Bug#14304)
2193
2194 2013-04-27  Glenn Morris  <rgm@gnu.org>
2195
2196         * gnus.el (gnus-list-debbugs):
2197         Use require rather than autoload.  (Bug#14262)
2198
2199 2013-04-27  Julien Danjou  <julien@danjou.info>
2200
2201         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2202         port to "sieve" now that it has an official IANA port assigned.
2203
2204 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2207         Don't set the MAILHOST environment variable permanently (Bug#14271).
2208
2209 2013-04-26  Glenn Morris  <rgm@gnu.org>
2210
2211         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2212
2213 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2214
2215         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2216         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2217
2218 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2219
2220         * nnir.el (nnir-close-group): Make sure we are in the right group.
2221
2222         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2223         dependency table from all newly retrieved headers.
2224
2225 2013-04-16  David Edmondson  <dme@dme.org>
2226
2227         Support <img src="data:...">.
2228
2229         * shr.el (shr-image-from-data): New function.
2230         (shr-tag-img): Use it.
2231
2232 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2233
2234         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2235         group.
2236
2237 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2240         corresponding to any existing group (Bug#14166).
2241
2242 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2243
2244         * nnir.el (number-sequence): No longer used.
2245         (nnir-request-set-mark): New function.
2246         (nnir-request-update-info): Improve marks updating.
2247         (nnir-request-scan): Don't duplicate marks updating.
2248         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2249         Use 'assq rather than 'assoc.  Quote anonymous function.
2250         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2251         Use 'gnus-group-prefixed-p.
2252         (gnus-summary-create-nnir-group): Make sure server for method is open.
2253
2254 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2255
2256         * nnir.el (gnus-nnir-group-p): New function.
2257         (nnir-possibly-change-group): Use it.
2258
2259         * gnus-msg.el (gnus-setup-message): Use it.
2260
2261 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2264         `initial-input' for the argument name.
2265         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2266
2267 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2268
2269         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2270         (used by MH-E).
2271
2272 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2273
2274         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2275         group.
2276
2277         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2278         fix compilation.
2279
2280 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2281
2282         * nnir.el (nnir-method-default-engines): And another typo.
2283
2284 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2285
2286         * nnir.el (nnir-method-default-engines): Fix typo.
2287
2288 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2289
2290         * nnir.el: Define 'number-sequence for xemacs.
2291         (gnus-summary-create-nnir-group): New function to create an nnir group
2292         from an nnir summary buffer based on the current query.
2293         (nnir-request-create-group): Update to allow nnir group creation based
2294         on the current query.
2295
2296 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * nndraft.el (nndraft-request-expire-articles):
2299         Make expiry target always `delete'.
2300
2301 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2302
2303         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2304         buffer use the posting-style and gcc of the original article group.
2305         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2306
2307         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2308         after other deffoos.
2309
2310 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2311
2312         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2313         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2314         support for real (i.e. not ephemeral) nnir groups.
2315         (gnus-summary-make-nnir-group): New function for initiating searches
2316         from a summary buffer.
2317
2318 2013-03-18  Sam Steingold  <sds@gnu.org>
2319
2320         * message.el (message-bury): Minor cleanup.
2321
2322 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2323
2324         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2325
2326 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2329         nnml-request-list.  (Bug#13873)
2330         (nndir-request-newsgroups): Remove, unused.
2331
2332         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2333
2334 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2335
2336         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2337         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2338         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2339
2340 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2341
2342         * shr.el: Make all the overlays set the `evaporate' property so that
2343         they're removed properly.
2344
2345 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2346
2347         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2348         shell-quote-argument.
2349
2350 2013-02-22  David Engster  <deng@randomsample.de>
2351
2352         * gnus-registry.el (gnus-registry-save): Provide class name when
2353         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2354         `condition-case' to stay compatible with older EIEIO versions which
2355         only accept one argument.
2356
2357 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2358
2359         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2360         (epg-user-id-validity): Autoload.
2361         (mml2015-epg-check-user-id): New function.
2362         (mml2015-epg-check-sub-key): New function split from
2363         mml2015-epg-find-usable-key.
2364         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2365         optional name-is-key-id, to handle the case when user-id is unusable.
2366         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2367
2368 2013-02-17  Glenn Morris  <rgm@gnu.org>
2369
2370         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2371
2372 2013-02-16  Glenn Morris  <rgm@gnu.org>
2373
2374         * shr.el (shr-put-image): Only animate images that specify a delay.
2375         This is consistent with the old image-animated-p behavior.
2376
2377 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2380         for XEmacs.
2381
2382 2013-02-13  Juri Linkov  <juri@jurta.org>
2383
2384         * gnus-art.el (gnus-article-mode-map):
2385         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2386         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2387
2388 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2389
2390         * auth-source.el (auth-source-format-prompt): Don't get confused by
2391         any "\" in replacement text.  (Bug#13637)
2392
2393 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2394
2395         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2396         (gnus-backend-trace): Honour gnus-backend-trace.
2397
2398         * mml.el (mml-insert-part): Insert closing tag.
2399
2400         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2401
2402 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2405         able to find the article, which can happen in debbugs groups,
2406         apparently.
2407
2408 2013-01-16  Glenn Morris  <rgm@gnu.org>
2409
2410         * smiley.el (smiley-style): Make the file loadable in batch mode.
2411
2412 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2413
2414         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2415         imap process running.
2416
2417 2013-01-14  Julien Danjou  <julien@danjou.info>
2418
2419         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2420         Compare addresses against addresses, not against the full From field.
2421
2422 2013-01-13  Richard Stallman  <rms@gnu.org>
2423
2424         * message.el (message-forward-make-body-mime): New args BEG, END
2425         specify what part of FORWARD-BUFFER to use.  Do the work directly
2426         instead of calling `mml-insert-buffer'.
2427
2428 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2429
2430         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2431         cross-reference(s).
2432
2433         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2434         cross-reference(s).
2435
2436 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2437
2438         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2439         and point-max-marker.
2440         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2441
2442 2013-01-11  Julien Danjou  <julien@danjou.info>
2443
2444         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2445         max are almost equal.  Also return the correct value for V which is
2446         already between 0 and 1.
2447
2448 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2449
2450         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2451         to mml2015-encrypt-to-self.
2452         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2453
2454 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2455
2456         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2457         mml-smime-epg-find-usable-secret-key.
2458
2459 2013-01-08  Glenn Morris  <rgm@gnu.org>
2460
2461         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2462
2463 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2464
2465         * mml-smime.el: Support signing by sender.
2466         Requested by Uwe Brauer.
2467         (mml-smime-sign-with-sender): New user option analogous
2468         to mml2015-sign-with-sender.
2469         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2470         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2471         mml2015.el.
2472
2473 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2476         isn't running, because Gnus will probably not know how to handle the
2477         Gcc header (bug#11941).
2478
2479         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2480         articles.
2481
2482 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2485         (nnfolder-generate-active-file): Make this function work with recursive
2486         folder names.
2487
2488 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * nntp.el (nntp-open-connection): Use HELP as the capability command
2491         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2492         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2493
2494 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2495
2496         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2497         place holder since this gives `Invalid face reference: nil' messages.
2498         Use the `default' face instead.  It has the same effect here, even
2499         though it is not no-op.
2500
2501         * gnus-util.el
2502         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2503
2504 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2507         non-string posting styles (bug#13285).
2508
2509 2012-12-27  Glenn Morris  <rgm@gnu.org>
2510
2511         * plstore.el (plstore-passphrase-callback-function):
2512         Use plstore-get-file.
2513
2514 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2515
2516         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2517         stderr.
2518
2519 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2522
2523         * gnus-compat.el (set-buffer-multibyte): Remove.
2524
2525 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2526
2527         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2528         temporary file to get PGP key image.  Pass no-show-photos when
2529         extracting image to avoid having it pop up twice.
2530
2531 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2532
2533         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2534         eligible for treatment.
2535
2536         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2537         lines.  This makes summary commands with hidden threads work more
2538         reliably.
2539
2540         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2541         button to mark the hidden citations (bug#9395).
2542
2543 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2544
2545         * mml2015.el (mml2015-epg-signature-to-string): New function.
2546         (mml2015-epg-verify-result-to-string): New function.
2547         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2548         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2549         instead of epg-verify-result-to-string.
2550         (epg-signature-key-id, epg-signature-to-string): Autoload.
2551         (epg-verify-result-to-string): Remove autoload.
2552
2553 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2554
2555         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2556         ID image from GPG public key.
2557         (mml2015-epg-key-image-to-string): New function.
2558
2559 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2560
2561         * plstore.el (plstore-passphrase-callback-function): Fix error when
2562         error when plstore-cache-passphrase-for-symmetric-encryption is set
2563         (bug#13264).
2564
2565 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2566
2567         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2568         buffer to the article buffer here, because that clobbers multiple
2569         article buffers.
2570
2571         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2572         buffer always points to the right summary buffer.
2573
2574 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2575
2576         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2577         the password (bug#12097).
2578
2579 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2580
2581         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2582         (bug#13263).
2583
2584         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2585         buffer exists before using it (bug#12475).
2586
2587         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2588         offline groups (bug#11937).
2589
2590         * message.el (message-yank-original): When using customize to set the
2591         value of `message-cite-style', the variable it set to a symbol that's
2592         the name of the variable, which must then be dereferenced (bug#12616).
2593
2594 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2595
2596         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2597         the `face' property with a list whose car is the face specified in the
2598         format string and whose cdr is (nil).
2599         * lisp/gnus-util.el
2600         (gnus-put-text-property-excluding-characters-with-faces):
2601         Change accordingly.
2602         (gnus-get-text-property-excluding-characters-with-faces): New function.
2603         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2604         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2605         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2606
2607 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2608
2609         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2610         login methods.
2611         (nnimap-login): Respect the `nnimap-authenticator' variable.
2612
2613         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2614         mark state when moving articles.  Otherwise unticked articles will get
2615         their ticks back after moving.
2616
2617 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2620
2621         * message.el (message-ignored-news-headers): Always remove
2622         X-Message-SMTP-Method to avoid information leakage if the user
2623         mistakenly inserts the header into news messages.
2624
2625         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2626
2627         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2628         right than four characters, this command would move point to
2629         `point-max'.  Don't do that.
2630
2631         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2632         to nil to allow re-selecting groups that gain articles.
2633         (gnus-bug-group-download-format-alist): Update the URL.
2634
2635 2012-12-23  Andreas Schwab  <schwab@suse.de>
2636
2637         * shr.el (shr-tag-em): Render em as italic, not bold.
2638
2639 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2642         for reuse.
2643         (gnus-open-server): Use it to add more tracing.
2644         (gnus-finish-retrieve-group-infos): Add backend tracing.
2645         (gnus-backend-trace): Also note the elapsed seconds.
2646
2647 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2648
2649         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2650         Set epa-file-encrypt-to from variable to avoid querying.
2651
2652 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2653
2654         * sieve-mode.el (sieve-font-lock-keywords):
2655         Keywords should be word delimited.  (Bug#13173)
2656
2657 2012-12-13  Andreas Schwab  <schwab@suse.de>
2658
2659         * tls.el (tls-program): Update customize type.
2660
2661 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2664         instead of <pre> to align message header.
2665
2666 2012-12-12  Sam Steingold  <sds@gnu.org>
2667
2668         * gnus.el (gnus-other-frame-resume-function): Add user option.
2669         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2670
2671 2012-12-06  Sam Steingold  <sds@gnu.org>
2672
2673         * gnus-start.el (gnus-before-resume-hook): Add.
2674         (gnus-1): Run it when Gnus is alive.
2675
2676 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2679         * gnus-art.el (article-unsplit-urls)
2680         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2681         * gnus-registry.el (gnus-registry-get-article-marks)
2682         * message.el (message-goto-body): Use it.
2683         (message-called-interactively-p): Remove.
2684
2685         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2686         (spam-stat-score-buffer): Use it.
2687
2688         * spam.el: Silence the warnings against BBDB functions when compiling.
2689
2690         * gnus-score.el (gnus-score-decode-text-parts):
2691         Use append+mapcar instead of the cl function mapcan.
2692
2693 2012-12-05  Sam Steingold  <sds@gnu.org>
2694
2695         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2696         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2697         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2698
2699 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gmm-utils.el (gmm-called-interactively-p): Revert.
2702         This seems to cause Emacs to get stuck!
2703         * gnus-art.el (article-unsplit-urls)
2704         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2705         * gnus-registry.el (gnus-registry-get-article-marks)
2706         * message.el (message-goto-body)
2707         (message-called-interactively-p): Revert.
2708
2709         * gmm-utils.el (gmm-called-interactively-p): New function.
2710         * gnus-art.el (article-unsplit-urls)
2711         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2712         * gnus-registry.el (gnus-registry-get-article-marks)
2713         * message.el (message-goto-body): Use it.
2714         (message-called-interactively-p): Remove.
2715
2716         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2717         * gnus-sync.el (gnus-sync-lesync-call)
2718         * message.el (message-read-from-minibuffer): Use it.
2719
2720 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gmm-utils.el (gmm-flet): Remove.
2723         * gnus-sync.el (gnus-sync-lesync-call)
2724         * message.el (message-read-from-minibuffer): Don't use it.
2725
2726 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2729
2730 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2733
2734         * gnus-sync.el (gnus-sync-lesync-call)
2735         * message.el (message-read-from-minibuffer): Use gmm-flet.
2736
2737         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2738
2739         * gnus-util.el (gnus-macroexpand-all): Remove.
2740
2741 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2742
2743         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2744         to TAB, not [tab].
2745         (gnus-summary-article-map): Likewise.
2746
2747         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2748         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2749
2750 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * time-date.el: Commentary fix.
2753
2754 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2755
2756         * color.el: Don't require cl.
2757         (color-complement): `caddr' -> `nth 2'.
2758
2759         * time-date.el (time-to-seconds): De-obsolete.
2760
2761 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * message.el (message-get-reply-headers):
2764         Make sure the reply goes to the author if it is a wide reply.
2765
2766 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2767
2768         * gnus-score.el (gnus-score-body):
2769         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2770         scoring by body.
2771
2772 2012-11-16  Glenn Morris  <rgm@gnu.org>
2773
2774         * gnus-diary.el (nndiary-request-create-group-functions)
2775         (nndiary-request-update-info-functions)
2776         (gnus-subscribe-newsgroup-functions)
2777         (nndiary-request-accept-article-functions):
2778         Use new names for hooks rather than obsolete aliases.
2779
2780 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2783
2784 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2787         in meta tag with the one the part specifies in its header.
2788
2789 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2790
2791         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2792         by default.
2793
2794 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2797         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2798
2799 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2802         and a runtime function for it, of which the XEmacs version takes only
2803         two arguments.
2804
2805 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2806
2807         * nndiary.el (nndiary-request-create-group-functions)
2808         (nndiary-request-update-info-functions)
2809         (nndiary-request-accept-article-functions):
2810         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2811         "-hooks" suffix.
2812
2813 2012-10-19  Julien Danjou  <julien@danjou.info>
2814
2815         * gnus-art.el: Require gnus-util because it uses
2816         `gnus-timer--function'.
2817
2818 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2819
2820         * starttls.el (starttls-extra-arguments): Doc fix.
2821
2822 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2825         it.
2826
2827 2012-10-06  Glenn Morris  <rgm@gnu.org>
2828
2829         * gnus-notifications.el (gnus-notifications):
2830         Add missing group :version tag.
2831         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2832         (gnus-gcc-post-body-encode-hook):
2833         * gnus-sync.el (gnus-sync-lesync-name)
2834         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2835
2836 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2837
2838         * color.el (color-hsl-to-rgb): Fix incorrect results for
2839         small and large hue values.  (Bug#12559)
2840
2841 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         New UIDL implementation.
2844
2845         * mail-source.el (mail-sources, mail-source-keyword-map):
2846         Add :leave as a pop3 keyword.
2847         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2848
2849         * pop3.el (pop3-leave-mail-on-server): Allow number.
2850         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2851         (pop3-movemail): Add UIDL support.
2852         (pop3-send-streaming-command): Take a list of mail numbers instead of
2853         the number of mails.
2854         (pop3-write-to-file): Add X-UIDL header.
2855         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2856         (pop3-uidl-add-xheader): New functions.
2857
2858         * message.el (message-ignored-resent-headers):
2859         Add X-Content-Length and X-UIDL headers.
2860
2861 2012-10-05  Glenn Morris  <rgm@gnu.org>
2862
2863         * color.el (color-name-to-rgb, color-rgb-to-hex)
2864         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2865         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2866         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2867         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2868
2869 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2872         a user about whether to delete temp files if once a user answered as n.
2873
2874 2012-09-25  Chong Yidong  <cyd@gnu.org>
2875
2876         * password-cache.el (password-read-and-add): Use a declare form to mark
2877         this function obsolete.
2878
2879 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * lpath.el: Bind mail-encode-mml for old Emacsen.
2882
2883 2012-09-17  Richard Stallman  <rms@gnu.org>
2884
2885         * message.el (message-in-body-p): Don't set mark or modify buffer.
2886
2887         * mml.el (mml-attach-file): Doc fix.
2888         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2889         Set mail-encode-mml when in Mail mode.
2890         Simplify code to set HEAD and move back to HEAD.
2891         (mml-insert-multipart, mml-insert-part):
2892         Set mail-encode-mml when in Mail mode.
2893
2894 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * gnus-util.el (gnus-timer--function): New function.
2897
2898         * gnus-art.el (gnus-article-stop-animations): Use it.
2899
2900 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2901
2902         Fix glitches caused by addition of psec to timers.
2903         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2904         rather than raw access to timer vector.
2905
2906 2012-09-11  Julien Danjou  <julien@danjou.info>
2907
2908         * gnus-notifications.el (gnus-notifications): Check for nil values in
2909         ignored addresses check.
2910
2911 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2912
2913         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2914
2915 2012-09-07  Chong Yidong  <cyd@gnu.org>
2916
2917         * gnus-util.el
2918         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2919
2920         * gnus-salt.el (gnus-tree-highlight-node):
2921         * gnus-sum.el (gnus-summary-highlight-line):
2922         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2923
2924 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2925
2926         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2927
2928 2012-09-06  Juri Linkov  <juri@jurta.org>
2929
2930         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2931         scheme for buffer names to be more consistent with other group and
2932         article buffer names in Gnus.
2933
2934 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-util.el
2937         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2938
2939         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2940         Jenkner.
2941
2942         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2943
2944         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2945
2946         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2947
2948 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2951         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2952
2953         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2954         string-prefix-p in Emacs >=23.2.
2955
2956         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2957         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2958         instead of string-match-p.
2959         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2960
2961 2012-09-06  Kenichi Handa  <handa@gnu.org>
2962
2963         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2964         lowercase a..f.
2965
2966 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2967
2968         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2969
2970 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2971
2972         * nnimap.el (nnimap-request-move-article): Decode the group name when
2973         doing internal moves to avoid charset issues.
2974
2975         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2976         TIME is set.
2977
2978 2012-09-05  Juri Linkov  <juri@jurta.org>
2979
2980         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2981         than one group at a time (bug#11961).
2982
2983 2012-09-05  Julien Danjou  <julien@danjou.info>
2984
2985         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2986         this hide the real reason with a message giving absolutely no hint.
2987
2988 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2989
2990         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2991         to the backend (bug#11804).
2992
2993         * message.el (message-insert-newsgroups): Don't insert newsgroup
2994         duplicates (bug#12275).
2995
2996 2012-09-05  John Wiegley  <johnw@newartisans.com>
2997
2998         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2999         sieve rules.
3000
3001 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3002
3003         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3004         function.
3005
3006         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3007
3008         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3009
3010 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3011
3012         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3013         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3014         This should make nnmaildir more usable with offlineimap.
3015
3016 2012-09-05  Julien Danjou  <julien@danjou.info>
3017
3018         * nnimap.el (nnimap-request-list): Revert change that made listing
3019         synchronous.
3020         (nnimap-get-responses): Restore.
3021
3022 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3023
3024         * dgnushack.el: XEmacs 21.5 compilation fix.
3025
3026         * gnus-notifications.el (gnus-notifications-notify): Use it.
3027
3028         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3029         warnings on XEmacs.
3030
3031 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3032
3033         Better seeds for (random).
3034         * gnus-sync.el (gnus-sync-lesync-setup):
3035         * message.el (message-canlock-generate, message-unique-id):
3036         Change (random t) to (random), now that the latter is more random.
3037
3038 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3039
3040         * nnimap.el (nnimap-change-group): Document result value
3041
3042         * auth-source.el (auth-sources): Fix macos keychain access.
3043
3044         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3045         allow the backend `request-head' function to determine the group
3046         name on its own.
3047         (gnus-request-expire-articles): Filter out negative article numbers
3048         during expiry (Bug#11980).
3049
3050         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3051         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3052
3053         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3054         you've found the article when you haven't.
3055
3056         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3057         that nnimap-change-group can return t.
3058
3059 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3060
3061         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3062
3063 2012-08-30  Julien Danjou  <julien@danjou.info>
3064
3065         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3066         `gnus-notifications-timeout'.
3067         (gnus-notifications-timeout): Add.
3068         (gnus-notifications-action): New function.
3069         (gnus-notifications-notify): Add :action using
3070         `gnus-notifications-action'.
3071         (gnus-notifications-id-to-msg): New variable.
3072         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3073         notifications id to messages.
3074
3075 2012-08-30  Kenichi Handa  <handa@gnu.org>
3076
3077         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3078         once.
3079
3080 2012-08-29  Julien Danjou  <julien@danjou.info>
3081
3082         * gnus-notifications.el: New file.
3083         (gnus-notifications-notify): New function.
3084         (gnus-notifications): Use `gnus-notifications-notify'.
3085
3086 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3089         transfer encoding first; bind gnus-newsgroup-charset to the charset
3090         that the article specifies (Bug#12209).
3091
3092 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3095         (gnus-group-customize-done): Encode values posting-style holds.
3096
3097         * gnus-msg.el (gnus-summary-resend-message)
3098         (gnus-configure-posting-styles): Decode values posting-style group
3099         parameter holds.
3100
3101 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3104         `name' and `address' in Resent-From header.
3105
3106 2012-08-14  Chong Yidong  <cyd@gnu.org>
3107
3108         * gnus-art.el (article-display-face): Handle failure in
3109         gnus-create-image (Bug#11802).
3110
3111 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3112
3113         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3114         Use defsetf.
3115
3116 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3117
3118         * auth-source.el (auth-source-plstore-search)
3119         (auth-source-secrets-search): Ignore :require and :type in search spec.
3120
3121 2012-08-06  Julien Danjou  <julien@danjou.info>
3122
3123         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3124         `nnimap-request-move-article'.
3125
3126         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3127         Remove autoload, already handled by gnus.el.
3128
3129         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3130
3131         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3132         supported by nnimap actually.  Reverts previous change.
3133
3134         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3135         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3136         to-buffer argument that is already supported.
3137
3138 2012-08-05  Julien Danjou  <julien@danjou.info>
3139
3140         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3141         Add autoload.
3142
3143 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus.el (gnus-valid-select-methods): Fix custom type.
3146
3147 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * auth-source.el (auth-sources, auth-source-backend-parse)
3150         (auth-source-macos-keychain-search)
3151         (auth-source-macos-keychain-search-items)
3152         (auth-source-macos-keychain-result-append)
3153         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3154         auth-source.el through the /usr/bin/security utility.
3155         (auth-sources): Fix syntax error.
3156         (auth-source-macos-keychain-result-append): Fix variable name.
3157         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3158
3159 2012-07-27  Julien Danjou  <julien@danjou.info>
3160
3161         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3162         Emacs < 24.1
3163
3164 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * message.el (message-kill-address): Don't kill last newline.
3167         (message-skip-to-next-address): Don't move to the next header.
3168         (message-fill-field-address): Work properly.
3169
3170 2012-07-25  Julien Danjou  <julien@danjou.info>
3171
3172         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3173
3174 2012-07-24  Julien Danjou  <julien@danjou.info>
3175
3176         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3177
3178         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3179         (nntp-async-timer-handler): Remove, unused.
3180
3181         * nnimap.el (nnimap-get-responses): Remove, unused.
3182
3183         * nnheader.el (mail-header-set-extra): Remove, unused.
3184
3185         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3186         unused.
3187
3188         * mm-view.el (mm-view-sound-file): Remove, unused.
3189
3190         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3191         (mm-url-encode-multipart-form-data): Remove, unused.
3192
3193         * message.el (message-remove-signature, message-make-host-name)
3194         (message-fill-address): Remove, unused.
3195
3196         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3197         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3198         unused.
3199
3200         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3201         (gnus-xmas-call-region): Remove, unused.
3202
3203         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3204
3205         * gnus-util.el (gnus-extract-address-component-name)
3206         (gnus-extract-address-component-email, gnus-sortable-date)
3207         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3208         (gnus-process-live-p): Remove, unused.
3209
3210         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3211
3212         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3213         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3214         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3215         function.
3216
3217         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3218
3219         * gnus-score.el (gnus-summary-score-crossposting)
3220         (gnus-score-regexp-bad-p): Remove, unused.
3221
3222         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3223
3224         * gnus-range.el (gnus-sublist-p): Remove, unused.
3225
3226         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3227         unused.
3228
3229         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3230
3231         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3232         (gnus-request-associate-buffer): Remove, unused.
3233
3234         * gnus-group.el (gnus-group-set-method-info)
3235         (gnus-group-set-params-info): Remove, unused.
3236
3237         * gnus-fun.el (gnus-shell-command-to-string)
3238         (gnus-shell-command-on-region): Remove, unused.
3239
3240         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3241
3242         * gnus-art.el (gnus-article-text-type-exists-p)
3243         (article-translate-characters, gnus-article-hide-text-of-type)
3244         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3245         Remove, unused.
3246
3247 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3248
3249         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3250
3251 2012-07-21  Julien Danjou  <julien@danjou.info>
3252
3253         * message.el (message-dont-reply-to-names): Replace deprecated
3254         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3255         (message-get-reply-headers): Ditto.
3256
3257 2012-07-18  Julien Danjou  <julien@danjou.info>
3258
3259         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3260         `sieve-upload-and-kill'.
3261
3262         * sieve.el (sieve-bury-buffer): Remove function.
3263         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3264         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3265
3266 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3267
3268         * shr.el (shr-expand-url): Handle URL starting with `//'.
3269
3270 2012-07-13  Chong Yidong  <cyd@gnu.org>
3271
3272         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3273         instead of calling toggle-read-only with a (bogus) argument.
3274
3275 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3276
3277         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3278         of initial input when reading the author to restrict the summary to.
3279
3280 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * mm-decode.el (mm-shr):
3283         Allow overriding charset by mm-charset-override-alist.
3284
3285 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-art.el (gnus-article-view-part):
3288         Toggle subparts of multipart/alternative part.
3289
3290 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3291
3292         * shr.el (shr-render-buffer): New command.
3293         (shr-visit-file): Use it.
3294
3295 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3298         Set no-byte-compile and no-update-autoloads.
3299
3300 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3303
3304 2012-06-25  Julien Danjou  <julien@danjou.info>
3305
3306         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3307         `nnimap-request-move-articles-find-limit' since we do not use it only
3308         for move operations.
3309         (nnimap-request-accept-article): Use
3310         `nnimap-request-articles-find-limit' to limit search by message-id.
3311
3312 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3313
3314         Support higher-resolution time stamps (Bug#9000).
3315
3316         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3317         VARLIST.  It's optional, for backward compatibility.
3318         (encode-time-value): New optional arg PICO.  New type 3.
3319         (time-to-seconds) [!float-time]: Support the new picoseconds
3320         component if it's used.
3321         (seconds-to-time, time-subtract, time-add):
3322         Support ps-resolution time stamps as well.
3323
3324 2012-06-19  Julien Danjou  <julien@danjou.info>
3325
3326         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3327
3328         * nnimap.el (nnimap-log-buffer): Check that
3329         `window-point-insertion-type' is boundp, since it's not available in
3330         XEmacs.
3331
3332 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3333
3334         * nnimap.el (nnimap-log-buffer): Add this, setting
3335         `window-point-insertion-type' in the buffer to t.
3336         (nnimap-log-command): Use nnimap-log-buffer.
3337
3338 2012-06-19  Julien Danjou  <julien@danjou.info>
3339
3340         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3341         argument to be able to limit the search.
3342         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3343         (nnimap-request-move-articles-find-limit): Add this to limit the search
3344         by Message-Id after a message move.
3345         (nnimap): Add defgroup.
3346
3347 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3348
3349         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3350
3351 2012-06-15  Julien Danjou  <julien@danjou.info>
3352
3353         * nnimap.el (nnimap-find-article-by-message-id): Use
3354         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3355         (nnimap-possibly-change-group): Add read-only argument.
3356         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3357         issuing EXAMINE manually.
3358         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3359         with read-only argument.
3360         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3361         cannot possibly change because we need to be sure that it's either
3362         read-write or read-only.
3363
3364 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3367         being bound to a lambda form.
3368
3369 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3370
3371         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3372         articles when fetch-old is non-nil (bug#11370).
3373
3374 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3375
3376         * gnus-picon.el (gnus-picon-properties): New defcustom.
3377         (gnus-picon-create-glyph): Use it.
3378
3379 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-group.el (gnus-group-get-new-news): Respect
3382         `gnus-group-use-permanent-levels', as documented (bug#11638).
3383
3384 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3385
3386         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3387         groups (bug#11641).
3388
3389 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3390
3391         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3392         is an integer to avoid later problems.
3393
3394 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3397         locales.
3398
3399         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3400         on a handle.
3401
3402         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3403         address as the default.
3404         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3405
3406         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3407         makes no sense to query the user about internal files.
3408
3409         * gnus-spec.el: Remove all the byte-compilation stuff, since
3410         benchmarking shows that it doesn't help when entering large summary
3411         buffers.
3412
3413         * gnus-xmas.el (gnus-xmas-define): Remove.
3414
3415         * gnus-util.el (gnus-byte-code): Remove.
3416
3417         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3418         grouplens stuff.
3419
3420 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3423         (bug#11514).
3424
3425 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3426
3427         * message.el (message-buffers): Return all buffers derived from Message
3428         to make `gnus-dired-attach' work with mu4e.
3429
3430 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3431
3432         * nntp.el: Stop the `letf' madness.
3433         (nntp--report-1): New var.
3434         (nntp-report): Merge nntp-report-1 into it.
3435         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3436         the nntp-report function.
3437
3438         * auth-source.el: Fix comment-style to follow the convention.
3439
3440 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3441
3442         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3443         (mm-dissect-singlepart): Don't guess the MIME type of
3444         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3445         set.
3446         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3447         toplevel MIME type is multipart/encrypted.
3448
3449 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3452         a string so that Gcc works (bug#11514).
3453
3454 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3455
3456         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3457         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3458
3459 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3460
3461         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3462         jumping to *Server* from a dedicated *Group* window.
3463         (gnus-configure-frame): CSE.
3464
3465         * gnus-registry.el: Minor style cleanup.
3466         (gnus-registry--set/remove-mark): New function, extracted from
3467         gnus-registry-install-shortcuts.
3468         (gnus-registry-install-shortcuts): Use it.
3469
3470 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * nnspool.el (news-path): Use eval-and-compile.
3473
3474 2012-05-24  Glenn Morris  <rgm@gnu.org>
3475
3476         * nnspool.el (news-directory, news-path, news-inews-program):
3477         Move here from paths.el.  Don't see a need for these to be autoloaded.
3478
3479         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3480         Merge in doc from paths.el version.  Don't see any need for this to be
3481         autoloaded, or for the warning about users not setting it.
3482
3483 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3484
3485         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3486         format.  In particular, add an optional argument and a docstring.
3487
3488         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3489
3490         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3491         current before calling `gnus-groups-to-gnus-format'.
3492         Note that this was already the case for `gnus-active-to-gnus-format'.
3493
3494 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3495
3496         Fix minor Y10k bug.
3497         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3498
3499 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3500
3501         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3502         message once it's actually open.
3503
3504 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3505
3506         * gnus.el: Ma Gnus v0.5 is released.
3507
3508 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3509
3510         * auth-source.el (auth-source--aput-1, auth-source--aput)
3511         (auth-source--aget): New functions and macros.
3512         Use them instead of aput/aget.
3513
3514 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3515
3516         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3517
3518 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3519
3520         * plstore.el (plstore-called-interactively-p): New compat macro copied
3521         from message.el.
3522         (plstore-mode): Use it.
3523
3524 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3525
3526         * plstore.el: Revive the editing feature.
3527         (plstore-mode): New mode to edit plstore file.
3528         (plstore-mode-toggle-display, plstore-mode-original)
3529         (plstore-mode-decoded): New command.
3530         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3531         (plstore--insert-buffer, plstore--make): New function.
3532         (plstore-open, plstore-save): Simplify by using them.
3533
3534 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3537
3538 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3539
3540         * tls.el (open-tls-stream): Remove unused binding.
3541
3542 2012-04-16  Glenn Morris  <rgm@gnu.org>
3543
3544         * nndraft.el (nndraft-request-list): Fix declaration.
3545
3546 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * mm-decode.el (mm-dissect-buffer): Doc fix.
3549
3550         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3551         don't have a current group.
3552
3553         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3554         buffer if it doesn't exist.
3555
3556         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3557         given, mark the group as ephemeral with the current window conf.
3558
3559         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3560         buffer exists, which it doesn't if we haven't started Gnus.
3561         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3562
3563 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3566         type is.
3567
3568         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3569         `unexists' entries.
3570         (gnus-clean-old-newsrc): Fix last checkin.
3571
3572         * nnimap.el (nnimap-update-info): None of the articles below the active
3573         low-water mark exist.
3574
3575         * dgnushack.el: Get rid of XEmacs compilation warning.
3576
3577         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3578         would have gotten if we posted to the group, and use that to compare
3579         against the message we want to cancel (bug#10808).
3580
3581         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3582         on XEmacs.
3583
3584 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3585
3586         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3587         `scroll-margin'.
3588
3589 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3590
3591         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3592         citation prefix within a block of cited text should be considered part
3593         of that block *only* if it is a blank line.
3594
3595 2012-04-09  Chong Yidong  <cyd@gnu.org>
3596
3597         * binhex.el, hashcash.el, uudecode.el:
3598         Remove * characters from the front of variable docstrings.
3599
3600 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3603         before kinsoku-bol characters nor within kinsoku-eol characters.
3604
3605 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3608         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3609         (gnus-sync-read): Use mapc instead of mapcar.
3610
3611         * mm-archive.el: Require mm-decode for some macros.
3612         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3613         the byte compiler.
3614         (mm-archive-decoders): New function that returns the value of
3615         the mm-archive-decoders variable.
3616
3617         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3618         instead.
3619         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3620
3621         * nnimap.el (gnus-refer-thread-use-nnir):
3622         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3623
3624 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3627
3628 2012-03-12  Peter Münster  <pmrb@free.fr>
3629
3630         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3631         (gnus-demon-cancel): Ditto.
3632         (gnus-demon-run-callback): When function cannot be called due to low
3633         idleness, call it when idleness reaches the expected value, instead of
3634         waiting another timer period.
3635         (gnus-demon-init): Add `time' to arguments of call-back.
3636
3637 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3640
3641         * gnus.el: Register gnus-registry functions.
3642
3643         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3644         indent.
3645
3646         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3647         enabled before warping.
3648
3649 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3650
3651         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3652         registry about each article retrieved.
3653
3654         * gnus-int.el (gnus-select-group-with-message-id): New function.
3655         (gnus-try-warping-via-registry): Ditto.
3656         (gnus-warp-to-article): Fall back on the registry.
3657
3658 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3659
3660         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3661         inboxes.
3662
3663 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3666
3667 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3670         gnus-gcc-self-resent-messages may be a group parameter.
3671         (gnus-summary-resend-message): Don't encode encoded words in header
3672         when Gcc'ing resent message.
3673
3674 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * shr.el (shr-insert): Treat non-breaking space just like normal
3677         space.  This seems to produce more pleasing results.
3678         (shr-insert): Only insert a blank line if we're starting from an image.
3679         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3680         (shr-ensure-paragraph): Consider lines with white space to be blank.
3681
3682 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3683
3684         * Makefile.in: Respect DESTDIR.
3685
3686 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3687
3688         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3689         and gnus-gcc-post-body-encode-hook.
3690
3691 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3694         messages that don't exist.
3695
3696         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3697
3698 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3701         Remove.
3702
3703         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3704
3705         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3706
3707 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3710         have a group name.
3711
3712         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3713         a multibyte buffer (bug#7410).
3714         (article-wash-html): Parse the original article buffer to get the
3715         unencoded data (bug#7410).
3716
3717         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3718         .newsrc.el files.
3719
3720 2012-04-05  Bastien Guerry  <bzg@altern.org>
3721
3722         * color.el (color-lighten-name): Fix typo.
3723
3724 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3727         "#" to avoid having them interpreted as comments.
3728
3729 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * shr.el (shr-insert): Update the text state properly to avoid
3732         inserting spurious paragraph starts.
3733
3734 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * shr.el (shr-table-widths): Divide the extra width more fairly over
3737         the TDs (bug#10973).
3738         (shr-render-td): Don't delete too much padding.
3739         (shr-natural-width): Compute the natural width more correctly.
3740         (shr-insert): Allow the natural width to be computed for tables again.
3741         (shr-tag-table-1): Rework how the natural widths are computed by
3742         rendering the table a third time.
3743         (shr-natural-width): Removed.
3744         (shr-buffer-width): New function.
3745         (shr-expand-newlines): Use it.
3746
3747         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3748         using a `gnus-use-full-window' setup (bug#11013).
3749
3750 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3753         24.1 release.
3754
3755 2012-03-10  David Edmondson  <dme@dme.org>
3756
3757         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3758         'Forwarded Message' header and the start of the message.
3759
3760 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3761
3762         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3763         isn't running (bug#10897).
3764
3765 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3768         This is inconsistent with all the other stream functions, which leave
3769         the setting up to the higher levels (if so wanted) (bug#10931).
3770
3771 2012-02-28  Glenn Morris  <rgm@gnu.org>
3772
3773         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3774         mm-decode.el: Standardize possessive apostrophe usage.
3775
3776 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3779
3780 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3781
3782         * parse-time.el (parse-time-string): Allow extractor to return nil.
3783
3784 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3787
3788 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3791
3792 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3793
3794         * mm-decode.el (mm-shr): Remove "soft hyphens".
3795
3796         * nnimap.el (nnimap-request-list): Return the group names encoded as
3797         utf8.  Otherwise non-European group names don't work.
3798         (nnimap-request-newgroups): Ditto.
3799
3800         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3801         the default in `read-string' (bug#10757).
3802
3803         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3804         topics (bug#10843).
3805
3806         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3807         buffer.  Suggested by Herbert Valerio Riedel.
3808         (nnimap-request-move-article): Delete the message from the correct IMAP
3809         server.
3810
3811 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3812
3813         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3814         Reported by Peter Münster.
3815
3816 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3817
3818         * shr.el (shr-image-fetched): Make sure we really kill the right
3819         buffer.
3820
3821 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3822
3823         * gnus-start.el (gnus-1): Avoid duplicate entries.
3824
3825 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3826
3827         * imap.el: Remove.
3828
3829         * nntp.el (nntp-coding-system-for-read): Remove.
3830         (nntp-coding-system-for-write): Ditto.
3831         (nntp-open-connection): Just use `binary' directly.
3832
3833         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3834         Gnus 0.3.
3835
3836 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3837
3838         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3839         application/octet-stream parts really is.
3840
3841         * gnus-sum.el (gnus-propagate-marks): Remove.
3842
3843 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         * shr.el (shr-rescale-image): Undo previous change; see
3846         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3847
3848 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3849
3850         * gnus.el: Ma Gnus v0.3 is released.
3851
3852 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-sum.el (gnus-summary-local-variables): Make
3855         `gnus-newsgroup-unexist' into a local variable.
3856
3857 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3858
3859         * registry.el (registry-usage-test, registry-persistence-test): Move to
3860         tests/gnustest-registry.el.
3861         (registry-make-testable-db, registry-match-test)
3862         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3863
3864         * gnus-registry.el (gnus-registry-misc-test)
3865         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3866
3867         * tests/gnustest-registry.el: New file with the registry and
3868         gnus-registry ERT tests.
3869
3870 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-msg.el (gnus-summary-resend-message): Make
3873         gnus-summary-resend-message-insert-gcc be last item in
3874         message-header-setup-hook.
3875
3876 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3879         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3880         Remove.
3881         (nnfolder-open-server): Don't use marks.
3882         (nnfolder-request-delete-group): Ditto.
3883         (nnfolder-request-rename-group): Ditto.
3884         (nnfolder-request-set-mark, nnfolder-request-marks)
3885         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3886         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3887
3888         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3889         (nnml-marks-modtime): Remove.
3890         (nnml-request-delete-group): Don't use marks.
3891         (nnml-request-rename-group): Ditto.
3892         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3893         (nnml-save-marks, nnml-open-marks): Remove.
3894
3895         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3896         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3897         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3898         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3899         (nntp-server-to-method-cache): Remove.
3900
3901         * shr.el (shr-rescale-image): Fix wrong merge.
3902
3903 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3904
3905         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3906         too-wide lines.
3907
3908 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3909
3910         * nnimap.el (nnimap-record-commands): New variable.
3911         (nnimap-log-command): Use it.
3912         (nnimap-make-process-buffer): Add a space to the process buffer.
3913         (nnimap-transform-headers): Don't bug out on header lines containing
3914         stuff that look like IMAP length encodings.
3915
3916         * shr.el (shr-rescale-image): Allow viewing large images.
3917
3918 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3919
3920         * nnml.el (nnml-request-compact-group): Delete the marks file after
3921         compaction (bug#10800).
3922
3923         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3924         group exit.
3925
3926         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3927         QRESYNC/FETCH output.
3928
3929 2012-02-11  Glenn Morris  <rgm@gnu.org>
3930
3931         * sieve-manage.el (sieve-manage-default-stream):
3932         * shr.el (shr):
3933         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3934         (nnir-retrieve-headers-override-function)
3935         (nnir-imap-default-search-key, nnir-notmuch-program)
3936         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3937         (nnir-method-default-engines):
3938         * message.el (message-cite-reply-position):
3939         * gssapi.el (gssapi-program):
3940         * gravatar.el (gravatar):
3941         * gnus-sum.el (gnus-refer-thread-use-nnir):
3942         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3943         (gnus-registry-max-pruned-entries):
3944         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3945         * gnus-int.el (gnus-after-set-mark-hook)
3946         (gnus-before-update-mark-hook):
3947         * gnus-async.el (gnus-async-post-fetch-function):
3948         * auth-source.el (auth-source-cache-expiry):
3949         Add missing :version tags to new defcustoms and defgroups.
3950
3951 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3954         `gnus-newsgroup-unexist'.
3955
3956         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3957         marks.
3958         (gnus-article-special-mark-lists): Put the `unexist' in the special
3959         marks list instead.
3960
3961         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3962         articles in the list of articles to be selected.
3963
3964         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3965         articles.
3966         (nnimap-update-info): Keep track of unexisting articles.
3967         (nnimap-update-qresync-info): Ditto.
3968
3969 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3970
3971         * message.el (message-default-send-mail-function): Made into own
3972         function for reuse by emacsbug.el.
3973
3974 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3975
3976         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3977         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3978
3979 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3980
3981         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3982         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3983
3984         * gnus-compat.el: Define `timer-set-function'.
3985
3986         * mm-decode.el (mm-display-external): Output the text from the command
3987         in the buffer after the command finished.  This makes text-based
3988         commands behave better.
3989
3990 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3991
3992         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3993
3994 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3997         23.1.
3998
3999 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4002
4003 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4004
4005         * message.el (smtpmail-smtp-user): Silence compiler warning.
4006
4007 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4008
4009         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4010         SMTP user name.
4011
4012 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * gnus-sum.el (gnus-summary-show-thread):
4015         next-single-char-property-change may return nil in XEmacs.
4016         (gnus-summary-article-map): Fix typo.
4017
4018 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4021         running.
4022
4023         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4024
4025         * gnus.el (gnus-server-extend-method): Don't add an -address component
4026         if the method already has one (bug#9676).
4027
4028 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4031         of an initial-input for consistency (bug#10757).
4032
4033         * dgnushack.el: Fix XEmacs compilation warning.
4034
4035         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4036
4037         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4038
4039 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4040
4041         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4042         lines that are narrower than the window width.  Otherwise background
4043         "blocks" will look less readable.
4044
4045 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4046
4047         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4048         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4049         have newlines within the strings, and where the UID comes after the
4050         BODYSTRUCTURE element (bug#10537).
4051
4052         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4053         (bug#10732).
4054
4055         * shr.el (shr-insert-document): Add doc string.
4056         (shr-visit-file): Ditto.
4057         (shr-remove-trailing-whitespace): New function.
4058         (shr-insert-document): Use it to clean up trailing whitespace as the
4059         final step (bug#10714).
4060
4061 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4062
4063         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4064         buffer if `gnus-kill-summary-on-exit' is nil.
4065
4066 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4069         when just reading a single group from "without" Gnus.
4070
4071 2012-02-06  Chong Yidong  <cyd@gnu.org>
4072
4073         * gnus-sum.el (gnus-summary-show-thread):
4074         next-single-char-property-change never returns nil (Bug#8657).
4075
4076 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4077
4078         * message.el (message-multi-smtp-send-mail): New function.
4079         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4080         header to implement multi-SMTP functionality.
4081
4082         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4083         (gnus-agentize): Don't set it.
4084         (gnus-agent-send-mail): Don't use it.
4085
4086         * gnus-sum.el (gnus-summary-widget-backward): New function and
4087         keystroke.
4088
4089         * gnus-compat.el: More the compat functions more compatible.
4090
4091         * shr.el (shr-put-image): Remove underlines from sliced images.
4092         (shr-zoom-image): Compute the region to be replaced more correctly.
4093
4094 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4097         (gnus-summary-resend-message-insert-gcc): New function.
4098         (gnus-summary-resend-message): Modify message-header-setup-hook and
4099         message-sent-hook to make it work for Gcc.
4100         (gnus-inews-do-gcc): Update the number of unread articles of groups
4101         that messages are Gcc'd to.
4102
4103         * message.el (message-resend): Run message-sent-hook to do Gcc.
4104
4105 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4106
4107         * lpath.el: Fix an XEmacs compilation warning.
4108
4109         * gnus-compat.el: Require `help-fns' to fix compilation error.
4110
4111         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4112         a higher level to silence compilation.
4113
4114         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4115         parameter to allow controlling the scaling.
4116
4117         * shr.el (shr-zoom-image): New command and keystroke.
4118         (shr-put-image): Take a `size' flag to say how to scale the image.
4119
4120         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4121         deletion unless already defined.
4122
4123         * gnus.el (gnus-compat): Require it.
4124
4125         * gnus-compat.el: New file.
4126
4127         * gnus-start.el (gnus-clean-old-newsrc): New function.
4128         (gnus-read-newsrc-file): Use it.
4129
4130         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4131         Use recursive deletion.
4132         (mm-dissect-archive): Add support for zip files.
4133
4134         * gnus-util.el (gnus-recursive-directory-files): New function.
4135
4136         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4137         (mm-archive-decoders): Add tgz support.
4138
4139         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4140         Otherwise inserting text into the Gnus buffer can look odd.
4141
4142         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4143
4144         * mm-archive.el (mm-archive-decoders): Add support for tar.
4145
4146         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4147
4148         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4149
4150 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4151
4152         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4153
4154         * mm-archive.el: New file.
4155
4156         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4157
4158         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4159
4160         * message.el (message-goto-*): Make all the `message-goto-*' commands
4161         push the mark before moving point.  This makes it easier to go back to
4162         where you came from after editing whatever you jumped to.
4163
4164 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4165
4166         * gnus.el: Ma Gnus v0.1 is released.
4167
4168 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4171         without reconnecting.
4172         (nnimap-possibly-change-group): Ditto.
4173         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4174         connection has died before being called.
4175
4176 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4177
4178         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4179         an initial sync unless we're really doing one.
4180
4181         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4182         address parameter if one already exists (bug#9676).
4183
4184         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4185         not the prefix, as documented (bug#10689).
4186
4187 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4190         the "server".
4191
4192         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4193         the real error message with the useless "previously known to be down".
4194         Which isn't even correct.
4195
4196         * nntp.el (nntp-open-connection): Report the error message if the nntp
4197         server can't be reached.
4198
4199         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4200         groups we do a total scan for.
4201         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4202         doing that.
4203
4204 2012-01-31  Jim Meyering  <jim@meyering.net>
4205
4206         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4207         Correct a comment (insert "not") and hide nominally-doubled "to".
4208
4209 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus.el (gnus-version): Change name to "Ma Gnus".
4212
4213 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4214
4215         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4216         section in the manual.
4217
4218 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4221         words.
4222         (rfc2047-encode-string): Ditto.
4223         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4224         understand folded filename="..." parameters, for instance.
4225
4226         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4227         the message for greater debuggability.
4228
4229 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4230
4231         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4232         instead of setting it locally, since the latter doesn't seem to have
4233         any effect (most of the time).
4234
4235 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4236
4237         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4238         function call.
4239
4240 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4241
4242         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4243         seconds, and make the repeat clause with HH:MM specs work as
4244         documented.
4245
4246 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4247
4248         * proto-stream.el (proto-stream-capability-open): Fall back on
4249         :end-of-command if :end-of-capability doesn't exist.
4250
4251 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4254         bound globally in old Emacsen and XEmacsen.
4255
4256 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4259         so that previous errors don't prohibit getting new news.
4260
4261         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4262
4263         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4264
4265 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4266
4267         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4268         buffer, not of the string which is its name.
4269
4270 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4271
4272         * proto-stream.el (proto-stream-capability-open): Wait for
4273         :end-of-capability, not :end-of-command.
4274
4275         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4276         non-server-marks groups.
4277         (gnus-group-make-articles-read): Ditto.
4278
4279         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4280         methods (bug#9676).
4281
4282         * gnus.el (gnus-method-ephemeral-p): New function.
4283
4284 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4287         left-to-right.
4288
4289 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4290
4291         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4292         warning.
4293
4294 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4295
4296         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4297         macroexpand the nnir things, since they haven't been defined yet, and
4298         nnir requires gnus-sum.
4299
4300 2012-01-24  Julien Danjou  <julien@danjou.info>
4301
4302         * color.el (color-rgb-to-hsl): Fix value computing.
4303         (color-hue-to-rgb): New function.
4304         (color-hsl-to-rgb): New function.
4305         (color-clamp, color-saturate-hsl, color-saturate-name)
4306         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4307         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4308
4309 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4312
4313 2012-01-19  Julien Danjou  <julien@danjou.info>
4314
4315         * color.el (color-name-to-rgb): Use the white color to find the max
4316         color component value and return correctly computed values.
4317         (color-name-to-rgb): Add missing float conversion for max value.
4318
4319 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4322         logical server name in addition to the actual machine address.
4323
4324         * auth-source.el (auth-source-user-and-password): Add convenience
4325         wrapper to search by just host and optionally user.
4326
4327 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4330         after rendering.
4331
4332 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4335         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4336         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4337
4338 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4341         (bug#9693).
4342         (gnus-summary-setup-buffer): Document return value (bug#9697).
4343
4344         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4345         since ido doesn't work on symbols (bug#9632).
4346
4347         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4348         when getting a single value as when getting all the values.  This means
4349         that atoms like `gcc-self' work cumulatively, like variable settings,
4350         instead of getting the value from the last matching clause.
4351         (gnus-group-find-parameter): Protect against the group buffer not
4352         existing (bug#9585).
4353
4354 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * gnus-start.el (gnus-activate-group): Document more parameters
4357         (bug#9694).
4358
4359         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4360         (bug#9692).
4361
4362         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4363         article was fetched, so that it can be expired later (bug#9958).
4364         (gnus-agent-summary-fetch-series): Add doc string.
4365         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4366         (bug#9517).
4367
4368         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4369         retrieval is happening.
4370
4371         * gnus.el (gnus-parameters): Doc fix.
4372
4373 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4374
4375         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4376         show the thread after expansion.
4377
4378 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-art.el (article-narrow-to-head): If the head is completely
4381         empty, narrow to the empty region (bug#9764).
4382
4383         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4384         read, and then mark them as unread only when the unread mark is used.
4385         This makes `C-- T k' actually work, even though it's confusing.
4386
4387         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4388         alive before we try to find its window.
4389
4390 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4391
4392         * mm-decode.el (mm-display-external): Use a longer timeout for the
4393         deletion to allow slow programs to display the file.
4394
4395 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4398         prompt to be less confusing.
4399
4400         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4401         argument to `message-reply'.  This broke `special-display-*' frame
4402         pop-uping (bug#10238).
4403
4404 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4407         systems, since these allegedly don't work there.
4408
4409 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4410
4411         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4412         live buffer.
4413
4414 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * nnir.el (nnir-retrieve-headers): Protect against the article not
4417         existing on the server (bug#10335).
4418
4419 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4420
4421         * gnus-agent.el (gnus-agent-load-local): Recompute
4422         gnus-agent-article-local on changing method.
4423
4424 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * gnus.el (gnus-parameters): Note precedence.
4427
4428 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4429
4430         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4431         in the group buffer.
4432
4433 2012-01-04  Julien Danjou  <julien@danjou.info>
4434
4435         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4436         change.
4437
4438 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4441         too.
4442
4443         * nntp.el (nntp-retrieve-group-data-early): Use it.
4444
4445 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * nntp.el (nntp-retrieval-in-progress): New variable.
4448         (nntp-make-process-buffer): Make it buffer-local.
4449
4450         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4451         2010.
4452         (gnus-demon-init): Use it to compute the time if time is on the form
4453         "04:23".
4454
4455         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4456
4457         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4458         status in the correct buffer.
4459
4460 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4461
4462         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4463         when opening topics (bug#10407).
4464
4465 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4466
4467         * gnus-cus.el (gnus-score-customize):
4468         * gnus-sum.el (gnus-sort-gathered-threads):
4469         * message.el (message-shorten-references):
4470         * nnmairix.el (nnmairix-request-group):
4471         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4472
4473 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4474
4475         * gnus-agent.el (gnus-agent-regenerate-group):
4476         * gnus-int.el (gnus-retrieve-group-data-early):
4477         * mm-util.el (mm-codepage-ibm-list):
4478         * nndiary.el (Commentary, nndiary-get-new-mail):
4479         * nnir.el (nnir):
4480         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4481
4482 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * mm-view.el (mm-display-inline-fontify): Add comment.
4485
4486 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4487
4488         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4489         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4490
4491 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4492
4493         * gnus-art.el (gnus-split-methods):
4494         * gnus-msg.el (gnus-configure-posting-styles):
4495         * gnus-spec.el (gnus-parse-simple-format):
4496         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4497         * message.el (message-do-actions): Spelling fix.
4498
4499 2011-12-15  Juri Linkov  <juri@jurta.org>
4500
4501         * mm-decode.el (mm-inline-media-tests): Add missing
4502         `mm-handle-media-subtype'.
4503
4504 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4505
4506         * gnus-group.el (gnus-group-tool-bar):
4507         * gnus-sum.el (gnus-summary-tool-bar):
4508         * message.el (message-tool-bar):
4509         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4510
4511 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4512
4513         * plstore.el (plstore--insert-buffer): Spelling fix.
4514
4515 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4516
4517         * message.el (message-valid-fqdn-regexp): Update with newly approved
4518         top-level domain names ".tel" and ".asia".
4519
4520 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4523         unconditionally.
4524
4525 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4528         pop-to-buffer-same-window for old Emacsen.
4529
4530 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4531
4532         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4533
4534 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4535
4536         * netrc.el (netrc-credentials): Spelling fix.
4537
4538 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4539
4540         * gnus-fun.el (gnus-fun-ppm-change-string):
4541         * gnus-msg.el (gnus-inews-do-gcc):
4542         * gnus-sum.el (gnus-summary-find-for-reselect):
4543         * gnus.el (gnus-summary-cancelled):
4544         * message.el (message-cancel-hook, message-send-news):
4545         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4546         * nnir.el (nnir-run-hyrex):
4547         * nntp.el (nntp-with-open-group-function):
4548         * pgg.el (pgg-pending-timers): Spelling fix.
4549
4550 2011-12-04  Chong Yidong  <cyd@gnu.org>
4551
4552         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4553         change (Bug#10200).
4554
4555 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * compface.el (uncompface):
4558         * gnus-art.el (gnus-article-x-face-command): Update the header format
4559         of icon data for the most recent icontopbm program.
4560
4561 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-msg.el (gnus-inews-do-gcc):
4564         * message.el (message-send-mail):
4565         * mml.el (mml-generate-mime): Share the value of the buffer-local
4566         `message-options' variable between a draft buffer and temprary working
4567         buffers.
4568
4569 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4570
4571         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4572
4573 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4576         for Cygwin.
4577
4578 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4579
4580         * gnus-group.el (gnus-group-prepare-flat):
4581         * mm-bodies.el (mm-encode-body):
4582         * mml.el (mml-preview):
4583         * nnml.el (nnml-request-compact-group):
4584         * pop3.el (pop3-stream-type): Spelling fix.
4585
4586 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4589
4590 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4591
4592         * color.el (color-rgb-to-hsl):
4593         * gmm-utils.el (gmm-tool-bar-style):
4594         * gnus-group.el (gnus-group-prepare-flat):
4595         * gnus-topic.el (gnus-topic-prepare-topic):
4596         * mm-decode.el (mm-discouraged-alternatives):
4597         * rfc2047.el (rfc2047-encode-1):
4598         * starttls.el: Spelling fix.
4599
4600 2011-11-24  Glenn Morris  <rgm@gnu.org>
4601
4602         * binhex.el (binhex-begin-line): Give it basic doc-string.
4603
4604         * starttls.el, tls.el: Fix case of "GnuTLS".
4605
4606 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4607
4608         * gnus-group.el (gnus-group-highlight): Fix typo.
4609
4610 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4611
4612         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4613         value of `delete-file', that returns nil for a local file but returns t
4614         for a remote file using ssh.
4615
4616 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4617
4618         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4619
4620 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4623         avoid later breakage.
4624
4625 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4628         article buffers' name.
4629
4630 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4633         by Paul Eggert's spellfixes two days ago.
4634
4635 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4638         doesn't have it.
4639
4640         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4641         buffer-local instead of binding them to avoid warnings.  Also demote
4642         errors (bug#10063).
4643         (font-lock-mode-hook): Shut up byte compiler.
4644
4645 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4646
4647         * mm-util.el (mm-charset-after):
4648         * nnir.el (nnir-run-hyrex):
4649         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4650         (ntlm-get-password-hashes, ntlm-md4hash):
4651         * smime.el: Fix typo.
4652
4653 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4654
4655         * gnus-agent.el (gnus-agent-expire-group-1):
4656         * nndiary.el (nndiary-last-occurence):
4657         * nnimap.el (nnimap-request-set-mark):
4658         * nnmairix.el (nnmairix-only-use-registry):
4659         * gnus-group.el (gnus-group-prepare-flat):
4660         * gnus-sum.el (gnus-decode-encoded-word-methods):
4661         * message.el (message-wash-subject):
4662         * nntp.el (nntp-retrieve-headers-with-xover):
4663         * smime.el (smime-certificate-directory): Spelling fix.
4664
4665 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4666
4667         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4668
4669         * color.el:
4670         * gnus-agent.el (gnus-agent-possibly-alter-active):
4671         * gnus-dired.el (gnus-dired-print):
4672         * mail-parse.el:
4673         * nnmairix.el (nnmairix-request-group):
4674         * shr.el (shr-image-displayer):
4675         * sieve-manage.el:
4676         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4677
4678 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4679
4680         * gnus-sum.el (gnus-auto-select-subject):
4681         * spam-report.el (spam-report-resend): Spelling fix.
4682
4683 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4684
4685         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4686         * gnus-art.el (gnus-default-article-saver):
4687         * gnus-srvr.el (gnus-server-copy-server):
4688         * gnus.el (gnus-sloppily-equal-method-parameters):
4689         * html2text.el (html2text-format-tag-list):
4690         * message.el (message-narrow-to-head):
4691         * nndiary.el:
4692         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4693         * sieve.el: Spelling fix.
4694
4695 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4696
4697         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4698         * gnus-sum.el (gnus-summary-make-menu-bar):
4699         * gnus-uu.el (gnus-uu-decode-postscript)
4700         (gnus-uu-decode-postscript-and-save):
4701         * mailcap.el (mailcap-print-command):
4702         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4703         Fix typos.
4704
4705 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4706
4707         * gnus-art.el (gnus-article-part-wrapper):
4708         * html2text.el (html2text-fix-paragraphs):
4709         * mm-decode.el (mm-image-fit-p):
4710         * rfc2047.el (rfc2047-encode-message-header):
4711         * shr-color.el (shr-color-visible-distance-min)
4712         (shr-color-relative-to-absolute, set-minimum-interval)
4713         (shr-color-visible): Fix typos.
4714
4715 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4716
4717         * gmm-utils.el (gmm-tool-bar-item):
4718         * gnus-art.el (gnus-treat-body-boundary):
4719         * gnus-diary.el (gnus-user-format-function-d):
4720         * gnus-start.el (gnus-get-unread-articles):
4721         * pgg-gpg.el (pgg-gpg-update-agent):
4722         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4723
4724 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4725
4726         * gnus-topic.el (gnus-group-prepare-topics):
4727         * gnus-uu.el (gnus-extract-view):
4728         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4729
4730 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4731
4732         * spam.el: Move BBDB autoloads.
4733         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4734         BBDB 2 and 3.
4735         (spam-check-BBDB): Use it.
4736         (spam-enter-ham-BBDB): Use it.
4737
4738 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4739
4740         * smime.el (smime-draw-buffer): Spelling fix.
4741
4742 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4743
4744         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4745         for scanning exactly one level.
4746         * gnus-start.el (gnus-get-unread-articles): Ditto.
4747
4748 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4751         slightly clearer.
4752
4753 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-sync.el: More commentary about setup.
4756
4757 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * message.el (message-send-and-exit): Document `arg'.
4760
4761 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4762
4763         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4764
4765 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4768
4769         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4770         we don't use `bound-and-true-p'.
4771
4772 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * gnus-util.el (gnus-bound-and-true-p): Remove.
4775         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4776         * nnir.el: Use it.
4777         * nnmairix.el: Use it.
4778
4779 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4780
4781         * gnus-sync.el: Improve docs about CouchDB admins.
4782
4783         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4784         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4785         for reasons unknown.
4786         * nnir.el: Use it.
4787         * nnmairix.el: Use it.
4788
4789         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4790         * nnir.el: Ditto.
4791         * nnmairix.el: Ditto.
4792
4793         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4794
4795 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4796
4797         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4798         not needed.  Provide xmlplistread list function to produce XML plist
4799         output for non-Gnus LeSync clients.
4800
4801 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4804
4805         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4806         and save against it.  Group subscriptions, read marks, other marks,
4807         subscription levels, topic names, and topic offsets (the group's
4808         position within the topic) are saved.  This is an experimental backend
4809         and may change significantly.  Load json.el from the gnus-fallback-lib
4810         if it's not available otherwise.
4811         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4812
4813 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4814
4815         * message.el (message-completion-function): Make sure
4816         message-tab-body-function is not attempted if one of
4817         message-completion-alist fails to find a completion (bug#9158).
4818
4819 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4820
4821         * mml.el (mml-quote-region): Quote <#secure> tag.
4822         (mml-generate-mime-1): Unquote <#secure> tag.
4823
4824 2011-10-20  Chong Yidong  <cyd@gnu.org>
4825
4826         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4827         calling a minor mode from Lisp with nil arg enables it, so we have to
4828         make the wording a bit ambiguous here).
4829
4830 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4833         * nnir.el (nnir-mode): Use it.
4834         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4835         Use it.
4836
4837         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4838         * nnmairix.el (gnus-registry-enabled): Ditto.
4839
4840 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4841
4842         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4843         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4844         only while we need to find out if it should be t or nil.
4845         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4846         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4847         the registry is installed.  Set it to nil when it's unloaded.
4848         (gnus-registry-install-p): Provide user guidance for the initial value
4849         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4850         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4851         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4852         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4853         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4854         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4855         `gnus-registry-install'.
4856
4857 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4858
4859         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4860         previous change.
4861         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4862         primary key is marked as disabled.
4863
4864 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4865
4866         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4867         primary key is marked as disabled.
4868
4869 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4870
4871         * html2text.el (html2text-clean-anchor): Check for quotes around
4872         `href' value.
4873
4874 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4875
4876         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4877         searching.  Drop `bbdb-cache'.
4878
4879 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * message.el (message-signed-or-encrypted-p): Exclude header when
4882         checking if there is signed or encrypted body in text/plain message.
4883
4884 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4885
4886         * html2text.el (html2text-get-attr): Correctly handle attribute values
4887         containing "=".
4888
4889 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4890
4891         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4892         handle bindings.
4893
4894 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * gnus-win.el (gnus-configure-windows): Protect against reading
4897         ephemeral groups outside of Gnus.
4898
4899 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * shr.el (shr-tag-img): Don't get images displayed in tables.
4902
4903 2011-10-03  Glenn Morris  <rgm@gnu.org>
4904
4905         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4906         the "maintainer" version of debbugs.gnu.org reports.
4907
4908 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4911         make asynchronous adjacent image insertion work better.
4912
4913 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4914
4915         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4916         documentation.
4917
4918 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4921         `gnus-asynchronous' isn't shadowed.
4922
4923 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4926
4927         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4928         (nnimap-insert-partial-structure): The charset parameter isn't
4929         case-sensitive.
4930
4931         * nnheader.el (nnheader-message-maybe): New function.
4932
4933         * shr.el (shr-tag-table): Render totally broken tables better.
4934
4935         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4936         computing the boundary.
4937
4938 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * pop3.el (pop3-number-of-responses): Remove.
4941         (pop3-wait-for-messages): Rewrite to take linear time instead of
4942         exponential time.
4943
4944 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4947         re-fetch images.
4948
4949         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4950         re-fetch images when hitting `g' in Gnus.
4951
4952 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4955         (mml-compute-boundary): Don't check collision if it is non-nil.
4956         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4957         before checking collision.
4958
4959 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * message.el (message-indent-citation): Really make sure there's a
4962         newline at the end.
4963
4964         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4965         Fix suggested by John Wiegley.
4966
4967         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4968
4969         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4970
4971         * message.el (message-default-send-rename-function): Break out into its
4972         own function.
4973
4974         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4975         doesn't work under XEmacs.
4976
4977         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4978         of "imaps" to word around Windows problems.
4979         (nnimap-open-connection-1): Use it.
4980
4981         * message.el (message-indent-citation): Revert last change which made
4982         `F' not work.
4983
4984 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4985
4986         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4987         terminal as well.
4988
4989 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4992         because it displays images using overlays that aren't easy to copy to
4993         the article buffer.
4994
4995 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4996
4997         * message.el (message-indent-citation): Fix empty line removal at the
4998         end of the citation.
4999
5000 2011-09-20  Julien Danjou  <julien@danjou.info>
5001
5002         * auth-source.el (auth-source-netrc-create): Use default value for
5003         password if specified.  Evaluate default.
5004         (auth-source-plstore-create): Ditto.
5005         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5006         value evaluation.
5007         (auth-source-netrc-create): Typo fix.
5008         (auth-source-plstore-create): Ditto.
5009
5010         * password-cache.el (password-cache-remove): Remove entries even if the
5011         value is nil, so that password with a nil value (negative caching) is
5012         possible to invalidate.
5013
5014         * auth-source.el (auth-source-format-cache-entry): New function.
5015
5016 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5019
5020 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5023
5024 2011-09-19  Julien Danjou  <julien@danjou.info>
5025
5026         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5027         which work with things that are not ASCII.
5028
5029 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5032
5033 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5036         message level.
5037
5038 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5041
5042 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5045
5046 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5047
5048         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5049         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5050
5051 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5052
5053         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5054         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5055         articles.
5056
5057 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5058
5059         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5060         (message-mail-other-window, message-mail-other-frame)
5061         (message-news-other-window, message-news-other-frame):
5062         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5063         instead of setting buffer display varibles.
5064
5065 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5068
5069         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5070
5071 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5074         duplicates" to a higher level.
5075
5076         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5077         most egregious messages.
5078
5079 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5082
5083 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5084
5085         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5086         up the file (bug#9351).
5087
5088 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5091         it does with all other backends, but decode the names immediately after
5092         getting them.
5093
5094         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5095         decoding nnimap groups.
5096
5097         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5098         newsrc file.  It doesn't seem like an important optimization any more.
5099
5100 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5101
5102         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5103         overflows.
5104
5105 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5108         (gnus-interactive-exit): Extend to `quiet'.
5109
5110         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5111
5112         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5113         string.
5114
5115         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5116         renaming function arguments from `this'.
5117
5118         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5119
5120         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5121         has been renamed.
5122         (gnus-lrm-string-p): Include RLM and PDF, too.
5123
5124         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5125         (bug#9225).
5126
5127 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5128
5129         Add autoload cookies for functions used by sendmail.el.
5130         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5131
5132         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5133
5134 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (article-date-ut): Work properly even when there are
5137         things like Date header in the body; work for forwarded parts.
5138
5139 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5140
5141         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5142         original-article-buffer.
5143
5144 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5145
5146         * nnir.el (nnir-compose-result): Fix matching of server type.
5147         (nnir-run-swish++): Ditto.
5148         (nnir-run-namazu): Ditto.
5149         (nnir-run-notmuch): Ditto.
5150
5151 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5154         (bug#9405).
5155
5156         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5157         (bug#9421).
5158
5159         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5160         (bug#9425).
5161
5162         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5163         thing (bug#9426).
5164
5165 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166
5167         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5168         the error message.
5169
5170 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5171
5172         * message.el (message-setup-1): Return t (Bug#9392).
5173
5174 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5175
5176         * gnus-sum.el: When adding article headers to a summary buffer also
5177         update gnus-newsgroup-articles (bug#9386).
5178
5179 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * auth-source.el: Autoload help-mode.
5182
5183 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5186         names.
5187
5188 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5189
5190         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5191         mm-replace-in-string for compatibility issues.
5192         * mml2015.el (mml2015-epg-verify): Ditto.
5193
5194 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5197
5198         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5199
5200 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5203         continue on and do the clean-up phase (bug#9188).
5204
5205         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5206         just ignore groups that can't be opened instead of erroring out
5207         (bug#9225).
5208
5209         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5210         nil since some many people are fuddy-duddies.
5211
5212         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5213         images.
5214
5215         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5216         instead.
5217
5218         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5219
5220         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5221
5222         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5223         processing.
5224
5225         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5226         buffer to avoid warnings.
5227
5228 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5229
5230         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5231         specified to reduce precision.
5232
5233 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5236         bodystructures (bug#9314).
5237
5238 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5241         Make button keymap non-sticky after buttons.
5242
5243 2011-08-18  David Engster  <dengste@eml.cc>
5244
5245         * nnmairix.el (nnmairix-request-set-mark)
5246         (nnmairix-goto-original-article): Remove adding of article to registry,
5247         since `gnus-registry-add-group' isn't available anymore.
5248         (nnmairix-determine-original-group-from-registry):
5249         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5250         available anymore.
5251
5252 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5253
5254         * starttls.el (starttls-any-program-available): Define as obsolete
5255         function.
5256
5257 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5260         versions which Gnus use when appropriate.
5261
5262         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5263         a pretty destructive command.
5264
5265         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5266
5267 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268
5269         * message.el (message-fix-before-sending): Make a different warning
5270         about NUL characters (bug#9270).
5271
5272         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5273         from custom (bug#9260).
5274
5275         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5276         things work in Emacs 22 and XEmacs, too.
5277
5278         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5279         default From.
5280
5281         * gnus-spec.el (gnus-lrm-string-p): New macro.
5282         (gnus-lrm-string): New constant.
5283         (gnus-summary-line-format-spec): LRM-ify the from.
5284         (gnus-tilde-max-form): LRM-ify string chopping.
5285
5286         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5287
5288         * message.el (message-is-yours-p): Allow disabling canlock checking
5289         (bug#9295).
5290         (message-shoot-gnksa-feet): Add `canlock-verify'.
5291         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5292         message directory isn't writable (bug#9304).
5293
5294         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5295         non-world-readable.
5296
5297 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5300         articles.
5301
5302 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5303
5304         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5305         copy-list.
5306
5307 2011-08-12  Sam Steingold  <sds@gnu.org>
5308
5309         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5310         in the reverse order to avoid modifying the cache with `nreverse'.
5311         (gnus-all-score-files): Do not modify the value returned by
5312         `gnus-score-find-alist' because it lives in a cache variable.
5313         (gnus-current-home-score-file): No need to `nreverse' the return value
5314         of `gnus-score-find-alist', it is already in the correct order.
5315
5316 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5317
5318         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5319         type MESSAGE and subtype RFC822 is slightly different from those of
5320         type TEXT.
5321
5322 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5323
5324         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5325         This allows article-referral to work from an nnir group.
5326
5327 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5328
5329         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5330
5331 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5332
5333         * mml1991.el (mml1991-epg-find-usable-key)
5334         (mml1991-epg-find-usable-secret-key): New function.
5335         (mml1991-epg-sign): Check if signing key is usable.
5336         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5337
5338 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5339
5340         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5341         server-variables only.  This should fix a bug introduced with commit
5342         e1889675b7f4adf057833c5513c9374134c4e053.
5343         (nnir-run-query): 'nnir-search-engine should not be set from the global
5344         environment.
5345
5346 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5347
5348         * nnir.el (nnir-search-thread): Position point on referring article
5349         line.
5350         (nnir-warp-to-article): Clean up summary buffers.
5351
5352         * nnimap.el (nnimap-request-thread): Whitespace fix.
5353
5354 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5355
5356         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5357
5358 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * starttls.el (starttls-available-p): Rename from
5361         `starttls-any-program-available' and changed return convention.
5362
5363 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5364
5365         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5366         `unix-sync' unless it's defined.
5367
5368 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5369
5370         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5371         `aref' for XEmacs compatibiltiy.
5372
5373 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5376
5377 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5378
5379         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5380         closures, quote the form properly (bug#9194).
5381
5382 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5385         (gnus-summary-insert-new-articles): Protect against servers that are
5386         down.
5387
5388 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5389
5390         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5391         in mm handle if none is specified.
5392
5393 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5394
5395         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5396
5397 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5398
5399         * nnir.el (nnir-search-thread): New function to make an nnir group
5400         based on a thread query.
5401
5402         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5403         of nnir in thread referral.
5404         (gnus-summary-refer-thread): Use it.
5405
5406         * nnimap.el (nnimap-request-thread): Use it.
5407
5408 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * shr.el (shr-tag-comment): Ignore HTML comments.
5411
5412 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5413
5414         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5415         argument.
5416         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5417         Use `nnir-address' to handle server info rather than passing an arg.
5418
5419         * nnimap.el (nnimap-make-thread-query): New utility function to format
5420         an imap thread search query.
5421         (nnimap-request-thread): Use it.
5422
5423         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5424         right select-method if we are not going back to the group buffer.
5425
5426 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5429         enter invalid buffer configurations into the quit form (bug#9107).
5430         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5431         unplugged/plugged.
5432
5433         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5434         keep track of which ones are unread (bug#9061).
5435
5436         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5437         (bug#9055).
5438
5439         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5440         (bug#9041).
5441
5442         * gnus-html.el (mm-util): Require (bug#9073).
5443
5444         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5445         (gnus-summary-refer-thread): Use it to remove duplicates in the
5446         un-threaded view (bug#9053).
5447         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5448
5449 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5450
5451         * nnir.el (nnir-read-server-parm): Use default value from global
5452         variable.  Without this the default search engine parameters aren't
5453         used at all.
5454
5455 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5456
5457         * message.el (message-unique-id): Don't use the undocumented return
5458         value from (random t) (bug#9118).
5459
5460 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * message.el (message-auto-save-directory): If the ~/Mail directory
5463         doesn't exist, use ~ as the auto-save directory (bug#4432).
5464
5465         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5466         hasn't already been started.
5467
5468 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5471
5472         * message.el (message-reply): Work around mysterious bug where
5473         `message-mode' seems to overwrite the locally bound `subject' variable.
5474
5475 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5476
5477         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5478         correct group.
5479
5480         * gnus-int.el (gnus-request-thread): Add group argument.
5481
5482         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5483
5484 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5487
5488         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5489         renamed to `debbugs-gnu-*'.
5490
5491 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5492
5493         * plstore.el: Revert the editing feature since it is not urgent.
5494         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5495         (plstore-mode-decoded): Remove.
5496
5497 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5500         isn't very interesting any more, and it leaks potentially secret data.
5501         (gnus-debug): Remove.
5502
5503         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5504         use of :custom-show.
5505
5506 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5507
5508         * plstore.el: Add documentation.
5509         (plstore-mode): New mode to edit plstore file.
5510         (plstore-mode-toggle-display, plstore-mode-original)
5511         (plstore-mode-decoded): New command.
5512         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5513         (plstore--insert-buffer, plstore--make): New function.
5514         (plstore-open, plstore-save): Simplify by using them.
5515
5516 2011-07-06  Glenn Morris  <rgm@gnu.org>
5517
5518         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5519
5520 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5523         no longer is much used.
5524         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5525         Articles".
5526
5527 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5528
5529         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5530         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5531         `notmuch' backend.
5532
5533 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * mm-decode.el (mm-text-html-renderer): Doc fix.
5536
5537         * gnus-msg.el (gnus-bug): Fix the MML tag.
5538
5539         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5540
5541 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5542
5543         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5544         secondary methods if started with `gnus-no-server'.
5545
5546 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5547
5548         * message.el (message-return-action): Fix typo in docstring.
5549
5550 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5553         bug reports at once.
5554
5555         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5556
5557 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * nndraft.el: Require gnus-group.
5560         (nndraft-request-list): Declare.
5561
5562         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5563         no unread article unless it matches gnus-permanently-visible-groups.
5564
5565         * nndraft.el (nndraft-update-unread-articles): New function.
5566         (nndraft-request-associate-buffer): Use it to update the number of
5567         unread articles for the nndraft groups in the group buffer when saving
5568         or killing a draft message.
5569
5570 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5573         systems to binary before writing and reading the mbox files.
5574
5575         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5576         instead of trying to list them all (bug#8978).
5577
5578 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5579
5580         * pop3.el (pop3-open-server): Use :end-of-capability.
5581
5582 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5585         the id is always a number.
5586
5587         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5588
5589         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5590         debbugs mode, if possible.
5591
5592 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5593
5594         * auth-source.el (auth-source-token-passphrase-callback-function):
5595         Reindent.
5596         (epg-context-operation): Remove unnecessary autoload.
5597
5598 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * gnus.el (gnus-list-debbugs): New command.
5601
5602         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5603         mboxstat instead of the maintbox, since the stat seems to be fuller.
5604
5605         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5606         summary buffers.
5607
5608         * message.el (message-get-reply-headers): Delete all duplicates,
5609         instead of the first.
5610         (message-get-reply-headers): Ensure that we have progress while
5611         deleting duplicates.
5612
5613         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5614         gnus-posting-style value from the summary buffer to make it easier to
5615         make that a per-buffer conf.
5616
5617 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5618
5619         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5620         found by setting `shortcut' in 'query.
5621         (nnir-request-article): Use `shortcut' setting when requesting article
5622         by Message-ID.
5623
5624 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5627         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5628         Bring the pseudo-headers back too.
5629
5630 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5631
5632         * auth-source.el (auth-source-token-passphrase-callback-function):
5633         Simplify and remove EPA dependency.
5634
5635 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5636
5637         * nnir.el (nnir-request-article): Fix error message text.
5638
5639 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5640
5641         * auth-source.el (plstore-delete): Autoload.
5642         (auth-source-plstore-search): Support delete operation.
5643         * plstore.el (plstore-delete): New function.
5644
5645 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5648         mark actually existing articles as unread rather than the ones that
5649         active asserts.
5650
5651 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5652
5653         * nntp.el (nntp-record-command):
5654         * gnus-util.el (gnus-message-with-timestamp-1):
5655         Use format-time-string rather than decoding time stamps by hand.
5656         This is simpler and insulates the code from potential changes to
5657         current-time format.
5658
5659 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5662
5663 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5664
5665         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5666         (plstore-save): Support public key encryption.
5667         (plstore--init-from-buffer): New function.
5668         (plstore-open): Use it; fix error when opening a non-existent file.
5669         (plstore-revert): Use plstore--init-from-buffer.
5670
5671 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5672
5673         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5674
5675 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5678         for old Emacsen.
5679
5680 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5681
5682         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5683         is not fully working.
5684
5685 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * dgnushack.el: Autoload sha1 on XEmacs.
5688
5689         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5690         quit window configuration.
5691
5692         * auth-source.el (epg-context-set-passphrase-callback):
5693         Remove duplicate autoload.
5694
5695 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5696
5697         * nnir.el (nnir-request-article): Allow requesting articles by
5698         Message-ID with nnimap.
5699
5700         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5701         current server.
5702
5703 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * auth-source.el: Autoload EPA/EPG functions.
5706         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5707         changed when EPA/EPG is not available.
5708         (auth-source-backend): Rename "arg" member to "data".
5709         (auth-source-backend-parse, auth-source-plstore-search)
5710         (auth-source-plstore-create): Use it.
5711
5712 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5713
5714         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5715         `gnus-refer-article-methods'.
5716
5717 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * auth-source.el: Require EPA and EPG.
5720         (auth-source-passphrase-alist): New variable.
5721         (auth-source-passphrase-callback-function)
5722         (auth-source-token-passphrase-callback-function): Callbacks for the
5723         netrc field encryption (GPG tokens).
5724         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5725         Symmetric encryption and decryption of the netrc GPG tokens.
5726         (auth-source-netrc-normalize): Use them, simplifying the closure.
5727
5728 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5731         is available.
5732
5733 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5736         non-nil, and `nnimap-split-methods' is nil, use the former.
5737
5738 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5739
5740         * plstore.el (plstore-revert): New function.
5741         (plstore-open): Use it; hide the buffer from user.
5742
5743 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5744
5745         * auth-source.el (auth-source-backend): New member "arg".
5746         (auth-source-backend-parse): Handle new backend 'plstore.
5747         * plstore.el: New file.
5748
5749 2011-06-30  Glenn Morris  <rgm@gnu.org>
5750
5751         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5752
5753 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5756         expiring articles to.
5757
5758         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5759         variations as ASCII (bug#5458).
5760
5761 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5764
5765 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * message.el (message-point-in-header-p): Tweak the function to default
5768         to saying that we're not in the headers if there is no separator at
5769         all.  This makes it possible to use the Message version of `M-q' in
5770         buffers with no headers (bug#7987).
5771         (message-point-in-header-p): Fix last checkin to work with an empty
5772         mail-header-separator, too.
5773
5774         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5775         again, save the choice via customize.
5776
5777 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5778
5779         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5780
5781         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5782         ended the connection, bail out before waiting infinitely on a new
5783         connection.
5784
5785 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5788         reports.
5789
5790         * gnus.el (gnus-bug-package): Use "gnus."
5791         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5792
5793 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * dgnushack.el: Make the timer warning go away on XEmacs.
5796
5797         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5798         animations going on at article exit time.
5799
5800         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5801         since removing it breaks people upgrading.
5802
5803         * shr.el (shr-put-image): Use the new interface for animating images.
5804         (shr-put-image): Animate for 60 seconds.
5805
5806         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5807         avoid compiler warnings.
5808
5809         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5810         error with `find-file-hooks' on Emacs 22.
5811         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5812         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5813         on all architectures.
5814
5815         * spam.el (spam-stat): Require in a normal fashion without binding
5816         `spam-stat-install-hooks' to avoid compilation warnings.
5817
5818         * spam-stat.el (spam-stat-install-hooks): Remove.
5819         (spam-stat-install-hooks): Don't run automatically.
5820
5821 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5822
5823         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5824         and keystroke.
5825
5826 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * auth-source.el (auth-source-netrc-cache): Move forward.
5829
5830 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * proto-stream.el (proto-stream-open-starttls): Use
5833         `gnutls-available-p' to see whether we have built-in support.
5834
5835         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5836         we already know.
5837         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5838         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5839
5840 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5843         %S format, since that looks odd.
5844         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5845         file, especially when saving.
5846
5847 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5848
5849         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5850         article found.
5851
5852 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5855         `auth-source-save-secrets' with a more sensitive alist that can be
5856         configured per file.  Experimental, so defaults to 'never.
5857         (auth-source-netrc-create): Use it.  Still experimental code.
5858         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5859         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5860
5861 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * auth-source.el (auth-source-save-secrets): New variable to control if
5864         secret tokens should be saved encrypted.
5865         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5866         to `auth-source-netrc-normalize'.
5867         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5868         on the EPA variables being defined.
5869         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5870         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5871         the lexical-let closure.
5872         (auth-source-netrc-create): Create "gpg:" tokens according to
5873         `auth-source-save-secrets'.
5874
5875 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-group.el (gnus-group-update-group): Add new argument
5878         `info-unchanged' that stops updating dribble buffer.
5879
5880         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5881         deletes lines matching to it in dribble buffer.
5882
5883         * gnus-agent.el (gnus-agent-fetch-group-1):
5884         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5885         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5886         * gnus-start.el (gnus-group-change-level):
5887         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5888
5889         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5890         if newsgroup info is not changed.
5891
5892         * gnus-group.el (gnus-group-get-new-news-this-group):
5893         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5894         Don't update dribble buffer.
5895
5896 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5899         remove entries with groups we ignore.
5900
5901 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5904         the underline comes at the bottom.
5905
5906 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5907
5908         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5909         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5910         (gnus-registry-article-marks-to-names): Rename from
5911         `gnus-registry-user-format-function-M2'.
5912
5913 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5916         ephemeral group.
5917
5918 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * shr.el (shr-browse-image): Copy the URL if called interactively.
5921
5922 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5925         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5926         done, then unselected articles may be marked as read.
5927
5928         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5929         since not doing this seems to lead to a race condition in pop3-logon.
5930
5931         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5932         so that the call chain it correct when we call "upwards".
5933
5934         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5935         in read-only groups.
5936
5937         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5938
5939         * message.el (message-cite-reply-position): Doc string fix.
5940
5941         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5942         avoid regexp overflow.
5943         (nnimap-transform-split-mail): Ditto.
5944
5945         * pop3.el (pop3-retr): Error out if the server closes the connection.
5946
5947 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5948
5949         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5950         mm-with-unibyte-current-buffer.  The buffer should not contain any
5951         multibyte chars anyway at this stage.
5952
5953 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5956         at the end of lines.
5957
5958 2011-05-29  Julien Danjou  <julien@danjou.info>
5959
5960         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5961
5962 2011-05-27  Glenn Morris  <rgm@gnu.org>
5963
5964         * gnus-group.el (gnus-bug-group-download-format-alist):
5965         Use the "maintainer" version of debian reports as well.
5966
5967 2011-05-26  Glenn Morris  <rgm@gnu.org>
5968
5969         * gnus-group.el (gnus-bug-group-download-format-alist):
5970         Use the "maintainer" version of debbugs.gnu.org reports.
5971
5972 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5975
5976 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5977
5978         * gnus-cus.el (gnus-agent-customize-category):
5979         * gnus-delay.el (gnus-delay-send-queue):
5980         * gnus.el (gnus-other-frame):
5981         Don't quote lambda expressions with `quote'.
5982
5983 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5986         the thread moves us backwards and so we loop forever.
5987
5988 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5991         whitespace in base64 data lines.
5992
5993 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5994
5995         * gnus-registry.el (gnus-registry-user-format-function-M):
5996         Use `mapconcat'.
5997         (gnus-registry-user-format-function-M2): Use to see the full text of
5998         the marks.  Make "," the mark text separator.
5999
6000         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6001         authentication with auth-source.
6002
6003 2011-05-17  Glenn Morris  <rgm@gnu.org>
6004
6005         * gnus-group.el (gnus-import-other-newsrc-file):
6006         Use insert-file-contents.
6007
6008 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6011         1000 iterations.
6012
6013 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * nntp.el (nntp-open-connection): Check if process-type is available.
6016
6017 2011-05-16  Julien Danjou  <julien@danjou.info>
6018
6019         * shr.el (shr-tag-del): Add support for del tag.
6020
6021 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-html.el (gnus-html-put-image): Register a displayer.
6024
6025         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6026
6027 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * registry.el (prune-factor): New initialization parameter defaulting
6030         to 0.1.
6031         (registry-prune-hard): Use it.
6032
6033         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6034         0.1 expicitly.
6035
6036 2011-05-13  Glenn Morris  <rgm@gnu.org>
6037
6038         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6039         is bound, since this function requires sendmail.
6040
6041 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * registry.el (registry-usage-test): Disable pruning test.
6044
6045 2011-05-11  David Engster  <dengste@eml.cc>
6046
6047         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6048         Bind set-network-process-option for XEmacs.
6049
6050 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * registry.el (registry-prune-hard-candidates)
6053         (registry-prune-soft-candidates): Helper methods for registry pruning.
6054         (registry-prune): Use them.  Make the sort function optional.
6055
6056 2011-05-10  Jim Meyering  <meyering@redhat.com>
6057
6058         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6059
6060 2011-05-10  Julien Danjou  <julien@danjou.info>
6061
6062         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6063         symbol and not a list.
6064
6065 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-art.el (gnus-article-mode): Move binding of
6068         shr-put-image-function here from gnus-article-prepare-display.
6069
6070         * shr.el (shr-put-image-function): New variable.
6071         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6072         (shr-put-image): Return scaled image.
6073
6074         * gnus-art.el (gnus-shr-put-image): New function.
6075         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6076
6077         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6078         original ones, as deletable.
6079
6080 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6081
6082         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6083
6084 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * registry.el (registry-full): Add convenience method.  Fix logic.
6087         (registry-insert): Use it.  Fix logic here too.
6088
6089         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6090         `registry-prune' if `registry-full' returns t.
6091         (gnus-registry-handle-action)
6092         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6093         (gnus-registry-usage-test): Use it.
6094
6095 2011-05-07  Julien Danjou  <julien@danjou.info>
6096
6097         * shr.el (shr-link): Make shr-link inherit from link by default.
6098
6099 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6102
6103 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6104
6105         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6106         error out because the face is not a list.
6107
6108 2011-05-05  Glenn Morris  <rgm@gnu.org>
6109
6110         * proto-stream.el (gnutls-negotiate): Fix declarations.
6111
6112         * gnus-start.el (gnus-propagate-marks): Declare.
6113
6114 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * registry.el (registry-reindex): Fix percentage message.
6117
6118         * proto-stream.el (network-stream-open-starttls): Adjust to call
6119         `gnutls-negotiate' with :process and :hostname arguments.
6120
6121 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6122
6123         * shr.el: Add shr-link face for links.
6124         (shr-urlify): Use it.
6125
6126         * registry.el (registry-insert): Make error message more helpful.
6127
6128 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-html.el (gnus-html-schedule-image-fetching):
6131         Use url-queue-retrieve, if it exists.
6132
6133         * shr.el (shr-tag-img): Ditto.
6134
6135         * gnus.el: Autoload more gnus-agent functions.
6136
6137         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6138         agent if we haven't already (bug#8502).
6139
6140         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6141         into the Agent, too.
6142
6143         * gnus-agent.el (gnus-agent-store-article): New function.
6144
6145         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6146         and moved from that file for reuse.
6147
6148         * pop3.el (pop3-open-server): Error messages are "-ERR".
6149
6150 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6153         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6154
6155 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6156
6157         * gnus.el: No Gnus v0.17 is released.
6158
6159 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6160
6161         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6162         buffer has moved to a different frame.
6163
6164 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6167         to get the conversion from unibyte to multibyte buffers to work on
6168         Emacs 22.
6169
6170         * nntp.el (nntp-request-article): Slight clean-up.
6171
6172 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * shr.el (shr-strike-through): New face.
6175         (shr-tag-s): Use it to provide <s> support.
6176         (shr-tag-s): Remove duplicate definition.
6177
6178 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6179
6180         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6181         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6182
6183 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6186         `gnutls-negotiate'.
6187         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6188
6189 2011-04-23  Glenn Morris  <rgm@gnu.org>
6190
6191         * gnus-sum.el (gnus-extra-headers): Bump :version.
6192
6193 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * shr.el (shr-tag-sup): New function.
6196         (shr-tag-sub): Ditto.
6197
6198 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6201         for the case where `gnus-registry-ignored-groups' is a list of lists,
6202         and don't call `gnus-parameter-registry-ignore' otherwise.
6203
6204 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6205
6206         * nnimap.el (nnimap-user): New backend variable.
6207         (nnimap-open-connection-1): Use it.
6208         (nnimap-credentials): Accept user parameter so it's explicit what user
6209         name is desired.
6210
6211         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6212         default.
6213
6214         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6215         not gnus-registry.el.
6216
6217         * gnus-registry.el: Mention in comments how to modify
6218         `gnus-extra-headers' for proper recipient tracking and that it may
6219         already have To and Cc recently, which it does as of this commit.
6220         (gnus-registry-ignored-groups): Remove defcustom.
6221         Explain why in comments.
6222         (gnus-registry-action): Fix data-header reference to use the extra
6223         headers.  Explain in package commentary how to add To and Cc headers to
6224         the gnus-extra-headers.
6225         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6226         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6227         parameter list or a string list in `gnus-registry-ignored-groups'.
6228         Fix logic error.
6229
6230 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * shr.el (shr-expand-url): Protect against null urls.
6233
6234 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * shr.el (shr-base): New binding.
6237         (shr-tag-base): Keep track of <base>.
6238         (shr-expand-url): New function used throughout.
6239
6240 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * gnus-registry.el
6243         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6244         (gnus-registry-ignored-groups): New variable.
6245         (gnus-registry-ignore-group-p): Use it.
6246         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6247         set the destination group to nil (same as delete) if it's ignored.
6248
6249 2011-04-20  David Engster  <dengste@eml.cc>
6250
6251         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6252
6253         * Makefile.in (test-nntp): New rule.
6254         (check): Add it.
6255         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6256
6257 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-registry.el (gnus-registry-action)
6260         (gnus-registry-fetch-header-fast):
6261         Don't use mail-header that looks an internal function of mailheader.el.
6262
6263 2011-04-19  Glenn Morris  <rgm@gnu.org>
6264
6265         * time-date.el (time-to-days): Remove unused local variables.
6266
6267 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-registry.el: Eliminate cl functions.
6270         (gnus-registry-sort-addresses): New function that replaces mapcan.
6271         (gnus-registry-action, gnus-registry-spool-action)
6272         (gnus-registry-split-fancy-with-parent)
6273         (gnus-registry-fetch-recipients-fast): Use it.
6274         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6275
6276         * registry.el (initialize-instance, registry-lookup)
6277         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6278         (registry-lookup-secondary-value, registry-search, registry-delete)
6279         (registry-insert, registry-reindex, registry-size, registry-prune):
6280         Use eval-and-compile.
6281
6282 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6283
6284         * registry.el (registry-reindex): New method to recreate the secondary
6285         registry indices.
6286
6287         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6288         tracked field changes.
6289         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6290         (gnus-registry-action, gnus-registry-spool-action)
6291         (gnus-registry-handle-action)
6292         (gnus-registry--split-fancy-with-parent-internal)
6293         (gnus-registry-split-fancy-with-parent)
6294         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6295         move, and delete actions, and for fancy splitting with parent.
6296         (gnus-registry-extract-addresses)
6297         (gnus-registry-fetch-recipients-fast)
6298         (gnus-registry-fetch-header-fast): Convenience functions.
6299         (gnus-registry-misc-test): ERT test of
6300         `gnus-registry-extract-addresses'.
6301
6302 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6305         Track by subject first, then sender.
6306
6307 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6308
6309         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6310
6311         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6312         Lisp.
6313
6314         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6315         (gnus-draft-send): Use it to avoid popping
6316         up frames from gnus-group-send-queue.
6317
6318 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * gnus-registry.el: Updated gnus-registry docs.
6321
6322 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6325         Fix logic bug.
6326         (gnus-registry-post-process-groups): Fix logging of no results and
6327         quote sender and subject.
6328
6329 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330
6331         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6332         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6333         gnutls-cli are too slow to be done opportunistically.
6334
6335         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6336         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6337         we had no early-data returned.
6338         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6339         two async commands to the same server at the same time.
6340
6341 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6342
6343         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6344
6345 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6348         "warning" level.
6349
6350         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6351         (mm-url-insert-file-contents): Don't set the package names.
6352
6353 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * gnus-registry.el (gnus-registry-action): Remove properties and
6356         simplify subject in `gnus-registry-handle-action'.
6357         (gnus-registry-spool-action): Get subject and sender from message if
6358         they are not passed in.
6359         (gnus-registry-handle-action): Remove properties and simplify subject
6360         consistently.
6361
6362 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6363
6364         * registry.el: Require CL before using defmacro*.
6365
6366 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-art.el (article-treat-date): Assume that
6369         gnus-article-date-headers may be a group parameter.
6370
6371 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6374
6375         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6376         interactively so the newsrc file can contain foreign groups too.
6377         Useful for debugging but not much for users.
6378
6379 2011-04-07  David Engster  <dengste@eml.cc>
6380
6381         * registry.el (registry-usage-test): Only do
6382         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6383         lexical binding.
6384
6385 2011-04-07  David Engster  <dengste@eml.cc>
6386
6387         * Makefile.in (check, test-registry): New rules for test-suite.
6388
6389 2011-04-06  David Engster  <dengste@eml.cc>
6390
6391         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6392         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6393
6394 2011-04-06  David Engster  <dengste@eml.cc>
6395
6396         * registry.el (initialize-instance): Change :after to :AFTER to be
6397         compatible with old EIEIO version in XEmacs.
6398
6399 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * gnus-registry.el (gnus-registry-post-process-groups)
6402         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6403         and provide better messaging.
6404
6405 2011-04-06  David Engster  <dengste@eml.cc>
6406
6407         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6408         errors.
6409
6410         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6411         dgnushack-compile with error-on-warn enabled, and to signal an error if
6412         clean compilation failed.
6413         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6414         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6415
6416 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6419         unconditionally anyway, discarding errors.
6420         (gnus-registry-delete-entries): New convenience function.
6421         (gnus-registry-import-eld): Import from old .eld registry.
6422
6423         * registry.el: Don't use ERT if it's not available.  Load it
6424         unconditionally anyway, discarding errors.
6425
6426         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6427         version from the Claudio Bley GnuTLS patch (extra optional parameters
6428         and host name).
6429
6430 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6431
6432         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6433         fixup the parameters that can be customized by the user between
6434         save/read cycles.
6435         (gnus-registry-read): Use it.
6436         (gnus-registry-make-db): Use it.
6437         (gnus-registry-spool-action, gnus-registry-handle-action):
6438         Fix messaging.
6439         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6440         Map references to actual group names with sender and subject tracking.
6441         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6442         (gnus-registry-usage-test): Add subject lookup test.
6443
6444         * registry.el (registry-db, initialize-instance): Set up constructor
6445         instead of :initform arguments for the sake of older Emacsen.
6446         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6447         pre-lexbind merge bug.
6448         (registry-usage-test): Use it.
6449         (initialize-instance, registry-db): Move the non-function initforms
6450         back to the class definition.
6451
6452 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * registry.el: New library to manage gnus-registry-style data.
6455
6456         * gnus-registry.el: Use it (major rewrite).
6457
6458         * nnregistry.el: Use it.
6459
6460         * spam.el: Use it.
6461
6462 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6465         marks on non-selected articles.
6466
6467 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6468
6469         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6470         parameter to open-protocol-stream.
6471
6472 2011-04-01  Julien Danjou  <julien@danjou.info>
6473
6474         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6475         fundamental-mode.
6476
6477 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6480         servers.
6481
6482 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6485         made marks not propagate, again.
6486
6487 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6488
6489         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6490         Make this the default type.
6491         (proto-stream-open-plain): Rename from proto-stream-open-default.
6492         (open-protocol-stream, proto-stream-open-starttls)
6493         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6494         with `plain'.
6495
6496         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6497         value.
6498
6499         * nntp.el (nntp-open-connection-function): Document the fact that some
6500         values are not functions but are instead handled specially.
6501         Recognize nntp-open-plain-stream value.
6502         (nntp-open-connection): Recognize that value.
6503
6504 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6507         where it seems to be needed.
6508
6509 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510
6511         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6512         stuff.
6513
6514         * gnus-score.el (gnus-score-string): Fix calling convention of
6515         `gnus-simplify-buffer-fuzzy' after last patches.
6516
6517         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6518         server for articles we didn't get any headers for.  This is a sanity
6519         check.
6520
6521 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6522
6523         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6524         new CAPABILITY, use it.
6525
6526 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6529         downloading anything.
6530
6531         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6532
6533 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6534
6535         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6536         colors.
6537         (gnus-splash-svg-color-symbols): New function.
6538
6539 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540
6541         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6542         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6543         (gnus-simplify-subject-fuzzy): Use the local
6544         gnus-simplify-subject-fuzzy-regex instead of the global one.
6545         This makes using this variable in group parameters work.
6546
6547 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6548
6549         * gnus-registry.el (gnus-registry-unfollowed-groups):
6550         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6551         archive:sent-YYYY-MM-DD groups).
6552         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6553         tracking if there are more than `gnus-registry-max-track-groups'
6554         matches.
6555
6556 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6557
6558         * message.el (message--yank-original-internal): New function to do the
6559         insertion cleanly inside eval in `message-yank-original'.
6560         (message-yank-original): Use it.
6561
6562 2011-03-29  Julien Danjou  <julien@danjou.info>
6563
6564         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6565         local variables disabled rather than `normal-mode'.
6566
6567 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6568
6569         * imap.el (imap-shell-open, imap-process-connection-type):
6570         Use imap-process-connection-type for 'shell' streams as well as
6571         Kerberos, SSL, other subprocesses.
6572
6573 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6574
6575         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6576         with open-network-stream.
6577         (proto-stream-always-use-starttls): Option removed.
6578         (open-protocol-stream): Return a process object by default.  Provide a
6579         new parameter :return-list specifying a list-type return value, which
6580         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6581         :type `network' to `try-starttls', and `network-only' to `default'.
6582         Make `default' the default, for compatibility with open-network-stream.
6583         Handle the no-parameter case exactly as open-network-stream, with no
6584         additional stream processing.  Search plists using plist-get.
6585         Explicitly add :end-of-commend parameter if it is missing.
6586         (proto-stream-open-default): Rename from
6587         proto-stream-open-network-only.  Return 'default as the type.
6588         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6589         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6590         failed.  Always return a list with a (possibly dead) process as the
6591         first element, for compatibility with open-network-stream.
6592         (proto-stream-open-tls): Use plist-get.  Always return a list.
6593         (proto-stream-open-shell): Return `default' as connection type.
6594         (proto-stream-capability-open): Use plist-get.
6595         (proto-stream-eoc): Function deleted.
6596
6597         * nnimap.el (nnimap-stream, nnimap-open-connection)
6598         (nnimap-open-connection-1): Handle renaming of :type parameter for
6599         open-protocol-stream.
6600         (nnimap-open-connection-1): Pass a :return-list parameter
6601         open-protocol-stream to obtain a list return value.  Parse this list
6602         using plist-get.
6603
6604         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6605         for open-protocol-stream.  Accept open-protocol-stream return value
6606         that is a subprocess object instead of a list.  Handle the case of a
6607         dead returned process.
6608
6609 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6612
6613         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6614
6615 2011-03-21  Julien Danjou  <julien@danjou.info>
6616
6617         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6618         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6619         query.
6620         (mm-inline-text): Render normal text with fontification whenever
6621         possible.
6622
6623         * gnus-sum.el (gnus-summary-save-parts-1):
6624         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6625         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6626         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6627         Use `mm-handle-filename'.
6628
6629         * mm-util.el (mm-handle-filename): New function, return the filename of
6630         an handle.
6631
6632 2011-03-18  Julien Danjou  <julien@danjou.info>
6633
6634         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6635         (gnus-buffer-live-p): Check that buffer is not nil.
6636
6637 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6638
6639         * gnus.el: No Gnus v0.15 is released.
6640
6641 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642
6643         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6644         avoid warning on XEmacs.
6645
6646         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6647         on XEmacs.
6648
6649         * gnus-art.el: Require mouse, which the build bot seems to say is
6650         needed.
6651
6652         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6653
6654         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6655         XEmacs, since it doesn't have url-retrieve-synchronously.
6656
6657         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6658         since assoc-string doesn't exist in XEmacs.
6659
6660 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6661
6662         * gnus-group.el (gnus-group-list-ticked): New function.
6663         (gnus-group-make-menu-bar): Provide a menu entry for it.
6664         (gnus-group-list-map): Provide a binding for it.
6665
6666 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * shr.el (shr-visit-file): New command.
6669
6670         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6671
6672 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6673
6674         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6675         servers.
6676
6677 2011-03-16  Julien Danjou  <julien@danjou.info>
6678
6679         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6680         inline.
6681
6682         * gnus-art.el (article-hide-list-identifiers):
6683         Use gnus-group-get-list-identifiers.
6684
6685         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6686         (gnus-summary-remove-list-identifiers):
6687         Use gnus-group-get-list-identifiers to get regexp.
6688         (gnus-select-newsgroup, gnus-summary-insert-subject)
6689         (gnus-summary-insert-articles):
6690         Call gnus-summary-remove-list-identifiers unconditionally.
6691
6692 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6695         we're selecting a group with unread articles.
6696
6697         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6698
6699         * gssapi.el: New file separated out from imap.el to provide a general
6700         Kerberos 5 connection facility for Emacs.
6701
6702         * message.el (message-elide-ellipsis): Document the format spec
6703         ellipsis.
6704
6705 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * message.el (message-elide-region): Allow the ellipsis to say how many
6708         lines were removed.
6709
6710 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711
6712         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6713         window configurations containing buffers that are now dead.
6714
6715         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6716         parsing to avoid integer overflows.
6717         (nnimap-parse-flags): Simplify the last change.
6718         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6719         too large for 32-bit Emacsen.
6720
6721 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6722
6723         * auth-source.el (auth-source-netrc-create):
6724         * message.el (message-yank-original): Fix use of `case'.
6725
6726 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6727
6728         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6729         XEmacs, which was one character too wide.
6730
6731 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6732
6733         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6734         default number of articles to display.
6735         (gnus-articles-to-read): Use pretty names for prompt.
6736
6737 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * gnus-int.el (gnus-open-server): Ditto.
6740
6741         * gnus-start.el (gnus-activate-group): Give a backtrace if
6742         debug-on-quit is set and the user hits `C-g'.
6743         (gnus-read-active-file): Ditto.
6744
6745         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6746
6747 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * message.el (message-yank-original): Use cond instead of CL case.
6750
6751 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6752
6753         * auth-source.el (auth-source-netrc-create): Use usual format for the
6754         default in prompts.
6755
6756 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * lpath.el: Fbind read-char-choice for XEmacs.
6759
6760 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * auth-source.el (auth-source-netrc-create): Show the default in the
6763         prompt when prompting for token creation.
6764
6765 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * auth-source.el (auth-source-format-prompt): Always convert the value
6768         to a string to avoid evaluating non-string arguments.
6769         (auth-source-netrc-create): Offer default properly, not as initial
6770         content in `read-string'.
6771         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6772         of line to determine if we've been run before.  If so, don't run again,
6773         but print a trivial message to indicate the cache was hit instead.
6774
6775 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6778         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6779         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6780         Gnus.
6781
6782 2011-03-11  Julien Danjou  <julien@danjou.info>
6783
6784         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6785         modified file".
6786
6787 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * auth-source.el (auth-source-read-char-choice): New function to read a
6790         character choice using `dropdown-list', `read-char-choice', or
6791         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6792         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6793         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6794         (auth-source-netrc-saver): Use it.
6795         (auth-source-pick-first-password): New convenience function.
6796
6797 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6800         parameter in the credentials.
6801         (nnimap-open-connection-1): Use it after a successful login.
6802         (nnimap-credentials): Add IMAP-specific user and password prompt.
6803
6804         * auth-source.el (auth-source-search): Add :require parameter, taking a
6805         list.  Document it and the :save-function return token.  Pass :require
6806         down.  Change the CREATED message from a warning to a debug statement.
6807         (auth-source-search-backends): Pass :require down.
6808         (auth-source-netrc-search): Pass :require down.
6809         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6810         Change save prompt to indicate all modifications saved here are
6811         deletions.
6812         (auth-source-netrc-create): Take user login name as default in user
6813         prompt.  Move all the save functionality to a lexically bound function
6814         under the :save-function token in the returned list.  Set up clearer
6815         default prompts for user, host, port, and secret.
6816         (auth-source-netrc-saver): New function, intended to be wrapped for
6817         :save-function.
6818
6819 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6822         lines to be spaces instead.
6823
6824 2011-03-07  Julien Danjou  <julien@danjou.info>
6825
6826         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6827         (sieve-sasl-auth): Check that auth-source-search did return something,
6828         or just return an empty string.
6829
6830 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6831
6832         * gnus.el (gnus-interactive): Use read-directory-name.
6833
6834         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6835         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6836         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6837         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6838         Likewise.
6839
6840         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6841
6842 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6845         onto the list of killed groups, too.  This makes killed nnimap groups,
6846         for instance, more reliably not reappear.
6847
6848         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6849         the parent.
6850
6851         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6852
6853         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6854         really have server-side marks.
6855
6856         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6857         since most backends do not usefully have server-side marks.
6858         (gnus-update-read-articles): Propagate marks to all backends that
6859         really have server-side marks.
6860
6861 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6862
6863         * message.el (message-cite-reply-position, message-cite-style):
6864         New variables.
6865         (message-yank-original): Use the new citation styles.
6866
6867 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6868
6869         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6870         buffer-local issue); don't mark it buffer-local when running under
6871         XEmacs.
6872
6873 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6874
6875         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6876         numbers too big to be `read'.
6877
6878 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * password-cache.el (password-in-cache-p): Add autoload.
6881
6882         * message.el (message-options): Make buffer-local two ways to attempt
6883         to fix a XEmacs bug.
6884
6885 2011-03-02  Julien Danjou  <julien@danjou.info>
6886
6887         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6888
6889 2011-03-01  Julien Danjou  <julien@danjou.info>
6890
6891         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6892         group.
6893         (article-hide-list-identifiers): Use list-identifier group parameter.
6894
6895 2011-02-28  Julien Danjou  <julien@danjou.info>
6896
6897         * sieve.el (sieve-buffer-script-name): New local variable to store
6898         sieve script name.
6899         (sieve-edit-script): Store sieve script name.
6900         (sieve-upload): Use sieve script name when uploading.
6901         (sieve-upload): Use substitute-command-keys.
6902         (sieve-edit-script): Use substitute-command-keys.
6903         (sieve-refresh-scriptlist): Use substitute-command-keys.
6904         (sieve-manage-mode-map): Define keymap properly.
6905         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6906         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6907         Remove commented code about cvs.
6908         (sieve-manage-quit): New function.
6909         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6910
6911 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6914
6915 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * auth-source.el (auth-source-search): Cache empty result sets.
6918
6919         * password-cache.el (password-in-cache-p): Convenience function to
6920         check if a key is in the cache, even if the value is nil.
6921
6922         * auth-source.el (auth-source-save-behavior): New variable to replace
6923         `auth-source-never-create'.
6924         (auth-source-netrc-create): Use it.
6925         (auth-source-never-save): Remove.
6926
6927 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6928
6929         * nnimap.el (nnimap-stream): Doc fix.
6930         (nnimap-open-connection-1): Reverse the order of the ports to that the
6931         prompted-for port is first.
6932
6933         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6934         retrieval by the no-group selection.
6935
6936         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6937         numerical parameters.
6938
6939 2011-02-25  Julien Danjou  <julien@danjou.info>
6940
6941         * gnus-gravatar.el: Use gnus-with-article-buffer.
6942
6943         * gnus-art.el (gnus-with-article-buffer): Check that the
6944         gnus-article-buffer is alive.
6945
6946 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * auth-source.el (auth-source-creation-prompts): New variable to manage
6949         creation-time prompts.
6950         (auth-source-search): Document it.
6951         (auth-source-format-prompt): Add utility function.
6952         (auth-source-netrc-create): Don't default the user name to
6953         user-login-name.  Use `auth-source-creation-prompts' and some default
6954         prompts for user, host, port, and password (the default generic prompt
6955         remains ugly).
6956         (auth-source-never-save): Add customizable option to never save info.
6957         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6958         mode excursion.
6959
6960 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6963         argument that XEmacs doesn't support.
6964
6965         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6966         compiled for Emacsen having no `libxml-parse-html-region' support.
6967
6968         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6969
6970         * lpath.el: Bind buffer-save-without-query for XEmacs.
6971
6972 2011-02-23  Julien Danjou  <julien@danjou.info>
6973
6974         * gnus-art.el (article-make-date-line): Ignore errors if time is
6975         invalid and not convertible.
6976         (article-make-date-line): Only add lapsed time if time is not nil.
6977
6978 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6979
6980         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6981         `read-char-choice' for backwards compatibility.
6982         (auth-source-netrc-element-or-first): New function to DTRT for
6983         parameter extraction.
6984         (auth-source-netrc-create): Use it and fix multiple parameter print
6985         bug.  Use the default passed from above (given-default) or the
6986         built-in (user-login-name for :user).
6987
6988 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6989
6990         * gnus-start.el (gnus-dribble-read-file):
6991         Set buffer-save-without-query, since we always want to save the dribble
6992         file, probably.
6993
6994         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6995         nnimap.
6996
6997         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6998         -summary- since it's a user-visible variable.
6999
7000         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7001         first time you use the new Gnus.
7002
7003 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * auth-source.el: Don't load netrc.el.
7006         (auth-sources): Search ~/.netrc as well by default.
7007         (auth-source-debug): Add 'trivia option for extra output.
7008         (auth-source-do-trivia): Use it.
7009         (auth-source-search): Simplify logic to use
7010         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7011         appropriate.  Don't keep a running count at this level.  Layer :create
7012         and :delete options appropriately on the first and second passes.
7013         Don't track the backend with the search results.
7014         (auth-source-search-backends): New function to search a list of
7015         backends for a processed spec.
7016         (auth-source-netrc-parse): Cache all netrc files, making
7017         auth-source-netrc-cache an alist keyed by the file name and using the
7018         file mtime as the caching criterion.  Keep the obfuscated data secret
7019         with a lexical bind.
7020         (auth-source-netrc-search): Don't calculate the length of the results
7021         unnecessarily.
7022         (auth-source-search-backends): Fix bug.
7023         (auth-source-netrc-create): Rework prompts.
7024
7025 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7026
7027         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7028         Lower case names of search constraints.
7029         (nnir-run-query): Cache and reuse search constraints for all imap
7030         servers.
7031
7032 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7035         after exit.
7036         (gnus-setup-message): Define missing variable from last checkin.
7037
7038         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7039         value, show the raw article.
7040
7041 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7042
7043         * gnus.el: No Gnus v0.13 is released.
7044
7045 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7046
7047         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7048         auth-source now accepts numbers.
7049
7050         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7051         spec, too.
7052         (auth-source-ensure-strings): New function.
7053
7054         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7055         (gnus-article-setup-buffer): Always restart the date timer so that user
7056         changes to the frequency is respected.
7057
7058         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7059         port numbers, so make sure it gets that if nnimap-server-port is
7060         explicit.
7061
7062 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7063
7064         * nnimap.el (nnimap-inbox): Doc fix.
7065
7066 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7067
7068         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7069         Autoload.  Add optional arg FRAME, and pass it to color-values.
7070         (color-complement): Caller changed.  Doc fix.
7071         (color-gradient): Rewrite for better clarity and efficiency.
7072
7073 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7074
7075         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7076         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7077         color-lab-to-srgb.
7078
7079 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7080
7081         * color.el: First part of merge from hexrgb.el.
7082         (color-rgb-to-hex): Rename from color-rgb->hex.
7083         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7084         saturation to zero if the value is too small.
7085         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7086         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7087         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7088         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7089         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7090         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7091         (color-cie-de2000): Doc fix.
7092
7093 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7094
7095         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7096         given method as in the group name if we're using an extended method.
7097         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7098         command, if we're using that, instead of waiting for the beginning.
7099
7100         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7101         we're sure to get unique server names, and we don't output two async
7102         commands in the same buffer.  This fixes an NNTP hang for some users.
7103
7104 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7105
7106         * gnus.el: No Gnus v0.11 is released.
7107
7108 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7109
7110         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7111         summary buffer before reading going to the next buffer.  This avoids
7112         putting the point in the group buffer if you `C-g' the command.
7113
7114         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7115         cache (for now) to make ~/.authinfo.gpg files usable.
7116
7117         * nnfolder.el (copyright-update): Define for the compiler.
7118
7119         * auth-source.el (auth-source-search): Fix unbound variable.
7120
7121 2011-02-19  Glenn Morris  <rgm@gnu.org>
7122
7123         * gnus.el (gnus-meta): Doc fix.
7124
7125 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7126
7127         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7128         in case it's not yet loaded.
7129
7130 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7131
7132         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7133         line we're waiting for.
7134
7135 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7136
7137         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7138         face with line-width greater than zero will cause RET in gnus summary
7139         buffer to scroll down article page-wise because auto vscroll happens,
7140         it should be temporally disabled when doing a scroll-up.
7141
7142 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7143
7144         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7145         outputs from the server.
7146
7147 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7148
7149         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7150         later so that bbdb can hook in easier.
7151
7152 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7153
7154         * auth-source.el (auth-source-search): Don't try to create credentials
7155         if the caller doesn't want that.
7156         (auth-source-search): If we don't find a match, don't bug out on
7157         non-bound variables.
7158         (auth-source-search): Only ask a single backend to create the
7159         credentials.
7160
7161         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7162         logging.
7163         (nnimap-credentials): Protect against auth-source-search returning nil.
7164         (nnimap-request-list): Protect against not being able to open the
7165         server.
7166
7167 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7168
7169         * auth-source.el (auth-source-search): Do a two-phase search, one with
7170         no :create to get the responses from all backends.
7171
7172         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7173         when getting credentials.
7174
7175         * gnus-util.el (gnus-delete-duplicates): New function.
7176
7177 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7180         a creation default, pass the whole port list down.  It will be
7181         completed.
7182
7183         * auth-source.el (auth-source-search): Updated docs to talk about
7184         multiple creation choices.
7185         (auth-source-netrc-create): Accept a list as a value (from the search
7186         parameters) and do completion on that list.  Keep a separate netrc line
7187         with the password obscured for showing the user.
7188
7189         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7190         first choice to `auth-source-search' so it will be used for entry
7191         creation instead of the server's Gnus-specific name.
7192         (nnimap-credentials): Rely on the auth-source library to select which
7193         port is actually wanted in the new netrc entry, so don't override
7194         `auth-source-creation-defaults'.
7195
7196         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7197         :protocol and accept a missing user, host, or port as a wildcard match.
7198         (auth-source-debug): Default to off.
7199
7200         (auth-source-netrc-search, auth-source-netrc-create)
7201         (auth-source-secrets-search, auth-source-secrets-create)
7202         (auth-source-user-or-password, auth-source-backend, auth-sources)
7203         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7204         instead of :protocol.
7205
7206         * nnimap.el (nnimap-credentials): Pass a port default to
7207         `auth-source-search' in case an entry needs to be created.
7208         (nnimap-open-connection-1): Use :port instead of :protocol.
7209
7210 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * auth-source.el: Bind load-path when loading EIEIO from
7213         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7214         21.4 doesn't support, to `require'.
7215         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7216         delete-dups that is not available in XEmacs 21.4.
7217
7218 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7219
7220         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7221         as EIEIO must also be loaded when auth-source.el is being
7222         byte-compiled.
7223
7224 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7225
7226         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7227
7228         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7229
7230         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7231
7232         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7233
7234         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7235
7236         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7237
7238         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7239
7240         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7241         necessary.
7242
7243 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7244
7245         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7246         nil means that nnimap doesn't get updated.
7247
7248 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7251         result when the user doesn't want to write to the file.
7252         (auth-source-netrc-search): Expect a synthetic result and proceed
7253         accordingly.
7254         (auth-source-cache-expiry): New variable to override
7255         `password-cache-expiry'.
7256         (auth-source-remember): Use it.
7257
7258         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7259         parameter.  Create entry if necessary by using :create t.
7260         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7261
7262 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7263
7264         * auth-source.el (auth-source-debug): Enable by default and don't
7265         mention the obsolete `auth-source-hide-passwords'.
7266         (auth-source-do-warn): New function to debug unconditionally.
7267         (auth-source-do-debug): Use it.
7268         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7269         and for Secrets API entries when the secrets.el library is not
7270         available.
7271
7272 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7275         (gnus-summary-exit): Kill the correct article buffer on exit from a
7276         `C-d' group.
7277
7278         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7279         gnus-propagate-marks.
7280
7281         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7282         before killing the buffers so that a non-full window conf gets handled
7283         correctly.
7284         (gnus-summary-exit): Ditto.
7285         (gnus-summary-read-group-1): Ditto.
7286
7287         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7288         async code again so that we can debug it properly.
7289
7290         * message.el (message-reply): Take an optional switch-buffer parameter
7291         so that Gnus window confs are respected better.
7292
7293 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7294
7295         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7296         `plist-get' to accept non-list parameters (XEmacs issue).
7297         Fix docstring.
7298         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7299         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7300         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7301         Login collection is "Login" and not "login".
7302
7303 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7306         multiple headers.
7307
7308         * nnimap.el (nnimap-inhibit-logging): New variable.
7309         (nnimap-log-command): Don't log login commands.
7310
7311         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7312         to have more parameters.
7313
7314         * nnimap.el (nnimap-send-command): Mark the command time for each
7315         command, so that we don't get NOOPs stepping on our toes.
7316
7317         * gnus-art.el (article-date-ut): Get the date from the Date header on
7318         `t'.
7319
7320 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * auth-source.el (auth-source-search): Use copy-sequence instead of
7323         the cl.el copy-list.
7324
7325 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * imap.el: Bring it back (revert
7328         84d800cd31de3064f0ed39617d725709a2f8f42f).
7329
7330 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7331
7332         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7333         Improve prompt.
7334
7335 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7336
7337         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7338         washing status from the default format.  It isn't very informative.
7339
7340 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7341
7342         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7343         Fix Gcc processing on imap.
7344
7345 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * imap.el: Remove file.  All the functionality is in nnimap.el.
7348
7349 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7350
7351         * message.el (message-bury): Don't pop up a new window when selected
7352         window is dedicated.
7353
7354 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7355
7356         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7357
7358 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * sieve-manage.el: Autoload `auth-source-search'.
7361         (sieve-sasl-auth): Use it.
7362
7363 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * nnimap.el: Autoload `auth-source-forget+'.
7366         (nnimap-open-connection-1): Use it if the connection fails.
7367
7368         * auth-source.el: Require `password-cache'.
7369         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7370         obsolete.
7371         (auth-source-magic): Marker for `password-cache' keys.
7372         (auth-source-do-cache): Update docstring.
7373         (auth-source-search): Use and check cache.
7374         (auth-source-forget-all-cached, auth-source-remember)
7375         (auth-source-recall, auth-source-forget, auth-source-forget+)
7376         (auth-source-specmatchp): Caching support functions.
7377         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7378         Remove and obsolete.
7379         (auth-source-user-or-password): Remove caching to further discourage
7380         using it.  Always hide passwords.
7381
7382         * password-cache.el (password-cache-remove): Accept secrets that are
7383         not strings.
7384
7385 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7386
7387         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7388         code for now, since it doesn't work for all users.
7389
7390 2011-02-09  Julien Danjou  <julien@danjou.info>
7391
7392         * message.el (message-options): Make message-options really buffer
7393         local.
7394
7395 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7396
7397         * mail-source.el: Autoload `auth-source-search'.
7398         (mail-source-keyword-map): Note order matters.
7399         (mail-source-set-1): Get all the mail-source source values and
7400         defaults and search auth-source on those if needed.  This can all
7401         probably be simplified.
7402
7403         * nnimap.el: Autoload `auth-source-search'.
7404         (nnimap-credentials): Use it.
7405         (nnimap-open-connection-1): Ask for the virtual server and physical
7406         address in one shot.
7407
7408         * nntp.el: Autoload `auth-source-search'.
7409         (nntp-send-authinfo): Use it.  Note TODO.
7410
7411 2011-02-08  Julien Danjou  <julien@danjou.info>
7412
7413         * shr.el (shr-tag-body): Add support for text attribute in body
7414         markups.
7415
7416         * message.el (message-options): Make message-options a local variable.
7417
7418 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * auth-source.el (auth-source-secrets-search)
7421         (auth-source-user-or-password): Use `append' instead of `nconc'.
7422         (auth-source-user-or-password): Build return list better and protect
7423         against nil :secret.
7424
7425 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7426
7427         * nnimap.el (nnimap-update-info): Refactor slightly.
7428         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7429         (nnimap-update-info): Clean up slightly.
7430         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7431         characters.
7432         (nnimap-process-quirk): Rename function to avoid collision.
7433         (nnimap-update-info): Fix macrology bug-out.
7434         (nnimap-update-info): Simplify split history test.
7435
7436 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7437
7438         * auth-source.el (top): Require 'eieio unconditionally.
7439         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7440         (auth-source-secrets-search): Limit search when `max' is greater than
7441         number of results.
7442
7443 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7444
7445         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7446         part not returning any data.
7447
7448         * proto-stream.el (open-protocol-stream): Document the return value.
7449
7450 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * auth-source.el (auth-source-secrets-search): Add examples.
7453
7454 2011-02-06  Julien Danjou  <julien@danjou.info>
7455
7456         * message.el (message-setup-1): Handle message-generate-headers-first
7457         set to t.
7458
7459 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7462         API with a string "secrets:collection-name" and with 'default.
7463         (auth-source-backend-parse): Parse "secrets:collection-name" and
7464         'default.  Recurse on parses instead of repeating code.  Use the
7465         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7466         message when ignoring a source.
7467         (auth-source-search): List ignored search keys at the top level.
7468         (auth-source-netrc-create): Use `case' instead of `cond'.
7469         (auth-source-secrets-search): Created with TODOs.
7470         (auth-source-secrets-create): Created with TODOs.
7471         (auth-source-retrieve, auth-source-create, auth-source-delete)
7472         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7473         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7474         (auth-source-user-or-password-sftp)
7475         (auth-source-user-or-password-smtp): Remove.
7476         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7477         around `auth-source-search'.  Not tested thoroughly.
7478
7479 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7480
7481         * auth-source.el: Bring in assoc and eioeio libraries.
7482         (secrets-enabled): New variable to track the status of the Secrets API.
7483         (auth-source-backend): New EIOEIO class to represent a backend.
7484         (auth-source-creation-defaults): New variable to set prompt defaults
7485         during token creation (see the `auth-source-search' docstring for
7486         details).
7487         (auth-sources): Simplify to allow a simple string as a netrc backend
7488         spec.
7489         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7490         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7491         (auth-source-search): Main auth-source API entry point.
7492         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7493         (auth-source-search-collection): Helper function for searching.
7494         (auth-source-netrc-parse, auth-source-netrc-normalize)
7495         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7496         Supports search, create, and delete.
7497         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7498         backend stubs.
7499         (auth-source-user-or-password): Call `auth-source-search' but it's not
7500         ready yet.
7501
7502 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7503
7504         * message.el (message-setup-1): Remove the read-only stuff, since it
7505         doesn't work under XEmacs, for some reason.
7506
7507         * gnus-sum.el (gnus-user-date): Rename back from
7508         gnus-summary-user-date since user code refers to it.
7509
7510         * shr.el (shr-render-td): Store the actual background color used.
7511
7512         * message.el (message-setup-1): Don't bind the constant
7513         -forbidden-properties.
7514         (message-setup-1): Revert previous change, since it needs to bind the
7515         props to insert them.
7516         (message-resend): Allow removing the read-only separator line.
7517
7518 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnimap.el (nnimap-request-accept-article): Give an error message if
7521         the APPEND wasn't successful.
7522
7523 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7524
7525         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7526         that have no groups.
7527
7528 2011-02-03  Julien Danjou  <julien@danjou.info>
7529
7530         * gnus-draft.el: Remove progn around gnus-draft-setup.
7531
7532 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7533
7534         * gnus-start.el (gnus-read-active-for-groups): This function is never
7535         called with a nil `infos', so clean that up.
7536         (gnus-get-unread-articles): Request active files from primary/secondary
7537         methods that have no groups (yet).
7538
7539 2011-02-03  Julien Danjou  <julien@danjou.info>
7540
7541         * message.el (message-setup-1): Always generate References first.
7542         (message-mail): Return the return value of message-setup, not always t.
7543         (message-setup-1): Insert mail-header-separator with read-only and
7544         intangible properties set.
7545
7546         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7547         user-date in docstring.
7548
7549         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7550
7551         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7552         docstring.
7553
7554         * gnus.el (gnus-user-date-format-alist): Change default value.
7555         Use defcustom, with type and group.  Move from gnus-util.el.
7556         Rename to gnus-summary-user-date-format-alist.
7557
7558 2011-02-03  Glenn Morris  <rgm@gnu.org>
7559
7560         * nnimap.el (gnus-fetch-headers): Declare.
7561
7562         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7563
7564 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7565
7566         * message.el (message-forward-make-body-digest-plain)
7567         (message-followup, message-reply): Clean up things noted by Stefan.
7568
7569         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7570         gnus-article-update-date-headers is nil.
7571         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7572         it didn't really work with defcustom.
7573         (article-update-date-lapsed): Make sure the window start doesn't move,
7574         either.
7575
7576 2011-02-01  Julien Danjou  <julien@danjou.info>
7577
7578         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7579         format.
7580
7581         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7582         standard in Emacs nowadays.
7583
7584         * color.el (color-gradient): Add a color-gradient function.
7585
7586 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7587
7588         * message.el (message-expand-name): Don't trust the return value of
7589         bbdb-complete-name.
7590         (message-check-news-header-syntax): Remove unused var `start'.
7591         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7592         (message-inhibit-body-encoding): Move to before first use.
7593         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7594         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7595         (Organization, Message-ID, Date, mh-previous-window-config):
7596         Defvar the vars using dynamic scoping.
7597
7598 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7599
7600         * shr.el (shr-render-td): Only do colors at the final rendering.
7601         Should be slightly faster.
7602         (shr-insert-table): Fix up TD background colors when doing the
7603         vertical padding.
7604
7605         * gnus-art.el (article-date-ut): Protect against articles with no Date
7606         header.
7607         (article-update-date-lapsed): Don't use current-column to find the
7608         horizontal position.  It's fragile in the presence of \003 characters.
7609
7610         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7611
7612 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7613
7614         * gnus-art.el (article-transform-date): Rewrite to still work when
7615         there are several rfc2822 parts.
7616         (article-transform-date): Fix infinite recursion.
7617         (article-date-ut): Replace infinitely many Date headers with a single
7618         one when called interactively.
7619
7620         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7621         secure manner.
7622
7623         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7624         move around by not using save-window-excursion.  It seems to work...
7625
7626 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-art.el (article-make-date-line): Work for user-defined format.
7629
7630 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7631
7632         * nntp.el (nntp-retrieve-group-data-early)
7633         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7634         fetching functions.
7635
7636         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7637         thoroughly for all backends that have no known groups.  This should
7638         allow new nnml methods to retrieve mail.
7639
7640         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7641         that Gnus doesn't know exists again.
7642
7643         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7644         (gnus-treat-date-ut): Ditto.
7645         (gnus-article-update-date-header): Rename.
7646         (gnus-treat-date-local): Remove.
7647         (gnus-treat-date-english): Remove.
7648         (gnus-treat-date-lapsed): Remove.
7649         (gnus-treat-date-combined-lapsed): Remove.
7650         (gnus-treat-date-original): Remove.
7651         (gnus-treat-date-iso8601): Remove.
7652         (gnus-treat-date-user-defined): Remove.
7653         (gnus-article-date-headers): New variable to control all the date
7654         header options.
7655         (article-date-ut): Rewrite to allow using the new way to format date
7656         headers(s).
7657
7658 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7659
7660         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7661         method.
7662         (nnmail-article-group): A better test for fanciness.
7663
7664         * nnimap.el (nnimap-request-head): Protect against not finding the
7665         article by Message-ID.
7666
7667 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7668
7669         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7670         keep point at the "same place".
7671
7672 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7675         data if the group is inactive.
7676
7677 2011-01-28  Julien Danjou  <julien@danjou.info>
7678
7679         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7680         (gnus-all-windows-visible-p): Remove old compatibility code.
7681         (gnus-window-top-edge): Add docstring.
7682
7683         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7684
7685 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7688         older request-update-info.
7689
7690         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7691
7692 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7693
7694         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7695         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7696
7697 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7700         groups.  This makes the nndraft:queue group pop up if it's not already
7701         there.
7702
7703         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7704         messages" logic, which was reversed.
7705
7706         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7707         the "same place" even if point is on the line being replaced.
7708         (article-update-date-lapsed): Allow updating both the combined lapsed
7709         and the lapsed headers.
7710         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7711         (article-make-date-line): Limit the number of segments dynamically to
7712         avoid too-long lines.
7713
7714 2011-01-27  Julien Danjou  <julien@danjou.info>
7715
7716         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7717         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7718
7719 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7722         Use plist-get instead of the cl function getf.
7723
7724 2011-01-27  Glenn Morris  <rgm@gnu.org>
7725
7726         * gnus-util.el (float-time): Get rid of compiler warning, again.
7727
7728 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7729
7730         * shr.el (shr-put-color): Special-case background colors: Do put them
7731         at the blank parts at the front of the lines.
7732
7733         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7734         exit hook to nix out all data on readedness on group exit.
7735
7736         * gnus-util.el (float-time): If float-time is bound, always use it on
7737         all Emacsen.  It's unclear why the subrp check was there.
7738         (time-date): Require to make some autoload issues on XEmacs go away.
7739
7740         * shr.el (shr-put-color): Don't do the box padding in tables, since
7741         they're already padded.
7742
7743 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7744
7745         * gnus-art.el (gnus-article-next-page): When the last line of the
7746         article is displayed, scroll down once more instead of going to the
7747         next article at once.
7748         (article-lapsed-string): Refactor out and allow specifying how many
7749         segments you want.
7750         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7751         (gnus-article-update-lapsed-header): New variable.
7752
7753         * shr.el: Revert change that made headings use different-sized faces.
7754         The Emacs display engine isn't advanced enough that, for instance,
7755         tables can comfortably use differently-sized faces.
7756
7757 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7758
7759         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7760         used.
7761         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7762         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7763         we're using an encrypted connection.
7764
7765         * proto-stream.el: Alter the interface functions to also return the
7766         actual stream type used: network or tls.
7767
7768 2011-01-25  Julien Danjou  <julien@danjou.info>
7769
7770         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7771         (mm-display-javascript-inline): New function.
7772
7773         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7774         viewing function.
7775
7776 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * shr.el (shr-expand-newlines): Fix variable name.
7779
7780 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7781
7782         * shr.el (shr-expand-newlines): Make nested boxes work.
7783
7784 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7785
7786         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7787         backgrounds.
7788         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7789         in a more sensible manner.
7790
7791 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7792
7793         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7794         if EPG is loaded.
7795
7796 2011-01-24  Julien Danjou  <julien@danjou.info>
7797
7798         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7799         tags.
7800
7801 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7804         commands.
7805
7806         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7807         in the article buffer.
7808         (gnus-gravatar-insert): Use blank space from the current buffer to
7809         avoid breaking text properties.  This makes X-Sent updating work again.
7810
7811         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7812
7813 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7814
7815         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7816         fix the bug in url-http.el instead.
7817
7818         * shr.el (shr-image-fetched): Ditto.
7819
7820         * shr.el (shr-image-fetched): Avoid having point move in the article
7821         buffer.
7822
7823         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7824         buffer after being called.  It's apparently being killed by url.el, and
7825         killing it made point move to end-of-buffer in a random buffer.
7826
7827         * shr.el (shr-image-fetched): Ditto.
7828
7829 2011-01-23  Julien Danjou  <julien@danjou.info>
7830
7831         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7832
7833         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7834         text/x-org.
7835
7836 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7837
7838         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7839         (i.e., nnimap) returning nil as the article number.
7840
7841 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7842
7843         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7844         "DelSp" parameter in RFC3676.
7845
7846 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7847
7848         * message.el (message-check-recipients): Display the encoded version of
7849         the bogus address if they differ.
7850
7851         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7852         after sending.
7853
7854         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7855
7856         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7857
7858         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7859         group buffer after sending the queue.
7860
7861         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7862
7863 2011-01-22  Julien Danjou  <julien@danjou.info>
7864
7865         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7866
7867 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7868
7869         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7870         nested related parts.
7871
7872         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7873         unexpired articles.  This fixes the regression that led expiry marks to
7874         disappear from nnfolder groups.
7875
7876 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7877
7878         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7879         Don't confuse the "ret" of "retrograde" with RET.
7880
7881 2011-01-21  Julien Danjou  <julien@danjou.info>
7882
7883         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7884         than mm-insert-inline.
7885
7886 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7889         Widen article buffer.
7890
7891 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7892
7893         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7894         the temp buffer.
7895         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7896
7897 2011-01-20  Julien Danjou  <julien@danjou.info>
7898
7899         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7900
7901         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7902         than mm-insert-inline to insert inline part: this respect
7903         mm-inline-media-tests displayers.
7904
7905         * mm-view.el (mm-display-shell-script-inline): New function.
7906
7907         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7908
7909         * mm-uu.el (mm-uu-type-alist): Add org block.
7910         (mm-uu-org-src-code-block-extract): New function.
7911
7912         * mm-view.el (mm-display-org-inline): New function.
7913
7914         * mm-decode.el (mm-automatic-display): Add text/org.
7915
7916         * mailcap.el (mailcap-mime-extensions): Add .org.
7917
7918 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7921         gnus-article-add-buttons.
7922
7923 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7924
7925         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7926         From header with a date and "nobody" as the sender.
7927
7928 2011-01-19  Julien Danjou  <julien@danjou.info>
7929
7930         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7931         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7932         if you have the same regexp several times.
7933         (gnus-button-push): Fix matching when regexp is symbol.
7934
7935 2011-01-15  Glenn Morris  <rgm@gnu.org>
7936
7937         * message.el (message-mail): A compose-mail function should
7938         accept headers as strings.
7939
7940 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7941
7942         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7943         Add :vert-only tags.
7944         (message-mail): New arg RETURN-ACTION.
7945         (message-return-action): New var.
7946         (message-bury): Use it.
7947         (message-mode): Make it buffer-local.
7948         (message-send-and-exit): Always call message-bury.
7949
7950         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7951         message-mail.
7952
7953 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * nnimap.el (nnimap-convert-partial-article): Protect against
7956         zero-length body parts.
7957
7958         * mm-decode.el (mm-preferred-alternative-precedence):
7959         Discourage showing empty parts.
7960
7961         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7962         and stuff if the backend didn't return the article number.  This fixes
7963         an Exchange-related nnimap bug.
7964
7965         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7966         group window, because it does the wrong thing when a separate frame
7967         displays the group buffer.
7968
7969         * proto-stream.el (open-protocol-stream): Protect against the low-level
7970         transport functions returning nil.
7971
7972 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7973
7974         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7975         (mml2015-epg-find-usable-secret-key): New function.
7976         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7977         mml2015-epg-find-usable-key (Bug#7797).
7978         (mml2015-epg-encrypt): Ditto.
7979
7980 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * dgnushack.el (rot13-string): Fix the way to get the argument.
7983
7984 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7987
7988 2011-01-03  Glenn Morris  <rgm@gnu.org>
7989
7990         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7991
7992         * sieve.el (sieve-open-server): Give a more explicit error if
7993         sieve-manage-open returns nil.  (Bug#7720)
7994
7995 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7996
7997         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7998
7999 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8002         This avoids sending passwords in plain text over non-encrypted
8003         channels.
8004
8005         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8006
8007         * nnimap.el (nnimap-login): Refactored out into own function, and
8008         implement CRAM-MD5.
8009         (nnimap-wait-for-line): Refactored out.
8010
8011         * mm-view.el (mml-smime): Require.
8012
8013 2010-12-20  David Engster  <deng@eml.cc>
8014
8015         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8016         use EPG to decrypt S/MIME messages instead of openssl.
8017
8018 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8021
8022         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8023         status is the group clearly is unreachable.
8024
8025         * auth-source.el (auth-source-create): Add the optional second
8026         parameter to `local-variable-p' to be compatible with XEmacs.
8027
8028 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8029
8030         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8031         work when using a compressed nnml folder.
8032
8033 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034
8035         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8036         backends after sanitising on entry, because this never makes sense:
8037         If the articles have gone missing, then the data no longer exists on
8038         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8039         overwrite anything anyway.
8040
8041         * shr.el (shr-insert-document): Bind shr-width dynamically to
8042         window-width if it's nil.
8043
8044 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8045
8046         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8047         with the meaning of using the full emacs window width for rendering.
8048
8049 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8050
8051         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8052         case when sender is not given.
8053
8054 2010-12-23  Julien Danjou  <julien@danjou.info>
8055
8056         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8057         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8058         the addresses, otherwise we might misplaced the gravatar.
8059
8060 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8061
8062         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8063         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8064         obsolete in Emacs.
8065
8066 2010-12-20  Julien Danjou  <julien@danjou.info>
8067
8068         * gnus-util.el (gnus-rescale-image): Revert last change.
8069
8070 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8071
8072         * binhex.el: Improve commentary (Bug#7482).
8073
8074 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus-group.el (gnus-group-delete-articles): New command.
8077
8078 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8079
8080         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8081
8082 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8085         here, since it's up to the backends to do CRLF removal if their
8086         protocol has it.
8087
8088         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8089
8090 2010-12-17  Julien Danjou  <julien@danjou.info>
8091
8092         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8093         they are from file.  Can also scale up.
8094
8095 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8096
8097         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8098         Restore gnus-use-agent.
8099         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8100
8101         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8102
8103 2010-12-17  Julien Danjou  <julien@danjou.info>
8104
8105         * gravatar.el (gravatar-retrieve-synchronously): New function.
8106         (gravatar-get-data): Make more robust.
8107
8108 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8111
8112 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8115         to really consider the last line.
8116
8117 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8118
8119         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8120         list of recipient keys, or use symmetric encryption if not a list.
8121         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8122         EPA override, replacing the call to `netrc-store-data'.
8123
8124 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8125
8126         * gnus-srvr.el: Avoid passing nil regexp argument to
8127         delete-matching-lines.
8128
8129 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8132         fetching stops when Gnus exits.
8133
8134         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8135         function.
8136         (nnfolder-request-expire-articles): Save all the buffers after doing
8137         expiry.
8138
8139         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8140         the last article", since that led to serious performance regressions
8141         when expiring nnml groups.
8142
8143 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8144
8145         * nnir.el: Improve customizations.
8146
8147 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8150
8151         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8152         group has been killed.
8153         (gnus-group-yank-group): Ditto.
8154
8155         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8156
8157         * nnimap.el (nnimap-request-update-group-status): New function.
8158
8159         * gnus-int.el (gnus-request-update-group-status): New interface
8160         function.
8161
8162         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8163         copying read-ness to the backends.
8164
8165         * nnimap.el (nnimap-quirk): New function.
8166         (nnimap-retrieve-group-data-early): Use it.
8167         (nnimap-quirks): New alist.
8168
8169 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8172         don't delete it within indentation.
8173
8174 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8177         previous line.
8178
8179 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8182         QRESYNC command by deleting a superfluous space which broke Cyrus
8183         servers.  This change will break other servers that are buggy the other
8184         way around.
8185
8186 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8187
8188         * spam.el: Reindent and fix long lines.
8189         (spam-copy-or-move-routine): Exclude invalid move destinations.
8190
8191 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8192
8193         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8194         installed the registry.
8195
8196 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8199
8200 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8201
8202         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8203         groupname doesn't contain "gmane".
8204
8205 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8208         and netrc-bound-and-true-p bindings.
8209         (netrc-parse): Cache the netrc contents.
8210
8211         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8212         (gnus-1): Don't create the nndrafts group twice.
8213         (gnus-setup-news): There's no need to read the active file here, since
8214         that's done again later on a per-backend basis.
8215         (gnus-start-draft-setup): Make sure that the new group is started out
8216         empty.
8217
8218         * gnus-agent.el (gnus-agentize): Don't create the queue group
8219         automatically on startup.  It'll be created later, if needed.
8220
8221         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8222         of automatically subscribed groups.
8223         (gnus-auto-subscribed-categories): New variable.
8224         (gnus-matches-options-n): Use it.
8225         (gnus-default-subscribed-newsgroups): Remove unused variable.
8226         (gnus-start-draft-setup): Message a bit less.
8227
8228 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8229
8230         * nnir.el (nnir-run-imap): Return article list in order of increasing
8231         UID.
8232
8233 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * gnus-sum.el (gnus-summary-enter-digest-group):
8236         Mention gnus-auto-select-on-ephemeral-exit.
8237
8238         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8239         convention of the network-only option.
8240
8241 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * proto-stream.el (proto-stream-open-network-only): New function to
8244         have a way to specify non-STARTTLS upgrade connections.
8245
8246 2010-12-10  Julien Danjou  <julien@danjou.info>
8247
8248         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8249         email address is nil.
8250
8251         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8252
8253 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8254
8255         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8256         deletion.
8257         (nnir-run-imap): Only need to parse list once.
8258
8259 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8260
8261         * shr.el (shr-tag-script): Ignore <script>.
8262         (shr-tag-label): Add <label> support.
8263
8264 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8267
8268         * shr.el (shr-image-displayer): Work for images lined side by side.
8269
8270 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8271
8272         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8273         parameter, since XEmacs doesn't accept t as a parameter.
8274
8275 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8276
8277         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8278         ids.
8279         (nnir-run-gmane): Simplify groupspec formatting.
8280         (nnir-request-expire-articles): New function.
8281
8282 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8285         overflow, possibly.
8286
8287         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8288         (shr-render-td): Handle td style="" better.
8289         (shr-tag-table): Use the color from the style sheet.
8290         (shr-render-td): Make sure we copy over all the overlays, too.
8291
8292 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8293
8294         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8295         (nnir-request-article): Improve article retrieval.
8296
8297 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * mm-util.el (mm-extra-numeric-entities): New variable.
8300
8301         * mm-url.el (mm-url-decode-entities):
8302         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8303
8304         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8305
8306 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8307
8308         * message.el: Use completion-at-point.
8309         (message-completion-function): New fun, extracted from message-tab.
8310         (message-mode): Use it for completion-at-point-functions.
8311         (message-tab): Use it and completion-at-point.
8312
8313 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8316         character if a non-breakable character follows.
8317
8318 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8321         any stream.
8322
8323         * shr.el (shr-tag-font): Colorize the region.
8324         (shr-tag-body): Ditto.
8325         (shr-tag-font): Actually let the styles be inherited instead of
8326         overwriting them.
8327         (shr-tag-font): Get the background color right.
8328         (shr-tag-style): Ignore all <style> tags for the moment.
8329
8330         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8331         a Message-ID to avoid having nnimap depend on gnus-sum.
8332
8333         * shr.el (shr-descend): Only colorize something if we have a node that
8334         sets colors.
8335
8336 2010-12-06  Julien Danjou  <julien@danjou.info>
8337
8338         * shr.el (shr-render-td): Render td content with shr-descend, so style
8339         will be applied to <td> too.
8340         (shr-colorize-region): Colorize region even if we only have a background.
8341         (shr-tag-body): Fix color and background color inheritance.
8342         Do not recolorize after shr-generic.
8343         (shr-tag-font): Let shr-generic colorize via inheritance.
8344
8345 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8348
8349 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8350
8351         * nnir.el (nnir-request-move-article): Remove obsolete code.
8352
8353 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8356
8357 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * gnus-sum.el (gnus-summary-respool-article): The completion function
8360         expects a list instead of an alist.
8361
8362         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8363         string as the parameter.
8364
8365         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8366
8367         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8368         styles.
8369         (shr-colorize-region): New function.
8370         (shr-insert-background-overlay): Remove.
8371         (shr-render-td): Background setting should be taken care of on a higher
8372         level.
8373         (shr-tag-body): Use post-hoc colorizations.
8374         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8375         (shr-put-color-1): Don't overwrite old colors.
8376         (shr-colorize-region): When the background color isn't explicit, use
8377         a fixed background.
8378
8379         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8380         nnmail variables.
8381
8382 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8383
8384         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8385         unless necessary.
8386
8387 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8388
8389         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8390         server.
8391
8392 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8395         so that TAB works.
8396
8397         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8398         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8399
8400         * shr.el (shr-urlify): Show the URL before the title to avoid
8401         misleading URLs.
8402
8403 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8404
8405         * shr.el (shr-urlify): Display the title in <a> tags.
8406
8407 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8408
8409         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8410
8411 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8412
8413         * nnir.el: Rearrange code to allow macros to be autoloaded by
8414         gnus-sum.el.
8415         (nnir-retrieve-headers-override-function): Make this variable
8416         customizable.
8417         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8418
8419         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8420         from nnir.el.
8421
8422 2010-12-03  Julien Danjou  <julien@danjou.info>
8423
8424         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8425
8426 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8429         allow optional argument `environment'.
8430
8431 2010-12-03  Glenn Morris  <rgm@gnu.org>
8432
8433         * mm-extern.el (message-goto-body): Update declaration.
8434
8435 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-util.el (gnus-macroexpand-all): New function.
8438
8439         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8440         instead of macroexpand-all that is unavailable in XEmacs.
8441
8442 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8443
8444         * nnir.el (nnir-summary-line-format): New variable.
8445         (nnir-mode): Use it.
8446         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8447         (nnir-article-ids): Reimplement as defsubst.
8448         (nnir-retrieve-headers): Don't mangle the subject header.
8449         (nnir-run-imap): Use 100 as RSV score.
8450         (nnir-run-find-grep): Fix for full server searching.
8451         (nnir-run-gmane): Better restriction to gmane groups.
8452
8453         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8454         summary buffers.
8455
8456 2010-12-02  Julien Danjou  <julien@danjou.info>
8457
8458         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8459
8460         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8461
8462         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8463         support.
8464
8465 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8466
8467         * nnir.el: Update to handle the registry better.
8468         (autoload): Silence byte-compiler.
8469         (nnir-open-server): Add a hook for nnir groups.
8470         (nnir-request-move-article): Don't mangle the header.  Better to use
8471         formatting variables (which will be added in the future).
8472         (nnir-registry-action): Update the registry using the original article
8473         group name.
8474         (nnir-mode): Install nnir-specific hooks for updating the registry.
8475
8476         * gnus-sum.el
8477         (gnus-article-original-subject, gnus-newsgroup-original-name):
8478         Remove obsolete variables.
8479         (gnus-summary-move-article): Remove use of obsolete variables.
8480         (gnus-summary-local-variables): Make move and delete hooks local to
8481         summary buffers.
8482
8483 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * rtree.el: New file.
8486
8487 2010-12-01  Julien Danjou  <julien@danjou.info>
8488
8489         * message.el (message-user-organization): Do not use
8490         gnus-local-organization.
8491
8492         * gnus.el: Remove gnus-local-organization.
8493
8494         * gnus-msg.el: Remove nastygram thing.
8495
8496 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8499         funcall.
8500
8501 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8504         names.
8505
8506         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8507         characters.
8508
8509         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8510         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8511         Suggested by Štěpán Němec <stepnem@gmail.com>.
8512         (gnus-gravatar-transform-address): Use mail-extract-address-components
8513         that supports non-ASCII names rather than mail-header-parse-addresses.
8514
8515 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * proto-stream.el (open-protocol-stream): All starttls connections are
8518         handled by the network handler.
8519
8520 2010-11-30  Julien Danjou  <julien@danjou.info>
8521
8522         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8523         (nnimap-open-connection-1): Fix PREAUTH.
8524
8525         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8526
8527 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8530         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8531         (shr-insert): Use them.
8532         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8533
8534 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8535
8536         * nnir.el (nnir-request-move-article): Bail out if original group
8537         doesn't support article moves.
8538         (nnir-get-active): Improve active list retrieval.
8539
8540 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8543
8544 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8545
8546         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8547         seem to accept strings-with-numbers as port numbers.
8548
8549 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8550
8551         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8552         change the registry.
8553
8554 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8557         delete-dups that is not available in XEmacs 21.4.
8558
8559         * mm-util.el (mm-delete-duplicates): Add comment.
8560
8561 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8562
8563         * nnir.el (nnir-ignored-newsgroups): New variable.
8564         (nnir-get-active): Use it.
8565
8566 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * proto-stream.el (proto-stream-open-network): Add some comments.
8569
8570         * nntp.el (nntp-open-connection): Provide a :success condition.
8571
8572         * nnimap.el (nnimap-open-connection-1): Ditto.
8573
8574         * proto-stream.el (proto-stream-open-network): See what the response to
8575         the STARTTLS command is.
8576
8577         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8578         backwards compatibility).
8579         (nnimap-open-connection-1): Really respect nnimap-server-port.
8580
8581         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8582         TLS upgrades we don't really care about the identity of the peer.
8583         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8584         that what we've checked for.
8585         (proto-stream-always-use-starttls): Only default to t if
8586         open-gnutls-stream exists.
8587         (proto-stream-open-network): If STARTTLS failed, then just open a
8588         normal connection.
8589         (proto-stream-open-network): Wait until the greeting before doing
8590         STARTTLS.
8591
8592         * nntp.el (nntp-open-connection): Report what the connection error is.
8593
8594         * proto-stream.el (open-protocol-stream): Rename from
8595         open-proto-stream.
8596
8597 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * nnimap.el (nnimap-stream): Change default to `undecided'.
8600         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8601         first, and then network.
8602         (nnimap-open-connection-1): Respect nnimap-server-port.
8603         (nnimap-open-connection): Be more backwards-compatible.
8604
8605         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8606         (proto-stream-open-starttls): De-duplicate the starttls code.
8607         (proto-stream-open-starttls): Folded back into the main function.
8608         (proto-stream-open-network): Fix typo in the gnutls path.
8609         (proto-stream-command): Refactor out.
8610
8611         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8612
8613         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8614         starttls.el STARTTLS.
8615
8616         * color.el (color-lab->srgb): Fix function call name.
8617
8618         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8619         if we're using tls.el.
8620         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8621         built in, then don't try to establish a STARTTLS connection.
8622
8623         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8624         servers.
8625
8626         * proto-stream.el (open-proto-stream): Use network, not stream.
8627         (open-proto-stream): Add a way to specify what the end of a command is.
8628
8629         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8630         connections types.
8631         (nntp-open-network-stream): Remove.
8632         (nntp-open-ssl-stream): Remove.
8633         (nntp-open-tls-stream): Remove.
8634         (nntp-ssl-program): Remove.
8635
8636         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8637
8638 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8639
8640         * nnir.el: Fix typos.
8641         (nnir-retrieve-headers-override-function): Rename variable to reflect
8642         new semantics.
8643         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8644         macros.
8645         (nnir-request-article, nnir-request-move-article): Use them.
8646         (nnir-categorize): New function.
8647         (nnir-run-query): Use it.
8648         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8649         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8650         sorted.
8651         (nnir-group-full-name): Use gnus-group-full-name instead.
8652         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8653         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8654
8655 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8658
8659         * proto-stream.el: New library to provide protocol-specific
8660         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8661         protocols.
8662         (open-proto-stream): Complete the documentation.
8663         (proto-stream-open-network): Fix some typos.
8664
8665         * nnimap.el (nnimap-open-connection): Use it.
8666
8667 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8668
8669         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8670         negotiation.
8671
8672 2010-11-26  Julien Danjou  <julien@danjou.info>
8673
8674         * color.el: Rename various rgb functions to srgb.
8675
8676 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8679         names.
8680
8681 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * shr.el (shr-insert): Revert last change.
8684         (shr-find-fill-point): Never leave point being at bol;
8685         relax the kinsoku limitation when rendering tables.
8686
8687 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8690         results from -accept-article.
8691
8692         * shr-color.el: Require cl when compiling.
8693
8694         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8695         checkin.
8696
8697         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8698
8699         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8700
8701         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8702         'add and 'delete to set backend marks.
8703
8704         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8705
8706         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8707
8708         * nntp.el (nntp-request-set-mark): Use it.
8709
8710         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8711
8712         * nnml.el (nnml-request-set-mark): Ditto.
8713
8714         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8715         introduces regressions in article selection.
8716         (nnimap-find-uid-response): New function.
8717         (nnimap-request-accept-article): Use the UID returned, if any.
8718         (nnimap-request-move-article): Use the UID returned, if any.
8719         (nnimap-get-groups): Reimplement to work with folded lines.
8720         (nnimap-find-uid-response): The UID is the last element in the list.
8721         (nnimap-request-set-mark): Extend syntax with 'set.
8722
8723         * nnml.el (nnml-request-set-mark): Ditto.
8724
8725         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8726
8727         * nntp.el (nntp-request-set-mark): Ditto.
8728
8729 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * message.el (message-called-interactively-p): A temporary macro.
8732         (message-goto-body): Use it temporarily.
8733
8734 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8737         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8738         (nnimap-last-response-string): Fix last unfolding fix.
8739
8740 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * shr.el (shr-insert): Fix the way to fold lines.
8743
8744 2010-11-25  Julien Danjou  <julien@danjou.info>
8745
8746         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8747
8748         * color.el: Rename from color-lab.el
8749         (color-rgb->hex): Add.
8750         (color-complement): Add.
8751         (color-complement-hex): Add.
8752
8753         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8754
8755 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756
8757         * shr-color.el (shr-color-visible): Don't bug out if the color names
8758         don't exist.
8759
8760 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8763         assuming that article displaying or another mml-preview may be
8764         interrupted for an error or for the like.
8765
8766         * shr.el (shr-get-background): Fix argument name.
8767
8768 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8771
8772         * gnus-sum.el (gnus-summary-include-articles): New function.
8773
8774         * message.el (message-goto-body): called-interactively-p needs a
8775         parameter, so use `any'.
8776
8777         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8778         clear marks before moving, since they're synced from the Gnus side
8779         first.
8780
8781         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8782         (gnus-summary-move-article): Copy over all marks before moving, so that
8783         IMAP doesn't think a new article has arrived.
8784
8785 2010-11-24  Julien Danjou  <julien@danjou.info>
8786
8787         * shr.el (shr-insert-background-overlay): Fix typo.
8788         (shr-render-td): Copy the background before rendering.
8789
8790         * shr-color.el (shr-color-visible): Fix docstring.
8791
8792         * shr.el (shr-tag-table): Add bgcolor support.
8793         (shr-render-td): Add bgcolor support.
8794         (shr-get-background): Add.
8795         (shr-insert-foreground-overlay): Use shr-get-background.
8796
8797         * message.el (message-goto-body): Use called-interactively-p.
8798         (message-in-body-p): message-goto-body returns point.
8799
8800 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8803         Fixes something or other in Emacs 23, and is backwards compatible.
8804
8805         * message.el (message-goto-body): Remove the <#secure special-casing,
8806         which is too special.
8807
8808         * shr.el (shr-parse-style): Drop !important from styles.
8809
8810 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8811
8812         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8813         this function to return incorrect results when calling it with an
8814         explicit article argument different from
8815         (gnus-summary-article-number).
8816
8817 2010-11-24  Julien Danjou  <julien@danjou.info>
8818
8819         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8820         (shr-tag-body): Add background support.
8821         (shr-descend): Add background support.
8822         (shr-tag-title): Add.
8823
8824         * shr-color.el (shr-color-visible): Really return original background
8825         if fixed.
8826
8827 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8828
8829         * shr.el (shr-color-check): Protect against non-existent color names.
8830
8831 2010-11-24  Julien Danjou  <julien@danjou.info>
8832
8833         * color-lab.el: Require 'cl when compiling.
8834
8835         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8836
8837         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8838         matched part.
8839
8840         * color-lab.el: Fix all expt calls to use float type.
8841
8842 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8845         expression to shr-color-check as is.
8846
8847         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8848
8849         * color-lab.el: Add coding cookie.
8850         (float-pi): Use eval-and-compile.
8851
8852         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8853         compiled for Emacsen having no `libxml-parse-html-region' support.
8854
8855 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * shr.el (shr-insert-color-overlay): Split stuff like
8858         "#444444 !important" to find the real color.
8859         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8860         parse <font color="red"> entries.
8861
8862 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8863
8864         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8865         point when parsing headers.
8866
8867         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8868         is positioned properly when parsing headers.
8869
8870 2010-11-23  Julien Danjou  <julien@danjou.info>
8871
8872         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8873
8874         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8875
8876         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8877
8878         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8879         Use shr-color-hue-to-rgb.
8880         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8881
8882 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * shr.el (shr-color->hexadecimal): Autoload.
8885         (shr-descend): Add color to all tags.
8886
8887 2010-11-22  Julien Danjou  <julien@danjou.info>
8888
8889         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8890         shr-color->hexadecimal.
8891
8892         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8893         RGB() or HSL() color representation.
8894
8895         * shr.el (shr-tag-font): Add.
8896         (shr-tag-color-check): New function to get better colors.
8897         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8898         tag-span.
8899
8900         * shr-color.el: New file.
8901
8902         * color-lab.el: New file.
8903
8904         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8905
8906 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8907
8908         * nnir.el: Fix typo in comments.
8909         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8910         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8911
8912 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913
8914         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8915
8916         * nnimap.el (nnimap-get-capabilities): Refactor out.
8917         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8918
8919 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8920
8921         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8922         appearing when `mm-uu-hide-markers' is nil.
8923
8924 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * nnimap.el (nnimap-unselect-group): Make into its own function.
8927         (nnimap-request-rename-group): Unselect group before renaming.
8928         This had gotten lost somewhere.
8929         (nnimap-request-accept-article): Keep track of examined groups, and
8930         unselect the group before APPENDing to read-only groups.
8931         (nnimap-request-move-article): Clear flags before moving so that they
8932         can be re-set later.
8933
8934 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8937         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8938
8939 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-art.el (gnus-mime-display-single):
8942         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8943         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8944         parameter.
8945
8946 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8949         (shr-table-vertical-line): New variable.
8950         (shr-insert-table): Use it.
8951
8952 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-html.el (gnus-html-wash-images): Don't display images if
8955         gnus-inhibit-images is non-nil; register displayer for cid images.
8956         (gnus-html-display-image): Work for cid image.
8957         (gnus-html-insert-image): Allow arguments.
8958         (gnus-html-put-image): Inhibit read-only.
8959         (gnus-html-prefetch-images): Don't prefetch images if
8960         gnus-inhibit-images is non-nil.
8961
8962 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * shr.el (shr-put-image): Break lines when inserting big pictures.
8965
8966 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8967
8968         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8969         sender, thanks Katsumi Yamaoka.
8970
8971 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8972
8973         * nnir.el (nnir-run-imap): Reverse the article list for each group
8974         rather than the whole list.
8975
8976 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * shr.el (shr-image-displayer): Protect function against non-existent
8979         image source.
8980
8981         * gnus-art.el (gnus-inhibit-images): New user option.
8982         (gnus-mime-display-single): Don't display image if it is non-nil.
8983
8984         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8985         gnus-inhibit-images.
8986
8987         * shr.el (shr-image-displayer): New function.
8988         (shr-tag-img): Use it.
8989
8990 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8991
8992         * mml2015.el (mml2015-epg-sign): Use From header.
8993
8994 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8997
8998         * gnus-util.el (gnus-find-text-property-region): Return markers.
8999
9000         * shr.el (shr-tag-img): Put a displayer in the text property.
9001
9002         * gnus-util.el (gnus-find-text-property-region): New utility function.
9003
9004         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9005         (gnus-html-show-images): Remove.
9006
9007         * gnus-art.el (gnus-article-show-images): New, more general function.
9008
9009         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9010         image url text properties.
9011
9012         * shr.el: Ditto.
9013
9014         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9015         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9016
9017 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9020         work for two or more articles.
9021
9022 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9025         divide an image that's in an html article to two or more when washing
9026         non-ASCII characters in alt text of it.
9027
9028 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9031         smime-decrypt-region using function argument.
9032         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9033
9034         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9035
9036         * smime.el (smime-decrypt-region): Catch it.
9037
9038 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9039
9040         * smime.el (smime-mode-map): Move initialization into declaration.
9041         (gnus-run-mode-hooks): Don't autoload.
9042         (smime-mode): Use define-derived-mode.
9043
9044 2010-11-11  Glenn Morris  <rgm@gnu.org>
9045
9046         * smime.el (from): Restrict declaration to XEmacs.
9047
9048         * nnir.el (gnus-group-topic-name): Autoload.
9049
9050 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * shr.el (shr-insert): Don't break long line if it is because of
9053         kinsoku-bol characters in the line end.
9054
9055 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9056
9057         * nnir.el (nnir-request-move-article): Fix to provide original group
9058         and subject.
9059         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9060         been retrieved.
9061
9062         * gnus-sum.el (gnus-summary-move-article): Use original group and
9063         subject for virtual articles such as those in an nnir summary buffer.
9064
9065 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9068         least 21.5).
9069
9070         * smime.el (from): Declare it again for XEmacs.
9071
9072 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * message.el (message-resend): Don't disable encoding unless it's
9075         already encoded.
9076
9077         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9078         low-numbered articles.
9079
9080 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * rfc2047.el (rfc2047-syntax-table): Simplify.
9083
9084         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9085
9086         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9087         set-char-table-range for XEmacs.
9088
9089 2010-11-10  Glenn Morris  <rgm@gnu.org>
9090
9091         * time-date.el (time-to-seconds): Always an alias on Emacs,
9092         never a real function.
9093         (with-no-warnings): Remove compat stub, now unused.
9094         (time-less-p): Doc fix.
9095         (time-to-number-of-days): Simplify.
9096
9097         * smime.el (from): Remove unused declaration.
9098
9099         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9100         (gnus-float-time): On Emacs, always an alias.
9101
9102         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9103         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9104
9105 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * dgnushack.el: Don't use ignore-errors in the top level form since it
9108         is unavailable in XEmacs even if cl is loaded.
9109
9110         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9111
9112 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * shr.el (browse-url-mailto): Autoload.
9115
9116         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9117
9118         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9119         regexp doesn't need quoting.
9120
9121 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9122
9123         * message.el (message-subject-trailing-was-ask-regexp)
9124         (message-subject-trailing-was-regexp): Match was: in addition to was.
9125
9126 2010-11-09  Glenn Morris  <rgm@gnu.org>
9127
9128         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9129         (nnbabyl-check-mbox): Use point-at-bol.
9130
9131 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9134
9135         * message.el (message-mailto): New function.
9136         (message-mailto): Should accept other parameters.
9137         (message-mailto): Remove since it duplicates browse-url-mailto
9138         functionality.
9139
9140 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9143         methods.
9144         (gnus-read-active-file): Ditto.
9145
9146         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9147         ": " from the prompt.
9148         (gnus-group-make-group): Ditto.
9149
9150 2010-11-07  Glenn Morris  <rgm@gnu.org>
9151
9152         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9153         (gnus-bookmark-kill-line): Use point-at-eol.
9154
9155 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9158         asterisks in From header.
9159
9160 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9163         string to avoid making the From headers syntactically invalid.
9164
9165         * message.el (message-send-mail): Don't insert courtesy messages if the
9166         message already has List-Post and List-ID messages.
9167
9168 2010-11-06  Glenn Morris  <rgm@gnu.org>
9169
9170         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9171         `condition', `type', `length' a prefix.
9172         (gnus-treat-predicate): Update for above name changes.
9173
9174 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9175
9176         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9177         binding.  Handled by `gnus-summary-refer-thread' instead.
9178         (nnir-warp-to-article): New backend function.
9179
9180         * nnimap.el (nnimap-request-thread): Force dependency updating.
9181
9182         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9183         (gnus-summary-refer-thread): Rework to improve thread-referral.
9184
9185         * gnus-int.el (gnus-warp-to-article): New function.
9186
9187         * gnus-sum.el (gnus-summary-article-map): Bind it.
9188
9189 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9190
9191         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9192         gnus-summary-refer-thread.
9193
9194         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9195         headers.
9196         (gnus-summary-limit-include-thread): Prevent articles in thread from
9197         being cut in gnus-cut-threads.
9198         (gnus-summary-refer-thread): Limit retrieved headers to those in
9199         thread.
9200
9201 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * message.el (message-send-mail): Use the value of
9204         message-courtesy-message from the message buffer.
9205
9206         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9207
9208         * shr.el (shr-browse-url): Implement mailto: URLs.
9209
9210         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9211         "raw".
9212
9213         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9214         if it's already selected.
9215
9216         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9217
9218 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9221         to measure the length and truncate alt text.
9222
9223 2010-11-03  Glenn Morris  <rgm@gnu.org>
9224
9225         * nndiary.el (nndiary-generate-nov-databases-1)
9226         (nndiary-generate-active-info): Rename dynamic variable `files' to
9227         something less generic.
9228
9229 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9230
9231         * nnir.el (nnir-request-move-article): Call the underlying backend to
9232         move articles from nnir.
9233
9234 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9237
9238 2010-11-02  Julien Danjou  <julien@danjou.info>
9239
9240         * nnir.el: Remove wais support.
9241
9242 2010-11-02  Glenn Morris  <rgm@gnu.org>
9243
9244         * gnus-html.el: Reorder requirements to quieten compiler.
9245
9246 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9249         properly for XEmacs as well.
9250         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9251         (gnus-article-natural-long-line-p): Use window-width rather than
9252         frame-width.
9253
9254 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9255
9256         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9257         (nnir-read-parms): Don't modify query.
9258         (nnir-run-query): Add ability to search topic on current line.
9259         (nnir-get-active): Clean up.
9260
9261 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9264         degenerate articles.
9265
9266         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9267         (gnus-print-buffer): Just print the buffer as is, without any copying
9268         to a buffer and then re-highlighting.
9269
9270         * nnimap.el (nnimap-request-group): Store the new updated info.
9271         (nnimap-request-group): Select the group when we don't know whether it
9272         exists or not.
9273
9274         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9275         groups.
9276
9277         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9278         groups.
9279
9280         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9281         groups.
9282
9283         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9284         long-lines case by only filling the long lines.
9285
9286         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9287         (bug#7311).
9288
9289 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * shr.el: No need to declare `declare-function' since shr.el is for
9292         only Emacsen that provide `libxml-parse-html-region'.
9293
9294         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9295         effective only in a file it is referred to.
9296
9297 2010-11-01  Glenn Morris  <rgm@gnu.org>
9298
9299         * mm-util.el (gnus-completing-read): Autoload.
9300         (mm-read-coding-system): Simplify Emacs definition.
9301
9302         * nnmail.el (gnus-activate-group):
9303         * nnimap.el (gnutls-negotiate):
9304         * nntp.el (netrc-parse): Fix declarations.
9305
9306 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9309         string-match-p in Emacs >=23.
9310
9311         * gnus-msg.el (gnus-configure-posting-styles):
9312         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9313
9314 2010-11-01  Glenn Morris  <rgm@gnu.org>
9315
9316         * nnir.el (declare-function): Add compat stub.
9317         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9318         (nnir-run-gmane): Require 'mm-url.
9319
9320         * mm-util.el (mm-string-to-multibyte): Simplify.
9321
9322         * shr.el (declare-function): Add compat stub.
9323         (url-cache-create-filename): Declare.
9324         (mm-disable-multibyte, widget-convert-button): Autoload.
9325
9326         * smime.el (ldap-search): Declare.
9327         (smime-cert-by-ldap-1): Require ldap on Emacs.
9328
9329         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9330         (nnimap-keepalive): Use gnus-float-time.
9331
9332         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9333         (mail-source-delete-crash-box): Use gnus-float-time.
9334
9335         * gnus-dired.el (gnus-completing-read): Autoload.
9336
9337         * mm-view.el (gnus-rescale-image): Autoload.
9338
9339         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9340
9341         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9342
9343         * sieve-manage.el: Require 'cl when compiling.
9344
9345         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9346         (gnus-iswitchb-completing-read): Require iswitchb.
9347         (gnus-select-frame-set-input-focus): Silence compiler.
9348
9349 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * message.el (message-subject-trailing-was-query): Change default to t,
9352         since I think that's what most people want.
9353
9354         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9355         appending for easier debugging.
9356         (nnimap-wait-for-connection): Take a regexp.
9357         (nnimap-request-accept-article): Wait for the continuation line before
9358         sending anything unless we're streaming.
9359
9360         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9361         leave the header washing to take place.
9362
9363 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9364
9365         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9366         regular expression match and replace in posting styles.
9367
9368 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9369
9370         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9371         an entire server.
9372         (nnir-get-active): New function.
9373         (nnir-run-imap): Use it.
9374         (nnir-run-gmane): Who knew, gmane search returns an article score!
9375
9376         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9377         server on the current line with nnir.
9378
9379 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9382         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9383         left edge.
9384         (gnus-article-foldable-buffer): Skip past the prefix when determining
9385         raggedness.
9386
9387         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9388         the raw article, and change `C-u g' to show the article without doing
9389         treatments.
9390
9391         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9392         on to `gnus-treat-article'.
9393         (gnus-inhibit-article-treatments): New variable.
9394
9395         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9396
9397         * gnus-art.el (gnus-treatment-function-alist): Have
9398         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9399         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9400         sections.
9401
9402         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9403         parameter.
9404         (gnus-article-fill-cited-long-lines): New function.
9405         (gnus-article-fill-cited-article): Allow filling only long sections.
9406
9407         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9408         and non-punctuation (like after the apostrophe in "'We").
9409
9410         * gnus-sum.el (gnus-summary-select-article): Make sure
9411         gnus-original-article-buffer is alive.
9412
9413         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9414         reflect the order they're in in the digest.
9415
9416         * gnus.el (gnus-group-startup-message): Move point to the start of the
9417         buffer.
9418
9419         * nnimap.el (nnimap-capability): New function.
9420         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9421         is set.
9422
9423 2010-10-31  David Engster  <dengste@eml.cc>
9424
9425         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9426         conform with changes to gnus-completing-read.
9427
9428 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9431
9432 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9433
9434         * nnir.el: Move defvar, defcustom around to keep file organized
9435         and keep byte-compiler quiet.
9436         (nnir-read-parms): Accept search-engine as arg.
9437         (nnir-run-query): Pass search-engine as arg.
9438         (nnir-search-engine): Remove.
9439
9440 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * shr.el (shr-generic): The text nodes should be text, not :text.
9443
9444         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9445         later in the file.
9446
9447 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9448
9449         * nnir.el: General clean up.  Allow searching with multiple engines.
9450         Allow separate extra-parameters for each engine.
9451         Batch queries when possible.
9452         (nnir-imap-default-search-key, nnir-method-default-engines):
9453         Add customize interface.
9454         (nnir-run-gmane): New engine.
9455         (nnir-engines): Use it.  Qualify all prompts with engine name.
9456         (nnir-search-engine): Remove global variable.
9457         (nnir-run-hyrex): Restore for now.
9458         (nnir-extra-parms, nnir-search-history): New variables.
9459         (gnus-group-make-nnir-group): Use them.
9460         (nnir-group-server): Remove in favor of gnus-group-server.
9461         (nnir-request-group): Avoid searching twice.
9462         (nnir-sort-groups-by-server): New function.
9463
9464 2010-10-30  Julien Danjou  <julien@danjou.info>
9465
9466         * gnus-group.el: Remove gnus-group-fetch-control.
9467
9468         * gnus-start.el (gnus-find-new-newsgroups):
9469         Remove gnus-check-first-time-used.
9470
9471         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9472
9473 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9474
9475         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9476         set on groups that don't have \* permanentflags.
9477
9478 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9481         control the background color.
9482         (shr-tag-img): Ignore very small web bug type images.
9483         (shr-put-image): Add help-echo alt texts to the images.
9484         (shr-tag-video): Show the video poster image.
9485
9486 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * shr.el (shr-table-depth): New variable.
9489         (shr-tag-table-1): Only insert the images after the top-level table.
9490
9491         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9492
9493         * gnus-util.el (gnus-list-memq-of-list): New function.
9494
9495         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9496         selected.
9497         (nnimap-unsplittable-articles): New slot.
9498         (nnimap-new-articles): Use it.
9499
9500 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9501
9502         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9503         move to the previous line on `M-g'.
9504
9505 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9508         *-request-group, which seems unnecessary.
9509
9510         * nnimap.el (nnimap-quote-specials): Function copied over from
9511         imap.el.
9512         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9513         they support that.  Suggested by Tom Regner.
9514
9515 2010-10-29  Julien Danjou  <julien@danjou.info>
9516
9517         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9518         defalias.
9519         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9520
9521         * gnus.el: Remove `gnus-nntp-service' variable.
9522         (gnus-secondary-servers): Make obsolete.
9523         (gnus-nntp-server): Make obsolete.
9524
9525         * gnus-start.el (gnus-1): Remove x-splash calls.
9526
9527         * gnus-ems.el (gnus-x-splash): Remove.
9528
9529         * gnus.el (gnus-group-startup-message): Simplify/update code.
9530
9531         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9532         definition.
9533
9534         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9535         capability before doing anything.
9536         (gnus-group-insert-group-line): Remove useless
9537         gnus-group-remove-excess-properties.
9538
9539 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9542
9543 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9546         config after reselecting.
9547
9548 2010-10-28  Julien Danjou  <julien@danjou.info>
9549
9550         * shr.el (shr-put-image): Use point even if only inserting text.
9551         (shr-put-image): Save excursion when inserting alt text on non-graphic
9552         display, so the behavior is the same when we are on a graphic display.
9553
9554         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9555
9556 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9559         (gnus-mime-copy-part): Check coding system, not charset.
9560         (gnus-mime-view-part-externally): Never remove part.
9561         (gnus-mime-view-part-internally): Don't remove part here.
9562         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9563         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9564         multipart/alternative.
9565
9566         * mm-decode.el (mm-display-part): Take optional arg `force'.
9567
9568 2010-10-26  Julien Danjou  <julien@danjou.info>
9569
9570         * gnus-group.el (gnus-group-default-list-level): Add this function to
9571         compute the default list level.
9572         (gnus-group-default-list-level): Add possibility to use a function.
9573
9574 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9577
9578         * gnus-group.el (gnus-group-completing-read)
9579         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9580         gnus-replace-in-string.
9581
9582 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * shr.el (shr-tag-div): Add.
9585
9586         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9587
9588 2010-10-25  Julien Danjou  <julien@danjou.info>
9589
9590         * gnus-util.el: Remove `gnus-with-local-quit'.
9591
9592         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9593
9594 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595
9596         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9597         the original article buffer.
9598
9599 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * nnimap.el (nnimap-request-head): New function.
9602         (nnimap-request-move-article): Try to be slightly faster by not
9603         requesting the entire message when moving.
9604         (nnimap-transform-headers): Don't bug out on bodiless articles.
9605         (nnimap-send-command): Have no outstanding messages if the IMAP server
9606         doesn't support streaming.
9607         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9608
9609 2010-10-24  Julien Danjou  <julien@danjou.info>
9610
9611         * message.el (message-default-headers): Fix type.
9612
9613 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9616         prefetching images.
9617
9618         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9619         backend for unknown groups.  This is mainly useful for nnimap groups.
9620
9621         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9622         group isn't covered by the agent.
9623
9624 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9625
9626         * nnir.el (nnir-method-default-engines): New variable.
9627         (nnir-run-query): Use it.
9628         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9629         (gnus-summary-nnir-goto-thread): Change group if needed.
9630
9631         * gnus-group.el (gnus-group-group-map): Add key binding for
9632         gnus-group-make-nnir-group.
9633
9634 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * shr.el (shr-tag-object): Add.
9637
9638         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9639         original article buffer live.
9640         (gnus-summary-select-article-buffer):
9641         Mention gnus-widen-article-buffer.
9642
9643 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * shr.el (shr-tag-strong): Add.
9646
9647 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9650         group names.  They mess up the group buffer badly.
9651
9652         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9653
9654         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9655         instead of the summary one.
9656
9657 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * mml.el (mml-preview): Work properly when editing article.
9660
9661         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9662         gnus-have-read-active-file if it's already been in.
9663
9664 2010-10-22  Tom Tromey  <tromey@redhat.com>
9665
9666         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9667         gnus-group-completing-read.
9668
9669 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * message.el (message-mode-map): Don't bind M-; to comment region, to
9672         allow the global comment-dwim to work.
9673
9674 2010-10-21  Julien Danjou  <julien@danjou.info>
9675
9676         * message.el (message-setup-1): Allow message-default-headers to be a
9677         function.
9678
9679 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * shr.el (shr-tag-table): Simplify.
9682
9683 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9686         to avoid trying to snarf invalid stuff.
9687
9688         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9689
9690         * gnus.el (gnus-message-archive-group): Quote value.
9691         (gnus-message-archive-group): Mark as changed.
9692
9693         * shr.el (shr-add-font): Don't put the font properties on the newline
9694         or the indentation.
9695
9696         * message.el (message-fix-before-sending): Change options when sending
9697         non-printable characters.
9698
9699         * gnus.el (gnus-message-archive-method): Change the default to
9700         monthly outgoing groups.
9701
9702         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9703         that have gotten new numbers.
9704
9705         * nnimap.el (nnimap-request-replace-article): New function.
9706
9707 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9710         (nnrss-request-article): Don't use special html washing code.
9711
9712 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * shr.el (shr-tag-table): Remove useless nconc.
9715
9716 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717
9718         * gnus-art.el (article-wash-html): Simplify and remove the charset
9719         stuff.  Use the normal html rendering code instead of the special html
9720         washing code.
9721
9722         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9723         `gnus-w3m' symbols.
9724         (mm-text-html-washer-alist): Remove.
9725
9726         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9727         (mm-inline-media-tests): Remove use.
9728         (mm-text-html-renderer): Change default to the `shr' symbol.
9729
9730         * mm-view.el (mm-inline-text-html): Remove use.
9731
9732         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9733         `gnus-blocked-images' to be a function.
9734         (gnus-article-wash-function): Remove.
9735
9736 2010-10-20  Julien Danjou  <julien@danjou.info>
9737
9738         * spam.el (spam-list-of-processors): Mark as obsolete.
9739
9740         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9741         (nnimap-insert-partial-structure): Fix boundary detection.
9742
9743 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9744
9745         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9746         run file-truename on remote files.  This can be expensive and even
9747         prevent one from editing drafts if some unrelated buffer has a stale
9748         connection.
9749
9750 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9753         kinsoku-eol regardless of shr-kinsoku-shorten.
9754         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9755         (shr-tag-table): Support caption, thead, and tfoot.
9756
9757 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9760         lines.
9761         (shr-save-contents): New command and keystroke.
9762
9763         * nndoc.el (nndoc-type-alist): Add git support.
9764         (nndoc-git-type-p): New function.
9765         (nndoc-transform-git-article): Ditto.
9766         (nndoc-transform-git-headers): Ditto.
9767         (nndoc-transform-git-headers): Generate Subject headers.
9768
9769         * shr.el (shr-parse-style): New function.
9770         (shr-tag-span): Ditto.
9771
9772         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9773         to `G G' to avoid collisions.
9774
9775 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * shr.el: Load kinsoku if necessary.
9778         (shr-kinsoku-shorten): New internal variable.
9779         (shr-find-fill-point): Make kinsoku shorten text line if
9780         shr-kinsoku-shorten is bound to non-nil.
9781         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9782         shr-indentation too when testing if table is wider than frame width.
9783         (shr-insert-table): Use `string-width' instead of `length' to measure
9784         text width.
9785         (shr-insert-table-ruler): Make sure indentation is done at bol.
9786
9787 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9788
9789         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9790         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9791         undecoded network data.
9792
9793 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9796         name in the mode line spec so that the mode line menu works
9797         (bug#2431).
9798
9799         * message.el (message-get-reply-headers): If we're fed `to-address',
9800         then always use that.
9801
9802         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9803         aren't so wide as to need to switch off the edit menu.
9804
9805         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9806         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9807
9808         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9809         `M-g'.
9810         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9811         the permanent marks.
9812
9813 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9814
9815         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9816         Splitting according to references/in-reply-to obeys the ignore-groups
9817         variable, while splitting by sender and subject do not.
9818
9819 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9822         alist, so that we can look for non-Unicode chars.
9823         (article-translate-strings): Allow both character and string maps.
9824
9825 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * shr.el (shr-insert): Don't insert space behind a wide character
9828         categorized as kinsoku-bol, or between characters both categorized as
9829         nospace.
9830
9831 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9832
9833         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9834         headers to gnus-newsgroup-headers.
9835
9836 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * shr.el (shr-tag-img): Don't align images -- since we're not
9839         rescaling, this often leads to ugly displays.
9840
9841 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9842
9843         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9844         duplicates.
9845
9846 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9847
9848         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9849         call.
9850
9851 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * gnus.el: Autoload gnus-html-show-images.
9854
9855         * nnimap.el: Use nnheader-message throughout.
9856
9857         * shr.el (shr-tag-img): Ignore images with no data.
9858
9859 2010-10-15  Julien Danjou  <julien@danjou.info>
9860
9861         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9862         a possibility to disable format=flow encoding when using hard newlines.
9863
9864 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * shr.el (shr-insert): Remove space inserted before or after a
9867         breakable character or at the beginning or the end of a line.
9868         (shr-find-fill-point): Do kinsoku; find the second best point or give
9869         it up if there's no breakable point.
9870
9871 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * nnimap.el (nnimap-open-connection): Message when opening connection
9874         for debugging purposes.
9875
9876         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9877         on every setup buffer call to allow this to change from article to
9878         article.
9879
9880         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9881         buffers where we have a wide table.
9882
9883 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9884
9885         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9886         uses *-request-thread.
9887
9888 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9891         incantation, which is no longer valid.
9892
9893 2010-10-14  Julien Danjou  <julien@danjou.info>
9894
9895         * shr.el: Fix defcustom type (char -> character).
9896
9897 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9898
9899         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9900         programs.
9901
9902 2010-10-14  Julien Danjou  <julien@danjou.info>
9903
9904         * shr.el (shr-tag-a): Use url-link as widget type.
9905
9906         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9907         `gnus-group-get-icon'.
9908
9909 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910
9911         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9912         This should make server editing work better.
9913
9914         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9915
9916         * tls.el (tls-program): Remove spurious %s from openssl.
9917
9918         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9919         (nnimap-parse-flags): Fix regexp.
9920
9921         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9922         probably work for CJVK text, too.
9923
9924         * nnimap.el (nnimap-extend-tls-programs): Remove.
9925         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9926
9927         * tls.el (tls-starttls-switches): Remove starttls hack.
9928         (open-tls-stream): Ditto.
9929         (tls-find-starttls-argument): Ditto.
9930
9931 2010-10-13  Julien Danjou  <julien@danjou.info>
9932
9933         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9934         responses.
9935
9936 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9939
9940         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9941         anything in Emacs.
9942
9943         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9944
9945 2010-10-13  Julien Danjou  <julien@danjou.info>
9946
9947         * shr.el (shr-width): Make shr-width a defcustom with default to
9948         fill-column.
9949         (shr-tag-img): Use shr-width rather than fill-column.
9950
9951 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * dgnushack.el (byte-optimize-apply):
9954         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9955
9956         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9957         position when (X-)Faces exist.
9958         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9959         avatars when called interactively.
9960
9961 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9964         gnus-article-x-face-too-ugly is bound.
9965
9966 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9969
9970         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9971         mailbox that doesn't exist.
9972
9973 2010-10-12  Julien Danjou  <julien@danjou.info>
9974
9975         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9976         (shr-get-image-data): Encode URL properly when fetching from cache.
9977         (shr-tag-img): Use aligned-to spaces to align correctly images.
9978
9979         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9980         before inserting the Gravatar.
9981
9982         * shr.el (shr-tag-img): Add align attribute support for <img>.
9983
9984 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9985
9986         * gnus-gravatar.el (gnus-art): Require.
9987
9988         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9989         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9990         Remove long obsoleted functions.
9991
9992 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9995
9996         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9997
9998         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9999         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10000         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10001         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10002         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10003         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10004         * sieve-manage.el, smime.el, spam.el:
10005         Fix comment for declare-function.
10006
10007 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * nnimap.el (nnimap-request-rename-group): Select group read-only
10010         before renaming it.
10011
10012         * shr.el (shr-insert): Fix up the white space only regexp.
10013
10014         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10015         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10016
10017         * shr.el (shr-current-column): New function.
10018         (shr-find-fill-point): New function.
10019
10020 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10021
10022         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10023         numbers.
10024
10025 2010-10-11  Julien Danjou  <julien@danjou.info>
10026
10027         * shr.el (shr-hr-line): Add.
10028         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10029         display hr lines.
10030         (shr-max-columns): Do not change state to nil if we just inserting
10031         spaces.
10032
10033 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10036         select the last group.
10037
10038 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10039
10040         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10041
10042 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10043
10044         * dig.el (dig-mode-map): Declare and define in one step.
10045
10046 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10049         for Gnus.
10050         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10051         (nnimap-update-qresync-info): Mark \Seen articles as read.
10052
10053         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10054         non-variable, too.
10055
10056         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10057         available.
10058         (nnimap-update-info): Rely more on the current active than the param
10059         active to avoid marking articles as read too much.
10060
10061         * auth-source.el (auth-source-create): Use (user-login-name) for the
10062         user name default.
10063
10064         * nnimap.el (nnimap-update-info): If the server doesn't return any
10065         useful info, just use the previous info.
10066         (nnimap-update-info): Prefer old info over start-article.
10067         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10068
10069 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10070
10071         * nnir.el (autoload): Clean up autoloads.
10072         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10073         Use key rather than value.
10074         (nnir-imap-search-other): New variable.
10075         (nnir-read-parm): Use it.
10076         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10077         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10078
10079 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10080
10081         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10082         the process, too.
10083
10084 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10085
10086         * spam.el (gnus-summary-mode-map): Bind to "$".
10087         Suggested by Russ Allbery.
10088
10089         * shr.el: Rework the way things are indented by <li> slightly.
10090
10091         * gnus.el (gnus-group-set-parameter): Fix typo.
10092
10093         * nnimap.el: Start implementing QRESYNC support.
10094
10095 2010-10-09  Julien Danjou  <julien@danjou.info>
10096
10097         * nnir.el (nnir-engines): Fix too many arguments.
10098
10099 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10102         group is the "last", so that the backends like nnfolder actually save
10103         their folders.
10104
10105         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10106         try to use that for the tls stream.
10107         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10108         UIDVALIDITY and find out which groups are read-only and not.
10109         (nnimap-get-flags): Use the same marks parsing code as the rest of
10110         nnimap.
10111
10112 2010-10-09  Julien Danjou  <julien@danjou.info>
10113
10114         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10115
10116         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10117         retrieving gravatars.
10118
10119         * shr.el (shr-table-corner): Add.
10120         (shr-table-line): Add.
10121         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10122
10123 2010-10-08  Julien Danjou  <julien@danjou.info>
10124
10125         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10126
10127 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10128
10129         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10130
10131         * gnus-sum.el (gnus-mark-article-as-unread)
10132         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10133         (gnus-summary-set-bookmark): Use it.
10134
10135         * gnus-msg.el (gnus-setup-message): Use it.
10136
10137         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10138
10139         * gnus.el (gnus-group-remove-parameter): Use it.
10140
10141         * gnus-group.el (gnus-group-make-web-group): Use it.
10142
10143         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10144
10145         * nnregistry.el: Update docs to mention manual.
10146
10147         * gnus-registry.el: Update docs to mention nnregistry.el.
10148         (gnus-registry-initialize): Don't install nnregistry refer method
10149         automatically.
10150         (gnus-registry-install-nnregistry): Remove it.
10151
10152 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * shr.el (shr-insert): Don't insert double spaces.
10155
10156 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-gravatar.el (gnus-treat-from-gravatar)
10159         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10160         called interactively.
10161
10162         * gnus-art.el (gnus-mime-view-part-externally)
10163         (gnus-mime-view-part-internally): Make predicate function passed to
10164         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10165         of a mime type.
10166
10167         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10168
10169 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * shr.el (require): Require cl when compiling.
10172         (shr-tag-hr): New function.
10173
10174         * nnimap.el (nnimap-update-info): Remove double setting of high.
10175         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10176         This makes nnimap work properly on Courier again.
10177
10178         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10179         the variable for backwards compatibility.
10180
10181         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10182         the file name before using to avoid setting mm-default-directory to
10183         nil.
10184
10185         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10186         bidning gnus-agent variables.
10187
10188         * shr.el (shr-render-td): Use a cache for the table rendering function
10189         to avoid getting an exponential rendering behavior in nested tables.
10190         (shr-insert): Rework the line-breaking algorithm.
10191         (shr-insert): Don't leave trailing spaces.
10192         (shr-insert-table): Also insert empty TDs.
10193         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10194
10195 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10196
10197         * gnus-sum.el (gnus-number): Rename from `number'.
10198         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10199         (gnus-summary-limit-children): Update uses correspondingly.
10200
10201 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10204         (gnus-gravatar-transform-address): Don't show avatars of people of
10205         which mail addresses match gnus-gravatar-too-ugly.
10206
10207 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10208
10209         * shr.el (shr-table-widths): Expand TD elements to fill available
10210         space.
10211
10212 2010-10-07  Julien Danjou  <julien@danjou.info>
10213
10214         * nnimap.el (nnimap-request-rename-group): Add this method.
10215
10216 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10219         name from XEmacs' function-arglist.
10220
10221         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10222         gravatar under XEmacs.
10223
10224 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10225
10226         * auth-source.el: Update docs with TODO items.
10227
10228         * gnus-sync.el: Update docs to explain state and plans.
10229
10230         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10231         Hooks for mark updates.
10232         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10233
10234         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10235         hooks with arguments, which is needed for mark update hooks.
10236
10237 2010-10-06  Julien Danjou  <julien@danjou.info>
10238
10239         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10240         was matched.
10241
10242         * sieve-manage.el: Update example in `Commentary'.
10243
10244         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10245
10246         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10247         not 2000.
10248         (sieve-manage-authenticate): Re-add function.
10249
10250 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * shr.el (shr-insert): Get 'space transition right.
10253         (shr-render-td): Only delete space at the end of the TD.
10254
10255         * nnimap.el (nnimap-open-connection): Prepare to support
10256         open-gnutls-stream.
10257
10258         * shr.el: Rearrange function order to be more logical.
10259
10260 2010-10-06  Julien Danjou  <julien@danjou.info>
10261
10262         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10263         (nnrss-discover-feed): Remove 404 URL in docstring.
10264
10265         * nnir.el: Fix Swish-E URL.
10266         Fix Namazu URL.
10267
10268         * message.el (message-change-subject): Remove 404 URL in a comment.
10269
10270 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10273         called interactively.
10274
10275         * gnus-util.el (gnus-remove-if): Allow hash table.
10276         (gnus-remove-if-not): New function.
10277
10278         * gnus-art.el (gnus-mime-view-part-as-type):
10279         * gnus-score.el (gnus-summary-score-effect):
10280         * gnus-sum.el (gnus-read-move-group-name):
10281         Replace remove-if-not with gnus-remove-if-not.
10282
10283         * gnus-group.el (gnus-group-completing-read):
10284         Regard collection as a hash table if it is not a list.
10285
10286 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10289
10290         * shr.el: Document the table-rendering algorithm.
10291
10292 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10295         for Emacsen having no `libxml-parse-html-region' support.
10296
10297 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10300         invalid URLs.
10301
10302         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10303         line-broken.
10304         (shr-tag-img): Ignore image fetching errors.
10305         (shr-overlays-in-region): Compute overlay positions correctly.
10306
10307         * mm-decode.el (mm-shr): Require shr.
10308
10309         * gnus-art.el (gnus-blocked-images): Move variable here.
10310
10311         * shr.el (shr-insert-table): Bind free variable.
10312
10313         * mm-decode.el (mm-shr): Bind shr-content-function.
10314
10315         * shr.el (shr-content-function): New variable.
10316
10317         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10318         added for symmetry.
10319
10320         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10321
10322         * gnus-group.el (gnus-group-make-group): Doc fix.
10323
10324         * nnimap.el (nnimap-request-newgroups): Return success.
10325
10326         * shr.el (shr-find-elements): New function.
10327         (shr-tag-table): Put all the images after the table.
10328         (shr-tag-table): Really inhibit images inside the table.
10329         (shr-collect-overlays): Copy over overlays from the TD elements to the
10330         main document.
10331
10332         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10333         gnus-blocked-images.
10334
10335 2010-10-05  Julien Danjou  <julien@danjou.info>
10336
10337         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10338
10339         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10340         (gnus-html-maximum-image-size): Add this function.
10341         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10342
10343         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10344         server-value of the capability is nil.
10345
10346 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * shr.el (shr-tag-em): Add <EM> tag.
10349
10350 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10351
10352         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10353         customizable.
10354
10355         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10356         handing broken links to browse-url.
10357
10358 2010-10-05  Julien Danjou  <julien@danjou.info>
10359
10360         * gnus-util.el (gnus-emacs-completing-read)
10361         (gnus-iswitchb-completing-read): Use autoload rather than require.
10362
10363 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10366         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10367         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10368         iswitchb-temp-buflist for XEmacs.
10369
10370         * gnus-util.el (gnus-completing-read-function): Exclude
10371         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10372         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10373         XEmacs.
10374
10375         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10376         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10377
10378         * gnus-html.el: Don't require help-fns under XEmacs.
10379         (gnus-html-schedule-image-fetching): Work for XEmacs.
10380
10381         * mm-decode.el (mm-shr): Decode contents by charset.
10382
10383 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10386         unknown.
10387
10388         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10389         (shr-get-image-data): Ensure against the cache file missing.
10390
10391         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10392         for data.
10393
10394         * spam-report.el (spam-report-url-ping-plain): Don't query about
10395         killing the process.
10396
10397         * shr.el (shr-render-td): Protect against too-wide text.
10398
10399 2010-10-04  Julien Danjou  <julien@danjou.info>
10400
10401         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10402         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10403
10404         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10405         retrieved.
10406
10407 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * shr.el (browse-url): Require.
10410         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10411         lines.
10412         (shr-show-alt-text, shr-browse-image): New commands.
10413         (shr-browse-url, shr-copy-url): New commands.
10414
10415         * gnus-sum.el (gnus-widen-article-window): New variable.
10416         (gnus-summary-select-article-buffer): Use it.
10417
10418         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10419         without @ signs.
10420
10421 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10422
10423         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10424
10425 2010-10-04  Julien Danjou  <julien@danjou.info>
10426
10427         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10428         for XEmacs.
10429
10430 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10433
10434         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10435         (nnimap-close-server): Implement.
10436
10437         * dgnushack.el (iswitchb): Require to shut up the compiler.
10438
10439         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10440         (shr-insert): Tweak line breaking.
10441         (shr-insert): Handle <pre> better.
10442         (shr-tag-li): Get <li> indentation right.
10443         (shr-tag-li): Get <li> indentation even righter.
10444         (shr-tag-blockquote): Ensure paragraph start.
10445         (shr-make-table): Tweak table generation.
10446         (shr-make-table): Fix typo.
10447
10448         * shr.el: Implement table rendering.
10449
10450 2010-10-04  Julien Danjou  <julien@danjou.info>
10451
10452         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10453
10454 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * shr.el (shr-insert): Use string anchors instead of line anchors.
10457
10458 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459
10460         * shr.el: Add headings.
10461         (shr-ensure-paragraph): Actually work.
10462         (shr-tag-li): Make <ul> prettier.
10463         (shr-insert): Get white space at the beginning/end of elements right.
10464         (shr-tag-p): Collapse subsequent <p>s.
10465         (shr-ensure-paragraph): Don't insert double line feeds after blank
10466         lines.
10467         (shr-insert): \t is also space.
10468         (shr-tag-s): Fix "s" tag name function.
10469         (shr-tag-s): Fix face prop name.
10470
10471 2010-10-03  Julien Danjou  <julien@danjou.info>
10472
10473         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10474
10475         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10476         gnus-window-inside-pixel-edges.
10477
10478         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10479         gnus-ems.
10480
10481         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10482
10483         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10484         function.
10485
10486         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10487         resize choice.
10488
10489 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10492         beginning of the buffer.
10493
10494         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10495         article buffer again.
10496
10497         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10498
10499         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10500         when it's at the start of the buffer.
10501
10502         * shr.el (shr-tag-blockquote): Convert name.
10503         (shr-rescale-image): Use the right image-size variant.
10504
10505         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10506         buffer isn't shown, then select the current article first instead of
10507         bugging out.
10508         (gnus-summary-select-article-buffer): Show both the article and summary
10509         buffers again.
10510
10511         * shr.el (shr-fontize-cont): Protect against regions with no text.
10512         Rename tag functions to shr-tag-* for enhanced security.
10513         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10514
10515 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10516
10517         * shr.el (shr-insert):
10518         * pop3.el (pop3-movemail):
10519         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10520         loaded.
10521
10522 2010-10-03  Glenn Morris  <rgm@gnu.org>
10523
10524         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10525
10526         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10527
10528         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10529
10530         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10531
10532         * gnus-util.el (gnus-make-local-hook): Simplify.
10533
10534 2010-10-02  Julien Danjou  <julien@danjou.info>
10535
10536         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10537         (gnus-ido-completing-read): New function.
10538         (gnus-emacs-completing-read): New function.
10539         (gnus-completing-read): Use gnus-completing-read-function.
10540         Add gnus-completing-read-function.
10541
10542 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * shr.el (shr-insert-document): Autoload.
10545         (shr-img): Be silent.
10546         (shr-insert): Add a newline after every picture before text.
10547         (shr-add-font): Use overlays for combining faces.
10548         (shr-insert): Pass upwards the text start point.
10549
10550         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10551         possible.
10552         (mm-shr): New function.
10553
10554 2010-10-02  Julien Danjou  <julien@danjou.info>
10555
10556         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10557         should go backward.
10558
10559 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10560
10561         * shr.el (shr): Fix typo in provide call.
10562
10563 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * shr.el: New file.
10566
10567         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10568
10569         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10570         completing read.
10571
10572 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10575         we're being queried about.  Suggested by Dan Jacobson.
10576
10577         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10578         Suggested by Jason Eisner.
10579
10580         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10581         table, too.  Suggested by Stefan Wiens.
10582         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10583         the table unnecessary.  Suggested by Stefan Wiens.
10584
10585         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10586         longer needed, and probably doesn't work either, as pointed out by
10587         Stefan Wiens.
10588         (gnus-summary-exit): Remove call to the clearing function.
10589         (gnus-summary-exit-no-update): Ditto.
10590
10591         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10592         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10593         Reported by Stefan Monnier.
10594         (gnus-summary-save-in-rmail): Ditto.
10595
10596         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10597         article buffer, instead of both the article buffer and the summary
10598         buffer.  Sort of suggested by Dan Jacobson.
10599
10600         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10601
10602         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10603         Suggested by Dan Jacobson.
10604
10605         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10606         documentation clearer.
10607
10608         * message.el (message-shorten-references): Comment on the number "21".
10609         Suggested by Stefan Monnier.
10610
10611         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10612         Suggested by Dan Jacobson.
10613
10614         * gnus.el (gnus-large-newsgroup):
10615         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10616
10617         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10618         externalize attachments.  Bug reported by Steve Wen.
10619
10620         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10621         really message anything to the user.
10622
10623         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10624         directly.
10625
10626         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10627         messages in empty groups.
10628
10629 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10630
10631         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10632         non-UIDNEXT group.
10633
10634 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10637         not the value from the collection.
10638
10639         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10640         values.  This sometimes happens on some groups that have no info.
10641         (nnimap-request-newgroups): New function.
10642
10643 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10644
10645         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10646         check into `gnus-registry-initialize'.
10647         (gnus-registry-initialize): Ditto.
10648         Fix and extend header docs.
10649
10650 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651
10652         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10653         regexp backtrace overflows.
10654
10655         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10656         for starttls that tls.el implements; i.e. openssl.
10657
10658         * tls.el (tls-starttls-switches): Give up on using starttls with
10659         gnutls-cli.
10660         (tls-program): Add --insecure to be consistent with the defaults from
10661         openssl s_client.  Now all three commands are insecure.
10662
10663 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * lpath.el: Bind completion-styles-alist for XEmacs.
10666
10667         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10668         (gravatar-create-image): New function that's an alias to
10669         gnus-xmas-create-image, gnus-create-image, or create-image.
10670         (gravatar-data->image): Use it.
10671
10672 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10673
10674         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10675         install the nnregistry refer method.
10676         (gnus-registry-install-hooks): Use it.
10677         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10678         unfollowed groups.
10679
10680 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10681
10682         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10683         expanding threads.
10684
10685 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * nnir.el: Use the server names without suffixes (bug#7009).
10688
10689         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10690         unencrypted to STARTTLS, if possible.
10691
10692 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10693
10694         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10695         headers before superseding.
10696
10697 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * nnrss.el (nnrss-use-local): Add documentation.
10700
10701         * nnimap.el (nnimap-extend-tls-programs): New function.
10702         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10703         (nnimap-wait-for-connection): Accept the greeting from the stupid
10704         output from openssl s_client -starttls, too.
10705
10706         * tls.el (tls-starttls-switches): New variable.
10707         (tls-find-starttls-argument): Use it.
10708         (open-tls-stream): Ditto.
10709
10710         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10711         (netrc-machine): Ditto.
10712
10713         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10714         article number.
10715         (nnimap-split-fancy): New variable.
10716         (nnimap-split-incoming-mail): Use it.
10717
10718         * nntp.el (nntp-server-list-active-group): Document.
10719
10720         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10721         SELECT to get the message-id.
10722
10723         * mail-source.el (mail-sources): Remove webmail support.
10724         (defvar): Ditto.
10725         (mail-source-fetcher-alist): Ditto.
10726         (mail-source-fetch-webmail): Remove.
10727
10728         * webmail.el: Remove -- doesn't seem relevant any more.
10729
10730         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10731
10732         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10733         the \r.
10734
10735 2010-09-30  Julien Danjou  <julien@danjou.info>
10736
10737         * gnus-agent.el (gnus-agent-add-group): Fix call to
10738         gnus-completing-read.
10739
10740 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * nndoc.el (nndoc-retrieve-groups): New function.
10743
10744         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10745         `default', use nnmail-split-methods.
10746         (nnimap-request-article): Downcase the NILs so that they are nil.
10747
10748         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10749         symbol.
10750
10751         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10752         code, since if the user has requested network, that's what they ought
10753         to get.
10754         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10755         (nnimap-split-rule): Mark as obsolete.
10756
10757         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10758         New variable.
10759
10760         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10761         correct slot, too.
10762
10763 2010-09-29  Julien Danjou  <julien@danjou.info>
10764
10765         * gnus.el (gnus-local-domain): Declare variable obsolete.
10766
10767         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10768         Fix history computing.
10769         (gnus-ido-completing-read): Require ido.
10770
10771 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10774         build Gnus.
10775
10776         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10777         when interpreting the structures.
10778         (nnimap-request-accept-article): Add \r\n to the lines to make this
10779         work with Cyrus.
10780
10781         * nndraft.el (nndraft-request-expire-articles): Use the group name
10782         instead if "nndraft".  Fix found by Nils Ackermann.
10783
10784 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10785
10786         * nnregistry.el: Add.
10787
10788 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10789
10790         * nnmail.el (group, group-art-list, group-art):
10791         Remove unneeded directives.
10792
10793 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10796         (mm-mime-charset):
10797         * rfc2047.el (rfc2047-syntax-table):
10798         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10799
10800         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10801         rather than `insert-file-contents' and `eval-region'.
10802
10803         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10804         construction.
10805
10806         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10807
10808         * time-date.el: No need to require cl for Emacs 21.
10809
10810 2010-09-29  Julien Danjou  <julien@danjou.info>
10811
10812         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10813         replacement of `gnus-gravatar-relief' to mimic
10814         `gnus-faces-properties-alist'.
10815         Add :version property.
10816
10817 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * mail-source.el (mail-source-report-new-mail):
10820         * message.el (message-default-mail-headers):
10821         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10822
10823         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10824
10825 2010-09-28  Julien Danjou  <julien@danjou.info>
10826
10827         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10828         mail-address contains the same string as real-name.
10829
10830         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10831         non-blank in header, otherwise it'll get stripped.
10832
10833         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10834         real-name, and then for mail address rather than doing : or , search.
10835
10836 2010-09-27  Julien Danjou  <julien@danjou.info>
10837
10838         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10839         right completing-read function.
10840         (gnus-use-ido): New variable
10841         (gnus-completing-read-with-default): Remove.
10842         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10843         (gnus-agent-add-group):
10844         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10845         * mm-view.el (mm-view-pkcs7-decrypt):
10846         * mm-util.el (mm-codepage-setup):
10847         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10848         * mml-smime.el (mml-smime-openssl-sign-query):
10849         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10850         (mml-insert-multipart):
10851         * gnus-msg.el (gnus-summary-yank-message):
10852         * gnus-int.el (gnus-start-news-server):
10853         * mm-decode.el (mm-interactively-view-part):
10854         * gnus-dired.el (gnus-dired-attach):
10855         * gnus.el (gnus-read-method):
10856         * gnus-bookmark.el (gnus-bookmark-jump):
10857         * gnus-art.el (gnus-mime-view-part-as-type)
10858         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10859         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10860         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10861         * nnmairix.el (nnmairix-create-server-and-default-group)
10862         (nnmairix-update-groups, nnmairix-get-server)
10863         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10864         (nnmairix-get-group-from-file-path):
10865         * nnrss.el (nnrss-find-rss-via-syndic8):
10866         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10867         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10868         (gnus-group-browse-foreign-server):
10869         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10870         (gnus-summary-execute-command, gnus-summary-respool-article)
10871         (gnus-read-move-group-name):
10872         * gnus-score.el (gnus-summary-increase-score)
10873         (gnus-summary-score-effect):
10874         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10875
10876 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10879         x-focus-frame.
10880
10881         * nnimap.el (auth-source-forget-user-or-password)
10882         (auth-source-user-or-password): Autoload.
10883
10884         * message.el (message-from-style, message-interactive)
10885         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10886         (message-yank-prefix, message-indentation-spaces, message-signature)
10887         (message-signature-file): Add comment.
10888
10889 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10892         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10893         new articles.
10894
10895         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10896         parts.
10897         (nnimap-request-article): Work with the t setting, too.
10898
10899         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10900         that you don't get flashes of other buffers.
10901         (gnus-summary-show-complete-article): Intern before setting.
10902
10903 2010-09-27  David Engster  <dengste@eml.cc>
10904
10905         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10906         well as HEADERS.
10907         (nnmairix-retrieve-headers): Provide new argument for the above.
10908
10909 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * gnus-sum.el (gnus-summary-move-article): Don't alter
10912         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10913         group.
10914
10915         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10916
10917         * message.el (message-cite-prefix-regexp): Revert my last edit.
10918
10919         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10920         variable instead of the Gnus variable.
10921
10922         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10923
10924         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10925
10926         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10927         since some servers don't like it.
10928         (nnimap-open-connection): Forget credentials if the server says the
10929         password was wrong.
10930         (nnimap-parse-line): Protect against invalid data.
10931
10932         * gnus-sum.el (gnus-summary-move-article): Add comment.
10933         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10934         nothing alters it while scanning for new messages.
10935
10936         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10937         which may or may not help.
10938         (nnimap-open-connection): If we're doing a stream connection, and then
10939         discover we're on a STARTTLS-capable server, then open a STARTTLS
10940         connection instead.
10941
10942 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943
10944         * nnimap.el (utf7): Require.
10945
10946         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10947         prefix.
10948
10949 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10950
10951         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10952
10953 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * nnimap.el (nnimap-request-accept-article): Message the error on
10956         error.
10957
10958 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10961
10962 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963
10964         * nndoc.el (nndoc-request-list): Return success always.
10965
10966         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10967         `fetch-old' -- we only want to fetch the articles we've requested.
10968         The rest are in the agent, probably.
10969         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10970         disappeared server" to something low.  It's not important.
10971
10972         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10973         arrived before the FETCH data.
10974
10975         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10976         target here, because we don't know the Gnus name of the group.
10977
10978         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10979         for the correct group.
10980
10981         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10982
10983         * gnus.el (gnus): Give a final warning after startup.
10984
10985         * gnus-util.el (gnus-action-message-log): New variable.
10986         (gnus-message): Use it.
10987         (gnus-final-warning): New function.
10988
10989         * nnimap.el (nnimap-open-connection): Record the greeting.
10990         (nnimap): Add greeting.
10991
10992 2010-09-26  Julien Danjou  <julien@danjou.info>
10993
10994         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10995         arguments.
10996         (gnus-html-wash-images): Fix spec computing to include start/end.
10997
10998         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10999
11000 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11001
11002         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11003         deletion.
11004         (nnimap-retrieve-headers): Don't select the group, because that's
11005         already done by nnimap-possibly-change-group.
11006
11007         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11008         (gnus-picon-transform-address): Use it.
11009
11010         * mail-source.el (mail-source-value): Revert previous patch.
11011
11012         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11013         on failure.
11014         (nnimap-open-connection): Look up both virtual and physical server name
11015         credentials.
11016
11017         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11018
11019 2009-02-07  Dave Love  <fx@gnu.org>
11020
11021         * tls.el (open-tls-stream): Don't query killing process.
11022
11023 2009-02-08  Dave Love  <fx@gnu.org>
11024
11025         * gnus-win.el (gnus-window-to-buffer-helper)
11026         (gnus-all-windows-visible-p): Function needn't be a symbol.
11027
11028         * mail-source.el (mail-source-value): Function needn't be a symbol.
11029
11030 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * message.el (message-cite-prefix-regexp): Remove } from the cite
11033         prefix.
11034
11035         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11036         highlight again, so that the highlight is correct.
11037
11038         * gnus-picon.el (gnus-picon): Remove again.
11039         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11040
11041         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11042         doing the header highlightling, so that the background color of the
11043         picon is correct.
11044
11045         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11046         (gnus-picon): Ditto.
11047         (gnus-picon): Reinstate.  The background color for picons is white.
11048         (gnus-picon-insert-glyph): Make the background white.
11049
11050         * nnml.el (nnml-open-nov): Don't return dead buffers.
11051
11052         * auth-source.el (auth-source-create): Query the user for whether to
11053         store the credentials.
11054
11055         * netrc.el (netrc-store-data): New function.
11056
11057         * auth-source.el (auth-source-user-or-password): Use the existing auth
11058         sources, if any, for creation.
11059
11060         * gnus.el (gnus-group-fast-parameter): Return the last matching
11061         parameter instead of the first matching parameter.
11062
11063 2010-09-26  Julien Danjou  <julien@danjou.info>
11064
11065         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11066
11067 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * mml2015.el (mml2015-use): Remove gpg support.
11070
11071         * mml1991.el (mml1991-function-alist): Remove gpg function.
11072         (mml1991-gpg-sign): Remove.
11073
11074 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11075
11076         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11077         (gnus-browse-unsubscribe-current-group): Document it.
11078         (gnus-browse-unsubscribe-group): Use it.
11079
11080 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11083         address to the To list for easier response.
11084
11085         * gnus.el (gnus-play-startup-jingle): Remove.
11086         (gnus-splash): Don't play jingle.
11087         (gnus): Silence gnus-load message.
11088
11089         * gnus-art.el (gnus-treat-play-sounds): Remove.
11090
11091         * gnus.el (gnus-play-jingle): Remove audio support.
11092
11093         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11094
11095         * earcon.el: Remove -- no users.
11096
11097         * gnus-audio.el: Remove -- no users of this package.
11098
11099         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11100
11101         * gnus-start.el (gnus-setup-news): Remove nocem support.
11102
11103         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11104
11105         * gnus.el (gnus-use-nocem): Remove.
11106
11107         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11108         Remove.
11109
11110         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11111         uses NoCeM any more.
11112
11113         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11114         (gnus-button-ctan-handler): Ditto.
11115         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11116         (gnus-button-ctan-directory-regexp): Ditto.
11117         (gnus-button-handle-ctan): Ditto.
11118         (gnus-button-tex-level): Ditto.
11119         (gnus-button-alist): Remove CTAN stuff.
11120
11121 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11124         nnimap-streaming test.
11125
11126         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11127         servers twice.
11128
11129         * nnimap.el (nnimap-open-connection): Add more error reporting when
11130         nnimap fails early.
11131
11132         * nnheader.el (nnheader-get-report-string): New function.
11133         (nnheader-get-report): Use it.
11134
11135         * gnus-int.el (gnus-check-server): Say what the error was when opening
11136         failed.
11137
11138         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11139         using streaming.
11140
11141 2010-09-25  Julien Danjou  <julien@danjou.info>
11142
11143         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11144         gnus-window-inside-pixel-edges.
11145
11146 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11147
11148         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11149
11150         * mm-decode.el (mm-save-part): Allow saving to other directories the
11151         normal Emacs way.
11152
11153         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11154         Suggested by Jay Berkenbilt.
11155
11156         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11157         there isn't a single byte.
11158
11159         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11160         just do it.  It doesn't really seem to matter what the user responds
11161         here, I think, so it's just a confusing question.
11162
11163         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11164         non-streaming case.
11165
11166         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11167         (gnus-article-encrypt-body): Use it.
11168
11169         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11170         keystroke.
11171
11172         * nnimap.el (nnimap-find-wanted-parts-1):
11173         Use gnus-fetch-partial-articles.
11174
11175         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11176
11177         * nnimap.el (nnimap-insert-partial-structure): New function.
11178         (nnimap-get-partial-article): New function.
11179         (nnimap-request-article): Use it.
11180         (nnimap-wait-for-response): Return whether the wait was successful.
11181         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11182         retrieval wasn't successful.
11183         (nnimap-retrieve-group-data-early): Allow throttling servers.
11184         (nnimap-streaming): New variable.
11185         (nnimap-fetch-partial-articles): Remove.
11186
11187         * mm-decode.el (mm-with-part): Protect against killed buffers.
11188
11189         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11190         for prettier summary display.
11191
11192 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11193
11194         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11195
11196 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11199         apparently third-party libraries depend on it.
11200
11201         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11202         before starting negotiation.
11203
11204         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11205         privacy reasons.
11206         (gnus-treat-mail-gravatar): Ditto.
11207
11208         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11209         buffer when inserting images.  Inserting text into the headers, for
11210         instance, can make them invalid.
11211
11212 2010-09-25  Julien Danjou  <julien@danjou.info>
11213
11214         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11215         variables.
11216
11217         * nnheader.el: Remove useless variables news-reply-yank-from and
11218         news-reply-yank-message-id.
11219
11220         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11221         variables.
11222
11223         * mml1991.el: Remove useless mml1991-verbose.
11224
11225         * gnus.el: Remove useless variable gnus-use-generic-from.
11226         Remove obsolete variable gnus-topic-indentation.
11227
11228         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11229
11230         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11231
11232         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11233
11234         * gnus-group.el: Remove useless gnus-group-icon-cache.
11235         Remove useless gnus-ephemeral-group-server.
11236
11237         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11238
11239         * mml2015.el: Remove useless mml2015-verbose.
11240
11241         * mml-smime.el: Remove useless mml-smime-verbose.
11242
11243         * gnus.el: Remove useless gnus-local-domain.
11244
11245         * gnus-gravatar.el (gnus-gravatar-transform-address):
11246         Use gnus-gravatar-size.
11247
11248         * gnus-art.el: Remove useless gnus-treat-translate.
11249
11250 2010-09-24  Julien Danjou  <julien@danjou.info>
11251
11252         * gnus-sum.el: Add support for Gravatars.
11253
11254         * gnus-art.el: Add support for Gravatars.
11255
11256         * gnus-gravatar.el: Add this file.
11257
11258         * gravatar.el: Add this file.
11259
11260 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11261
11262         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11263
11264         * gnus-group.el (gnus-group-fetch-faq): Remove.
11265
11266         * gnus.el (gnus-group-faq-directory): Remove.
11267
11268         * gnus-group.el (gnus-group-fetch-charter): Remove.
11269
11270         * gnus.el (gnus-group-charter-alist): Remove.
11271
11272         * gnus-group.el (gnus-group-archive-directory): Remove.
11273         (gnus-group-recent-archive-directory): Ditto.
11274         (gnus-group-make-archive-group): Remove.
11275
11276         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11277
11278         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11279         use the same article number for all the cached articles.
11280
11281         * nnimap.el (nnimap-command): Register the last command time so
11282         that we can use it for idling NOOPs.
11283         (nnimap-open-connection): Start the keeplive timer.
11284         (nnimap-make-process-buffer): Store all the process buffers.
11285         (nnimap-keepalive): New function.
11286
11287         * starttls.el (starttls-open-stream): Add autoload cookie.
11288
11289 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11290
11291         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11292         handling.
11293
11294 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11295
11296         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11297         its data structures.
11298
11299         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11300         instead of the cl.el copy-list.
11301         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11302         equalp.
11303
11304 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11307         and tool-bar-local-item-from-menu.
11308
11309         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11310         mode-line-highlight face for Emacs.
11311
11312         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11313         loading gnus-sum.elc; fix comment for canlock-verify.
11314         (gnus-article-jump-to-part): Use read-number.
11315         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11316         Remove Emacs pre-21 compatible code for help-echo.
11317         (gnus-article-next-page-1): No need to adjust the number of lines.
11318         (gnus-article-describe-bindings): Always use help-buffer.
11319
11320         * gnus-audio.el (gnus-audio-inline-sound):
11321         * gnus-cus.el (gnus-custom-mode):
11322         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11323
11324         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11325
11326         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11327         compatible code.
11328
11329 2010-09-24  Glenn Morris  <rgm@gnu.org>
11330
11331         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11332         visiting the fcc file in rmail-mode.
11333
11334         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11335
11336 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * nnir.el: Silence the byte compiler.
11339
11340         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11341         alias to browse-url-url-encode-chars if any.
11342         (gnus-html-encode-url): Use it.
11343
11344 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * gnus-start.el (gnus-use-backend-marks): New variable.
11347         (gnus-get-unread-articles-in-group): Use it.
11348
11349         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11350         makeover.
11351
11352 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11353
11354         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11355
11356 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11357
11358         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11359         Remove.
11360         (gnus-setup-news-hook):
11361         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11362
11363         * gnus-int.el (gnus-request-update-info): Protect against backends not
11364         having the function.
11365
11366         * nnimap.el (nnimap-stream): Mention starttls.
11367         (nnimap-open-connection): Add starttls support.
11368
11369 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11370
11371         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11372
11373 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11374
11375         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11376         BODYSTRUCTUREs.
11377         (nnimap-transform-headers): Unfold quoted {42} headers.
11378
11379         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11380         the info.
11381         (gnus-get-unread-articles): Only call updatep on backends that support
11382         it.
11383
11384         * nnweb.el (nnweb-request-update-info): NOOP.
11385
11386         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11387
11388         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11389         since it only deals with marks.
11390
11391         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11392         gnus-request-marks, and make a new gnus-request-update-info.
11393
11394         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11395         the active instead of the high number, which is usually too low.
11396
11397 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11398
11399         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11400         * encrypt.el: Remove.
11401
11402 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11405         server in symbolic form.
11406
11407         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11408
11409 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11412         (nnimap-update-info): Fix up code slightly.
11413
11414         * gnus-int.el (gnus-open-server): Add tracing for performance
11415         debugging.
11416
11417         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11418         (gnus-group-insert-group-line): Pass the real group name so that it
11419         gets the right data.
11420
11421         * gnus-start.el (gnus-get-unread-articles): Don't have
11422         `gnus-get-unread-articles-in-group' update info, since that can be
11423         really slow and doesn't seem to be needed?
11424
11425 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11426
11427         * time-date.el (date-to-time): Try using parse-time-string first before
11428         using the slower timezone-make-date-arpa-standard.
11429
11430 2010-09-22  Julien Danjou  <julien@danjou.info>
11431
11432         * gnus-group.el (gnus-group-insert-group-line):
11433         Call gnus-group-highlight-line.
11434         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11435         default hook list.
11436         (gnus-group-update-eval-form): Add new function.
11437         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11438         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11439
11440 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11441
11442         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11443         immediate, then expire all articles.
11444         (nnimap-update-info): Fix off-by-one errors.
11445         (nnimap-flags-to-marks): Would return no marks lists for group with no
11446         flags.  Instead return the other data.
11447
11448 2010-09-22  Julien Danjou  <julien@danjou.info>
11449
11450         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11451         Only return an icon.
11452         (gnus-group-insert-group-line): Compute icon to return.
11453
11454         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11455         (gnus-html-image-fetched): Only cache if
11456         gnus-html-image-automatic-caching is set.
11457         (gnus-html-image-fetched): Check for errors.
11458
11459 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11460
11461         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11462         once per method on `g'.  This ensures that backends like nnfolder don't
11463         open all their folders.
11464
11465         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11466         (nnimap-request-list): Nix out group in the correct buffer.
11467         (nnimap-parse-flags): Implement by using `read' instead of
11468         hand-parsing.
11469         (nnimap-flags-to-marks): Pass on permanent-flags.
11470         (nnimap-make-process-buffer): Record the server name.
11471         (nnimap-parse-flags): Fix typo.
11472         (nnimap-request-scan): Run split on the server in general, not just a
11473         single group.
11474
11475         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11476         parameter, and propagate this downwards.
11477
11478         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11479         since EXAMINE changes it on the server.
11480
11481         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11482         this command might take a while.
11483
11484 2010-09-22  Julien Danjou  <julien@danjou.info>
11485
11486         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11487         harmful if you have 2 images side-by-side, they can't be properly
11488         update on text deletion.  Using text-property is safer here.
11489         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11490         data.
11491
11492 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * nnimap.el (nnimap-expunge-inbox): Remove.
11495         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11496         (nnimap-expunge): Flip default to t.
11497
11498         * gnus.el (gnus-method-to-server): Don't push things to the cache
11499         unless it's unique.
11500         (gnus-server-to-method): Ditto.
11501
11502 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11503
11504         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11505
11506 2010-09-22  Julien Danjou  <julien@danjou.info>
11507
11508         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11509         get the start of data.
11510         (gnus-html-encode-url): Add this function to encode special chars in
11511         URL.
11512         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11513         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11514
11515         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11516         default.
11517         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11518
11519         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11520         images alt-text.
11521         (gnus-html-put-image): Put alt-text as help-echo.
11522
11523 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11526         * mm-util.el (mm-decompress-buffer):
11527         * nnir.el (nnir-run-find-grep):
11528         * pop3.el (pop3-list): Use 3rd arg of split-string.
11529
11530         * time-date.el (format-seconds): Comment fix.
11531
11532         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11533         and byte-optimize-form-code-walker.
11534         (dgnushack-make-auto-load): Don't advise make-autoload.
11535
11536         * lpath.el: Remove Emacs 21 stuff.
11537
11538 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11539
11540         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11541         outside the active range.  Suggested by Dan Christensen.
11542
11543         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11544         slightly later to avoid double-getting it.
11545
11546         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11547         previous patch.
11548
11549         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11550
11551 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11552
11553         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11554
11555 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11556
11557         * gnus-int.el (gnus-open-server): Give a better error message in the
11558         "go offline" case.
11559
11560         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11561         marks for nnimap, which is seldom the right thing to do.
11562
11563         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11564         (gnus-same-method-different-name): New function.
11565
11566         * nnimap.el (parse-time): Require.
11567
11568         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11569         method in the presence of many similar methods.
11570
11571         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11572
11573         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11574         nnml-inhibit-expiry.
11575
11576         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11577         find out whether methods are equal.
11578
11579         * nnimap.el (nnimap-find-expired-articles): New function.
11580         (nnimap-process-expiry-targets): New function.
11581         (nnimap-request-move-article): Request the article before looking at
11582         what the Message-ID is.  Fix found by Andrew Cohen.
11583         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11584
11585         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11586         for oldness in addition to being a predicate.
11587
11588         * nnimap.el (nnimap-request-group): When we have zero articles, return
11589         the right data to Gnus.
11590         (nnimap-request-expire-articles): Only delete articles immediately if
11591         the target is 'delete.
11592
11593         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11594         method, this would bug out.
11595
11596         * gnus-group.el (gnus-group-expunge-group): Rename from
11597         gnus-group-nnimap-expunge, and implemented as a normal interface
11598         function.
11599
11600         * gnus-int.el (gnus-request-expunge-group): New function.
11601
11602         * nnimap.el (nnimap-request-create-group): Implement.
11603         (nnimap-request-expunge-group): New function.
11604
11605 2010-09-21  Julien Danjou  <julien@danjou.info>
11606
11607         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11608         (gnus-html-cache-expired): Add new function.
11609         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11610         wethever we should display image for fetch it.
11611         Compute alt-text earlier to pass it to the fetching function too.
11612         (gnus-html-schedule-image-fetching): Change function argument to only
11613         get one image at a time, not a list.
11614         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11615         cache.
11616         (gnus-html-get-image-data): New function to retrieve image data from
11617         cache.
11618         (gnus-html-put-image): Change buffer argument to use image data rather
11619         than file, and place image above region rather than inserting a new
11620         one.  Do not take alt-text as argument, since it's useless now: we place
11621         the image above alt-text.
11622         (gnus-html-prune-cache): Remove.
11623         (gnus-html-show-images): Start to fetch image when we find one, do not
11624         push into a temporary list.
11625         (gnus-html-prefetch-images): Only fetch image if they have expired.
11626         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11627         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11628
11629 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11632
11633 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11636         spec inser "*" if the group isn't active instead of 0.
11637
11638         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11639         opening the server.
11640         (nnimap-request-delete-group): Implement group deletion.
11641         (nnimap-transform-headers): Return the size of the entire message in
11642         the Bytes header, not just the size of the first part.
11643         (nnimap-request-move-article): When moving an article from nnimap,
11644         request the article first so the accepting form has an article to
11645         accept.  Reported by Dan Christensen.
11646         (nnimap-command): Make sure that the error message doesn't error out.
11647
11648 2010-09-20  David Edmondson  <dme@dme.org>
11649
11650         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11651         we haven't requested anything.
11652
11653 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11656         "".  Fix found by Andrew Cohen.
11657
11658         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11659         instead of -encode-string.
11660
11661 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11664
11665         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11666         by mm-subst-char-in-string.
11667
11668 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11669
11670         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11671         waiting for the connection string.
11672
11673         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11674         arriving.
11675
11676         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11677         bogus characters.  This allows selecting certain Gmail groups.
11678
11679         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11680         (nnimap-fetch-partial-articles): New variable.
11681         (nnimap-open-connection): When looking for credentials, also use the
11682         nnimap-server-port.
11683         (nnimap-request-article): Return the group/article number, so that Gnus
11684         `^' works as expected.
11685         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11686
11687         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11688         comments.
11689         (gnus-methods-sloppily-equal): New function.
11690         (gnus): When using the development version of Gnus, load the gnus-load
11691         file.
11692
11693         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11694         `gnus-open-server' on each method before trying to scan them etc.
11695         This ensures that all the backend parameters are set correctly.
11696
11697         * nnimap.el (nnimap-authenticator): New variable.
11698         (nnimap-open-connection): Allow anonymous login.
11699         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11700         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11701
11702         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11703         patch, found by Knut Anders Hatlen.
11704
11705 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11706
11707         * gnus-agent.el (gnus-agent-batch-confirmation)
11708         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11709         to gnus-message.
11710         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11711         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11712         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11713         * gnus-int.el (gnus-open-server): Likewise.
11714         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11715         (gnus-score-check-syntax): Likewise.
11716         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11717         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11718         Likewise.
11719         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11720
11721 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11724         calling conventions so that prefetch doesn't bug out.
11725
11726 2010-09-19  Julien Danjou  <julien@danjou.info>
11727
11728         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11729         rather than `subst-char-in-region' in order to be able to replace ASCII
11730         char by UTF-8 ones.
11731
11732         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11733         than curl.
11734         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11735         the right URL and ALT text on images.
11736         (gnus-html-wash-tags): Fix tag case.
11737         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11738         (gnus-article-html): Add -o display_ins_del=2 option.
11739         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11740
11741 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11742
11743         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11744         the extra mail headers, which sometimes seem to happen for unknown
11745         reasons.
11746
11747         * mail-parse.el (mail-header-encode-parameter): Define as
11748         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11749         (or most, perhaps?) mail readers don't understand the latter, but do
11750         understand the former.
11751
11752         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11753         to nil, so that no methods are automatically agentized.  I think this
11754         is probably what most users want.
11755
11756         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11757         from url-retrieve, for instance about invalid URLs.
11758
11759         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11760         groups that have no articles.
11761         (nnimap-request-article): Check that we really got an article when we
11762         requested one.
11763
11764         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11765         doesn't exist.
11766
11767         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11768         nntp buffer so the agent can save it.
11769         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11770         that CRLF doesn't get translated to \n.
11771         (nnimap-open-connection): Don't make 'shell commands only send \n.
11772
11773 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11774
11775         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11776         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11777         Update var name.
11778         (nnml-generate-nov-file): Use dolist.
11779         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11780         Use with-current-buffer.
11781
11782 2010-09-18  Julien Danjou  <julien@danjou.info>
11783
11784         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11785         parallel.
11786
11787 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11788
11789         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11790         the range update right.
11791         (nnimap-request-group): Don't make `M-g' bug out on group with no
11792         marks.
11793         (nnoo): Require, so that other packages can require nnimap.
11794         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11795         command we're looking for.  This helps when the server sends more
11796         responses after we've gotten everything we expected.
11797         (nnimap): Add a `newlinep' field to keep track of end-of-line
11798         conventions.
11799         Don't send CRLF to things that don't want it.
11800         (nnimap-request-accept-article): Ditto.
11801
11802 2010-09-18  Julien Danjou  <julien@danjou.info>
11803
11804         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11805         than curl to retrieve images.
11806
11807 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11810         the marks.
11811         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11812         (nnimap-wait-for-connection): New function.
11813         (nnimap-open-connection): If we have PREAUTH, don't query for login
11814         credentials.
11815         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11816         when doing a partial update.
11817
11818 2010-09-18  Julien Danjou  <julien@danjou.info>
11819
11820         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11821         tags.
11822
11823 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824
11825         * nnimap.el (nnimap-credentials): New function.
11826         (nnimap-open-connection): Use the new function to look for credentials
11827         also on the numeric equivalents of "imap" and "imaps".
11828
11829         * gnus-start.el (gnus-activate-group): Send the info to
11830         gnus-request-group.
11831
11832         * nnimap.el (nnimap-request-group): Have the "check" version of the
11833         function parse flags and update the info, so that a `M-g' get a total
11834         resync of all flags from the group.
11835
11836         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11837         to allow backends to alter the info on group selection.  Also alter all
11838         the backend -request-group functions to take the parameter.
11839
11840         * nnimap.el (nnimap-store-info): New function.
11841         (nnimap-update-info): Store the info for later usage.
11842         (nnimap-request-group): Use the stored info for the dont-check case, so
11843         that we don't retrieve all marks when we enter a group.
11844
11845         * nnimap.el: Use deffoo instead of defun for interface functions.
11846
11847         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11848         update the group info.  This makes the nndraft groups, for instance, go
11849         back to their old behavior.
11850
11851         * gnus-sum.el (gnus-select-newsgroup): Indent.
11852
11853         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11854         in.
11855         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11856         nothing.
11857
11858         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11859         from methods that are denied.
11860
11861         * gnus-int.el (gnus-method-denied-p): New function.
11862
11863         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11864         store the password instead of netrc.
11865         (nnimap-open-connection): Don't error out when we can't make a
11866         connections.
11867
11868         * auth-source.el (auth-source-create): In the password prompt, say what
11869         we're querying for.  Also prompt for user name if that hasn't been
11870         given.
11871
11872         * nnimap.el (nnimap-with-process-buffer): Remove.
11873
11874 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875
11876         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11877         method when we're reading from the agent.
11878
11879         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11880
11881         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11882         that's probably most useful for users.
11883
11884         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11885         "failed" all the time.
11886
11887         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11888         ...)) with (with-current-buffer ... ).
11889
11890         * nntp.el (nntp-open-server): Return whether the open was successful or
11891         not.
11892
11893         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11894         select an unread unseen article first.
11895
11896         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11897         /etc/services, supply some sensible port defaults.
11898
11899         * dgnushack.el: Define netrc-credentials.
11900
11901 2010-09-17  Julien Danjou  <julien@danjou.info>
11902
11903         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11904
11905 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11906
11907         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11908         doesn't have any parameters.
11909
11910 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11911
11912         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11913         only upcased checks.
11914
11915         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11916
11917         * nnimap.el (nnimap-open-shell-stream): New function.
11918         (nnimap-open-connection): Use it.
11919         (nnimap-transform-headers): Get the number of lines in each message.
11920         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11921         number of lines.
11922         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11923         problem.
11924
11925         * utf7.el (utf7-encode): Autoload.
11926
11927         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11928         to allow the mail splitting to not return a default group.  This is
11929         useful for nnimap, which will leave unmatched mail in the inbox.
11930
11931         * nnimap.el: Rewritten.
11932
11933         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11934         nnimap usage.
11935
11936         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11937         if the move is internal, so that nnimap can do fast internal moves.
11938
11939         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11940         data.
11941         (gnus-read-active-for-groups): Support finishing the early retrieval of
11942         data.
11943
11944         * gnus-range.el (gnus-range-nconcat): New function.
11945
11946         * gnus-int.el (gnus-finish-retrieve-group-infos)
11947         (gnus-retrieve-group-data-early): New functions.
11948
11949 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11950
11951         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11952         (nnrss-retrieve-groups):
11953         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11954         (pop3-quit): Use with-current-buffer.
11955
11956 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11959         instead of nnheader-accept-process-output.
11960
11961         * dgnushack.el (dgnushack-compile): Add comment.
11962
11963         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11964
11965         * gnus-html.el (gnus-html-schedule-image-fetching)
11966         (gnus-html-prefetch-images): Replace process-kill-without-query by
11967         gnus-set-process-query-on-exit-flag.
11968
11969 2010-09-16  Romain Francoise  <romain@orebokech.com>
11970
11971         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11972
11973 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11976         parameter to unintern is mandatory-ish in Emacs 24.
11977
11978         * gnus-html.el (gnus-html-schedule-image-fetching)
11979         (gnus-html-prefetch-images): Check for curl before using it.
11980
11981         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11982         depend on curl, which isn't essential.
11983
11984         * imap.el: Revert back to version
11985         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11986         seem problematic.
11987
11988 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11989
11990         * gnus-registry.el (gnus-registry-install-shortcuts):
11991         Explicitly pass `obarray' to `unintern' to avoid a warning.
11992
11993 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11994
11995         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11996         change.
11997
11998         * nnrss.el (nnrss-request-list): Remove this function and related
11999         functions, including the moreover stuff.
12000
12001 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * nnrss.el (nnrss-retrieve-groups): New function.
12004
12005 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12006
12007         * .dir-locals.el: Add no-byte-compile cookie.
12008
12009 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * time-date.el (format-seconds): Comment fix.
12012
12013         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12014         for back end that doesn't support request-scan.
12015
12016 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12017
12018         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12019         then do request scans from the backends.
12020
12021         * netrc.el (netrc-credentials): New conveniency function.
12022
12023         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12024         avoid running a hook per line, since this takes a lot of time,
12025         profiling shows.
12026         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12027         directly if gnus-visual-p is true.
12028
12029 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12032         groups; replace mapcar with dolist which is a bit faster; pass groups
12033         info to gnus-read-active-file-1.
12034         (gnus-read-active-file-1): Scan only specified groups if the new
12035         optional arg `infos' is given.
12036
12037 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038
12039         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12040
12041         * pop3.el (pop3-movemail): Remove.
12042         (pop3-streaming-movemail): Rename to pop3-movemail.
12043
12044         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12045         don't restrict end-tag searches to the end of the line.
12046
12047 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12050         articles of every unchecked group to t, which means unknown since the
12051         server has never been opened.
12052
12053 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054
12055         * gnus-html.el (gnus-html-show-alt-text): New command.
12056         (gnus-html-browse-image): Ditto.
12057         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12058         to browse the image directly.
12059         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12060         better.
12061
12062         * gnus-async.el (gnus-async-article-callback):
12063         Call `gnus-html-prefetch-images' unconditionally.
12064
12065         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12066         before feeding URLs to curl.
12067
12068 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12071         internal images as deletable by `W D D'.
12072
12073         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12074         (gnus-async-article-callback): Fix typo.
12075
12076 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12077
12078         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12079         current line to work around bugs in the output from w3m.
12080
12081         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12082         for groups that want that.
12083
12084         * nntp.el (nntp-wait-for-string): Supply a timeout for
12085         accept-process-output to ensure progress.
12086
12087         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12088         level to get unread articles from, then use that for foreign groups,
12089         too.
12090
12091         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12092         confuses the rest of the function.
12093
12094         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12095         for the methods that support -retrieve-groups, too.
12096
12097         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12098
12099 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12102         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12103
12104         * pop3.el: Require cl when compiling.
12105         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12106
12107 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12110         that aren't going to be activated.
12111         (gnus-get-unread-articles): Fix up the last commit.
12112
12113         * gnus-html.el (gnus-article-html): Allow calling without specifying
12114         the handle.  In that case, dissect the buffer first.
12115
12116         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12117
12118         * nnimap.el (nnimap-open-connection): Revert the change that would look
12119         into authinfo for imaps instead of imap.
12120
12121         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12122         say that you don't want to call gnus-request-group with don-check, but
12123         do check the reponse.  This is for virtual groups only.
12124         (gnus-get-unread-articles): Count the archive groups as secondary, so
12125         that they're activated the same way as before.
12126
12127         * imap.el (imap-message-map): Removed optional buffer parameter, since
12128         no callers use it.
12129         (imap-message-get): Ditto.
12130         (imap-message-put): Ditto.
12131         (imap-mailbox-map): Ditto.
12132         (imap-mailbox-put): Ditto.
12133         (imap-mailbox-get): Ditto.
12134         (imap-mailbox-get): Revert last change for this function.
12135
12136         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12137         case-insensitively.
12138         (nnimap-debug): Remove.
12139
12140         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12141         callers to use `imap-fetch' instead.  According to the comments, this
12142         should be safe, since all other IMAP clients use the 1:* syntax.
12143         (imap-enable-exchange-bug-workaround): Remove.
12144         (imap-debug): Remove -- doesn't seem very useful.
12145
12146         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12147         mail from a file, and the file doesn't exist.
12148
12149         * imap.el (imap-log): New convenience function used throughout instead
12150         of repeating the same code all over the place.
12151
12152         * pop3.el (pop3-streaming-movemail): Return t for success.
12153
12154         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12155         .authinfo if we're using ssl connection.
12156
12157         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12158         already have if we're in a main Gnus `g' run.
12159
12160         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12161
12162 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12165
12166         * nnmh.el (nnmh-request-list-1): Bind `file'.
12167
12168         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12169         alias to set-process-query-on-exit-flag or process-kill-without-query.
12170         (pop3-open-server): Use it.
12171
12172 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12173
12174         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12175         box to the Incoming file.  Fixes mistake in previous checkin.
12176
12177         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12178         request loop (for debugging purposes) removed.
12179
12180         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12181         culprit is more visible.
12182         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12183         (nnml-add-incremental-nov): New functions to do "incremental" nov
12184         updates, where we just append to the end of the existing nov files
12185         without reading/writing them in full.
12186
12187         * mail-source.el (mail-source-delete-crash-box): Really only check the
12188         incoming files once in a while.
12189
12190         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12191
12192         * mail-source.el (mail-source-delete-crash-box): Only check the
12193         incoming files for deletion once per day to save a lot of file
12194         accesses.
12195
12196         * pop3.el (pop3-logon): Fix up unbound variable typo.
12197
12198         * mail-source.el (pop3-streaming-movemail): Autoload.
12199
12200         * pop3.el (pop3-streaming-movemail):
12201         Respect pop3-leave-mail-on-server.
12202
12203         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12204         retrieval.
12205
12206         * pop3.el (pop3-process-filter): Remove unused function.
12207         (pop3-streaming-movemail, pop3-send-streaming-command)
12208         (pop3-wait-for-messages, pop3-write-to-file)
12209         (pop3-number-of-responses): New functions for streaming pop3
12210         retrieval.
12211
12212         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12213         come from no known methods.
12214         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12215         list.
12216
12217         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12218         message sizes.
12219         (pop3-movemail): Use erase-buffer instead of looping and deleting
12220         regions, which seems rather odd.
12221
12222         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12223         file once per `g' run.
12224
12225         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12226         directories.  This makes the draft queue directory work.
12227
12228         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12229         data from the backends, so that we only request the list of groups from
12230         each method once.  This should speed things up considerably.
12231
12232         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12233         detect that it's not implemented.
12234
12235         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12236         we actually do recurse down into the tree, but don't stat all leaf
12237         nodes.
12238
12239         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12240         then say so instead of bugging out.
12241
12242         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12243         files exist before trying to read them.
12244
12245         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12246         around <pre_int>.
12247
12248         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12249
12250         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12251
12252 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * mm-util.el (mm-image-load-path): Just return the image directories,
12255         not all directories in the path in addition to the image directories.
12256         (mm-image-load-path): Maintain a cache of the image directories so that
12257         the `g' command in Gnus doesn't have to stat dozens of directories each
12258         time.
12259
12260         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12261         (gnus-html-wash-tags): Add a new `i' command to insert images.
12262         (gnus-html-insert-image): New command and keystroke.
12263         (gnus-html-redisplay-with-images): New command and keystroke.
12264         (gnus-html-show-images): Rename command.
12265         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12266         spacers.
12267         (gnus-html-wash-tags): Decode entities at the end, so that entities
12268         inside the tags don't mess up the rest of the "parsing".
12269
12270         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12271         so that nnimap methods aren't agentized by default.  There's apparently
12272         many problems related to agent/imap behavior.
12273
12274         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12275
12276         * gnus-html.el: Doc fix.
12277
12278 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12281         specifier-spec-list for Emacs 21.
12282
12283         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12284         glyph-width and glyph-height instead of display-graphic-p and
12285         image-size; make avoidance of displaying small images work for XEmacs.
12286
12287         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12288         for XEmacs.
12289
12290         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12291         of symbol that holds plist data.
12292         (gnus-process-plist): Remove plist of process after getting it.
12293
12294 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12295
12296         * message.el (message-generate-hashcash): Change default to
12297         'opportunistic if hashcash is installed.
12298
12299         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12300         (gnus-html-put-image): Only call image-size once, since it's somewhat
12301         time-consuming on remote X servers.
12302
12303 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12306         type on data, not a file name.
12307
12308         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12309         window-pixel-edges for Emacs 21.
12310
12311         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12312         decoded contents.
12313         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12314
12315 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12316
12317         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12318         group line format, since it isn't very interesting.
12319
12320         * gnus-agent.el (gnus-agent-short-article),
12321         (gnus-agent-long-article): Increase values for these two variables,
12322         since most people are likely to have more network connection and
12323         storage than before.
12324
12325         * gnus.el (gnus-refer-article-method): Change default to 'current.
12326         When referring an article, the common behavior is to refer it from the
12327         current select method, not the native select method.  The chances of
12328         the native select method having the message in question is rather slim
12329         these days.
12330
12331         * gnus-sum.el (gnus-auto-select-subject): Change default to
12332         `unseen-or-unread'.  I think it's likely that most people want to
12333         select an unseen article over a previously seen, but unread one.
12334
12335         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12336         means that in the article buffer none of the minor mode elements will
12337         be shown, usually, and this is not desirable in most cases.
12338
12339         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12340         that commands like `d' (and the like) go to the next line in the
12341         buffer, instead of the next unread article.  I think this is the
12342         behavior that is most natural for most users.
12343         (gnus-single-article-buffer): Change default to nil, so that people can
12344         have as many article buffers open as they have summary buffer.  I think
12345         this is the most natural way for the groups to behave.
12346
12347         * message.el (message-generate-new-buffers): Change default to
12348         `unsent', so that all new message buffers start their names with the
12349         string "*unsent", and it's easier to find the buffers if you move from
12350         them.
12351
12352 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12353
12354         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12355         small.  They're probably tracking images.
12356         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12357         (gnus-html-rescale-image): Yet another try at getting the image sizing
12358         right.
12359
12360         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12361         nntp-marks-file-name is nil.
12362
12363 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12364
12365         * gnus-html.el (gnus-html-wash-tags)
12366         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12367         Better logging.
12368
12369 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12372
12373         * gnus-html.el (gnus-html-wash-tags): Check the value of
12374         gnus-blocked-images in the summary buffer.
12375
12376 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12377
12378         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12379
12380 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12381
12382         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12383         like "a", it seems like.
12384         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12385         since it needs to be picked from the correct buffer.
12386
12387         * nnwfm.el: Remove.
12388
12389         * nnlistserv.el: Remove.
12390
12391 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12392
12393         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12394         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12395
12396 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * nnkiboze.el: Remove.
12399
12400         * nndb.el: Remove.
12401
12402         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12403         alt text.
12404         (gnus-html-rescale-image): Try to get the rescaling logic right for
12405         images that are just wide and not tall.
12406
12407         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12408         overshadow variable bindings.
12409
12410 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12411
12412         * gnus-html.el (gnus-html-wash-tags)
12413         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12414         Add extra logging.
12415
12416 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12417
12418         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12419         (gnus-max-image-proportion): New variable.
12420         (gnus-html-rescale-image): New function.
12421         (gnus-html-put-image): Rescale images.
12422
12423 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12424
12425         Fix up some byte-compiler warnings.
12426         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12427         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12428         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12429         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12430         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12431         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12432         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12433
12434 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-html.el (gnus-article-html): Decode contents by charset.
12437
12438 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12441         (gnus-html-frame-width, gnus-blocked-images):
12442         * message.el (message-prune-recipient-rules): Add custom version.
12443         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12444
12445         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12446         functions.
12447
12448         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12449         gnus-process-get.
12450
12451 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12452
12453         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12454         instead of lsub directly.
12455
12456 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12457
12458         * nnwarchive.el: Remove.
12459
12460         * gnus-soup.el: Remove.
12461
12462         * nnsoup.el: Remove.
12463
12464         * nnultimate.el: Remove.
12465
12466         * gnus-html.el (gnus-blocked-images): New variable.
12467
12468         * message.el (message-prune-recipients): New function.
12469         (message-prune-recipient-rules): New variable.
12470
12471         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12472         guess whether a long line is natural text or not.
12473
12474         * gnus-html.el (gnus-html-schedule-image-fetching):
12475         Use gnus-process-plist and friends for compatibility.
12476
12477 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12478
12479         * gnus-html.el: Require packages that define macros used in this file.
12480         (gnus-article-mouse-face): Declare to silence byte-compiler.
12481         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12482         process-get.
12483         (gnus-html-put-image): Use plist-get to avoid getf.
12484         (gnus-html-prefetch-images): Use with-current-buffer.
12485
12486 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-ems.el: Provide compatibility functions for
12489         gnus-set-process-plist.
12490
12491         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12492         header-line-format for XEmacs 21.4.
12493
12494         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12495         * gnus.el (gnus-valid-select-methods):
12496         * message.el (message-send-mail-partially-limit):
12497         * mm-decode.el (mm-text-html-renderer):
12498         * mml.el (mml-insert-mime-headers-always):
12499         * smiley.el (smiley-regexp-alist): Bump custom version.
12500
12501 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502
12503         * gnus-html.el: Require mm-url.
12504         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12505         with the url to `url'.
12506         (gnus-html-wash-tags): Support cid: URLs/images.
12507
12508 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12511         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12512         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12513
12514         * gnus-move.el: Remove file, since it doesn't really work.
12515
12516         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12517         UTF-8.  This seems to fix problems with some German web feeds.
12518
12519         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12520         at the top so that the proper colors are applied.
12521
12522         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12523         don't have dots in their names.
12524
12525         * gnus-art.el (gnus-article-view-part): Doc fix.
12526
12527         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12528         XEmacs-compatible.
12529         (gnus-html-put-image): Don't do images on non-graphic displays.
12530
12531         * nnslashdot.el: Remove this unused backend.
12532
12533         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12534         actions.
12535         (gnus-undo-register-1): Revert last change.
12536
12537         * gnus-group.el (gnus-group-completing-read): Protect against not
12538         having completion-styles bound.
12539
12540         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12541         make broken recipients happier.
12542
12543         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12544
12545         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12546         point parameter.
12547
12548         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12549
12550         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12551         completion-styles for group selection.
12552
12553 2009-02-04  Andreas Schwab  <schwab@suse.de>
12554
12555         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12556         headers and regexp-quote the match if necessary.
12557
12558 2009-03-24  Miles Bader  <miles@gnu.org>
12559
12560         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12561         the blinking smiley.
12562
12563 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12564
12565         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12566         blink smiley.
12567
12568 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12571         where the dribbel file lives exists.
12572
12573         * message.el (message-send-mail-partially-limit): Change the default to
12574         nil, since most people don't want this.
12575
12576         * mm-url.el (mm-url-decode-entities): Also decode entities like
12577         &#x3212.
12578
12579 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12580
12581         * gnus-sum.el (gnus-summary-idna-message):
12582         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12583         Hyperlink urls in docstrings with URL `...'.
12584
12585 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12586
12587         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12588         functions.
12589
12590 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12593         say what the mouseover text should be.
12594
12595         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12596         version of the mm-w3m-safe-url-regexp variable to only download images
12597         in the groups where we want that to happen.
12598
12599         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12600
12601         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12602         easier debugging.
12603         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12604         big pictures in the article buffer.
12605
12606         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12607         gnus-article-html.
12608         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12609         w3m.
12610
12611         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12612
12613 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12614
12615         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12616         which doesn't exist.
12617
12618         * message.el (message-inhibit-ecomplete): New variable to allow some
12619         function to inhibit ecomplete address storage.
12620         (message-resend): Disable ecomplete message storage when resending
12621         messages.
12622
12623         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12624
12625 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12628         Save excursion while copying, moving, and deleting articles in order to
12629         prevent the cursor from jumping to unforeseen place.
12630
12631 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * lpath.el: No need to bind bookmark-current-buffer,
12634         bookmark-yank-point and bookmark-make-record-function.
12635
12636 2010-08-17  Glenn Morris  <rgm@gnu.org>
12637
12638         * gnus-sync.el: Require gnus components whose functions are used.
12639
12640         * gnus-art.el (bookmark-make-record-function):
12641         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12642         Declare for compiler.
12643
12644         * mm-url.el (mml-compute-boundary): Autoload.
12645
12646 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12649
12650 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12651
12652         Typo fix "hoo4a" -> "hook".
12653
12654         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12655
12656 2010-08-14  Glenn Morris  <rgm@gnu.org>
12657
12658         * gnus-sync.el (gnus-sync): Fix defgroup version.
12659
12660 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12663
12664         * gnus-sync.el: Fix docs.
12665         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12666         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12667
12668 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12669
12670         Optimizations for gnus-sync.el.
12671
12672         * gnus-sync.el: Add docs about gnus-sync-backend
12673         possibilities.
12674         (gnus-sync-save): Remove unnecessary message.
12675         (gnus-sync-read): Optimize and show what groups were skipped.
12676
12677 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         Minor bug fixes for gnus-sync.el.
12680
12681         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12682         Don't read the sync on get-new-news.
12683
12684         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12685         quiet.
12686
12687         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12688         (fix typo).
12689
12690 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12691
12692         Make saving and restoring of hidden threads work with overlays.
12693         Patch applied by Ted Zlatanov.
12694
12695         * gnus-sum.el (gnus-hidden-threads-configuration)
12696         (gnus-restore-hidden-threads-configuration): Update to deal with text
12697         properties, rather than searching for a magic character.
12698
12699 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         New gnus-sync.el library for synchronization of marks.
12702
12703         * gnus-sync.el: New library for synchronization of marks.
12704
12705         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12706         renamed from `gnus-registry-grep-in-list'.
12707
12708         * gnus-registry.el (gnus-registry-follow-group-p):
12709         Use `gnus-grep-in-list'.
12710
12711         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12712
12713 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12716         determining charset of text fails.
12717
12718 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * nnmail.el (nnmail-get-new-mail-1): Revert.
12721
12722         * nnml.el (nnml-active-number): Make sure names of newly created groups
12723         in nnml-group-alist are encoded.
12724
12725 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12728         containing non-ASCII characters in active file for nnml back end.
12729
12730 2010-07-24  David Engster  <dengste@eml.cc>
12731
12732         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12733         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12734
12735 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12736
12737         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12738         tag (Bug#6654).
12739
12740 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12743         the article buffer, not the summary buffer.
12744
12745 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12748         Emacs 23 as well.
12749
12750 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12753         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12754
12755 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12756
12757         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12758         Patch applied by Karl Fogel.
12759
12760         * gnus-sum.el (gnus-summary-bookmark-make-record):
12761         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12762
12763 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12764
12765         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12766         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12767         C-w still not working correctly from Article buffers; Thierry's
12768         patch to fix that will be applied after this.
12769
12770         * gnus-art.el (bookmark-make-record-function): New local variable.
12771
12772         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12773         article buffer.
12774         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12775
12776 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12777
12778         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12779         on changes in bookmark.el.
12780
12781 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12784         `no-log' instead of message not to log prompt string.
12785
12786 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12787
12788         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12789         the *other* type of HTML form submission.
12790
12791 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12792
12793         * auth-source.el (auth-source-pick): If choice does not contain a
12794         questioned keyword, set the check to t.
12795
12796 2010-06-12  Romain Francoise  <romain@orebokech.com>
12797
12798         * gnus-util.el (gnus-date-get-time): Move up before first use.
12799
12800 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12803         (gnus-article-edit-part): Bind it to make last part that is substituted
12804         or deleted visible.
12805         (gnus-mime-display-single): Buttonize part of which id equals to
12806         gnus-mime-buttonized-part-id.
12807
12808 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12809
12810         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12811         (gnus-dd-mmm): Use gnus-date-get-time.
12812         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12813         simplify logic.
12814         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12815         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12816
12817 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12818
12819         * auth-source.el (top): Autoload `secrets-list-collections',
12820         `secrets-create-item', `secrets-delete-item'.
12821         (auth-sources): Fix tag string.
12822         (auth-get-source, auth-source-retrieve, auth-source-create)
12823         (auth-source-delete): New defuns.
12824         (auth-source-pick): Rewrite in order to avoid 2 passes.
12825         (auth-source-forget-user-or-password): New parameter USERNAME.
12826         (auth-source-user-or-password): New parameters CREATE-MISSING and
12827         DELETE-EXISTING.  Retrieve password interactively, if needed.
12828
12829 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12830
12831         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12832         deleting unused directories when gnus-expert-user is t.
12833
12834 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12837         for each temp file when gnus-article-browse-delete-temp is ask.
12838
12839 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12840
12841         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12842         Replace Lisp calls to delete-backward-char by calls to delete-char.
12843
12844 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12845
12846         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12847
12848 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12849
12850         * password-cache.el (password-cache-remove): Fix docstring.
12851
12852 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12855         article unless decoding article to be saved.
12856
12857 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12860         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12861         generated within the mm-with-unibyte-current-buffer macro.
12862
12863 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12866         to nil when we're in a mml-preview buffer and no group is selected.
12867
12868 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12869
12870         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12871         when catching the `C-g'.  Reported by "Leo".
12872
12873 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * message.el (message-forward-make-body-plain)
12876         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12877         multibyte-string-p.
12878
12879         * lpath.el: Revert.
12880
12881 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * message.el (message-forward-make-body-mml): Assume original message
12884         is multibyte string; error on unibyte.
12885         (message-forward-make-body-plain): Ditto; don't add excessive newline
12886         in body end.
12887
12888         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12889
12890 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12891
12892         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12893         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12894
12895 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-extern.el (mm-extern-url): Don't use
12898         mm-with-unibyte-current-buffer.
12899         (mm-extern-cache-contents): Use with-current-buffer instead of
12900         save-excursion + set-buffer.
12901
12902 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * mm-util.el (mm-emacs-mule): Remove.
12905
12906 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12907
12908         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12909         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12910         change.
12911
12912 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12915         bind the default value of enable-multibyte-characters to nil.
12916
12917 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * message.el (message-forward-make-body-plain)
12920         (message-forward-make-body-mml):
12921         Don't use mm-with-unibyte-current-buffer.
12922
12923 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12924
12925         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12926
12927 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12928
12929         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12930         (Bug#5592).
12931
12932 2010-05-07  Julien Danjou  <julien@danjou.info>
12933
12934         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12935         it to mm-pipe-part.
12936
12937         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12938         it is given.
12939
12940 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * binhex.el (binhex-decode-region-internal):
12943         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12944         (dns-query):
12945         * nnweb.el (nnweb-gmane-search):
12946         * pgg-parse.el (pgg-parse-armor):
12947         * pgg.el (pgg-verify-region):
12948         * sha1.el (sha1-string-external):
12949         * uudecode.el (uudecode-decode-region-internal):
12950         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12951         XEmacs.
12952
12953         * gnus-art.el (gnus-article-browse-html-parts):
12954         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12955         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12956         make-temp-file.
12957
12958         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12959         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12960         compiling.
12961
12962         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12963         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12964         XEmacs when compiling.
12965
12966         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12967         gnus-pick-mode-off-hook for XEmacs when compiling.
12968         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12969         gnus-binary-mode-off-hook for XEmacs when compiling.
12970
12971         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12972         Return nil if char-charset is not available.
12973
12974         * imap.el (imap-disable-multibyte)
12975         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12976         macros.
12977
12978         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12979         instead of encode-coding-string.
12980
12981         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12982         'xemacs) instead of mm-emacs-mule to switch function definitions.
12983         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12984
12985         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12986         bind temporary-file-directory for XEmacs;
12987         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12988         timer-set-function for XEmacs 21.4 and SXEmacs;
12989         bind timer-list for XEmacs 21.4 and SXEmacs;
12990         fbind char-charset and find-charset-region for non-Mule XEmacs;
12991         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12992         encode-coding-region and encode-coding-string for XEmacs having no
12993         file-coding feature.
12994
12995 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12996
12997         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12998
12999 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13002         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13003
13004 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13005
13006         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13007         alias `jka-compr-delete-temp-file' no longer exists.
13008
13009 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13010
13011         Use define-minor-mode in Gnus where applicable.
13012         * mml.el (mml-mode): Use define-minor-mode.
13013         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13014         (gnus-undo-mode): Use define-minor-mode.
13015         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13016         (gnus-dead-summary-mode): Use define-minor-mode.
13017         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13018         Initialize in declaration.
13019         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13020         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13021         (gnus-mailing-list-mode): Use define-minor-mode.
13022         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13023         (gnus-draft-mode): Use define-minor-mode.
13024         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13025         (gnus-dired-mode): Use define-minor-mode.
13026
13027 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13028
13029         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13030         handles on recursive mml-to-mime translation and check them for
13031         boundary delimiter collisions.  Reported by Greg Troxel.
13032
13033 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13036
13037 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13038
13039         * mm-util.el (mm-find-buffer-file-coding-system):
13040         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13041
13042 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13043
13044         * message.el (message-generate-headers): Record insertion of optional
13045         headers as well.  Otherwise the check to prevent repeated insertion of
13046         optional headers is a no-op.
13047
13048 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13049
13050         * smime.el: Don't mention CVS.
13051
13052         * nnrss.el (nnrss-fetch): Don't mention CVS.
13053
13054         * nnir.el: Don't mention CVS.
13055
13056 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13057
13058         * gnus-sum.el (gnus-summary-bookmark-make-record):
13059         Add `location' field.
13060
13061 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * lpath.el: Fbind bookmark-default-handler,
13064         bookmark-get-bookmark-record, bookmark-make-record-default,
13065         bookmark-prop-get for Emacs <23 and XEmacs.
13066
13067 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13068
13069         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13070         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13071         Use with-current-buffer to silence the byte-compiler.
13072         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13073         bother to require `gnus'.
13074         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13075
13076 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13077
13078         * gnus-sum.el (gnus-summary-bookmark-make-record)
13079         (gnus-summary-bookmark-jump): New functions.
13080         (gnus-summary-mode): Setup bookmark support.
13081
13082 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13083
13084         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13085         if set.
13086
13087 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13090         gnus-article-browse-html-save-cid-image; make it work recursively for
13091         forwarded messages as well.
13092         (gnus-article-browse-html-parts): Work when prefix arg is given.
13093         (gnus-article-browse-html-article): Doc fix.
13094
13095 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13096
13097         * message.el (message-default-mail-headers)
13098         (message-default-headers): Carry the value mail-default-headers over
13099         into message-default-mail-headers, rather than message-default-headers.
13100
13101 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13102
13103         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13104         charset.
13105
13106         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13107         charset into the <meta> tag when the article is encoded to utf-8.
13108
13109 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-art.el (gnus-article-browse-delete-temp-files):
13112         Delete directories as well.
13113         (gnus-article-browse-html-parts): Work for images that do not specify
13114         file names; delete temp directory when quitting; insert header at the
13115         right place; use file: scheme for image files.
13116
13117 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13118
13119         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13120         (gnus-article-browse-html-parts): Use it to make temporary cid image
13121         files in addition to html file so that browser may display them.
13122
13123 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13126
13127 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13128
13129         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13130
13131 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * auth-source.el (auth-sources): Change default to be simpler.
13134         Explain about Secret Service API sources.  Improve Customize options.
13135         (auth-source-pick): Change to accept any number of search parameters.
13136         Implement fallbacks iteratively, not recursively.  Add scoring on the
13137         second pass and sort by score.  Call Secret Service API when needed.
13138         (auth-source-user-or-password): Use it.  Call Secret Service API
13139         directly when needed to get the user name and the password.
13140
13141 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13142
13143         * message.el (message-interactive): Doc fix.
13144         (message-qmail-inject-args): Reflow.
13145         (message-kill-to-signature): Fix typo in docstring.
13146
13147         * smiley.el (smiley-buffer): Fix typo in docstring.
13148
13149 2010-03-24  Glenn Morris  <rgm@gnu.org>
13150
13151         * mail-source.el (gnus-message): Declare.
13152         (mail-source-delete-old-incoming): Require gnus-util.
13153
13154 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13157
13158         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13159
13160         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13161         password-cache's default if it is not bound.
13162         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13163         password-cache-expiry's default if it is not bound.
13164
13165         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13166         available in Emacs 21.
13167
13168         * lpath.el: Suppress compiler warnings for:
13169         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13170         XEmacs;
13171         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13172         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13173         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13174
13175 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * auth-source.el (auth-sources): Fix up definition so extra parameters
13178         are always inline.
13179
13180 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13181
13182         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13183         wasn't updated after mismatch.  Clear cached mailbox info correctly
13184         when uidvalidity changes.
13185         (nnimap-group-prefixed-name): New function to avoid some code
13186         duplication.
13187         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13188         (nnimap-request-group): Use it.
13189         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13190         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13191         with many imap folders.  This is done by caching the group status from
13192         the imap server persistently in a group parameter `imap-status'.  (This
13193         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13194         but not persistently, so every Gnus startup was still very slow.)
13195
13196 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13197
13198         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13199         delete the extra newline.  Otherwise editing of :string and :number
13200         types don't work.
13201
13202 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13205         secrets.el dependency.
13206         (auth-sources): Add optional user name.  Add secrets.el configuration
13207         choice (unused right now).
13208
13209 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13210
13211         * gnus-sum.el (gnus-summary-make-menu-bar):
13212         Let `gnus-registry-install-shortcuts' fill in the functions.
13213
13214         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13215         warnings.
13216         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13217         (gnus-registry-install-shortcuts): Populate and use it in a
13218         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13219
13220 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13221
13222         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13223         In-place substitutions for the group name encoding/decoding.
13224         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13225         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13226         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13227         (nnimap-update-unseen, nnimap-request-list)
13228         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13229         (nnimap-request-set-mark, nnimap-split-to-groups)
13230         (nnimap-split-articles, nnimap-request-newgroups)
13231         (nnimap-request-create-group, nnimap-request-accept-article)
13232         (nnimap-request-delete-group, nnimap-request-rename-group)
13233         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13234         `encoded-mbx' for consistency.
13235         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13236         variable `imap-current-mailbox'.
13237
13238         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13239         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13240
13241 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13242
13243         * pop3.el (pop3-display-message-size-flag): Display message size byte
13244         counts during POP3 download.
13245         (pop3-movemail): Use it.
13246         (pop3-list): Implement listing of available messages.
13247
13248 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13249
13250         * nnir.el (nnir-get-article-nov-override-function): New function to
13251         override the normal NOV retrieval.
13252         (nnir-retrieve-headers): Use it.
13253
13254 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13255
13256         * auth-source.el (netrc-machine-user-or-password): Autoload.
13257
13258 2010-03-19  Glenn Morris  <rgm@gnu.org>
13259
13260         Stop message.el from loading about 40 libraries it doesn't always need.
13261         The general approach is to autoload rather than require, and to
13262         require in the specific functions rather than the file.  (Bug#5642)
13263
13264         * gmm-utils.el: Don't require wid-edit.
13265         (widget-create-child-value, widget-convert, widget-default-get):
13266         Autoload.
13267
13268         * gnus-util.el: Don't require time-date, netrc.
13269         (message-fetch-field, gnus-group-name-decode): Declare rather than
13270         autoloading.
13271         (gnus-fetch-field): Require message.
13272         (gnus-decode-newsgroups): Require gnus-group.
13273
13274         * ietf-drums.el: Don't require time-date.
13275
13276         * message.el: Don't require hashcash, canlock, ecomplete.
13277         Do require mail-utils.  Require nnheader only when compiling.
13278         (smtpmail-default-smtp-server): Remove declaration.
13279         (message-send-mail-function): Check smtpmail-default-smtp-server
13280         is bound rather than requiring smtpmail.
13281         (message-auto-save-directory, message-insert-signature):
13282         Use expand-file-name rather than nnheader-concat.
13283         (nnheader-insert-file-contents): Autoload.
13284         (hashcash-wait-async): Declare.
13285         (message-send-mail): Only call gnus-setup-posting-charset if
13286         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13287         (message-send-mail-with-sendmail): Require sendmail.
13288         (canlock-password, canlock-password-for-verify): Declare.
13289         (message-canlock-password): Require canlock.
13290         (nnheader-get-report): Autoload.
13291         (gnus-setup-posting-charset): Declare.
13292         (message-send-news): Require gnus-msg.
13293         (message-make-references, message-make-in-reply-to): Use mail-header-id
13294         rather than the alias mail-header-message-id.
13295         (ecomplete-add-item, ecomplete-save): Declare.
13296         (message-put-addresses-in-ecomplete): Require ecomplete.
13297         (ecomplete-display-matches): Autoload.
13298
13299         * mm-decode.el: Don't require mailcap, gnus-util.
13300         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13301         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13302         Autoload.
13303         (mailcap-mime-extensions): Declare.
13304
13305         * mm-encode.el: Don't require mailcap.
13306         (mailcap-extension-to-mime): Autoload.
13307
13308         * mml-sec.el: Don't require password-cache.
13309
13310         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13311         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13312         (mml-minibuffer-read-type): Require mailcap.
13313         (mml-preview): Require gnus-msg.
13314
13315         * mml1991.el: Require password-cache.
13316         (password-cache-expiry): Remove declaration.
13317
13318         * mml2015.el: Require password-cache.
13319         (password-cache-expiry): Remove declaration.
13320
13321         * nneething.el (mailcap): Require mailcap.
13322
13323         * nnheader.el (declare-function): Add compatibility stub.
13324         (message-remove-header): Declare rather than autoload.
13325         (nnheader-replace-header): Require message.
13326
13327         * nnimap.el (declare-function): Add compatibility stub.
13328         (netrc-parse, netrc-machine-user-or-password): Declare.
13329         (nnimap-open-connection): Require netrc.
13330
13331         * nntp.el (declare-function): Add compatibility stub.
13332         (netrc-parse, netrc-machine, netrc-get): Declare.
13333         (nntp-send-authinfo): Require netrc.
13334
13335         * rfc2047.el: Don't require qp.
13336         (quoted-printable-encode-region, quoted-printable-decode-string):
13337         Autoload.
13338
13339         * sieve-mode.el: Don't require easymenu.
13340         (easy-menu-add-item): Autoload it.
13341
13342         * spam-stat.el (time-to-number-of-days): Autoload it.
13343
13344 2010-03-19  Glenn Morris  <rgm@gnu.org>
13345
13346         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13347
13348 2010-03-18  Glenn Morris  <rgm@gnu.org>
13349
13350         * hashcash.el (declare-function): Remove duplicate definition.
13351
13352 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13353
13354         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13355         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13356         value if any backslash escapes).
13357
13358 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13361         if it is available.  (bug#5647)
13362
13363         * lpath.el: Suppress compiler warning for coding-system-from-name for
13364         Emacs 21 and XEmacs.
13365
13366 2010-03-14  Juri Linkov  <juri@jurta.org>
13367
13368         * hmac-def.el:
13369         * hmac-md5.el:
13370         * netrc.el: Fix keywords.
13371
13372 2010-02-26  Glenn Morris  <rgm@gnu.org>
13373
13374         * message.el (message-send-mail-function): Change the default, so that
13375         it inherits from a customized send-mail-function.  (Bug#5643)
13376
13377 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13378
13379         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13380         shell-command-to-string signals an error (bug#5299).
13381
13382 2010-02-24  Glenn Morris  <rgm@gnu.org>
13383
13384         * message.el (message-smtpmail-send-it)
13385         (message-send-mail-with-mailclient): Doc fixes.
13386
13387 2010-02-16  Glenn Morris  <rgm@gnu.org>
13388
13389         * message.el (message-default-mail-headers): Change the default value
13390         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13391
13392 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13395         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13396
13397 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13398
13399         * time-date.el (date-to-time): Doc fix (Bug#5408).
13400
13401 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13402
13403         * message.el (message-mail): Just pass yank-action on to message-setup.
13404         (message-setup): Handle (FUN . ARGS) form of yank-action.
13405         (message-with-reply-buffer, message-widen-reply)
13406         (message-yank-original): Handle non-buffer values of
13407         message-reply-buffer (Bug#4080).
13408         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13409
13410 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13411
13412         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13413         Fix typo in docstring.
13414
13415 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13416
13417         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13418         response.
13419
13420 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13423
13424         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13425
13426         * message.el (message-check-news-header-syntax): Protect against a
13427         string that `rfc822-addresses' returns when parsing fails.
13428
13429 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13432         (gnus-previous-char-property-change): New functions.
13433
13434         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13435
13436 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13437
13438         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13439         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13440
13441 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13442
13443         * message.el (message-exchange-point-and-mark): Rework last change to
13444         avoid using optional arg of exchange-point-and-mark, for backward
13445         compatibility.
13446
13447 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13448
13449         * message.el (message-exchange-point-and-mark):
13450         Call exchange-point-and-mark with an argument rather than setting
13451         mark-active by hand (Bug#5175).
13452
13453 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * nntp.el (nntp-service-to-port): Work for service expressed with
13456         numeric string; replace [:digit:] with [0-9] for XEmacs.
13457
13458 2009-12-17  Glenn Morris  <rgm@gnu.org>
13459
13460         * gnus-group.el (gnus-bug-group-download-format-alist):
13461         Change emacs entry to debbugs.gnu.org.  Bump :version.
13462
13463 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13466
13467 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * message.el (message-info): Explain why we use `Info-goto-node'.
13470
13471 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13474
13475 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13476
13477         * message.el (message-completion-in-region): New compatibility function.
13478         (message-expand-group): Use it.
13479
13480 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13483         with no unread article should be listed if the 2nd arg `predicate' is
13484         given.
13485
13486 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13489
13490 2009-11-29  Juri Linkov  <juri@jurta.org>
13491
13492         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13493         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13494         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13495
13496 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13497
13498         * sha1.el (sha1-string-external): default-directory "/" in case
13499         otherwise non-existent.  process-connection-type pipe for touch of
13500         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13501
13502 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13503
13504         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13505         it's comms related and sgml-mode.el has "comm" on that basis too.
13506
13507 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13510         containing tspecial characters if they have been already quoted.
13511
13512 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13513
13514         * dns-mode.el (auto-mode-alist): Purecopy string.
13515
13516 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13517
13518         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13519
13520 2009-10-24  Glenn Morris  <rgm@gnu.org>
13521
13522         * gnus-art.el (help-xref-stack-item): Define for compiler.
13523
13524 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13525
13526         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13527
13528 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13531
13532 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13535         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13536
13537 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13540         (gnus-overlays-in): New alias to overlays-in.
13541
13542         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13543         gnus-overlay-get, and gnus-delete-overlay.
13544         (gnus-summary-show-thread): Make it work as well for systems in which
13545         next-single-char-property-change is not available.
13546         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13547
13548         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13549         (gnus-overlay-get): New alias to extent-property.
13550         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13551
13552         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13553         SXEmacs.
13554
13555         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13556         SXEmacs.
13557
13558 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13561
13562 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13563
13564         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13565         and XEmacs that don't have `remove-overlays'.
13566
13567 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13568
13569         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13570         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13571         selective display.  Use overlays instead.
13572
13573 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13574
13575         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13576
13577 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13578
13579         * spam-stat.el (spam-stat-load): Fix typo in message.
13580
13581 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13582
13583         * dig.el (dig-invoke): Fix typo in docstring.
13584         (query-dig): Reflow docstring.
13585
13586 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13587
13588         * gnus-art.el (gnus-article-encrypt-body):
13589         * message.el (message-check-recipients):
13590         * mm-util.el (mm-codepage-setup):
13591         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13592         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13593
13594 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13595
13596         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13597         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13598         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13599         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13600         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13601
13602 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13603
13604         * dig.el: Add "Keywords: comm", as per net-utils.el.
13605
13606 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13607
13608         * dig.el (dig-mode): Use define-derived-mode.
13609
13610 2009-09-19  Glenn Morris  <rgm@gnu.org>
13611
13612         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13613
13614 2009-09-18  Glenn Morris  <rgm@gnu.org>
13615
13616         * gnus-diary.el (gnus-diary-check-message):
13617         * message.el (message-insert-formatted-citation-line):
13618         * nnbabyl.el (top-level):
13619         * nndiary.el (nndiary-schedule):
13620         Fix typos in condition-case handlers.
13621
13622 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13625         configuration that provides the sole article window in a frame;
13626         position point correctly after deleting a part.
13627
13628 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13629
13630         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13631         (spam-resolve-registrations-routine): Use it to unregister articles
13632         that change status.
13633
13634 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13637         with XEmacs.
13638         (parse-time-string-chars): Use it.
13639
13640 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13641
13642         * imap.el (imap-interactive-login): Better messages.
13643         (imap-open): Fix bug with renamed buffer on reconnect.
13644         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13645         for easier debugging and cleaner code.  On successful (guessed based on
13646         server capabilities) secondary authentication, set imap-state
13647         correctly.
13648         (imap-last-authenticator): Define imap-last-authenticator as a variable
13649         to avoid warnings.
13650
13651 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * nnrss.el (nnrss-request-article): Remove binding of
13654         default-enable-multibyte-characters that has gotten needless by
13655         the 2007-07-13 change in rfc2047-encode-message-header.
13656
13657         * mml.el (mml-insert-multipart): Error on the message header.
13658         (mml-insert-part): Error on the message header; position point at
13659         the end of a MIME tag.
13660
13661 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * time-date.el (autoload): Expand define-obsolete-function-alias into
13664         defalias and make-obsolete for old Emacsen that Gnus supports.
13665         (with-no-warnings): Define it for old Emacsen.
13666         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13667         is available.
13668         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13669         float-time is available; suppress compile warning for time-to-seconds.
13670
13671         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13672         (gnus-float-time): Alias to float-time if it exists.
13673
13674         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13675         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13676         float-time is available; suppress compile warning for time-to-seconds.
13677
13678         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13679         XEmacs.
13680
13681 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13682
13683         * imap.el (imap-message-map): Docstring fix.
13684
13685 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13688         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13689         Add the optional argument `encoding' that overrides the default.
13690
13691         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13692         mm-encode-buffer.
13693
13694 2009-09-04  Glenn Morris  <rgm@gnu.org>
13695
13696         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13697         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13698         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13699         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13700         * mm-util.el (mm-with-unibyte-current-buffer)
13701         (mm-find-buffer-file-coding-system):
13702         * yenc.el (yenc-decode-region): Use default-value rather than
13703         default-enable-multibyte-characters.
13704
13705 2009-09-03  Glenn Morris  <rgm@gnu.org>
13706
13707         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13708         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13709         than default-enable-multibyte-characters.
13710
13711 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13712
13713         * gnus-art.el (gnus-article-read-summary-keys):
13714         Fix gnus-buffer-configuration's value temporarily used.
13715
13716 2009-09-02  Glenn Morris  <rgm@gnu.org>
13717
13718         * gnus-util.el (gnus-float-time): New function.
13719         * gnus-delay.el (gnus-delay-article):
13720         * gnus-sum.el (gnus-thread-latest-date):
13721         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13722         * nnspool.el (nnspool-request-newgroups):
13723         Use gnus-float-time rather than time-to-seconds.
13724         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13725
13726         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13727         (gnus-header-subject-face, gnus-header-newsgroups-face)
13728         (gnus-header-name-face, gnus-header-content-face):
13729         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13730         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13731         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13732         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13733         (gnus-cite-face-11):
13734         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13735         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13736         (gnus-server-closed-face, gnus-server-denied-face)
13737         (gnus-server-offline-face):
13738         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13739         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13740         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13741         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13742         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13743         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13744         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13745         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13746         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13747         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13748         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13749         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13750         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13751         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13752         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13753         (gnus-summary-high-undownloaded-face)
13754         (gnus-summary-low-undownloaded-face)
13755         (gnus-summary-normal-undownloaded-face)
13756         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13757         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13758         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13759         (gnus-splash-face):
13760         * message.el (message-header-to-face, message-header-cc-face)
13761         (message-header-subject-face, message-header-newsgroups-face)
13762         (message-header-other-face, message-header-name-face)
13763         (message-header-xheader-face, message-separator-face)
13764         (message-cited-text-face, message-mml-face):
13765         * sieve-mode.el (sieve-control-commands-face)
13766         (sieve-action-commands-face, sieve-test-commands-face)
13767         (sieve-tagged-arguments-face):
13768         * spam.el (spam-face):
13769         Mark face aliases with "-face" in the name as obsolete.
13770
13771 2009-09-01  Glenn Morris  <rgm@gnu.org>
13772
13773         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13774         than goto-line.
13775
13776 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13779         Don't move point if the command is invoked inside the message header.
13780
13781 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13782
13783         * imap.el (imap-send-command): Simplify.
13784         (imap-wait-for-tag): point-max -> buffer-size.
13785
13786 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13787
13788         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13789         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13790         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13791         * nnir.el (nnir-swish-e-index-file):
13792         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13793         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13794         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13795         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13796         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13797         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13798
13799 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13802         Don't save excursion.
13803
13804 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13805
13806         * nnheader.el (nnheader-find-file-noselect):
13807         * mm-util.el (mm-insert-file-contents):
13808         Use (default-value 'major-mode) instead of default-major-mode.
13809
13810 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13811
13812         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13813
13814 2009-08-26  Glenn Morris  <rgm@gnu.org>
13815
13816         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13817         than placing in files.el.
13818
13819 2009-08-25  Glenn Morris  <rgm@gnu.org>
13820
13821         * nnir.el (top-level): Don't require cl at run-time.
13822         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13823         Replace cl-function substitute with gnus-replace-in-string.
13824         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13825         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13826         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13827         simplified expansions.
13828
13829 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13830
13831         * dig.el (dig): Add autoload cookie.
13832
13833 2009-08-22  Glenn Morris  <rgm@gnu.org>
13834
13835         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13836         goto-line.
13837
13838 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13839
13840         * parse-time.el (parse-time-string-chars): Save match data.
13841
13842 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13843
13844         * parse-time.el (parse-time-string-chars): Compute using character
13845         classes, to handle non-ascii characters (Bug#3190).
13846
13847 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13850
13851         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13852         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13853         (gnus-mm-display-part, gnus-mime-display-single)
13854         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13855         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13856
13857         * gnus-sum.el
13858         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13859         (gnus-summary-move-article): Add expirable mark to articles copied or
13860         moved to group that has auto-expire turned on if the option is non-nil.
13861
13862 2009-07-24  Glenn Morris  <rgm@gnu.org>
13863
13864         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13865         Fix typo.  (Bug#3903)
13866
13867 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13870         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13871         that should not be used for draft articles.
13872         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13873         that has no concern in minor mode keys.
13874         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13875         Abolish.
13876
13877 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13880         article without making inquiry to a user for unknown encoding.
13881
13882         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13883         (nnmaildir--scan): Assume i-node and device number that file-attributes
13884         returns might be cons-cell.
13885
13886         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13887
13888         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13889
13890 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13891
13892         * auth-source.el: Remove docs now in auth.texi.  Don't use
13893         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13894         `auth-source-hide-passwords' and use them.
13895
13896 2009-07-15  Glenn Morris  <rgm@gnu.org>
13897
13898         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13899
13900 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13903         excessive whitespace from the default values of title and description.
13904
13905 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13908         mail-fetch-field to fetch Content-Description header in order to
13909         exclude newlines.
13910
13911 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13912
13913         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13914         format used by GnuPG 2.0.11.
13915
13916 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13919         to deleted part.
13920
13921 2009-05-30  David Engster  <dengste@eml.cc>
13922
13923         * nnmairix.el: Remove old documentation in the commentary block.
13924         (nnmairix-request-group): Do not update active file for nnml back ends.
13925         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13926         end so that overview files are ignored.
13927         (nnmairix-update-groups): Make updating the groups more robust by using
13928         marks.
13929         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13930         with dollar characters in message-id.
13931
13932 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13935         2008-12-25 in dns.el.
13936
13937 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13938
13939         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13940         could happen if the text is only composed of spaces and/or tabs.
13941
13942 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13943
13944         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13945         when sending a queued message to avoid extra mml tags.
13946
13947 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13950
13951 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13954         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13955         rmail-toggle-header for XEmacs;
13956         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13957
13958 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-dired.el: Remove autoload for gnus-setup-message.
13961         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13962         displaying Gnus logo; always use compose-mail.
13963
13964 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13967
13968 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13971         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13972         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13973         available.
13974         (gnus-nocem-epg-verify): New function.
13975
13976 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13979
13980 2009-02-15  Glenn Morris  <rgm@gnu.org>
13981
13982         * gnus-util.el (rmail-insert-rmail-file-header)
13983         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13984         autoloads.
13985         (rmail-default-rmail-file): Remove unnecessary declaration.
13986         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13987
13988 2009-02-14  Glenn Morris  <rgm@gnu.org>
13989
13990         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13991         variable (only used in gnus-util, which declares it anyway).
13992         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13993         which was only needed by gnus-art (changed to not use it any more).
13994         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13995         only used in gnus-util, which autoloads it itself.
13996         (rmail-update-summary): Fix autoload.
13997
13998         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13999         rather than rmail-output-to-rmail-file.
14000
14001 2009-02-07  Glenn Morris  <rgm@gnu.org>
14002
14003         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14004         autoload of function that no longer exists.
14005         (rmail-toggle-header): Declare.
14006         (message-forward-rmail-make-body): Handle mbox Rmail.
14007
14008 2009-01-31  Glenn Morris  <rgm@gnu.org>
14009
14010         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14011         2009-01-09 change.
14012
14013 2009-01-31  Dave Love  <fx@gnu.org>
14014
14015         * imap.el (imap-fetch-safe): Bind debug-on-error.
14016         (imap-debug): Add imap-fetch-safe.
14017
14018 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14019
14020         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14021         (auth-source-forget-all-cached): New convenience function.
14022         (auth-source-user-or-password): Accept list of modes or a single mode.
14023
14024         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14025         auth-source modes.
14026
14027         * netrc.el (netrc-machine-user-or-password): Use list of
14028         auth-source modes.
14029
14030         * nnimap.el (nnimap-open-connection): Use list of
14031         auth-source modes.
14032
14033         * nntp.el (nntp-send-authinfo): Use list of
14034         auth-source modes.
14035
14036 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14037
14038         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14039         now.
14040
14041 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14044         coding system in XEmacs; add a workaround for XEmacs.
14045
14046         * lpath.el: Fbind coding-system-aliasee.
14047
14048 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14051         of current-language-environment.
14052
14053 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14056         available at runtime.
14057
14058 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14061
14062 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14063
14064         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14065         the greatest positive fixnum value doesn't work under an XEmacs with
14066         bignum support; use the most-positive-fixnum constant instead,
14067         available since Emacs 21.1 with cl and XEmacs 21.1.
14068
14069 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14072         XEmacs gets not to work.
14073
14074 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * mm-util.el (mm-coding-system-priorities): Allow the value like
14077         "Japanese (UTF-8)" of current-language-environment.
14078
14079 2009-01-09  Glenn Morris  <rgm@gnu.org>
14080
14081         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14082         with last-command-event.
14083
14084 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14087         in the doc string.
14088
14089         * message.el (message-fix-before-sending): Amend comment.
14090
14091 2009-01-08  Dave Love  <fx@gnu.org>
14092
14093         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14094
14095 2009-01-07  David Engster  <dengste@eml.cc>
14096
14097         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14098         simplified server definitions by converting it via
14099         gnus-server-to-method.
14100
14101 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14104         parameter's operands.
14105
14106 2009-01-06  David Engster  <dengste@eml.cc>
14107
14108         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14109         primary select method (for gnus-group-mark-article-as-read).
14110
14111 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14112
14113         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14114         `(gnus)Face', not `(gnus)X-Face'.
14115
14116 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * mm-util.el (mm-ucs-to-char): New function.
14119
14120         * mm-url.el (mm-url-decode-entities): Use it.
14121
14122         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14123         unicode-to-char.
14124
14125 2009-01-05  Dave Love  <fx@gnu.org>
14126
14127         * time-date.el: Require cl for `declare'.
14128
14129 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14132         Dave Love.
14133
14134 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * message.el (message-fix-before-sending): Add `eight-bit' to
14137         illegible-text check.
14138
14139 2009-01-03  Michael Olson  <mwolson@gnu.org>
14140
14141         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14142         `headers' is nil.  This can occur if the IMAP server does not have
14143         permissions to read messages from a folder, but can write new messages
14144         to the folder.
14145         (nnimap-request-article-part): Do not insert `data' if it is nil.
14146
14147         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14148         characters which will confuse `read', so skip past them.
14149
14150 2009-01-01  Dave Love  <fx@gnu.org>
14151
14152         * imap.el (imap-string-to-integer): Fix typo.
14153         (imap-fetch-safe): New function.
14154         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14155
14156         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14157
14158         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14159         (imap-parse-greeting): Fix doc strings.
14160         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14161         (imap-parse-flag-list): Make messages unique.
14162         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14163
14164         * nnimap.el: Fix author email.
14165         (nnimap-split-rule): Add FIXME comment.
14166         (nnimap-debug): Fix doc string.
14167
14168 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14171
14172 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14175         nslookup if resolv.conf isn't available.
14176         (dns-query): Rename from query-dns.
14177         (dns-query-cached): Rename from query-dns-cached.
14178
14179 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14182         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14183         to check if those variables exist (first appeared in Emacs 18.50).
14184
14185 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * mm-util.el (mm-line-number-at-pos): New function.
14188
14189         * spam-report.el (spam-report-process-queue): Use it.
14190
14191 2008-12-24  David Engster  <dengste@eml.cc>
14192
14193         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14194         parameters that haven't existed as variables as buffer-local variables.
14195
14196 2008-12-23  Dave Love  <fx@gnu.org>
14197
14198         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14199         cadar.
14200
14201         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14202         imap-starttls-p.
14203         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14204
14205 2008-12-22  Dave Love  <fx@gnu.org>
14206
14207         * imap.el: Fix author email.  Doc fixes.
14208         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14209         reply.
14210
14211 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14212
14213         * spam-report.el (spam-report-gmane-max-requests): New constant.
14214         (spam-report-gmane-wait): New variable.
14215         (spam-report-gmane-ham, spam-report-gmane-spam)
14216         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14217         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14218         the server.
14219
14220         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14221         Add explanations.
14222
14223         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14224         nnheader-accept-process-output and nnheader-read-timeout if available.
14225         (pop3-movemail): Use it.
14226
14227         * message.el (message-check-news-body-syntax): Fix signature check if
14228         there's an attachment.
14229
14230 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * mm-util.el: Add comments to the mm- emulating functions.
14233
14234 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14237         Reported by Stephen Berman <stephen.berman@gmx.net>.
14238
14239 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * mm-util.el (mm-substring-no-properties): New function.
14242         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14243         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14244         (mm-string-to-multibyte): Doc fix.
14245
14246         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14247
14248 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * mml.el (mml-attach-file): Strip text properties from file name.
14251         (Bug#1574)
14252
14253 2008-12-16  Glenn Morris  <rgm@gnu.org>
14254
14255         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14256
14257 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14260         knows since the charset specified might be a bogus alias that
14261         mm-charset-synonym-alist provides.
14262
14263 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14264
14265         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14266         "ISO_8859-1".
14267
14268         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14269
14270 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * mm-util.el (mm-charset-eval-alist):
14273         Define it before mm-charset-to-coding-system.
14274         (mm-charset-to-coding-system): Add optional argument `silent';
14275         define it before mm-charset-override-alist.
14276         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14277         default value if it can be used in Emacs currently running;
14278         silence mm-charset-to-coding-system.
14279
14280 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14283         `allow-override' which says whether to use `mm-charset-override-alist'.
14284         (rfc2047-decode-encoded-words): Use it.
14285
14286         * mm-util.el (mm-charset-override-alist): Fix custom type;
14287         add `(gb2312 . gbk)' to choices.
14288
14289 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14292         fast.
14293
14294         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14295
14296         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14297
14298 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14299
14300         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14301         on links.
14302
14303         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14304
14305 2008-12-03  Lute Kamstra  <lute@gnu.org>
14306
14307         * sha1.el: Remove leading * from docstrings of defcustoms,
14308         deffaces, defconsts and defuns.
14309
14310 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14313         users' addresses that don't have domain parts.
14314         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14315         rather than message-narrow-to-head since there will be the message
14316         header separator.
14317
14318 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14319
14320         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14321         since the result is inserted in a unibyte buffer anyway.
14322         (nnimap-demule-use-string-to-multibyte): Remove.
14323         (nnimap-demule): Alias it to mm-string-to-multibyte.
14324
14325 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14328         variable for debugging bug#464 and bug#1174.
14329         (nnimap-demule): Use it.
14330
14331 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14334         score calculation correctly.
14335
14336 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14337
14338         * message.el (message-send-mail): Just set the buffer to unibyte
14339         rather than use mm-with-unibyte-current-buffer which does a lot more.
14340         (message-send-mail-partially): Don't bother with
14341         mm-with-unibyte-current-buffer since it's already been made unibyte by
14342         message-send-mail.
14343
14344 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14345
14346         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14347
14348 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14351
14352 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14355         require itself and to remove `with-no-warnings'.
14356
14357 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14358
14359         * starttls.el (starttls-any-program-available): Get the name of the
14360         available TLS layer program.
14361         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14362         well as the host name in the "opening" message.
14363
14364         * auth-source.el (auth-source-cache, auth-source-do-cache)
14365         (auth-source-user-or-password): Cache passwords and logins by default,
14366         allow override with `auth-source-do-cache'.
14367         (auth-source-forget-user-or-password): Allow users to remove cache
14368         entries if needed.
14369
14370 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14371
14372         * md4.el (md4-buffer): Fix typo in docstring.
14373         (md4, md4-64): Doc fixes.
14374         (md4-pack-int32): Reflow docstring.
14375
14376 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14379         condition-case to only the forward-sexp call.
14380
14381 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14384         quotes contained.  Make it more robust regardless by an extra
14385         condition-case wrapper.
14386
14387 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14390
14391 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * nnml.el (nnml-request-expire-articles): Check if the function set to
14394         `nnmail-expiry-target' returns the symbol `delete'.
14395
14396         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14397
14398         * nnmail.el (nnmail-expiry-target): Fix custom type.
14399
14400 2008-10-02  Glenn Morris  <rgm@gnu.org>
14401
14402         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14403         Silence compiler warning.
14404
14405 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14406
14407         * tls.el (open-tls-stream): Show the actual command being
14408         executed, instead of the format string.
14409
14410 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * lpath.el: Fbind codepage-setup for Emacs 23.
14413
14414 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14415
14416         * mml.el (mml-menu): Don't assume mml2015 is bound.
14417
14418 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14421         exists.
14422
14423 2008-09-27  Glenn Morris  <rgm@gnu.org>
14424
14425         * gnus-util.el (mail-header-remove-comments): Autoload it.
14426
14427 2008-09-27  Andreas Schwab  <schwab@suse.de>
14428
14429         * gnus-util.el (gnus-split-references): Strip comments.
14430         (gnus-parent-id): Likewise.
14431
14432 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * message.el (message-confirm-send): Fix version.
14435
14436 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * message.el (message-idna-to-ascii-rhs-1): Use
14439         mail-extract-address-components rather than mail-header-parse-addresses
14440         that is an alias by default to ietf-drums-parse-addresses that does not
14441         support non-ASCII names in headers' contents.
14442
14443 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * message.el (message-confirm-send): Fix variable documentation to
14446         avoid the "y/n" wording.
14447
14448 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14449
14450         * message.el (message-set-auto-save-file-name): Save to a different
14451         filename so multiple messages (especially drafts) can be recovered.
14452
14453 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14454
14455         * message.el (message-confirm-send): Add appropriate version.
14456
14457 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14458
14459         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14460         defvar.
14461
14462 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14463
14464         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14465         (mm-pkcs7-enveloped-magic): Ditto.
14466
14467 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14468
14469         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14470         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14471
14472 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14473
14474         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14475         default, it's better.
14476
14477 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14478
14479         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14480         summary line gnus-number property and ignore them (with a warning
14481         message).
14482
14483 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14486         macro caddr in the interactive form since it won't be expanded.
14487
14488 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14491         `charset'; fix name of function called recursively.
14492         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14493
14494 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14497         (gnus-mime-set-charset-parameters): New function.
14498         (gnus-mime-view-part-as-charset): Use it to correctly display part
14499         specifying wrong charset.
14500
14501 2008-09-08  David Engster  <dengste@eml.cc>
14502
14503         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14504         in completing-read for back end server.
14505
14506 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14507
14508         * message.el (message-confirm-send): New variable to confirm sending a
14509         message.
14510         (message-send): Use it.
14511
14512 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14513
14514         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14515
14516 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14519
14520 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14521
14522         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14523         prevent tracking too many groups.
14524         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14525         Use it.
14526
14527 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14528
14529         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14530         moving point to the bottom of the window in order to avoid recentering.
14531
14532 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14535
14536         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14537         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14538         (gnus-article-beginning-of-window): Fix calculation.
14539
14540 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * gnus-msg.el (gnus-summary-supersede-article)
14543         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14544         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14545         message header.
14546
14547 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14548
14549         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14550         pending output coming after the status change.
14551
14552 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14553
14554         * message.el:
14555         * gnus-start.el:
14556         * gnus-registry.el: Remove VMS support.
14557
14558 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14561         macro.
14562         (rfc2104-hash): Use it.
14563
14564 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14567         (gnus-summary-sort-by-most-recent-date): New commands.
14568         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14569         and menu entries.
14570
14571 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14574         don't redisplay article for raw contents; remove plural articles stuff.
14575
14576         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14577         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14578         on gnus-summary-save-article; display results properly.
14579
14580 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * lpath.el: No need to fbind ns-focus-frame.
14583
14584 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14587
14588 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * gnus-art.el (gnus-summary-save-in-pipe):
14591         Consider gnus-save-all-headers.
14592
14593 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14594
14595         * gnus-util.el (ns-focus-frame): Remove declaration.
14596         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14597         like x.
14598
14599 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14600
14601         * rfc2104.el (rfc2104-zero): Delete defconst.
14602         (rfc2104-hex-alist): Likewise.
14603         (rfc2104-hex-to-int): Delete func.
14604         (rfc2104-hexstring-to-bitstring): Likewise.
14605         (rfc2104-nybbles): New defconst.
14606         (rfc2104-hash): Rewrite for speed.
14607
14608 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * tls.el (open-tls-stream): Make it work with the 2nd argument
14611         BUFFER that is a string but does not exist as a buffer object, as
14612         mentioned in the doc-string.
14613
14614 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14617         SXEmacs.
14618
14619 2008-07-16  Glenn Morris  <rgm@gnu.org>
14620
14621         * gnus-util.el (ns-focus-frame): Declare for compiler.
14622
14623 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14624
14625         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14626         set as a group parameter.
14627         (gnus-summary-save-in-pipe): Work when it is called independently.
14628         (gnus-summary-pipe-to-muttprint): Don't modify
14629         gnus-summary-pipe-output-default-command.
14630
14631 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14632
14633         * message.el (message-send-mail-with-sendmail):
14634         Display the error message.
14635
14636 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-art.el (gnus-default-article-saver):
14639         Add gnus-summary-save-in-pipe to choices.
14640         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14641         gnus-summary-pipe-output-default-command as the default command.
14642         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14643         instead of gnus-last-shell-command.
14644
14645         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14646         New user option.
14647         (gnus-summary-muttprint-program): Mention the value will be changed.
14648         (gnus-summary-save-article): Force showing of all headers.
14649         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14650
14651 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14652
14653         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14654
14655 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14656
14657         * nnimap.el (nnimap-id):
14658         * sieve-manage.el (sieve-manage-open): Doc fixes.
14659
14660 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14661
14662         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14663         if available.
14664
14665 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14666
14667         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14668
14669         * nnkiboze.el (nnkiboze-generate-group):
14670         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14671
14672         * nnmairix.el: Require CL.
14673
14674 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * dgnushack.el: Autoload get-display-table and put-display-table for
14677         XEmacs 21.5.
14678
14679         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14680         21.4 and SXEmacs.
14681
14682 2008-06-15  David Engster  <dengste@eml.cc>
14683
14684         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14685
14686 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14687
14688         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14689         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14690         runtime choice under XEmacs.
14691
14692         * gnus-sum.el (gnus-summary-set-display-table):
14693         Use `gnus-put-display-table', `gnus-get-display-table',
14694         `gnus-set-display-table' for the display table, instead of `aset'.
14695
14696         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14697         Use `gnus-put-display-table', `gnus-get-display-table',
14698         `gnus-set-display-table' for the display table.
14699
14700 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * nnmairix.el: Add autoloads.
14703
14704 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * nnmairix.el (nnmairix-delete-recreate-group)
14707         (nnmairix-update-and-clear-marks): Fix error messages.
14708
14709 2008-06-14  David Engster  <dengste@eml.cc>
14710
14711         * nnmairix.el: Upgrade to version 0.6.
14712         (nnmairix-group-toggle-propmarks-this-group)
14713         (nnmairix-group-toggle-readmarks-this-group)
14714         (nnmairix-group-delete-recreate-this-group)
14715         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14716         (nnmairix-remove-tick-mark-original-article): New commands.
14717         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14718         (nnmairix-propagate-marks-to-nnmairix-groups)
14719         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14720         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14721         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14722         functions needed for marks propagation and manipulation of read marks.
14723         (nnmairix-update-groups): New function.
14724         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14725         (nnmairix-determine-original-group-from-registry)
14726         (nnmairix-determine-original-group-from-path)
14727         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14728         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14729         New helper functions.
14730         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14731         keystrokes for new commands.
14732         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14733         (nnmairix-request-group): Check allow-fast group parameter.
14734         (nnmairix-request-create-group): Set allow-fast group parameter if
14735         nnmairix-allowfast-default is set.
14736         (nnmairix-close-group): Propagate marks upon closing if needed.
14737         (nnmairix-group-toggle-threads-this-group): Use new.
14738         nnmairix-group-toggle-parameter helper function.
14739         (nnmairix-search): Better check for empty search result.
14740         (nnmairix-goto-original-article): Use new helper functions for
14741         determining original article.
14742         (nnmairix-show-original-article): Make sure message-id is in brackets.
14743         (nnmairix-call-mairix-binary): Change variable name.
14744         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14745         helper function.
14746         (nnmairix-widget-toggle-activate): Fix doc string.
14747
14748 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * nnir.el: Require edmacro when compiling with XEmacs.
14751         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14752         available in Emacs 21.
14753
14754 2008-06-11  Glenn Morris  <rgm@gnu.org>
14755
14756         * gnus-util.el (x-focus-frame):
14757         * gnus.el (image-size):
14758         * mm-decode.el (image-size): Declare.
14759
14760         * gnus-picon.el (declare-function): Add compat definition.
14761         (image-size): Declare.
14762
14763         * gnus-group.el (tool-bar-map):
14764         * gnus-sum.el (tool-bar-map): Define for compiler.
14765
14766         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14767
14768         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14769
14770         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14771         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14772         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14773         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14774         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14775         * sieve-manage.el, spam-report.el, spam.el:
14776         Remove unnecessary eval-and-compile of autoloads.
14777
14778 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14779
14780         * auth-source.el: Precise Tramp doc.
14781
14782 2008-06-07  Glenn Morris  <rgm@gnu.org>
14783
14784         * nnmairix.el: Remove unnecessary eval-when-compile.
14785
14786 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * lpath.el: Fbind propertize for XEmacs 21.4.
14789
14790 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * nnir.el: Move here from ../contrib.
14793
14794 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14795
14796         * gnus-util.el (gnus-read-shell-command): New function.
14797         * mm-decode.el (mm-pipe-part):
14798         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14799
14800 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14803
14804 2008-06-03  Glenn Morris  <rgm@gnu.org>
14805
14806         * pop3.el (nnheader-accept-process-output): Autoload it.
14807
14808 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14811         are not 2-digit hexadecimal characters that follow `%'s.
14812
14813 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * message.el (message-bogus-recipient-p): Fix type in doc string.
14816         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14817         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14818         Improve custom options.
14819         (message-bogus-recipient-p): Adjust accordingly.
14820
14821 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14822
14823         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14824         long-form month and day names.
14825
14826 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * dgnushack.el: Autoload debug, eudc-expand-inline and
14829         pgg-snarf-keys-region for XEmacs.
14830
14831         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14832
14833         * nnmairix.el: Require edmacro when compiling with XEmacs.
14834
14835 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14838         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14839
14840 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14841
14842         * auth-source.el: Add more docs.
14843
14844         * netrc.el (netrc-machine): Always match if the port is not given.
14845
14846 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14847
14848         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14849         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14850         retrieval faster in some cases, but might make CPU usage larger.
14851         If this has any bad side effects, we might revert this change.
14852
14853         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14854         seems to make mail retrieval much, much faster.
14855         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14856         unconditionally.
14857
14858         * gnus-draft.el (gnus-group-send-queue):
14859         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14860
14861 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14864
14865         * message.el (message-bogus-address-regexp): Fix and improve custom
14866         type.
14867         (message-setup-hook): Add message-check-recipients as custom option.
14868
14869 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * message.el (message-cite-function): Remove bogus autoload which crept
14872         in during merge from v5-10.
14873
14874 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14875
14876         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14877
14878         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14879
14880         * auth-source.el: Preliminary Tramp docs.
14881         (auth-sources): Change the default auth-sources to use
14882         EPA .gpg files.
14883
14884 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * nntp.el: Autoload `auth-source-user-or-password'.
14887         (nntp-send-authinfo): Use it.
14888
14889         * nnimap.el: Autoload `auth-source-user-or-password'.
14890         (nnimap-open-connection): Use it.
14891
14892         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14893         for the gnus-message function.
14894         (auth-source-user-or-password): Use it.
14895
14896 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14897
14898         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14899         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14900         (rfc2104-hash): Use it.
14901
14902 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14903
14904         * gnus-art.el (gnus-article-toggle-truncate-lines):
14905         Don't use `iff' in docstring.
14906
14907 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14908
14909         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14910
14911         * gnus-util.el (gnus-extract-address-component-name)
14912         (gnus-extract-address-component-email): Convenience functions around
14913         `gnus-extract-address-components'.
14914
14915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14916         Use `gnus-extract-address-component-email' to fix bug of comparing full
14917         sender name to `user-mail-address'.
14918
14919 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14920
14921         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14922         catch/throw to optimize.
14923         (gnus-registry-find-keywords): Just use member to find a keyword.
14924
14925 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14926
14927         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14928         is current before calling gnus-server-prepare.
14929         (gnus-server-setup-buffer, gnus-server-update-server)
14930         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14931
14932 2008-05-04  Juri Linkov  <juri@jurta.org>
14933
14934         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14935         (mailcap-file-default-commands): Use mailcap-replace-in-string
14936         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14937         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14938
14939 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14940
14941         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14942
14943 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14944
14945         * gnus.el: Bump version to 0.11.
14946
14947 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14948
14949         * gnus.el: No Gnus v0.10 is released.
14950
14951 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14952
14953         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14954         hooks.
14955         (gnus-update-read-articles): Speed up non-marks-using users.
14956         (gnus-use-marks): Define gnus-use-marks.
14957         (gnus-propagate-marks): Rename variable to something more sensible.
14958
14959 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14960
14961         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14962         (gmm-image-load-path-for-library): Fix typos in docstrings.
14963         (gmm-message): Reflow docstring.
14964
14965 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * mail-source.el (mail-source-set-1, mail-source-bind):
14968         Move auth-source code out of the macro to clean it up and fix bugs.
14969
14970 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14971
14972         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14973         by sender if it's equal to user-mail-address, it's likely to be
14974         useless.
14975
14976         * mail-source.el (mail-source-bind): Don't use user or password if they
14977         are not bound.  Unintern them if they are nil.  Don't use server unless
14978         it's bound, and default it to empty string otherwise.
14979
14980 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14981
14982         * mail-source.el: Load auth-source.el.
14983         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14984         get user name or password, if auth-sources is set up.
14985
14986         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14987         strategy of splitting with parent.
14988         (gnus-registry-split-fancy-with-parent)
14989         (gnus-registry-post-process-groups): Use it and fix prior
14990         bug (returning a list as the split result).
14991
14992         * auth-source.el (auth-sources): Remove server parameter.
14993         (auth-source-pick, auth-source-user-or-password)
14994         (auth-source-user-or-password-imap)
14995         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14996         (auth-source-user-or-password-sftp)
14997         (auth-source-user-or-password-smtp): Remove server parameter.
14998
14999 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15000
15001         * smime.el (smime-sign-region, smime-encrypt-region)
15002         (smime-decrypt-region):
15003         Remove redundant calls to `generate-new-buffer-name'.
15004
15005 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15006
15007         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15008         Don't use QP for message/rfc822.
15009         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15010
15011 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15012
15013         * sieve-manage.el (sieve-string-bytes): Remove.
15014         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15015         correct byte-length only if the process's coding-system is the same as
15016         the one used internally by Emacs to represent strings.
15017
15018 2008-04-22  Juri Linkov  <juri@jurta.org>
15019
15020         * mailcap.el (mailcap-file-default-commands): New function.
15021
15022 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * message.el (message-signature-separator, message-cite-function):
15025         Change custom version.
15026
15027 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15028
15029         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15030         commands.
15031         (tls-checktrust): Ditto.
15032
15033 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * mm-decode.el (mm-display-external): Make temp file read-only.
15036
15037 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15040         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15041         `C-c C-f d'.
15042
15043 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15044
15045         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15046
15047 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * gnus.el: Bump version to 0.9.
15050
15051 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * gnus.el: No Gnus v0.8 is released.
15054
15055 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15056
15057         * mail-source.el (mail-source-value):
15058         Prefer fboundp to functionp so it works with macros as well.
15059
15060 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15061
15062         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15063         Fix last change in case the element is not even a symbol.
15064
15065 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15066
15067         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15068         Prefer fboundp to functionp so it works with macros as well.
15069
15070 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * auth-source.el: Add docs.
15073         (auth-sources): Modify format to support server.
15074         (auth-source-pick, auth-source-user-or-password)
15075         (auth-source-user-or-password-imap)
15076         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15077         (auth-source-user-or-password-sftp)
15078         (auth-source-user-or-password-smtp): Add server parameter.
15079
15080 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15081
15082         * gnus-registry.el: Initialize the registry when gnus-registry-install
15083         is t.
15084
15085 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * compface.el (uncompface): Make buffer unibyte.
15088
15089 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15090
15091         * mail-source.el (mail-source-value):
15092         Prefer fboundp to functionp so it works with macros as well.
15093
15094 2008-04-05  Glenn Morris  <rgm@gnu.org>
15095
15096         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15097
15098 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15099
15100         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15101         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15102
15103         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15104         multibyteness after rather than before erasing it.
15105
15106         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15107         mm-with-multibyte.
15108         (gnus-request-article-this-buffer): Make sure the proper decoding is
15109         used if gnus-original-article-buffer happens to be unibyte.
15110
15111         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15112         default-enable-multibyte-characters.
15113
15114         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15115         default-enable-multibyte-characters.
15116
15117         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15118
15119         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15120
15121 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15122
15123         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15124         Fix last change in case the element is not even a symbol.
15125
15126 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15127
15128         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15129         (imap-message-copyuid-1): Use it.
15130         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15131         J. Williams in
15132         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15133
15134         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15135         imap-enable-exchange-bug-workaround.
15136         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15137
15138 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15139
15140         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15141         a 100 byte status-checks into a 2-3MB transfer for each group.
15142         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15143         to enable bug workaround or not.
15144         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15145
15146 2008-03-31  Glenn Morris  <rgm@gnu.org>
15147
15148         * message.el (mml2015-use): Declare for compiler.
15149         (message-info): Require mml2015 when appropriate.
15150
15151 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15154         whitespace.
15155
15156 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15157
15158         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15159         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15160         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15161         (nntp-service-to-port): New function.
15162         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15163         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15164         (nntp-open-netcat-stream): New function.
15165         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15166
15167 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15168
15169         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15170
15171 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15172
15173         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15174
15175 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15176
15177         * dns.el (dns-write): Use set-buffer-multibyte.
15178
15179 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15180
15181         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15182
15183 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * message.el (message-signature-separator): Change default.
15186         Improve custom type.
15187         (message-cite-function): Change default to
15188         message-cite-original-without-signature.
15189
15190         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15191         toggle.
15192
15193         * message.el (message-check-news-body-syntax): Fix signature check.
15194         (message-setup-1): Mark buffer as unmodified _after_ running
15195         message-setup-hook and handling message-alternative-emails.
15196         (message-shorten-references): Be more strict when building list of
15197         valid references to comply with GNKSA.
15198
15199         * gnus-group.el (gnus-read-ephemeral-bug-group)
15200         (gnus-read-ephemeral-debian-bug-group)
15201         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15202
15203         * message.el (message-info): Don't use booleanp which isn't supported
15204         in Emacs 21 and XEmacs.
15205
15206 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15209         gnus-group-gmane-group-download-format.
15210         (gnus-group-read-ephemeral-gmane-group): Rename from
15211         gnus-group-read-ephemeral-gmane-group.
15212         (gnus-read-ephemeral-gmane-group-url): Rename from
15213         gnus-group-read-ephemeral-gmane-group-url.
15214         (gnus-bug-group-download-format-alist): New variable.
15215         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15216         (gnus-read-ephemeral-emacs-bug-group): New commands.
15217
15218 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15221         (gnus-visible-headers): Improve custom type.
15222
15223 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * mml.el (mml-menu): Add workarounds for XEmacs.
15226
15227         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15228         X-Boundary header.
15229
15230         * message.el (message-simplify-recipients): Fix previous commit.
15231
15232 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15233
15234         * mm-util.el (mm-set-buffer-multibyte): New function.
15235         * mm-decode.el (mm-copy-to-buffer): Use it.
15236
15237         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15238         Prefer fboundp to functionp so it works with macros as well.
15239
15240 2008-03-19  Glenn Morris  <rgm@gnu.org>
15241
15242         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15243         Accidentally removed in the sync process with Emacs.
15244
15245 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * message.el (message-alter-recipients-discard-bogus-full-name):
15248         New function.
15249         (message-alter-recipients-function): New variable.
15250         (message-get-reply-headers): Use it.
15251         (message-replace-header): New helper function.
15252         (message-recipients-without-full-name): New variable.
15253         (message-simplify-recipients): New command.
15254
15255         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15256
15257         * message.el (message-info): Handle EasyPG manual.
15258
15259         * mml.el (mml-menu): Add entry for EasyPG.
15260
15261 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15262
15263         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15264         parameter.
15265
15266         * message.el (message-disassociate-draft): Specify drafts group name
15267         fully.
15268
15269 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15270
15271         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15272         Eliminate unnecessary duplicates from the match list.
15273
15274 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15277
15278         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15279
15280         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15281         args of `how-many' of which the XEmacs version doesn't take; declare
15282         Info-index-next as function.
15283
15284 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * gnus-score.el (gnus-score-headers): Fix handling of
15287         gnus-inhibit-slow-scoring.
15288
15289         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15290         string.
15291         (gnus-button-url-regexp): Improve handling of parenthesis.
15292         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15293         (gnus-button-handle-info-keystrokes): Handle index entries.
15294
15295 2008-03-15  Glenn Morris  <rgm@gnu.org>
15296
15297         * parse-time.el (parse-time-string): Simplify.
15298
15299 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15302         Incoming* files.
15303
15304 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * auth-source.el (auth-sources): Rename from auth-source-choices.
15307         (auth-source-pick): Use it.
15308
15309 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15310
15311         * binhex.el (binhex-decode-region-internal):
15312         * uudecode.el (uudecode-decode-region-internal):
15313         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15314         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15315         setting default-enable-multibyte-characters.
15316
15317 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15318
15319         * auth-source.el (auth-source-protocols)
15320         (auth-source-protocols-customize, auth-source-choices): Add and
15321         modified variable customizations and defaults.
15322         (auth-source-pick, auth-source-user-or-password)
15323         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15324         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15325         (auth-source-user-or-password-sftp)
15326         (auth-source-user-or-password-smtp): Use new variables and provide an
15327         interface to netrc.el.
15328
15329 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15332         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15333         Make sure the nntp port to specify is a string.
15334
15335 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15336
15337         * nntp.el: Use with-current-buffer.
15338         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15339         dubious mm-with-unibyte-current-buffer.
15340         (nntp-with-open-group-function): New function extracted from
15341         nntp-with-open-group macro.
15342         (nntp-with-open-group): Use the function, so it's easier to debug.
15343         Add indentation and debugging info.
15344         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15345         Recommend the use of the netcat alternatives.
15346
15347         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15348         Avoid mm-string-as-multibyte as well.
15349
15350         * nnweb.el (nnweb-insert-html):
15351         Remove use of nnheader-string-as-multibyte.
15352
15353         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15354         (nnheader-string-as-multibyte): Remove.
15355
15356         * mm-view.el: Use inhibit-read-only.
15357         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15358         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15359         or unibyte-string.
15360
15361         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15362         (mm-uu-yenc-extract): Use with-current-buffer.
15363
15364         * gnus-soup.el (gnus-soup-send-packet): Don't use
15365         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15366
15367         * nnmh.el: Use with-current-buffer.
15368         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15369         mm-string-as-multibyte on the output of mm-encode-coding-string.
15370
15371         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15372         (nnimap-request-move-article): Use with-current-buffer.
15373
15374         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15375         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15376         conversion uses string-make-unibyte rather than string-as-unibyte.
15377
15378         * gnus-msg.el: Use with-current-buffer.
15379
15380         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15381
15382 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15383
15384         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15385         string for caching if it is 'PIN.
15386
15387 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * lpath.el: Consider the case without Emacs/W3.
15390
15391 2008-03-08  Glenn Morris  <rgm@gnu.org>
15392
15393         * time-date.el (date-to-time, time-subtract, time-add)
15394         (safe-date-to-time): Doc fixes.
15395
15396 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * mail-source.el (mail-source-delete-old-incoming-confirm):
15399         Change default to nil.
15400         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15401
15402 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * lpath.el: Rearrange.
15405
15406         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15407         (gnus-article-goto-prev-page): Work for articles having ^L's.
15408
15409         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15410
15411         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15412
15413 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15414
15415         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15416         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15417         (gnus-bookmark-jump): Adjust some variable names.
15418
15419 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * auth-source.el: New package.
15422         (auth-source-choices): Add customization entry point variable.
15423
15424         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15425         bug.
15426
15427 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15428
15429         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15430         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15431         (gnus-registry-install-shortcuts): Rename from
15432         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15433         the `gnus-registry-mark-map' keymap dynamically from
15434         `gnus-registry-marks'.  The generated functions update the summary line
15435         when a registry mark is added or deleted, and will call
15436         `gnus-registry-install-p' (see the comments in the code).
15437         (gnus-registry-user-format-function-M): Use concat intelligently.
15438
15439         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15440         the registry mark functions.
15441
15442 2008-03-05  Glenn Morris  <rgm@gnu.org>
15443
15444         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15445         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15446         gnus-art.
15447         (top-level): No need to load own source when compiling.
15448
15449 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15452         Suggested by <chris.anderton@zetnet.co.uk>.
15453
15454 2008-03-04  Glenn Morris  <rgm@gnu.org>
15455
15456         * gnus-sum.el (top-level): No need to require gnus when compiling,
15457         since unconditionally required near start of file.
15458         (gnus-summary-display-while-building): Move definition before use.
15459
15460 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * gnus-registry.el (gnus-registry-user-format-function-M):
15463         Add formatting function.
15464
15465 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15466
15467         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15468         with plists.
15469         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15470         Use new format.
15471
15472 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15475         `where-is-internal' that returns a range of key sequences.
15476
15477 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15478
15479         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15480
15481         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15482         (gnus-summary-jump-to-group): Consider windows on other displayed
15483         frames as well.  Similar changes might be needed elsewhere, but that's
15484         the one I've bumped into during my use.
15485
15486         * nndoc.el (nndoc-oe-dbx-type-p):
15487         * gnus-msg.el (gnus-debug):
15488         * gnus-group.el (gnus-update-group-mark-positions):
15489         Use mm-string-to-multibyte.
15490
15491 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15494         doesn't handle NotDashEscaped.
15495
15496         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15497         (mml-dnd-attach-options): Fix typo in custom choice.
15498
15499         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15500         Change nndoc-article-type to mbox.
15501         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15502
15503         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15504         to nil, instead of html2text.
15505
15506         * imap.el (imap-debug): Add `imap-ping-server'.
15507
15508         * gnus-bookmark.el: Add FIXMEs.
15509
15510         * message.el (message-form-letter-separator)
15511         (message-send-form-letter-delay): New variables.
15512         (message-send-form-letter): Use them.  New command to send form
15513         letters.  Requested by Uwe Siart.
15514         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15515
15516 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * Update copyright years.
15519
15520 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         Sync from EMACS_22_BASE.
15523
15524         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15525
15526 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15527
15528         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15529         empty author.
15530
15531 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15532
15533         * gnus-registry.el (gnus-registry-marks): Add variable for
15534         customization of marks and their appearance.
15535         (gnus-registry-read-mark): Use it.
15536         (gnus-registry-do-marks): Add utility function to loop through
15537         `gnus-registry-marks'.
15538         (gnus-registry-install-shortcuts-and-menus): Add function to install
15539         shortcuts and menus.
15540         (gnus-registry-initialize): Use it.
15541         (gnus-registry-default-mark): Clarify documentation.
15542
15543 2008-02-29  Glenn Morris  <rgm@gnu.org>
15544
15545         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15546         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15547         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15548         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15549         Change defcustom :version from 23.0 to 23.1.
15550
15551 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * gnus-registry.el (gnus-registry-follow-group-p)
15554         (gnus-registry-post-process-groups): Add functions to aid registry
15555         splitting and improve logging.  Clarify behavior in function
15556         documentation.
15557         (gnus-registry-split-fancy-with-parent): Use them.
15558
15559 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15560
15561         * gnus-art.el: Use with-current-buffer.
15562
15563 2008-02-27  David Engster  <dengste@eml.cc>
15564
15565         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15566         Express real group name in the response.
15567
15568 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15571         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15572         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15573         autoload gnus-registry-fetch-group when compiling.
15574         (nnmairix-request-group-with-article-number-correction):
15575         Remove unreferenced argument passed to nnmairix-call-backend.
15576
15577 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15580         (mm-uu-extract): Improve face for low color ttys.
15581         Reported by Sascha Wilde.
15582
15583 2008-02-27  Glenn Morris  <rgm@gnu.org>
15584
15585         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15586         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15587         variables to defconsts.  Convert comments to doc-strings.
15588         (nnmairix-last-server, nnmairix-current-server): Convert from free
15589         variables to defvars.  Convert comments to doc-strings.
15590         (gnus-registry-fetch-group): Autoload.
15591         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15592         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15593         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15594         caddr.
15595         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15596         nnmairix-request-group-with-article-number-correction call.
15597         (nnmairix-fast, nnmairix-group): New, less general names, for free
15598         variables passed from nnmairix-request-group to
15599         nnmairix-request-group-with-article-number-correction.  Declare.
15600         (nnmairix-request-group-with-article-number-correction):
15601         Use nnmairix-fast, nnmairix-group rather than fast, group.
15602
15603 2008-02-26  David Engster  <dengste@eml.cc>
15604
15605         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15606         version 0.5.
15607
15608 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15611         instead of making an extra function call.  Don't add the current group
15612         to articles only when they have the group.  Use
15613         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15614         Reported by David <de_bb@arcor.de>.
15615
15616 2008-02-24  Miles Bader  <miles@gnu.org>
15617
15618         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15619         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15620         (mm-find-mime-charset-region):
15621         * mm-bodies.el (mm-encode-body):
15622         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15623
15624 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15627         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15628
15629 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * mail-source.el (mail-source-delete-incoming): Change default.
15632         Supplement doc string.
15633
15634         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15635
15636 2008-02-14  Glenn Morris  <rgm@gnu.org>
15637
15638         * time-date.el (format-seconds): New function.
15639
15640 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * nnmail.el (nnmail-message-id-cache-file): Derive from
15643         `gnus-home-directory'.
15644
15645 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15648         Document negative prefix.
15649
15650         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15651
15652 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15653
15654         * message.el (message-unsent-separator): Add the Exim bounce
15655         separator.
15656
15657 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15658
15659         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15660         list.
15661         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15662         recipient/signer list.
15663
15664 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * Makefile.in (datarootdir): Define.
15667         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15668         name that might contain whitespace.
15669
15670 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15673         fbound (Emacs 23 unicode), signal an error.
15674
15675 2008-02-08  Glenn Morris  <rgm@gnu.org>
15676
15677         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15678
15679 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15680
15681         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15682         ports to the calls to `netrc-machine-user-or-password' in addition to
15683         "imap" and "imaps".
15684
15685 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15686
15687         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15688
15689         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15690
15691 2008-02-01  Kenichi Handa  <handa@m17n.org>
15692
15693         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15694         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15695         (rfc2104-hash): Convert the result of concat to unibyte string.
15696
15697 2008-02-01  Dave Love  <fx@gnu.org>
15698
15699         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15700         coding-system-for-read.
15701         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15702
15703 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15704
15705         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15706         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15707         <hanche@math.ntnu.no>.
15708
15709 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15712
15713         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15714
15715 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15716
15717         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15718         * message.el (message-beginning-of-line): Use featurep instead of bound
15719         tests in order to resolve conditionals at compile time.
15720
15721 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15722
15723         * mail-source.el (mail-sources): Add `group' choice.
15724
15725         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15726         parameter `in-group' to control into which group the articles go.
15727         Add treatment of `group' mail-source.
15728
15729 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15732
15733         * mm-decode.el (mm-dissect-buffer): Decode description.
15734
15735         * mml.el (mml-to-mime): Encode message header first.
15736
15737 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15740         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15741
15742         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15743         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15744
15745 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15746
15747         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15748
15749 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15752         prefix keys.
15753         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15754         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15755         gnus-xmas.el.
15756
15757         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15758         (gnus-xmas-article-describe-bindings): New function.
15759         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15760         gnus-xmas-article-describe-bindings.
15761
15762         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15763
15764 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15765
15766         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15767         Add new variables for article mark management.
15768         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15769         list of extra data entries which, when present, will indicate that the
15770         article ID should not be trimmed from the registry.
15771         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15772         functions.
15773         (gnus-registry-read-mark): New function to read a mark name from the
15774         user.
15775         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15776         (gnus-registry-set-article-mark-internal): New functions to add and
15777         remove marks.
15778         (gnus-registry-get-article-marks): New function to show the marks for
15779         an article, or retrieve them for further use.
15780
15781 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15784         keys when no argument is given.
15785
15786 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * imap.el (imap-ping-server): New variable.
15789         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15790         (imap-ping-server): Minor doc string fixes.
15791
15792 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15793
15794         * imap.el (imap-ping-server): New function.
15795         (imap-opened): Call imap-ping-server.
15796
15797 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * gnus-sum.el (gnus-article-sort-by-random)
15800         (gnus-thread-sort-by-random): Fix doc strings.
15801         Reported by jidanni@jidanni.org.
15802
15803 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-art.el (gnus-article-describe-bindings): New function.
15806         (gnus-article-read-summary-keys): Use it.
15807         (gnus-article-mode-map): Bind `C-h b' to it.
15808
15809 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15812         XEmacs.
15813         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15814         Protect against non-character events.
15815
15816         * lpath.el: Fbind map-keymap for Emacs 21.
15817
15818 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15821         New command.
15822         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15823         instead of END.  Change name of the temp file.
15824         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15825         customizable.
15826
15827 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15830         bind `S W' to gnus-article-wide-reply-with-original; set default
15831         binding to gnus-article-read-summary-send-keys.
15832         (gnus-article-read-summary-keys): Fix the order of keys; display
15833         continuation keys correctly in the echo area; describe bindings
15834         correctly when keys end with `C-h'.
15835         (gnus-article-read-summary-send-keys): New function.
15836         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15837         Work for gnus-article-read-summary-send-keys; display continuation keys
15838         correctly in the echo area.
15839         (gnus-article-reply-with-original): Ignore prefix argument.
15840         (gnus-article-wide-reply-with-original): New function.
15841
15842         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15843         Emacs 21.
15844
15845 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15848         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15849
15850 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15851
15852         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15853         (gnus-group-read-ephemeral-gmane-group): New command.
15854
15855 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15856
15857         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15858
15859 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * message.el (message-send-mail-function): Increase custom version.
15862
15863         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15864         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15865
15866 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15867
15868         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15869         for the cases where imap-authenticate is called with a nil buffer
15870         parameter.
15871
15872 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15875         html parts correctly; support forwarded messages.
15876         (gnus-article-browse-html-article): Remove work buffers.
15877
15878         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15879         compiling.
15880         (netrc-bound-and-true-p): New macro.
15881         (netrc-parse): Use it instead of bound-and-true-p that is not available
15882         in XEmacs 21.4.
15883
15884 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15885
15886         * gnus-registry.el (gnus-registry-mark-article)
15887         (gnus-registry-article-marks): Add functionality to mark articles
15888         through the Gnus registry.
15889
15890         * encrypt.el: Clarify documentation for the new pgg method.
15891         (encrypt-file-alist): Add PGG option.
15892         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15893         functionality.  Abstract password key and messaging to external
15894         functions.
15895         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15896         (encrypt-message-method-and-cipher): Add new convenience external
15897         functions.
15898         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15899         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15900
15901         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15902         (netrc-parse): Use encrypt-file-alist to determine if
15903         encrypt-find-model or encrypt-insert-file-contents should be used.
15904
15905         * encrypt.el: Clarify documentation.  Load password-cache or
15906         password, whichever one is found first, instead of autoloading.
15907
15908 2007-12-19  Glenn Morris  <rgm@gnu.org>
15909
15910         * mml.el (message-options-set, message-narrow-to-head)
15911         (message-in-body-p, message-mail-p, message-encode-message-body):
15912         Autoload.
15913         (message-remove-header, message-narrow-to-headers-or-head)
15914         (message-subscribed-p, message-make-mail-followup-to)
15915         (message-position-on-field, message-news-p)
15916         (message-options-set-recipient, message-generate-headers)
15917         (message-sort-headers): Declare as functions.
15918
15919 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15922         convention in doc string.
15923
15924 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15927         title to html parts.
15928         (gnus-article-browse-html-article): Pass message header to it.
15929
15930         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15931
15932 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15935         or password compatible with XEmacs.
15936
15937 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15940         format document.
15941         (gnus-mime-delete-part): Don't write description line if empty.
15942         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15943
15944 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15945
15946         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15947         (gnus-summary-mark-read-and-unread-as-read)
15948         (gnus-summary-mark-current-read-and-unread-as-read)
15949         (gnus-summary-mark-unread-as-ticked): Doc fix.
15950         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15951
15952 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15955         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15956
15957 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15960         yes-or-no-p.
15961
15962 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * mm-decode.el (mm-add-meta-html-tag): New function.
15965         (mm-save-part-to-file, mm-pipe-part): Use it.
15966
15967         * gnus-art.el (gnus-article-browse-delete-temp-files):
15968         Use gnus-y-or-n-p instead of y-or-n-p.
15969         (gnus-article-browse-html-parts): Work with message/external-body; use
15970         mm-add-meta-html-tag.
15971
15972 2007-12-11  Glenn Morris  <rgm@gnu.org>
15973
15974         * gnus-cache.el: Require gnus-sum not just when compiling.
15975
15976         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15977
15978         * gnus-int.el (gnus-server-opened, gnus-status-message):
15979         Move definitions before use.
15980
15981         * mm-decode.el: Require gnus-util.
15982         (mm-remove-part): Only call delete-annotation on XEmacs.
15983
15984         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15985
15986         * nnmail.el: Require gnus-int.
15987
15988         * spam.el: Move `require's before `eval-when-compile's.
15989
15990         * gnus-ems.el (gnus-alive-p):
15991         * gnus-fun.el (message-goto-eoh):
15992         * gnus-util.el (gnus-group-name-decode):
15993         * mail-source.el (gnus-compress-sequence):
15994         * message.el (Info-goto-node, format-spec):
15995         * mm-bodies.el (message-options-get):
15996         * mm-decode.el (mm-view-pkcs7):
15997         * mm-util.el (gmm-write-region):
15998         * mml-smime.el (mml-compute-boundary)
15999         (gnus-completing-read-with-default):
16000         * mml.el (widget-button-press, gnus-make-hashtable):
16001         * mml1991.el (mm-decode-content-transfer-encoding)
16002         (mm-encode-content-transfer-encoding)
16003         (message-options-get, message-options-set):
16004         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16005         * nnfolder.el (gnus-request-group):
16006         * nnheader.el (ietf-drums-unfold-fws):
16007         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16008         * smime.el (gnus-run-mode-hooks):
16009         * spam-stat.el (gnus-message): Autoload.
16010
16011         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16012         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16013         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16014         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16015         Add declare-function compatibility definition.
16016
16017         * gnus-cache.el (nnvirtual-find-group-art):
16018         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16019         (gnus-add-image, gnus-add-wash-type):
16020         * gnus-group.el (nnkiboze-score-file):
16021         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16022         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16023         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16024         (message-tokenize-header, gnus-get-buffer-create)
16025         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16026         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16027         * gnus.el (gnus-group-decoded-name):
16028         * mail-source.el (imap-capability):
16029         * mm-bodies.el (message-options-set):
16030         * mm-decode.el (gnus-configure-windows):
16031         * mm-extern.el (message-goto-body):
16032         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16033         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16034         (epg-sub-key-validity, message-options-set):
16035         * mml.el (widget-event-point, gnus-configure-windows):
16036         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16037         * mml2015.el (epg-check-configuration, epg-configuration)
16038         (message-options-set):
16039         * nndb.el (nndb-request-article):
16040         * nnfolder.el (gnus-request-create-group):
16041         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16042         * nnmaildir.el (gnus-group-mark-article-read):
16043         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16044         * rfc1843.el (message-fetch-field):
16045         * spam.el (gnus-extract-address-components):
16046         Declare as functions.
16047
16048 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16051
16052         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16053
16054         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16055         bind show-trailing-whitespace for XEmacs.
16056
16057 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16058
16059         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16060         new no-op macro for backward compatibility.
16061
16062         * imap.el (imap-string-to-integer): New function.
16063
16064 2007-12-09  Glenn Morris  <rgm@gnu.org>
16065
16066         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16067
16068         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16069         * message.el, mm-view.el, sieve-manage.el, smime.el:
16070         Add declare-function compatibility definition.
16071
16072         * gnus-art.el (w3-region, w3m-region, Info-menu):
16073         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16074         * gnus-sum.el (gnus-get-predicate):
16075         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16076         * message.el (mail-abbrev-in-expansion-header-p):
16077         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16078         (w3m-detect-meta-charset, w3m-region):
16079         * sieve-manage.el (password-read, password-cache-add)
16080         (password-cache-remove):
16081         * smime.el (password-read-and-add): Declare as functions.
16082
16083 2007-12-08  David Kastrup  <dak@gnu.org>
16084
16085         * gnus-sum.el (gnus-summary-simplify-subject-query):
16086         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16087         `message'.
16088
16089 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16092         it to bind idna-program, installation-directory, defined-colors, and
16093         face-attribute for XEmacs of the version that compiles defcustom forms.
16094
16095 2007-12-07  Glenn Morris  <rgm@gnu.org>
16096
16097         * gnus-art.el (article-make-date-line): Revert previous change.
16098
16099 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16102
16103 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16104
16105         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16106         Call gnus-add-to-range ranges only once with a prepared article-list.
16107
16108 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16109
16110         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16111         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16112         group names with backslashes.
16113         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16114
16115 2007-12-06  Deepak Goel  <deego3@gmail.com>
16116
16117         * gnus-art.el (article-make-date-line):
16118         * gnus-start.el (gnus-load):
16119         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16120
16121 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * gnus-art.el (gnus-use-idna):
16124         * gnus-start.el (gnus-site-init-file):
16125         * message.el (message-use-idna):
16126         * mm-uu.el (mm-uu-hide-markers):
16127         * smiley.el (smiley-style): Revert changes that suppress warnings.
16128
16129 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16132         specify charset to html source.
16133         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16134
16135 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16138         idna-program in order to suppress byte compile warning issued by XEmacs
16139         that came to byte compile the default value section of defcustom forms
16140         recently.
16141
16142         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16143         value of installation-directory.
16144
16145         * message.el (message-use-idna): Don't directly refer to the value of
16146         idna-program.
16147
16148         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16149
16150         * smiley.el (smiley-style): Don't directly call face-attribute.
16151
16152 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16155
16156         * gnus-dired.el: Reduce Gnus dependencies.
16157         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16158         Don't require.  Use autoloads instead.
16159         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16160         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16161         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16162         (gnus-dired-mode): Adjust doc string.
16163         (gnus-dired-mail-mode): New variable.
16164         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16165         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16166         (gnus-dired-mail-buffers): New function.  Return mail or message
16167         composition buffers.
16168         (gnus-dired-attach): Use it.
16169         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16170         NO-DECODE.
16171         (gnus-dired-print): Use `gnus-print-buffer' depending on
16172         `gnus-dired-mail-mode'.
16173
16174 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * rfc2047.el (rfc2047-encoded-word-regexp)
16177         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16178         explaining what regexp patterns are for.
16179
16180 2007-12-04  Glenn Morris  <rgm@gnu.org>
16181
16182         * password.el: Move to password-cache.el.
16183
16184         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16185         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16186         * mml-smime.el (password-read, password-cache-add)
16187         (password-cache-remove):
16188         No need to autoload, since mml-sec requires password.
16189
16190         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16191         * message.el (gnus-extract-address-components):
16192         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16193
16194         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16195         password.
16196
16197 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * mailcap.el: Reduce dependencies.
16200         (mail-header-parse-content-type): Autoload.
16201         (mailcap-delete-duplicates): New alias.
16202         (mailcap-mime-info): Add optional argument NO-DECODE.
16203         (mailcap-mime-types): Use mailcap-delete-duplicates.
16204
16205         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16206
16207 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16208
16209         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16210         (imap-parse-status): Upcase status-att for servers that sends them
16211         lower-case (e.g., MS Exchange 2007).
16212
16213 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16214
16215         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16216         function.
16217
16218         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16219         (gnus-uu-yenc-article): New function.
16220
16221         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16222
16223         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16224
16225 2007-12-02  Glenn Morris  <rgm@gnu.org>
16226
16227         * binhex.el (binhex): New custom group.
16228         (binhex-decoder-program, binhex-decoder-switches)
16229         (binhex-use-external): Move to the binhex custom group.
16230
16231         * uudecode.el (uudecode): New custom group.
16232         (uudecode-decoder-program, uudecode-decoder-switches)
16233         (uudecode-use-external): Move to the uudecode custom group.
16234
16235         * netrc.el (top-level): Don't load `encrypt' features.
16236         (netrc-parse): Don't use encrypt.
16237         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16238
16239         * encrypt.el: Remove file.
16240
16241 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16244         matches on patches.
16245
16246         * gnus-art.el (gnus-article-browse-html-article):
16247         Mention `mm-text-html-renderer' in the doc string.
16248
16249         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16250         string.  Add comments.
16251
16252         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16253         if rhs is ASCII.
16254
16255 2007-12-01  Glenn Morris  <rgm@gnu.org>
16256
16257         * mail-source.el (top-level): Require format-spec before
16258         eval-when-compile.
16259
16260 2007-11-30  Glenn Morris  <rgm@gnu.org>
16261
16262         * encrypt.el: Require password, rather than autoloading password-read.
16263
16264 2007-11-29  Glenn Morris  <rgm@gnu.org>
16265
16266         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16267         (sasl-make-client, sasl-next-step, sasl-step-data)
16268         (sasl-step-set-data): Declare as functions.
16269
16270 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16271
16272         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16273
16274 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16275
16276         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16277         certs should be verified and what is to be done in the event of a
16278         verification failure.
16279
16280         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16281         caller can indicate whether the cache should be disregarded for this
16282         call.  This way the result of the call is reproducible at all times and
16283         can be considered a canonical server name for the supplied method.
16284         (gnus-agent-method-p): Canonicalize server names by pushing their
16285         method through `gnus-method-to-server' using the no-cache argument.
16286
16287         * gnus-srvr.el (gnus-server-insert-server-line):
16288         Call `gnus-method-to-server' with `no-cache' argument.
16289
16290         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16291         gnus-agent-possibly-synchronize-flags as this should be called when the
16292         server is actually being opened.
16293         (gnus-agent-possibly-synchronize-flags)
16294         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16295         flags file of an agentized server to the latter function.
16296
16297         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16298         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16299         after a connection has been established successfully.
16300
16301 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * gnus-art.el (article-display-face): Force to display face if called
16304         interactively; check if gnus-article-x-face-too-ugly matches author.
16305         (article-display-x-face): Display face even if From header is missing
16306         as article-display-face does.
16307
16308 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16309
16310         * hashcash.el (message-narrow-to-headers-or-head)
16311         (message-fetch-field, message-goto-eoh)
16312         (message-narrow-to-headers): Declare as functions.
16313
16314 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * mail-source.el (mail-sources): Default to fetch from file for
16317         compatibility with default of nnmail-spool-file.
16318
16319 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16322         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16323         to look for encoded word that should be encoded again.
16324         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16325         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16326         encoding pattern.
16327         (rfc2047-decode-region): Switch strict regexp and loose one according
16328         to rfc2047-allow-irregular-q-encoded-words.
16329
16330 2007-11-25  Romain Francoise  <romain@orebokech.com>
16331
16332         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16333
16334 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * tls.el (tls-program): Provide more custom choices from
16337         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16338         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16339
16340 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16343         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16344
16345         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16346         `nnmail-spool-file'.
16347
16348         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16349         `nnmail-spool-file'.
16350
16351         * gnus-move.el (gnus-change-server): Ditto.
16352
16353         * gnus-kill.el (gnus-batch-score): Ditto.
16354
16355         * gnus-cache.el (gnus-jog-cache): Ditto.
16356
16357         * gnus-msg.el (gnus-summary-reply):
16358         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16359
16360 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16363         version.  Minor improvement to doc strings.
16364         (tls-program): Add comment.
16365
16366 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16367
16368         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16369         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16370         mismatch between the hostname provided in the certificate and the name
16371         of the host connnecting to.
16372         (open-tls-stream): Use them.  Check certificates against trusted root
16373         certificates.
16374
16375 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16376
16377         * gnus-cache.el (gnus-cache-generate-nov-databases):
16378         Use nnml-generate-nov-databases-directory instead of
16379         nnml-generate-nov-databases-1.
16380
16381 2007-11-24  Glenn Morris  <rgm@gnu.org>
16382
16383         * message.el (message-tool-bar-retro): Update for rename
16384         mail_send.xpm->mail-send.xpm.
16385
16386 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16389         `smime-ldap-search' for Emacs 22 and up.
16390
16391 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16392
16393         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16394
16395         * message.el (message-send-mail-function): Fix error convention.
16396         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16397         (message-widen-reply, message-send-mail, message-talkative-question)
16398         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16399         (message-clone-locals, message-send-news): Use with-current-buffer.
16400         (message-insert-or-toggle-importance): Remove unused var `valid'.
16401         (message-make-references): Remove unused var `new-references'.
16402         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16403
16404 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16405
16406         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16407         (spam-split-symbolic-return-positive): Reflow docstring.
16408         (spam-backends, spam-summary-exit-behavior)
16409         (spam-mark-ham-unread-before-move-from-spam-group)
16410         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16411         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16412         (spam-clear-cache, spam-backend-check, spam-install-backend)
16413         (spam-install-statistical-backend, spam-list-of-processors)
16414         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16415         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16416         (spam-check-crm114, spam-initialize, spam-unload-hook):
16417         Fix typos in docstrings.
16418
16419 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16422         been checked if they have never been read and those group levels are
16423         higher than the one that a user specified.
16424
16425 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16428         foreign groups unless a group level is specified by a user.
16429         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16430
16431 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * message.el (message-send-mail-function): Require sendmail.
16434
16435 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * message.el (message-send-mail-function): Check for smtpmail too.
16438
16439         * utf7.el (utf7-encode, utf7-decode): Use coding system
16440         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16441
16442         * message.el (message-send-mail-function): New function.
16443         (message-send-mail-function): Set default using
16444         message-send-mail-function.  Adjust doc string.
16445         (message-send-mail-with-mailclient): New function.
16446
16447 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16448
16449         * smime.el (from):
16450         * rfc2047.el (message-posting-charset):
16451         * qp.el (mm-use-ultra-safe-encoding):
16452         * pop3.el (parse-time-months):
16453         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16454         * nnml.el (files):
16455         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16456         (jka-compr-compression-info-list, ange-ftp-path-format)
16457         (efs-path-regexp):
16458         * nndiary.el (files):
16459         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16460         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16461         (epg-digest-algorithm-alist, inhibit-redisplay)
16462         (password-cache-expiry):
16463         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16464         (pgg-output-buffer, password-cache-expiry):
16465         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16466         (efs-path-regexp):
16467         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16468         (inhibit-redisplay):
16469         * mm-uu.el (file-name, start-point, end-point, entry)
16470         (gnus-newsgroup-name, gnus-newsgroup-charset):
16471         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16472         (latin-unity-ucs-list):
16473         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16474         (mm-uu-binhex-decode-function):
16475         * message.el (gnus-message-group-art, gnus-list-identifiers)
16476         (rmail-enable-mime-composing, gnus-local-organization)
16477         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16478         (gnus-read-active-file, facemenu-add-face-function)
16479         (facemenu-remove-face-function, gnus-article-decoded-p)
16480         (tool-bar-mode):
16481         * mail-source.el (display-time-mail-function):
16482         * gnus-util.el (nnmail-pathname-coding-system)
16483         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16484         (gnus-original-article-buffer, gnus-user-agent)
16485         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16486         (xemacs-codename, sxemacs-codename, emacs-program-version):
16487         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16488         * gnus-start.el (gnus-agent-covered-methods)
16489         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16490         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16491         (gnus-newsgroup-headers, gnus-group-list-mode)
16492         (gnus-group-mark-positions, gnus-newsgroup-data)
16493         (gnus-newsgroup-unreads, nnoo-state-alist)
16494         (gnus-current-select-method, mail-sources)
16495         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16496         (nnmail-spool-file, gnus-cache-active-hashtb):
16497         * gnus-mh.el (mh-lib-progs):
16498         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16499         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16500         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16501         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16502         (gnus-group-buffer):
16503         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16504         (font-lock-set-defaults):
16505         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16506         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16507         (gnus-summary-post-menu, total-parts, type, condition, length):
16508         * gnus-agent.el (gnus-agent-read-agentview):
16509         * flow-fill.el (show-trailing-whitespace):
16510         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16511         eval-and-compile wrappers for byte compiler pacifiers.
16512
16513         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16514         (mm-display-inline-fontify): Check for featurep 'xemacs not
16515         extent-list.
16516
16517         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16518         itimer-list.
16519         (mm-create-image-xemacs): Only do something for XEmacs.
16520         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16521
16522         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16523
16524         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16525         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16526
16527 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16528
16529         * nnimap.el (nnimap-split-download-body):
16530         * gnus-demon.el (gnus-demon):
16531         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16532
16533 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16536         New macros.
16537         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16538         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16539         copy data from unibyte buffer to multibyte current buffer.
16540         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16541         to copy data from unibyte current buffer to multibyte buffer.
16542         (nntp-make-process-buffer): Make process buffer unibyte.
16543
16544         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16545
16546 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16547
16548         * pop3.el (pop3-open-server): Accept and process data more robustly at
16549         connection start to avoid spurious "POP SSL connection failed" errors.
16550
16551 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16554         read group names.
16555
16556 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16559
16560 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16563         (nnmail-save-active): Use a unibyte buffer when saving active file,
16564         which may contain non-ASCII group names.
16565
16566         * nnml.el (nnml-request-group): Decode group names in messages.
16567
16568 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * message.el (message-citation-line-function)
16571         (message-insert-formatted-citation-line): Fix spelling of
16572         `message-insert-formated-citation-line'.
16573
16574 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16575
16576         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16577
16578 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16581         nnmail-pathname-coding-system.
16582
16583         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16584         that a user enters; decode group names in messages.
16585
16586         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16587
16588 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16591
16592         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16593
16594         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16595         risky local variable.
16596
16597         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16598
16599 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16600
16601         * encrypt.el: Improve documentation to fix function name typo.
16602         Reported by Daiki Ueno <ueno@unixuser.org>.
16603
16604 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16607         even if the point is not in the last page of an article.
16608         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16609         back to the previous page.
16610
16611 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16614
16615 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16618
16619 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16620
16621         * message.el (message-check-news-body-syntax):
16622         Avoid mm-string-as-multibyte.
16623         (message-hide-headers): Don't assume (point-min)==1.
16624
16625 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * message.el (message-remove-blank-cited-lines): Fix if remove is
16628         given.
16629         (message-bogus-address-regexp): New variable.
16630         (message-bogus-recipient-p): New function.
16631         (message-check-recipients): New command.
16632         (message-syntax-checks): Add `bogus-recipient'.
16633         (message-fix-before-sending): Add `bogus-recipient'.
16634
16635         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16636         (gnus-treat-body-boundary): Don't test window-system.
16637
16638 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16639
16640         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16641
16642 2007-10-28  Miles Bader  <miles@gnu.org>
16643
16644         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16645         at compile-time too.
16646
16647 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16648
16649         * gnus-msg.el (gnus-message-setup-hook):
16650         Add `message-remove-blank-cited-lines' to options.
16651
16652 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * message.el (message-remove-blank-cited-lines): New function.
16655         Suggested by Karl Plästerer.
16656
16657 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16660         mapc.
16661
16662         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16663         (top-level): Use mapc to set functions to be traced for debugging.
16664
16665         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16666         called for effect with while loop.
16667
16668         * message.el (message-talkative-question): Replace mapcar called for
16669         effect with mapc.
16670
16671         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16672         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16673         called for effect with dolist.
16674
16675         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16676
16677         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16678         gnus-extra-headers and nnmail-extra-headers.
16679
16680         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16681         called for effect with dolist.
16682         (top-level): Use mapc to set functions to be traced for debugging.
16683
16684         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16685         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16686         dolist.
16687
16688         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16689         Replace mapcar called for effect with mapc.
16690         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16691         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16692         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16693         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16694
16695         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16696         remove-if that's a cl function.
16697
16698         * webmail.el (webmail-debug): Replace mapcar called for effect with
16699         dolist.
16700
16701         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16702         with mapc.
16703
16704 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16707         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16708         with while loop.
16709
16710         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16711         functions from article-* functions.
16712         (gnus-multi-decode-header): Replace mapcar called for effect with
16713         dolist.
16714
16715         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16716         (gnus-bookmark-show-details): Replace mapcar called for effect with
16717         while loop.
16718
16719         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16720         called for effect with while loop.
16721
16722         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16723         with dolist.
16724
16725         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16726         Replace mapcar called for effect with dolist.
16727
16728         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16729
16730         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16731         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16732         Replace mapcar called for effect with dolist.
16733         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16734         mapc.
16735
16736         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16737         Replace mapcar called for effect with dolist.
16738         (gnus-topic-list): Replace mapcar called for effect with mapc.
16739
16740         * gnus.el: Use mapc instead of mapcar to add autoloads.
16741
16742 2007-10-23  Richard Stallman  <rms@gnu.org>
16743
16744         * gnus-group.el (gnus-group-highlight): Mark as risky.
16745
16746 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * gnus.el (gnus-server-to-method): Return method found first in
16749         gnus-newsrc-alist.
16750
16751         * gnus-art.el (gnus-article-highlight-signature)
16752         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16753         button overlay without the front stickiness.
16754
16755 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16756
16757         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16758         overview buffer needed a catch to receive its throw.
16759         (gnus-agent-flush-cache): Declare as interactive to make this function
16760         easier to use.
16761
16762 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16763
16764         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16765         `next-line'.
16766
16767 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16770         exclude address matching message-dont-reply-to-names.
16771
16772 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-util.el (gnus-string<): New function.
16775
16776         * gnus-sum.el (gnus-article-sort-by-author)
16777         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16778
16779 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16782         the frame-focus tag is set in gnus-buffer-configuration.
16783
16784 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16787         the front stickiness.
16788
16789 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16792         url pattern; remove duplicate one.
16793         (gnus-article-extend-url-button): New function.
16794         (gnus-article-add-buttons): Use it.
16795         (gnus-button-push): Use concatenated url that it makes.
16796
16797 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16798
16799         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16800
16801 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16802
16803         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16804         Don't hardcode point-min==1.
16805
16806 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16809         Fix comment about "iso8859-1".
16810
16811 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16812
16813         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16814         ones returned from the verify-function.
16815
16816         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16817         Call mml2015-extract-cleartext-signature if extraction failed.
16818
16819 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16820
16821         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16822         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16823         failed.
16824
16825 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16828
16829 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16832         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16833         recommends to use EasyPG instead of PGG.
16834
16835         * pgg.el: Revert to revision 6.23.2.16.
16836
16837         * pgg-def.el: Revert to revision 6.6.2.14.
16838
16839         * pgg-gpg.el: Revert to revision 6.23.2.34.
16840
16841 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16844         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16845         thread for both the null and zero (kill/expire thread) universal prefix
16846         cases.
16847         (gnus-summary-expire-thread): Add new function to expire a thread,
16848         using gnus-summary-kill-thread.
16849         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16850         shortcuts for gnus-summary-expire-thread.
16851         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16852         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16853
16854 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16857         extras value, so an extras entry can be deleted.
16858         (gnus-registry-delete-extra-entry): Use it.
16859         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16860         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16861         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16862         storage through the gnus-registry, and provide an appropriate API for
16863         it.
16864
16865 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16868         Suggested by Leo <sdl.web@gmail.com>.
16869
16870         * gnus.el: Do.
16871
16872 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16875         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16876
16877         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16878
16879         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16880         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16881
16882 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16885         newline.
16886         (nnmbox-request-accept-article): Don't change article in source buffer;
16887         narrow to header to use message-fetch-field rather than
16888         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16889         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16890         as delimiters; make sure article ends with newline.
16891         (nnmbox-delete-mail): Correct last position of article to be deleted;
16892         ignore X-Gnus-Newsgroup header in article body.
16893         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16894         positions; make sure article ends with newline.
16895
16896         * message.el (message-display-abbrev): Don't infloop when a user
16897         inserts SPC in the beginning of header.
16898
16899         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16900         coding-system-for-read and coding-system-for-write for XEmacs having no
16901         file-coding feature.
16902
16903         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16904
16905 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16906
16907         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16908         list of groups not followed by default.  Fix type to be regexp.
16909         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16910
16911 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16912
16913         * hmac-def.el (define-hmac-function): Switch from old-style to
16914         new-style backquotes.
16915
16916         * md4.el (md4-make-step): Likewise.
16917
16918 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16921         raw-text coding system when saving .newsrc file, which may contain
16922         non-ASCII group names.
16923
16924 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-cus.el (gnus-score-extra): New widget.
16927         (gnus-score-extra-convert): New function.
16928         (gnus-score-customize): Use it for Extra.
16929
16930 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16931
16932         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16933         (mml2015-mailcrypt-clear-verify): Use it.
16934         (mml2015-gpg-clear-verify): Use it.
16935         (mml2015-pgg-clear-verify): Use it.
16936         (mml2015-epg-clear-verify): Replace the current part with the output
16937         from GnuPG; don't extract the plaintext by itself.
16938
16939         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16940         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16941         mml2015-clear-verify-function; don't touch the armor headers or
16942         dash-escaped text here.
16943
16944 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16947         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16948         parts, or application/octet-stream as a last resort.
16949         (gnus-mime-view-part-as-type): Don't toggle display.
16950         (gnus-mime-view-part-as-charset): Don't turn off display before
16951         querying charset.
16952
16953         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16954         stuff to undisplayer function in Emacs.
16955         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16956
16957         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16958         text/calendar parts.
16959
16960 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16963         decoding text/calendar parts.
16964
16965         * message.el (message-forward-make-body-mime): Always mark body as
16966         having no illegible text; remove signed-or-encrypted argument.
16967         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16968
16969         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16970         (mml-generate-mime-1): Don't encode body if it is specified to be in
16971         raw form; don't make buffer be unibyte when inserting multibyte string.
16972
16973 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16974
16975         * sha1.el: Fix up comment style.
16976         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16977         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16978
16979         * hex-util.el: Fix up comment style.
16980         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16981
16982         * gnus-salt.el: Use with-current-buffer.
16983         (gnus-pick-setup-message): Fix long-standing typo.
16984
16985 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * imap.el (imap-logout-timeout): New variable.
16988         (imap-logout, imap-logout-wait): New functions.
16989         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16990
16991         * nnimap.el (nnimap-logout-timeout): New server variable.
16992         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16993         nnimap-logout-timeout.
16994
16995         * gnus-art.el (gnus-article-summary-command-nosave)
16996         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16997
16998 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus.el (gnus-maximum-newsgroup): New variable.
17001
17002         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17003         according to gnus-maximum-newsgroup.
17004
17005         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17006         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17007         Limit the range of articles according to gnus-maximum-newsgroup.
17008
17009 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17010
17011         * gnus-art.el (gnus-sticky-article): Fix problems described in
17012         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17013         Don't perform gnus-configure-windows here; reuse existing sticky
17014         article buffer.
17015
17016         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17017         it doesn't exist in gnus-article-mode.
17018
17019 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17022         (gnus-agent-decoded-group-name): New function.
17023         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17024         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17025
17026 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17027
17028         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17029         Add binding for gnus-sticky-article.
17030         (gnus-summary-exit): Don't kill sticky article buffers.
17031
17032         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17033         article buffer.
17034         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17035         (gnus-kill-sticky-article-buffers): New commands.
17036
17037 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * nntp.el (nntp-xref-number-is-evil): New server variable.
17040         (nntp-find-group-and-number): If it is non-nil, don't trust article
17041         numbers in the Xref header.
17042
17043 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * gnus-agent.el (gnus-agent-read-group): New function.
17046         (gnus-agent-flush-group, gnus-agent-expire-group)
17047         (gnus-agent-regenerate-group): Use it.
17048         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17049         nnmail-pathname-coding-system.
17050
17051 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17054
17055         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17056         that are unread as unread, and also as selected so that information of
17057         marks having been changed by a user may be updated when exiting group.
17058
17059 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17062
17063 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17066         calculated ignoring signature parts to gnus-treat-article.
17067
17068 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17071         a point here in order to keep the window start.
17072         (gnus-insert-mime-security-button): Make a button overlay without the
17073         front stickiness.
17074         (gnus-mime-display-security): Goto the end of a button.
17075
17076         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17077
17078 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17081         group-name-at-point.
17082         (gnus-group-completing-read): New function that offers decoded
17083         non-ASCII group names for completion.
17084         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17085         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17086         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17087         (gnus-group-fetch-control): Use it.
17088         (gnus-fetch-group): Use group-name-at-point for the initial value
17089         rather than the default value; use gnus-alive-p.
17090
17091         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17092         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17093         (gnus-summary-post-news): Use gnus-group-completing-read.
17094
17095         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17096         (gnus-read-move-group-name): Decode group name for completion.
17097
17098 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17099
17100         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17101         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17102         Yamaoka slightly modified the code).
17103
17104 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17107         (nnmail-split-incoming): Bind it.
17108
17109         * nnml.el (nnml-group-name-charset): New function.
17110         (nnml-decoded-group-name): Use it; don't decode group name if
17111         nnmail-group-names-not-encoded-p is non-nil.
17112         (nnml-encoded-group-name): New function.
17113         (nnml-group-pathname): Inline nnml-decoded-group-name.
17114         (nnml-request-expire-articles): Decode group name in message.
17115         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17116         nnmail-pathname-coding-system.
17117         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17118         not decoded ones according to nnmail-group-names-not-encoded-p.
17119         (nnml-generate-active-info): Use nnml-encoded-group-name.
17120
17121 2007-08-08  Glenn Morris  <rgm@gnu.org>
17122
17123         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17124         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17125         doc-strings and comments.
17126
17127 2007-07-25  Glenn Morris  <rgm@gnu.org>
17128
17129         * Relicense all FSF files to GPLv3 or later.
17130
17131 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-sum.el (gnus-summary-move-article):
17134         Make gnus-summary-respool-article work.
17135
17136 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17139         string.
17140
17141 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17142
17143         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17144         that should be ignored when comparing distant RSS articles with local
17145         ones.
17146         (nnrss-make-hash-index): New function.  Create a hash index according
17147         to the ignored fields.
17148         (nnrss-check-group): Use it.
17149
17150 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17153
17154         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17155
17156         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17157         the new optional argument ENCODED is non-nil.
17158         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17159         coding system for encoding group name.
17160         (gnus-group-make-rss-group): Pass un-encoded group name to
17161         gnus-group-make-group.
17162         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17163         encoded.
17164
17165         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17166         Encode group name to which articles are moved or copied.
17167         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17168         coding system for encoding Newsgroup, Followup-To and Xref headers.
17169
17170         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17171         marks; use nnheader-file-coding-system to write a file.
17172         (nnagent-retrieve-headers): Bind file-name-coding-system to
17173         nnmail-pathname-coding-system.
17174
17175         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17176
17177         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17178         (nnml-request-article, nnml-request-create-group)
17179         (nnml-request-rename-group, nnml-find-id)
17180         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17181         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17182         (nnml-save-marks): Use nnml-group-pathname instead of
17183         nnmail-group-pathname.
17184
17185         (nnml-request-create-group, nnml-request-expire-articles)
17186         (nnml-request-move-article, nnml-request-delete-group)
17187         (nnml-deletable-article-p, nnml-possibly-create-directory)
17188         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17189         (nnml-open-marks): Bind file-name-coding-system to
17190         nnmail-pathname-coding-system.
17191
17192         (nnml-request-article): Pass server argument to nnml-find-group-number.
17193         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17194         Pass server argument to nnml-possibly-create-directory.
17195         (nnml-request-accept-article): Pass server argument to
17196         nnml-active-number and nnml-save-mail.
17197         (nnml-find-group-number): Pass server argument to nnml-find-id.
17198         (nnml-request-update-info): Pass server argument to
17199         nnml-marks-changed-p.
17200
17201         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17202         (nnml-save-mail, nnml-active-number): Add server argument.
17203
17204         (nnml-request-delete-group): Warn if group is missing.
17205         (nnml-get-nov-buffer): Decode group name.
17206         (nnml-generate-active-info): Encode group name.
17207         (nnml-open-marks): Decode group name in messages.
17208
17209 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17212         if it is not specified.
17213         (gnus-article-pipe-part, gnus-article-save-part)
17214         (gnus-article-interactively-view-part, gnus-article-copy-part)
17215         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17216         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17217         (gnus-article-replace-part, gnus-article-delete-part)
17218         (gnus-article-view-part-as-type): Pass raw prefix argument to
17219         gnus-article-part-wrapper.
17220
17221 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-agent.el (gnus-agent-save-active):
17224         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17225
17226         * gnus-cache.el (gnus-cache-save-buffers)
17227         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17228         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17229         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17230         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17231         (gnus-cache-generate-active, gnus-cache-rename-group)
17232         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17233         (gnus-cache-update-overview-total-fetched-for):
17234         Bind file-name-coding-system to nnmail-pathname-coding-system.
17235         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17236         New variables.
17237         (gnus-cache-decoded-group-name): New function.
17238         (gnus-cache-file-name): Use it.
17239         (gnus-cache-generate-active): Use non-decoded group name for active.
17240
17241         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17242         right place.
17243         (gnus-write-active-file): Don't break non-ASCII group names.
17244
17245         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17246         nnmail-pathname-coding-system.
17247
17248         * lpath.el: Bind default-file-name-coding-system,
17249         file-name-coding-system and language-info-alist for XEmacs.
17250
17251         * gnus-uu.el (gnus-uu-decode-save): Typo.
17252
17253 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17256
17257 2007-07-14  David Kastrup  <dak@gnu.org>
17258
17259         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17260         finishing actions if we did not edit the article.
17261
17262 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17265         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17266         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17267         (gnus-agent-flush-group, gnus-agent-flush-cache)
17268         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17269         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17270         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17271         (gnus-agent-regenerate-group)
17272         (gnus-agent-update-files-total-fetched-for)
17273         (gnus-agent-update-view-total-fetched-for):
17274         Bind file-name-coding-system to nnmail-pathname-coding-system.
17275         (gnus-agent-group-pathname): Don't encode file names by
17276         nnmail-pathname-coding-system.
17277         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17278         coding-system-for-write instead of buffer-file-coding-system to
17279         gnus-agent-file-coding-system.
17280
17281         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17282         Decode group name.
17283
17284         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17285
17286         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17287         (gnus-read-newsrc-el-file): Make group names unibyte.
17288
17289         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17290         nnmail-pathname-coding-system.
17291
17292         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17293         (nnrss-request-delete-group): Bind file-name-coding-system to
17294         nnmail-pathname-coding-system.
17295         (nnrss-read-server-data, nnrss-read-group-data):
17296         Bind file-name-coding-system correctly.
17297         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17298
17299         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17300         (nntp-server-to-method-cache): New variable.
17301         (nntp-group-pathname): New function that decodes non-ASCII group names.
17302         (nntp-possibly-create-directory, nntp-marks-changed-p)
17303         (nntp-save-marks, nntp-open-marks): Use it.
17304         (nntp-possibly-create-directory, nntp-open-marks):
17305         Bind file-name-coding-system to nnmail-pathname-coding-system.
17306         (nntp-open-marks): Decode group names when bootstrapping marks.
17307
17308         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17309         Newsgroups and Followup-To headers.
17310
17311 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17314         (gnus-server-closed-face, gnus-server-denied-face)
17315         (gnus-server-offline-face): Remove variable.
17316         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17317
17318         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17319         of modifying message-stack directly for XEmacs.
17320
17321         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17322         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17323         if the coding-system argument is nil for XEmacs.
17324
17325         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17326         mm-charset-override-alist.
17327
17328         * rfc2047.el: Don't require base64; require rfc2045 for the function
17329         rfc2045-encode-string.
17330         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17331         to quote the parameter value.
17332
17333 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17336         form in gnus-group-name-charset-method-alist.
17337
17338         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17339         overrides the default layout edit-form.
17340
17341         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17342
17343         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17344
17345 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17348         as unfetched articles.
17349
17350 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17353
17354 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17357         original back end that keeps marks in the local system.
17358
17359 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17362         arg of pop-to-buffer for XEmacs.
17363         (gnus-article-read-summary-keys): Ditto; don't restore window
17364         configuration if summary command ends up with neither article buffer
17365         nor summary buffer; describe bindings if summary keys end with C-h.
17366
17367 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * message.el (message-fix-before-sending): Skip raw message part to be
17370         forwarded while checking illegible text.
17371         (message-forward-make-body-mime, message-forward-make-body):
17372         Mark signed or encrypted raw message as having no illegible text.
17373
17374 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17377         (gnus-message-with-timestamp-1): New macro.
17378         (gnus-message-with-timestamp): New function.
17379         (gnus-message): Use them.
17380
17381         * nnheader.el (nnheader-message): Use them.
17382
17383 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17386         .newsrc.eld file.
17387
17388 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * gnus-agent.el (gnus-agent-fetch-headers)
17391         (gnus-agent-retrieve-headers):
17392         Bind gnus-decode-encoded-address-function to identity.
17393
17394         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17395         available also when the server returns simply a dot.
17396
17397         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17398
17399 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17402
17403 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * gnus-ems.el (gnus-x-splash): Make it work.
17406
17407         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17408         from being used.
17409
17410         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17411
17412 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17415         4th and the 5th arguments.
17416
17417         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17418         the front stickiness.
17419         (gnus-article-summary-command-nosave): Correct the order of the
17420         arguments passed to pop-to-buffer.
17421         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17422         summary command ends up with the article buffer.
17423
17424         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17425         the same faces.
17426
17427 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17428
17429         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17430
17431 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17432
17433         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17434         * gnus-sum.el (gnus-summary-highlight):
17435         * pgg.el (pgg-sign-region, pgg-sign):
17436         * mail-source.el (mail-source-delete-old-incoming-confirm):
17437         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17438
17439 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * gnus-art.el (gnus-mime-view-part-externally)
17442         (gnus-mime-view-part-internally): Fix predicate function passed to
17443         completing-read.
17444
17445         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17446
17447         * gnus.el (gnus-update-message-archive-method): Add :version.
17448
17449 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * gnus.el (gnus-update-message-archive-method): New variable.
17452
17453         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17454         according to gnus-message-archive-method if
17455         gnus-update-message-archive-method is non-nil.
17456
17457 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17460         Suggested by Loic Dachary <loic@dachary.org>.
17461         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17462
17463 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * message.el (message-pop-to-buffer): Add switch-function argument.
17466         (message-mail): Pass switch-function argument to it.
17467
17468 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17471         Improve doc string.
17472
17473 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17476         (gnus-header-content):
17477         * gnus-cite.el (gnus-cite-10):
17478         * gnus-srvr.el (gnus-server-closed):
17479         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17480         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17481         (gnus-group-mail-3-empty, gnus-group-mail-low)
17482         (gnus-group-mail-low-empty, gnus-splash):
17483         * message.el (message-header-to, message-header-cc)
17484         (message-header-subject, message-header-other, message-header-name)
17485         (message-header-xheader, message-separator, message-cited-text)
17486         (message-mml): Lighten colors of faces used for dark background.
17487
17488 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17489
17490         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17491         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17492
17493 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * message.el (message-narrow-to-headers-or-head):
17496         Ignore mail-header-separator in the body.
17497
17498 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17501         same as window size.
17502
17503 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17504
17505         * message.el (message-font-lock-keywords): Use message-header-xheader
17506         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17507         ahead of the anything pattern, to get it recognized.
17508
17509 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17512         spam.el loads uses it in the compiled defadvice form.
17513
17514 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17515
17516         * gnus-sum.el (gnus-articles-to-read)
17517         (gnus-summary-insert-old-articles): Don't truncate group name for
17518         `read-string'.
17519
17520         * gnus-util.el (gnus-limit-string): Delete this function.
17521
17522         * gnus-sum.el (gnus-simplify-subject-fully):
17523         Use `truncate-string-to-width' instead.
17524
17525 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17526
17527         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17528         Tell if, on summary exit, the next group has to be selected.
17529         (gnus-summary-exit): Use it.
17530
17531 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17534         non-break space.
17535
17536 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17539         Check if group is not a directory.
17540         (nnfolder-request-expire-articles): Don't delete articles if the target
17541         group is not available.
17542
17543         * nnml.el (nnml-request-create-group): Properly check if group is not a
17544         file.
17545         (nnml-request-expire-articles): Don't delete articles if the target
17546         group is not available.
17547
17548         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17549         Don't quote characters that are within parentheses.
17550
17551 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17554         (gnus-handle-ephemeral-exit): Select article according to it.
17555
17556 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17557
17558         * message.el (message-insert-formated-citation-line): Remove newline.
17559         (message-citation-line-format): Add final \n here so that the user can
17560         avoid a blank line.
17561
17562 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17563
17564         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17565         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17566         Update lanl/arXiv support.
17567
17568 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17569
17570         * gnus.el: Bump version number.
17571
17572 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17573
17574         * gnus.el (gnus-version-number): Bump version.
17575
17576 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17577
17578         * gnus.el: No Gnus v0.6 is released.
17579
17580 2007-04-27  Didier Verna  <didier@xemacs.org>
17581
17582         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17583         * gmm-utils.el (gmm-regexp-concat): ... here.
17584         * message.el: Don't require 'gnus-util.
17585         (message-dont-reply-to-names): Handle name change above.
17586         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17587
17588 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17591         since the initial value varies according to the system.
17592
17593 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17596
17597 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17598
17599         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17600
17601 2007-04-24  Didier Verna  <didier@xemacs.org>
17602
17603         Improve the type of gnus-ignored-from-addresses.
17604         * gnus-util.el (gnus-orify-regexp): New function.
17605         * message.el (gnus-util): Require it.
17606         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17607         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17608         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17609
17610 2007-04-24  Didier Verna  <didier@xemacs.org>
17611
17612         * gnus-sum.el:
17613         * gnus-utils.el: Fix some trailing whitespaces.
17614
17615 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17618         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17619         article's Message-ID; refer parent article in summary buffer.
17620
17621         * message.el (message-bounce): Call mime-to-mml.
17622
17623         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17624         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17625         optimize and/or forms properly.
17626
17627 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17628
17629         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17630         URL.
17631
17632 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17635
17636 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17639         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17640         displayed of multipart/alternative part if it is invoked from summary
17641         buffer.
17642
17643         * mm-view.el (mm-inline-text-html-render-with-w3m)
17644         (mm-inline-text-html-render-with-w3m-standalone)
17645         (mm-inline-render-with-function): Use mail-parse-charset by default.
17646
17647 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17648
17649         * parse-time.el (parse-time-string-chars): Check if CHAR
17650         is less than the length of parse-time-syntax.
17651
17652 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17655         from gnus-newsgroup-processable.
17656
17657 2007-04-16  Didier Verna  <didier@xemacs.org>
17658
17659         * gnus-msg.el (gnus-configure-posting-styles):
17660         Handle message-signature-directory properly with :file syntax.
17661         Reported by "Leo".
17662
17663 2007-04-11  Didier Verna  <didier@xemacs.org>
17664
17665         New user option: message-signature-directory.
17666         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17667         * message.el (message-insert-signature): Ditto.
17668         * message.el (message-signature-file): Doc update.
17669         * message.el (message-signature-directory): New.
17670
17671 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus-msg.el (gnus-inews-yank-articles):
17674         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17675
17676 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * message.el (message-yank-original): Make sure cited text ends with
17679         newline; don't exchange point and mark.
17680
17681 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17682
17683         * tls.el (open-tls-stream): Properly handle case where there
17684         is no associated buffer.
17685
17686 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17687
17688         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17689         message-yank-original, make sure (< mark TEXT point).
17690
17691 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * message.el (message-fill-column): New variable.
17694         (message-mode): Use it.  Add comment on a possible new hook.
17695
17696         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17697         (nnmail-get-new-mail): Reformat.
17698
17699         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17700
17701         * gmm-utils.el: Fix Commentary.
17702         (gmm-tool-bar-from-list): Fix typo in doc string.
17703
17704 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17705
17706         * message.el (message-yank-original): Don't switch point and mark
17707         unnecessarily to put point and mark as documented.
17708
17709 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17710
17711         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17712         from the message heads.
17713
17714 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17715
17716         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17717         article buffer does not have a window.  This may not be the best
17718         solution but is certainly better than setting the start of the null,
17719         that is the current, window.
17720
17721 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17724         (gnus-draft-setup): Run it.
17725
17726         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17727         gnus-score-fast-scoring.  Allow regexp.
17728         (gnus-score-headers): Use it.
17729
17730         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17731         XEmacs.
17732
17733         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17734         string.
17735         (gnus-button-alist): Also catch `<f1> k ...'.
17736         (gnus-treat-display-x-face): Fix doc string.
17737
17738 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17739
17740         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17741         evaluation of gnus-extended-version to ensure correct generation of the
17742         User-Agent header when message-generate-headers-first is used.
17743
17744 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17745
17746         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17747         hashcash-path is nil.  Don't call callback with incorrect number of
17748         parameters if val is 0.
17749
17750 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17751
17752         * message.el (message-required-news-headers):
17753         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17754
17755 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17756
17757         * tls.el (open-tls-stream): In handshake-waiting loop,
17758         don't wait more if there is output available to process.
17759
17760 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17761
17762         * tls.el (tls-program): Doc fix.
17763
17764 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * message.el (message-generate-new-buffers): Change the meaning of the
17767         nil value; add `standard' to the choices; treat t as `unique'; improve
17768         doc string.
17769         (gnus-select-frame-set-input-focus): Autoload.
17770         (message-buffer-name): Search for the existing message buffer if
17771         message-generate-new-buffers is nil or `standard'; treat the value t of
17772         message-generate-new-buffers as `unique'.
17773         (message-pop-to-buffer): Raise the frame already displaying the message
17774         buffer; clear the echo area after querying.
17775         (message-setup): Pass the `continue' argument to compose-mail.
17776         (message-mail): Prefer `switch-function' if it is given; search for the
17777         existing message buffer if the `continue' argument is non-nil; pass
17778         continue and switch-function arguments to compose-mail by way of
17779         message-setup.
17780         (message-mail-other-window): Adjust argument of message-setup.
17781         (message-mail-other-frame): Ditto.
17782
17783 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17786         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17787         to turn font-lock on when turning gnus-message-citation-mode on.
17788
17789 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17790
17791         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17792         (mml-smime-function-alist): New variable; add epg as the backend.
17793         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17794         mml-smime- functions instead.
17795         * mm-view.el: Require smime.
17796
17797 2007-03-05  Didier Verna  <didier@xemacs.org>
17798
17799         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17800         instead of just inheritance for posting styles.
17801         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17802
17803 2007-02-24  Chris Moore  <dooglus@gmail.com>
17804
17805         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17806         * pgg-pgp.el (pgg-pgp-encrypt-region):
17807         * pgg-gpg.el (pgg-gpg-encrypt-region):
17808         Check pgg-encrypt-for-me if no other recipients.
17809
17810 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17811
17812         * tls.el (tls-certtool-program): Fix custom type.
17813
17814 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17817         and point-at-eol instead of line-(beginning|end)-position.
17818
17819         * assistant.el (assistant-parse-buffer): Ditto.
17820
17821         * netrc.el (netrc-parse-services): Ditto.
17822
17823 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17824
17825         * mml2015.el (mml2015-epg-find-usable-key): New function.
17826         (mml2015-epg-sign): Use it.
17827         (mml2015-epg-encrypt): Use it.
17828
17829 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * message.el (message-make-in-reply-to): Quote name containing
17832         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17833         if there are special characters.  Reported by NAKAJI Hiroyuki
17834         <nakaji@jp.freebsd.org>.
17835
17836 2007-02-27  Didier Verna  <didier@xemacs.org>
17837
17838         Include the group parameters as well as the topic ones in the
17839         inheritance filter process.
17840         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17841         argument GROUP-PARAMS-LIST.
17842         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17843
17844 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * nntp.el (nntp-never-echoes-commands)
17847         (nntp-open-connection-functions-never-echo-commands): New variables.
17848         (nntp-send-command): Use them.
17849
17850 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17851
17852         * mml2015.el (mml2015-epg-verify): Simplify.
17853
17854 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * mml.el (mml-content-disposition-alist): New user option.
17857         (mml-content-disposition): New function.
17858         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17859         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17860
17861 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17862
17863         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17864         verification.
17865
17866 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17867
17868         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17869         articles posted in the last 24 hours.
17870
17871 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17872
17873         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17874
17875 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17876
17877         * nntp.el (nntp-send-command): Don't wait for echoes when
17878         nntp-open-ssl-stream is used.
17879
17880 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17883         (gnus-message-add-citation-keywords)
17884         (gnus-message-remove-citation-keywords): Remove.
17885         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17886         directly, make the variables in font-lock-defaults buffer-local, add
17887         gnus-message-citation-keywords to them and then update the value of
17888         font-lock-keywords.
17889
17890 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * message.el (message-cite-original-1): Don't call
17893         gnus-article-highlight-citation.
17894
17895         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17896         citations; fix line count.
17897
17898 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17901         (gnus-message-add-citation-keywords)
17902         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17903         versions of font-lock-add-keywords and font-lock-remove-keywords to
17904         work with XEmacs correctly.
17905
17906 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-cite.el (gnus-cite-face-list): Set the values of
17909         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17910         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17911         (gnus-message-cite-prefix-regexp): New variable.
17912         (gnus-message-search-citation-line): Use it; protect against long
17913         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17914         the 0th match data for Emacs.
17915         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17916         (gnus-message-add-citation-keywords): Append keywords rather than
17917         prepending; emulate font-lock-add-keywords if it is not available.
17918         (gnus-message-remove-citation-keywords):
17919         Emulate font-lock-remove-keywords if it is not available.
17920
17921         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17922
17923         * message.el (message-cite-prefix-regexp): Set the value of
17924         gnus-message-cite-prefix-regexp.
17925
17926 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17927
17928         * nnweb.el (nnweb-google-parse-1): Update parser.
17929
17930 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17931
17932         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17933
17934 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17935
17936         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17937         regexp.
17938
17939 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17942         string-to-multibyte.
17943         (uudecode-decode-region-internal): Use it.
17944
17945         * lpath.el: Fbind string-as-multibyte for XEmacs.
17946
17947 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17948
17949         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17950         Fix custom choice.
17951
17952         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17953
17954 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17955
17956         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17957
17958         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17959         `write-region' to respect `mm-inhibit-file-name-handlers'.
17960
17961 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17962
17963         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17964         Use gnus-home-directory instead of "~/" or "$HOME".
17965
17966 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17967
17968         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17969         to mention filename.
17970         Add comments at beginning regarding usage.
17971         (encrypt-write-file-contents): Change interactive so a string is
17972         acceptable.  If the file has no associated model, show an error instead
17973         of a nonsense prompt.
17974
17975 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17976
17977         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17978         Thanks to Yoshihiko Yamada for kind notification of this typo.
17979
17980 2007-01-12  Kenichi Handa  <handa@m17n.org>
17981
17982         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17983         multibyte buffer.
17984
17985 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * gnus-score.el (gnus-score-fast-scoring): New variable.
17988         (gnus-score-headers): Use it.
17989
17990         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17991
17992         * message.el (message-cite-original-1):
17993         Call gnus-article-highlight-citation if requested.
17994         (message-make-from): Allow name and address as optional arguments.
17995
17996         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17997
17998         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17999         bugs to doc string.
18000         (gnus-button-alist): Add mid\\|message-id.
18001         (gnus-button-fetch-group): Extend for use in
18002         `browse-url-browser-function'.
18003         (gnus-button-url-regexp): Try to catch paired parentheses like in
18004         Wikipedia URLs.
18005
18006         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18007         Suggested by Simon Krahnke <overlord@gmx.li>.
18008
18009 2007-01-13  Romain Francoise  <romain@orebokech.com>
18010
18011         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18012         Update copyright.
18013
18014 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18015
18016         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18017
18018 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18019
18020         * gnus-registry.el (gnus-registry-unfollowed-groups)
18021         (gnus-registry-split-fancy-with-parent): Fix documentation.
18022
18023 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18026         from nnweb groups.
18027
18028 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18031         Xref urls.  Erase buffer before requesting head.
18032
18033         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18034
18035 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18038         customizable.
18039
18040 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18041
18042         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18043         no signing key is found.
18044         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18045         no encrypting and/or signing key is found.
18046
18047 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18050
18051 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18052
18053         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18054         headers read from disk with the ones newly found in the current search.
18055         This should no longer cause problems, because the article numbers in
18056         Gmane's `nov.php' output are ignored since the previous change.
18057
18058 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18059
18060         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18061
18062 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18065         replace-regexp-in-string; bind url-version; fbind display-images-p and
18066         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18067         find-face and set-itimer-function for Emacs; bind itimer-list for
18068         Emacs.
18069
18070         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18071
18072 2007-01-01  Romain Francoise  <romain@orebokech.com>
18073
18074         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18075
18076 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18077
18078         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18079         `define-minor-mode' macro definition expanded properly.
18080         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18081         exclude it there.
18082
18083         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18084         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18085         `fboundp' test.
18086         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18087         This is OK to autoload in (S)XEmacs now.
18088
18089 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18090
18091         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18092         keystroke.
18093         (gnus-summary-limit-to-singletons): Fix typo.
18094
18095         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18096         else fails.
18097
18098 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18099
18100         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18101         docstring.
18102
18103         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18104         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18105         (gnus-summary-insert-dormant-articles): Fix typo in message.
18106
18107 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18108
18109         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18110         nil for XEmacs.
18111         (gnus-message-citation-mode): Don't autoload in XEmacs.
18112
18113         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18114
18115 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18116
18117         * nnimap.el (nnimap-expunge-search-string):
18118         Mention nnimap-search-uids-not-since-is-evil in docstring.
18119
18120 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * spam.el: Revert to make-obsolete-variable because
18123         define-obsolete-variable-alias is not supported in Emacs 21.
18124
18125         * spam.el (spam-ifile-path, spam-ifile-database-path)
18126         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18127         make-obsolete-variable.
18128         (spam-bsfilter-path, spam-bsfilter-program)
18129         (spam-spamassassin-path, spam-spamassassin-program)
18130         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18131         Don't use "path" inappropriately.
18132         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18133         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18134         variable names.
18135
18136 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18137
18138         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18139         summary buffer.
18140
18141         * password.el (password-cache-remove): Use clear-string to burn
18142         password, if available.
18143
18144 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18147
18148         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18149
18150         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18151         (gnus-message-highlight-citation): Move defcustom here from
18152         gnus-cite.el.
18153         (gnus-message-citation-mode): Autoload.
18154
18155         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18156         checks to make it compile with XEmacs.
18157         (gnus-message-citation-mode): New minor mode.
18158         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18159         (gnus-message-highlight-citation): New variables.
18160         (gnus-message-search-citation-line)
18161         (gnus-message-add-citation-keywords)
18162         (gnus-message-remove-citation-keywords)
18163         (turn-on-gnus-message-citation-mode)
18164         (turn-off-gnus-message-citation-mode): New functions.
18165
18166 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18167
18168         * gnus-cite.el: Enable highlighting of different citation levels in
18169         message-mode.
18170
18171 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18172
18173         * message.el (message-make-fqdn): Fix comment.
18174         (message-bogus-system-names): Add ".local".
18175
18176         * spam.el (spam-ifile-path, spam-ifile-program)
18177         (spam-ifile-database-path, spam-ifile-database)
18178         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18179         Don't use "path" inappropriately.
18180         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18181         strings.
18182         (spam-check-ifile, spam-ifile-register-with-ifile)
18183         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18184         Use new variable names.
18185
18186         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18187         (gnus-treat-display-smileys): Simplify using
18188         gnus-image-type-available-p.
18189
18190         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18191         available.
18192
18193         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18194         Use `display-images-p' if available.
18195
18196 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18197
18198         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18199         one after turning on the buffer's multibyteness instead of decoding
18200         them directly in the unibyte buffer that causes unexpected conversion
18201         in Emacs 23 (unicode).
18202
18203 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18204
18205         * message.el (message-generate-hashcash): Fix custom type.
18206
18207 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18208
18209         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18210
18211 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18212
18213         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18214         disconnect icons.  Add help text.
18215
18216 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18219         negated to be consistent with the others we handle.
18220
18221 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18222
18223         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18224         version of gnus-summary-buffer to something, so that we can use two
18225         article buffers at the same time.
18226
18227 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18230         trigger all the extra headers.
18231         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18232         sorting.
18233
18234 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18235
18236         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18237         solid groups.
18238
18239 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18240
18241         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18242
18243 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * legacy-gnus-agent.el: Add Copyright notice.
18246
18247 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18248
18249         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18250
18251 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18252
18253         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18254
18255         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18256         to make it work reliably in CVS Emacs.
18257         (gnus-summary-limit-strange-charsets-predicate)
18258         (gnus-summary-limit-to-predicate): New functions.
18259
18260 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18261
18262         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18263         specifying array size.
18264         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18265         array if it is too small.
18266         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18267         (gnus-sort-threads-loop): New function.
18268
18269 2006-12-06  Chris Moore  <dooglus@gmail.com>
18270
18271         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18272         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18273
18274 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18275
18276         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18277         options.
18278
18279 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18280
18281         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18282         DOS-ing the recipient.
18283
18284         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18285         the headers when creating the mapping to avoid mismappings.
18286         (nnweb-gmane-create-mapping): Always nix out old mapping.
18287
18288 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18291         and mm-verify-option to never.
18292
18293 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18294
18295         * message.el (message-signed-or-encrypted-p): New function.
18296         (message-forward-make-body): Use it.
18297
18298         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18299         Replace encode-coding-string with mm-encode-coding-string.
18300
18301 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * nneething.el (nneething-decode-file-name):
18304         Replace decode-coding-string with mm-decode-coding-string.
18305
18306         * gnus-int.el (gnus-open-server): Say failed server's name.
18307
18308 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18309
18310         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18311         strings to a single string.  Quote `errors-file-name'.
18312         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18313         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18314         Adjust calls.  Use `shell-quote-argument'.
18315
18316 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18317
18318         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18319         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18320
18321         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18322         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18323         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18324         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18325         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18326         (gnus-subscribe-newsgroup, gnus-1):
18327         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18328         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18329         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18330         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18331
18332 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18333
18334         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18335         keystroke.
18336         (gnus-summary-limit-to-bodies): Implement headersp.
18337
18338 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18339
18340         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18341
18342 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18345
18346 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18347
18348         * message.el (message-generate-hashcash): Expand range of values to
18349         include `opportunistic'.
18350         (message-send-mail): Use it.
18351
18352 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18353
18354         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18355         and comment it.
18356
18357         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18358
18359 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18360
18361         * gnus-util.el (gnus-extract-address-components): Improve comment.
18362
18363 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-util.el (gnus-extract-address-components): Work with address in
18366         which the name portion contains @.
18367
18368         * lpath.el: Fbind custom-autoload.
18369
18370 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18371
18372         * gnus.el (gnus-start): Move custom group up.
18373         (gnus-select-method): Don't autoload, but make it available for
18374         `customize-variable'.
18375         (gnus-getenv-nntpserver): Don't autoload.
18376
18377 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18378
18379         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18380
18381 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * message.el (message-sendmail-extra-arguments): New variable.
18384         (message-send-mail-with-sendmail): Use it.
18385
18386 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18389         mm-with-unibyte-current-buffer to make string unibyte.
18390
18391         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18392         mm-string-as-multibyte.
18393
18394 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18395
18396         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18397         Reported by Werner Koch <wk@gnupg.org>.
18398
18399 2006-11-14  Daiki Ueno  <ueno@p360>
18400
18401         * mml2015.el: Autoload epa-select-keys when compiling.
18402
18403 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18404
18405         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18406         message-options.
18407         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18408
18409 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18410
18411         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18412         EasyPG (< 0.0.6).
18413         (mml2015-always-trust): New user option.
18414         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18415         prompt.
18416
18417 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * nntp.el (nntp-authinfo-force): New variable.
18420         (nntp-send-authinfo): Use it.
18421
18422 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18425         decode encoded words.  Improve prompt.  Add comment about forwarding.
18426         (message-replacement-char): Move up.
18427
18428 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18429
18430         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18431         instead of gnus-intersection because arguments of gnus-sorted-nunion
18432         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18433
18434 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18435
18436         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18437         (message-simplify-subject-functions):
18438         Enable message-strip-subject-encoded-words by default.
18439
18440 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * message.el (message-strip-subject-encoded-words): New function.
18443         (message-simplify-subject-functions): New variable.
18444         (message-simplify-subject): Use it.  Fix typo in doc string.
18445         Support message-strip-subject-encoded-words.
18446
18447 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18448
18449         * gnus-diary.el (gnus-diary-delay-format-function):
18450         * nndiary.el (nndiary-reminders):
18451         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18452
18453 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * gnus-art.el (article-hide-boring-headers): Fetch date from
18456         gnus-original-article-buffer to avoid problems with localized date
18457         strings.
18458
18459 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18462
18463 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18466         New variables.
18467         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18468         (mm-charset-synonym-alist): Move some entries to
18469         mm-codepage-iso-8859-list.
18470         (mm-charset-synonym-alist, mm-charset-override-alist):
18471         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18472
18473 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18476
18477 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18478
18479         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18480         with Emacs 21 and XEmacs.
18481
18482 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18483
18484         * spam.el (spam-parse-address): New function for better parsing,
18485         catching errors, etc.
18486         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18487
18488 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18489
18490         * mm-view.el: Add interactive arg to html2text autoload.
18491
18492 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18495
18496 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18499         New variables.
18500         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18501         (mm-charset-synonym-alist): Move some entries to
18502         mm-codepage-iso-8859-list.
18503
18504         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18505
18506 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18507
18508         * message.el (message-citation-line-format)
18509         (message-insert-formated-citation-line): Fix implementation of %E, %N
18510         and %n according to the doc string.
18511
18512 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18513
18514         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18515         Use car-safe to avoid bad parses.
18516
18517 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18520         names.
18521
18522         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18523
18524 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18527         header.
18528
18529         * message.el (message-draft-headers): Add Date.
18530         (message-headers-to-generate): Fix typo in docstring.
18531
18532         * nndraft.el (nndraft-required-headers): New variable.
18533         (nndraft-generate-headers): Use it.
18534
18535         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18536
18537 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18538
18539         * gnus-registry.el (gnus-registry-wash-for-keywords)
18540         (gnus-registry-find-keywords): New functions to allow easy searching of
18541         articles that are in the registry.
18542
18543 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18544
18545         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18546         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18547         Reported by Damien Elmes <damien@repose.cx>.
18548
18549 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus.el (gnus-mime): Remove unused custom group.
18552
18553 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18554
18555         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18556         "blank line" when searching for end of armor headers.
18557
18558 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * gmm-utils.el (gmm-write-region): Fix variable name.
18561
18562 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gmm-utils.el (gmm-write-region): New function based on compatibility
18565         code from `mm-make-temp-file'.
18566
18567         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18568
18569         * nnmaildir.el (nnmaildir--update-nov)
18570         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18571         Use `gmm-write-region'.
18572
18573 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18576         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18577
18578         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18579
18580         * message.el (message-replacement-char): New variable.
18581         (message-fix-before-sending): Use it.
18582         (message-simplify-subject): New function to remove duplicate code.
18583         (message-reply, message-followup): Use it.
18584
18585         * gnus-sum.el (gnus-summary-make-menu-bar):
18586         Clarify gnus-summary-limit-to-articles.
18587
18588 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * gnus-util.el (gnus-with-local-quit): New macro.
18591
18592         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18593
18594 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18595
18596         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18597         ignore non-string data.
18598
18599 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18600
18601         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18602         non-string data (needs to be done in the registry too).
18603
18604 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18605
18606         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18607         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18608         (gnus-registry-split-fancy-with-parent)
18609         (gnus-registry-fetch-simplified-message-subject-fast)
18610         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18611         Remove text properties on ingress into the registry and when it's saved.
18612         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18613         registry from entries with no groups.
18614
18615 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18616
18617         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18618         function to remove string properties.
18619
18620 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18621
18622         * gmm-utils.el (gmm): Adjust custom version.
18623
18624         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18625         Adjust custom version.
18626
18627         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18628
18629 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * gnus-art.el (gnus-insert-prev-page-button)
18632         (gnus-insert-next-page-button): Simplify.  Reformat.
18633
18634 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18635
18636         * gnus-art.el (gnus-insert-prev-page-button)
18637         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18638
18639 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18640
18641         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18642
18643 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18644
18645         * gnus-art.el (gnus-insert-mime-button)
18646         (gnus-insert-mime-security-button):
18647         Apply gnus-article-button-face to MIME and security buttons.
18648
18649 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18652         readable.
18653
18654 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18657
18658 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18659
18660         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18661         `browse-url-of-file' instead of `browse-url'.
18662
18663 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18664
18665         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18666         regexp.  Articles containing quotation were cut prematurely.
18667
18668 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * message.el (message-cite-original-1): Use nobody by default for the
18671         value of From header.
18672         (message-reply): Ditto.
18673
18674 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18675
18676         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18677         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18678         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18679
18680 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18681
18682         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18683         mails in the doc string.  Add some URLs in comment.
18684         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18685
18686 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18689         backslashes handling and the way to find boundaries of quoted strings.
18690
18691 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18692
18693         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18694         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18695         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18696         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18697
18698 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18701         doc string.
18702         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18703
18704 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18705
18706         * lpath.el: Fbind epg-check-configuration.
18707
18708 2006-09-06  Simon Josefsson  <jas@extundo.com>
18709
18710         * mml2015.el (mml2015-use): Doc fix, mention epg.
18711
18712 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18713
18714         * mml2015.el (mml2015-use): Default to epg, if available.
18715
18716 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18717
18718         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18719         message-sender.
18720         (mml1991-epg-encrypt): Ditto.
18721         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18722         message-sender.
18723         (mml2015-epg-encrypt): Ditto.
18724
18725 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18726
18727         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18728         several common directories.
18729
18730 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18731
18732         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18733         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18734
18735 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * gnus-art.el (article-decode-encoded-words): Make it fast.
18738
18739 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18742
18743         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18744         in quoted string into `\'.
18745
18746 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18749         Use standard-syntax-table.
18750
18751 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18752
18753         * gnus-art.el (gnus-decode-address-function): New variable.
18754         (article-decode-encoded-words): Use it to decode headers which are
18755         assumed to contain addresses.
18756         (gnus-mime-delete-part): Remove useless `or'.
18757
18758         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18759         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18760         (gnus-nov-parse-line): Use it to decode From header.
18761         (gnus-get-newsgroup-headers): Ditto.
18762         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18763
18764         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18765         (mail-decode-encoded-address-string): New alias.
18766
18767         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18768         New function.
18769         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18770         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18771         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18772         (rfc2047-decode-string): Ditto.
18773         (rfc2047-decode-address-region): New function.
18774         (rfc2047-decode-address-string): New function.
18775
18776 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * message.el (message-caesar-buffer-body): Allow rotating headers.
18779
18780         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18781
18782         * message.el (message-insert-formated-citation-line): Fix %f.
18783         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18784
18785 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18788         (gnus-bookmark-mouse-available-p): New macro.
18789         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18790         (gnus-bookmark-bmenu-show-infos): Use it.
18791         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18792         (gnus-bookmark-bmenu-hide-infos): Ditto.
18793         (gnus-bookmark-remove-properties): New function.
18794         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18795         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18796         (gnus-bookmark-write-file): Bind coding-system-for-write.
18797         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18798         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18799         group before selecting it.
18800         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18801         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18802         quit-window if it is not available; use gnus-mouse-2 and bind it to
18803         gnus-bookmark-bmenu-select-by-mouse.
18804         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18805         (gnus-bookmark-bmenu-select-by-mouse): New function.
18806
18807 2006-08-13  Romain Francoise  <romain@orebokech.com>
18808
18809         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18810         space.
18811
18812 2006-08-10  Romain Francoise  <romain@orebokech.com>
18813
18814         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18815         (dns-mode-soa-auto-increment-serial): New user option.
18816         (dns-mode-soa-maybe-increment-serial): New function.
18817         (dns-mode): Add the latter to `write-contents-functions'.
18818
18819 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * compface.el (uncompface): Use binary rather than raw-text-unix.
18822
18823 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * compface.el (uncompface): Make sure the eol conversion doesn't take
18826         place when communicating with the external programs.
18827         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18828
18829 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18832
18833 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18834
18835         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18836         Make it more robust by parsing author and date independently.
18837
18838 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18841
18842 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18843
18844         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18845         first matching secret key.
18846         (mml2015-epg-encrypt): Ditto.
18847
18848         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18849         first matching secret key.
18850         (mml1991-epg-encrypt): Ditto.
18851
18852         * mml2015.el (mml2015-encrypt-to-self): New user option.
18853         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18854         mml2015-epg-encrypt-to-self is set.
18855
18856         * mml1991.el (mml1991-encrypt-to-self): New variable.
18857         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18858         mml1991-epg-encrypt-to-self is set.
18859
18860         * mml2015.el (mml2015-signers): New user option.
18861         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18862         (mml2015-epg-encrypt): Allow to select signing keys.
18863
18864         * mml1991.el (mml1991-signers): New variable.
18865         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18866         (mml1991-epg-encrypt): Allow to select signing keys.
18867
18868 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * nnheader.el (nnheader-insert-head): Make it work even if the file
18871         uses CRLF for the line-break code.
18872
18873 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18874
18875         * mml2015.el: Require mml-sec instead of password.
18876         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18877         (mml2015-cache-passphrase): Inherit the default value from
18878         mml-secure-cache-passphrase.
18879         (mml2015-passphrase-cache-expiry): Inherit the default value from
18880         mml-secure-passphrase-cache-expiry.
18881
18882         * mml1991.el: Require mml-sec instead of password.
18883         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18884         (mml1991-cache-passphrase): Inherit the default value from
18885         mml-secure-cache-passphrase.
18886         (mml1991-passphrase-cache-expiry): Inherit the default value from
18887         mml-secure-passphrase-cache-expiry.
18888
18889         * mml-sec.el: Require password.
18890         (mml-secure-verbose): New user option.
18891         (mml-secure-cache-passphrase): New user option.
18892         (mml-secure-passphrase-cache-expiry): New user option.
18893
18894 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18895             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18896
18897         * pgg-def.el (pgg-truncate-key-identifier):
18898         Truncate the key ID to 8 letters from the end.
18899
18900 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18901
18902         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18903         workaround for the url package included with Emacs.
18904
18905         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18906
18907 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18910         correctly.  This fixes a bug caused by the 2006-05-12 change.
18911
18912 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18913
18914         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18915         some information about the error when saying that the `bogus' mail
18916         group will be used.
18917
18918 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18921         string.
18922
18923 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18924
18925         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18926
18927 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18928
18929         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18930
18931 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18932
18933         * mml1991.el (mml1991-function-alist): Add epg.
18934         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18935         (mml1991-epg-encrypt): New functions.
18936
18937 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18938
18939         * mml2015.el (mml2015-verbose): New variable.
18940         (mml2015-cache-passphrase): Ditto.
18941         (mml2015-passphrase-cache-expiry): Ditto.
18942         (mml2015-function-alist): Add epg.
18943         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18944         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18945         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18946         New functions.
18947
18948 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18949
18950         * message.el (message-cite-original-1): Preserve region when removing
18951         quoted text due to X-No-Archive in order to avoid bogus attribution
18952         when citing multiple messages.
18953
18954 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18955
18956         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18957         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18958
18959 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-diary.el (gnus-user-format-function-d)
18962         (gnus-user-format-function-D): Autoload.
18963
18964         * imap.el (Commentary): Fix typo.
18965
18966         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18967         2006-04-22 contribution.
18968
18969 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18970
18971         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18972         It didn't really fix the bogosity I'm seeing with solid web groups.
18973
18974 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18975
18976         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18977         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18978         created using server names.  If we use the feature without declaring
18979         it, Gnus does not properly manage server and group state.
18980
18981         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18982         bound.
18983
18984 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18985
18986         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18987         looking up the method using GROUP's prefix before inventing a new one.
18988         It is used on killed/unknown groups in various places where returning
18989         an all-new method isn't expected by the caller.
18990
18991         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18992         and match semantics of gnus-group-real-prefix.
18993
18994 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18995
18996         * nnmail.el (nnmail-broken-references-mailers): New variable.
18997         (nnmail-ignore-broken-references): New function generalizing
18998         nnmail-fix-eudora-headers.
18999         (nnmail-fix-eudora-headers): Now obsolete.
19000
19001         * gnus-art.el (gnus-button-handle-custom):
19002         Support `customize-apropos*'.
19003
19004 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19005
19006         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19007
19008         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19009         articles.
19010
19011 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * message.el (message-cite-reply-above): New variable.
19014         (message-yank-original): Use it.
19015
19016 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19019
19020 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19021
19022         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19023         as read.
19024
19025         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19026
19027 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19030         (gnus-bookmark-default-file): Use gnus-directory.
19031         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19032         Remove "*" in doc string.
19033         (gnus-bookmark-write-file): Simplify.
19034         (gnus-bookmark-maybe-sort-alist): Use `when'.
19035         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19036         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19037         Add FIXME about Emacs 21 and XEmacs compatibility.
19038         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19039         compatibility.
19040         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19041         compatibility.
19042         (gnus-bookmark-menu-heading): Fix version.
19043
19044 2006-06-19  Bastien Guerry  <bzg@altern.org>
19045
19046         * gnus-bookmark.el: New file.
19047
19048 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19049
19050         * message.el (message-syntax-checks): Doc fix.
19051
19052 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19053
19054         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19055         unsubscribed groups as if they were killed ones.  It causes duplicate
19056         entries in gnus-newsrc-alist.
19057
19058 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * message.el (message-syntax-checks): Doc fix.
19061         (message-send-mail): Add check for continuation headers.
19062         (message-check-news-header-syntax): Fix regexp used to check for
19063         continuation headers.
19064
19065 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19068
19069 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19070
19071         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19072
19073 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19076         default-truncate-lines.
19077
19078 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19081         to fill the utf-8 entry.
19082
19083         * lpath.el: Fbind unicode-precedence-list.
19084
19085 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19086
19087         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19088
19089 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19090
19091         * gnus-agent.el (directory-files-and-attributes): Move all the way
19092         forward (the third and final move).
19093         (gnus-agent-read-agentview): Trap reconstruction errors due to
19094         nonexistent directory.  Handle by returning nil.
19095
19096 2006-05-30  Didier Verna  <didier@xemacs.org>
19097
19098         * message.el (message-dont-reply-to-names): Update the custom type.
19099         * message.el (message-dont-reply-to-names): New defsubst: potentially
19100         convert a list of regexps into a single one.
19101         * message.el (message-get-reply-headers): Use it.
19102         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19103
19104 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * gnus-agent.el (directory-files-and-attributes): Move forward.
19107
19108 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * gnus-ml.el (gnus-mailing-list-subscribe)
19111         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19112         (gnus-mailing-list-message): Fix doc strings.
19113
19114 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19115
19116         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19117         of doing it manually.
19118
19119 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19122         comment.
19123
19124 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19125
19126         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19127         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19128         (gnus-agent-read-local): All symbols allocated in my-obarray.
19129         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19130         (gnus-agent-regenerate-group): Check numeric names to see if they are
19131         messages or groups.
19132         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19133         better way of do this...)
19134
19135         * gnus-cache.el (gnus-agent-total-fetched-for):
19136         Ignore 'dummy.group' (there should be a better way of do this...)
19137
19138 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19141         (gnus-saved-headers): Ditto.
19142         (gnus-default-article-saver): Mention functions may have properties.
19143         (gnus-article-save): Override gnus-save-all-headers and
19144         gnus-saved-headers by :headers property which saver function may have.
19145         (gnus-summary-save-in-file): Add :headers property.
19146         (gnus-summary-write-to-file): Ditto.
19147
19148         * gnus-sum.el (gnus-summary-save-article): Bind
19149         gnus-prompt-before-saving to t when saving many articles in a file;
19150         always show all headers.
19151
19152         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19153
19154 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19155
19156         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19157         marks.
19158
19159         * message.el (message-indent-citation): Add optional arguments to allow
19160         using it outside of message buffers.
19161
19162         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19163         (gnus-article-treat-unfold-headers): Use it.
19164         (gnus-article-truncate-lines): New variable.
19165         (gnus-article-mode): Use it.
19166         (gnus-article-toggle-truncate-lines): New function.
19167
19168         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19169         Add gnus-article-toggle-truncate-lines.
19170
19171         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19172         coding system in XEmacs, use binary.
19173
19174 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19177         after-load-alist.
19178
19179         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19180         this function should save decoded articles.
19181         (gnus-summary-write-to-file): Use property to specify this function
19182         should save decoded articles and specify gnus-summary-save-in-file
19183         should be used to save articles other than the first one when saving
19184         many articles.
19185         (gnus-summary-save-body-in-file): Use property to specify this
19186         function should save decoded articles.
19187         (gnus-summary-write-body-to-file): Use property to specify this
19188         function should save decoded articles and specify
19189         gnus-summary-save-body-in-file should be used to save articles other
19190         than the first one when saving many articles.
19191
19192         * gnus-sum.el (gnus-summary-save-article): Simplify.
19193
19194 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * gnus-art.el (gnus-default-article-saver):
19197         Add gnus-summary-write-body-to-file.
19198         (gnus-article-save-coding-system): Don't use coding system object
19199         in XEmacs.
19200         (gnus-read-save-file-name): Add optional `dir-var' argument which
19201         specifies directory in which files are saved; work even if optional
19202         `variable' argument is not specified.
19203         (gnus-summary-write-to-file): Read file name.
19204         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19205         (gnus-summary-write-body-to-file): New function.
19206
19207         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19208         (gnus-summary-local-variables): Add it.
19209         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19210         (gnus-summary-save-article): Remove optional `decode' argument;
19211         determine whether to decode articles by the value of
19212         gnus-default-article-saver; when saving many files using
19213         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19214         it first and use gnus-summary-save-in-file or
19215         gnus-summary-save-body-in-file thereafter unless
19216         gnus-prompt-before-saving is always; move point to article which
19217         will be saved.
19218         (gnus-summary-save-article-file): Revert.
19219         (gnus-summary-write-article-file): Revert.
19220         (gnus-summary-save-article-body-file): Revert.
19221         (gnus-summary-write-article-body-file): New function.
19222
19223 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * gnus-art.el (gnus-default-article-saver): Doc fix.
19226         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19227         from gnus-summary-save-article-coding-system, and default to a
19228         certain coding system.
19229         (gnus-output-to-file): Add coding cookie and encode text according
19230         to gnus-article-save-coding-system; don't use mm-append-to-file.
19231
19232         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19233         gnus-art.el and rename to gnus-article-save-coding-system.
19234         (gnus-summary-save-article): Require gnus-art; don't show all
19235         headers if it decodes articles; don't add coding cookie here;
19236         don't bind mm-text-coding-system-for-write.
19237         (gnus-summary-save-article-file): Save decoded articles.
19238         (gnus-summary-write-article-file): When saving many files, use
19239         gnus-summary-write-to-file first and gnus-summary-save-in-file
19240         thereafter unless gnus-prompt-before-saving is always.
19241         (gnus-summary-save-article-body-file): Save decoded articles.
19242
19243         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19244
19245 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * nnrss.el (nnrss-check-group): Bind hash-index.
19248
19249 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19250
19251         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19252         its hash index.  Store this hash in `nnrss-group-data'.
19253         (nnrss-read-group-data): Update accordingly.
19254
19255 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19256
19257         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19258         entry.
19259
19260         * gnus-sum.el (gnus-summary-make-menu-bar):
19261         Add gnus-article-browse-html-article.
19262
19263 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19264
19265         * gnus-sum.el (gnus-summary-mime-map):
19266         Add gnus-article-browse-html-article.
19267
19268         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19269
19270 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19271
19272         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19273         suitable coding systems in customize.
19274
19275 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19276
19277         * mail-source.el (mail-sources): Fix custom type.
19278
19279 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19280
19281         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19282         (gnus-summary-expire-articles-now): Shorten prompt.
19283
19284         * gmm-utils.el (wid-edit): Require.
19285         (defun-gmm): Rename from `gmm-defun-compat'.
19286         (gmm-image-search-load-path): Use it.
19287         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19288
19289 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * gnus-sum.el (gnus-summary-save-article-coding-system):
19292         New variable.
19293         (gnus-summary-save-article): Add optional `decode' argument.
19294         If it is set and gnus-summary-save-article-coding-system is non-nil,
19295         save decoded article.
19296         (gnus-summary-write-article-file): Save decoded article if
19297         gnus-summary-save-article-coding-system is non-nil.
19298
19299         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19300         type.
19301
19302 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19305
19306 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19309         first to test gnus-single-article-buffer which may be buffer-local.
19310
19311         * gnus-sum.el (gnus-summary-setup-buffer):
19312         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19313         group; make gnus-article-buffer, gnus-article-current, and
19314         gnus-original-article-buffer always buffer-local.
19315         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19316         group.
19317         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19318
19319 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * nnml.el (nnml-request-compact-group): Compressed files might not
19322         have .gz extension.
19323
19324 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19325
19326         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19327         (mm-copy-to-buffer): Use with-current-buffer.
19328         (mm-display-part): Simplify.
19329         (mm-inlinable-p): Add optional arg `type'.
19330
19331 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19332
19333         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19334         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19335         Try harder to show the attachment internally or externally using
19336         gnus-mime-view-part-as-type.
19337
19338 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19339
19340         * message.el (message-from-style, message-signature-separator)
19341         (message-user-organization-file, message-send-mail-function)
19342         (message-citation-line-function, message-yank-prefix)
19343         (message-indent-citation-function, message-signature)
19344         (message-signature-file, message-signature-insert-empty-line):
19345         Remove autoloads.
19346
19347         * gnus-art.el (gnus-buttonized-mime-types):
19348         Remove "multipart/signed".  Revert 2006-04-26 change.
19349
19350 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19351
19352         * gnus.el (gnus-version-number): Bump version.
19353
19354 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19355
19356         * gnus.el: No Gnus v0.5 is released.
19357
19358 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19359
19360         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19361         fetching articles by message-id.
19362
19363 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19364
19365         * message.el (hashcash): Require hashcash as normal.
19366
19367         * ecomplete.el (ecomplete-highlight-match-line):
19368         Use point-at-eol.
19369         (ecomplete-highlight-match-line): Use `highlight', because that
19370         face exists in both Emacs and XEmacs.
19371
19372         * message.el (message-display-abbrev): Use point-at-bol.
19373
19374         * mail-source.el: Don't require timer/timer-funcs.
19375
19376         * gnus-async.el: Ditto.
19377
19378         * password.el: Ditto.
19379
19380         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19381
19382         * mm-url.el: Ditto.
19383
19384         * gnus-xmas.el: Don't require timer-funcs.
19385
19386         * mm-util.el: Require timer/timer-funcs.
19387
19388 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19389
19390         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19391         Close.
19392
19393 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19396         unibyte after clear-decrypt function runs.
19397
19398         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19399         returns as a unibyte string.
19400
19401 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * lpath.el: Revert.
19404
19405         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19406         (pgg-gpg-process-sentinel): Revert.
19407
19408         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19409         (pgg-pgp-lookup-key): Revert.
19410
19411         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19412         (pgg-pgp5-lookup-key): Revert.
19413
19414         * pgg.el (pgg-fetch-key): Revert.
19415
19416 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * lpath.el: Fbind string-as-multibyte for XEmacs.
19419
19420         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19421         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19422         (mml1991-pgg-encrypt): Ditto.
19423
19424         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19425         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19426         a multibyte buffer.
19427
19428         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19429         (pgg-pgp-lookup-key): Ditto.
19430
19431         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19432         (pgg-pgp5-lookup-key): Ditto.
19433
19434         * pgg.el (pgg-fetch-key): Ditto.
19435
19436 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * message.el (message-user-organization-file): Check several
19439         locations of the organization file.
19440
19441         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19442         Add gnus-article-view-part-as-type.
19443
19444         * gnus-art.el (gnus-article-view-part-as-type): New function.
19445
19446         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19447         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19448
19449         * mml.el: Simplify autoload.
19450         (mml-mode): defvar dnd-protocol-alist instead of using
19451         symbol-value.
19452         (mml-default-directory): New variable.
19453         (mml-minibuffer-read-file): Use it.
19454         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19455
19456         * message.el (message-citation-line-format): New variable.
19457         (message-insert-formated-citation-line): New function.
19458         (message-citation-line-function):
19459         Add `message-insert-formated-citation-line' to custom type.
19460
19461         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19462         to doc string.
19463
19464         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19465         depending on mm-verify-option.
19466
19467 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19470         binding pgg-* variables; reimplement the section which prevents
19471         MIME header from being signed.
19472         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19473         pgg-text-mode; remove a blank line at the top of body.
19474
19475         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19476         lines at the top of body; use gnus-newsgroup-charset if there's no
19477         Charset header.
19478
19479 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * message.el (message-self-insert-commands): Doc fix.
19482
19483         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19484         (mm-uu-pgp-encrypted-test): Ditto.
19485         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19486         between header and body; return application/pgp-encrypted handle
19487         if decryption failed; decode decrypted body by charset.
19488
19489         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19490         element match to application/pgp-*.
19491
19492 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19493
19494         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19495         HTML.
19496
19497 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19498
19499         * mail-source.el (mail-source-call-script): Message the error
19500         string.
19501
19502 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19503
19504         * gnus-util.el (gnus-byte-compile): Use it.
19505
19506 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19507
19508         * gnus-util.el (kill-empty-logs): New function.
19509
19510 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511
19512         * message.el (message-mail-alias-type): Doc fix.
19513         (message-mail-alias-type-p): New function.
19514         (message-send): Use it.
19515         (message-mode): Ditto.
19516         (message-strip-forbidden-properties): Ditto.
19517
19518         * ecomplete.el (ecomplete-database-file-coding-system):
19519         New variable.
19520         (ecomplete-save): Use it.
19521         (ecomplete-setup): Use it.
19522
19523 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19524
19525         * message.el (message-self-insert-commands): New variable.
19526         (message-strip-forbidden-properties): Use it.
19527
19528 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19529
19530         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19531         that doesn't make XEmacs choke.
19532
19533 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19534
19535         * gnus-util.el (gnus-replace-in-string):
19536         Prefer replace-regexp-in-string over of replace-in-string.
19537
19538 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19539
19540         * gnus-util.el (gnus-select-frame-set-input-focus):
19541         Use select-frame-set-input-focus if it is available in XEmacs; use
19542         definition defined in Emacs 22 for old Emacsen.
19543
19544         * dgnushack.el: Autoload unmorse-region for XEmacs.
19545
19546         * lpath.el: Bind cursor-in-non-selected-windows and
19547         select-frame-set-input-focus for XEmacs.
19548
19549 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19552
19553 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * gnus-registry.el (gnus-registry-cache-save): Remove text
19556         properties when saving via the temp buffer.
19557
19558 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19559
19560         * message.el (message-generate-hashcash): Honor custom type.
19561
19562 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * message.el (message-generate-hashcash): Default to non-nil when
19565         hashcash is found.
19566
19567         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19568         (gnus-refer-thread-limit): Increase default to 500.
19569
19570         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19571
19572         * flow-fill.el (fill-flowed): Allow delete-space.
19573
19574 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19577         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19578         Remove autoloads.
19579
19580 2006-04-18  Simon Josefsson  <jas@extundo.com>
19581
19582         * message.el (message-generate-hashcash): Default to.
19583
19584 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19585
19586         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19587         concatenating segments rather than before concatenating them.
19588
19589 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19590
19591         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19592
19593 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19596
19597         * message.el (message-forward-make-body-plain):
19598         Allow message-forward-ignored-headers to be a list.
19599         (message-remove-ignored-headers): Factor out into function.
19600         (message-forward-make-body-mml): Use it.
19601
19602         * imap.el (imap-quote-specials): New function.
19603         (imap-login-auth): Quote specials.
19604
19605         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19606         (rfc2231-parse-string): Allow concatanation of parameters that
19607         aren't contiguous.  The test case is
19608           (mail-header-parse-content-type "message/external-body;
19609             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19610             access-type=LOCAL-FILE;
19611             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19612
19613 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19614
19615         * nntp.el (nntp-accept-process-output): Return the value of
19616         `nnheader-accept-process-output'.
19617
19618 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19619
19620         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19621         (gnus-button-alist): Recognize more diff formats.
19622         (gnus-button-patch): Strip directory.
19623
19624 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19625
19626         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19627         Emacs 22 when setting focus.
19628
19629 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19630
19631         * gnus-art.el (gnus-article-treat-types): Do treatment of
19632         text/x-verbatim parts.
19633         (gnus-button-patch): New command.
19634
19635         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19636         addresses that contain invalid characters.
19637
19638 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19639
19640         * message.el (message-put-addresses-in-ecomplete):
19641         Use gnus-replace-in-string.
19642         (message-is-yours-p): Use the more correct
19643         mail-header-parse-address instead of
19644         mail-extract-address-components.
19645         (message-put-addresses-in-ecomplete): Fix typo.
19646
19647         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19648         keystroke.
19649
19650         * gnus-art.el (gnus-treatment-function-alist): Change order of
19651         newsgroups/generic header folding to avoid double-folding.
19652
19653         * message.el (message-hidden-headers): Add X-Draft-From.
19654
19655         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19656         New command.
19657         (gnus-summary-repeat-search-article-backward): New command.
19658
19659         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19660         groups in the parent topic.
19661
19662 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19663
19664         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19665         (spam-extra-header-to-number): Return the CRM114 number as a
19666         number instead of a string.
19667
19668 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19669
19670         * gnus-art.el (gnus-face-properties-alist): Move here from
19671         gnus-fun.
19672
19673         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19674
19675 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19676
19677         * message.el (message-strip-forbidden-properties): Only display on
19678         self-insert-command.
19679
19680         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19681         reindent.
19682         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19683
19684 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19685
19686         * smiley.el (smiley-style): Fix typo.
19687
19688 2006-03-23  Kenichi Handa  <handa@m17n.org>
19689
19690         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19691         instead of set-buffer-multibyte.
19692
19693 2006-03-23  Kenichi Handa  <handa@m17n.org>
19694
19695         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19696         buffer and then decode the buffer text if necessary.
19697         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19698         first, and after mm-encode-body, change the buffer to unibyte.
19699
19700 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19701
19702         * hashcash.el (hashcash-insert-payment-async-2):
19703         Use message-goto-eoh instead of doing it manually.
19704         (mail-add-payment): Use message-narrow-to-header instead of trying
19705         to do the same itself.
19706
19707         * message.el (message-hidden-headers): Add Face.
19708
19709         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19710         reparenting code.
19711         (gnus-summary-reparent-children): Refactored out code.
19712         (gnus-summary-thread-map): New keystroke.
19713         (gnus-summary-reparent-children): Make into command.
19714
19715         * smiley.el (smiley-style): Default to `medium' if using a large
19716         font.
19717
19718         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19719         does it itself.
19720
19721         * message.el (message-point-in-header-p): Simplify definition.
19722
19723 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19724
19725         * nnagent.el (nnagent-request-set-mark): Silence log file
19726         writing.
19727         (nnagent-request-set-mark): Use write-region instead of
19728         append-to-file.
19729
19730         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19731         strange select method.
19732
19733         * ecomplete.el (ecomplete-display-matches): Get highlightling
19734         right.
19735         (ecomplete-display-matches): Use literals.
19736         (ecomplete-display-matches): Disable message logging.
19737
19738         * message.el (message-display-abbrev): Small optimization.
19739
19740         * ecomplete.el (ecomplete-display-matches): Allow automatic
19741         display.
19742
19743         * message.el (message-strip-forbidden-properties):
19744         Display abbrevs.
19745         (message-display-abbrev): Get automatic display right.
19746
19747         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19748         keystrokes.
19749
19750 2006-04-13  Romain Francoise  <romain@orebokech.com>
19751
19752         TODO: Backport to v5-10!
19753
19754         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19755         Move here (and rename) from gnus-registry.el.
19756
19757         * gnus-registry.el: Require gnus-util.
19758         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19759
19760 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19761
19762         * gnus-group.el (gnus-group-catchup-current):
19763         Change if-then-else-if-then-else into cond.
19764         (gnus-group-catchup): Indent.
19765         (group-name-at-point): New function.
19766         (gnus-fetch-group): Provide default from thing at point.
19767
19768 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19769
19770         * message.el (message-display-abbrev): Fix regexp.
19771
19772         * ecomplete.el (ecomplete-highlight-match-line):
19773         Reimplement choosing.
19774         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19775         dead variables.
19776
19777         * message.el (message-newline-and-indent): Remove debugging.
19778         (message-display-abbrev): Use new implementation.
19779
19780 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19781
19782         * gnus-art.el (gnus-article-mode):
19783         Set cursor-in-non-selected-windows to nil.
19784
19785         * smiley.el: Revert previous change.
19786         (smiley-data-directory): defvar it before using it in the
19787         defcustom of `smiley-style'.
19788
19789 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19790
19791         * message.el (message-newline-and-indent): New function.
19792
19793         * ecomplete.el: Implement more bits.
19794
19795         * message.el (message-put-addresses-in-ecomplete): Clean up the
19796         string.
19797
19798         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19799
19800         * gnus-sum.el (gnus-summary-save-parts):
19801         Bind gnus-summary-save-parts-counter and use it to make unique file
19802         names.
19803
19804         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19805
19806         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19807         parameter to say whether to actually parse the individual
19808         addresses.
19809
19810         * message.el (message-put-addresses-in-ecomplete): New function.
19811         (ecomplete): Require.
19812         (message-mail-alias-type): Add ecomplete as an option.
19813
19814 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19815
19816         * flow-fill.el (fill-flowed): Remove trailing space from blank
19817         quoted lines.
19818
19819 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19820
19821         * smiley.el (smiley-style): Move definition later to avoid a
19822         compilation warning.
19823
19824 2006-04-12  Kenichi Handa  <handa@m17n.org>
19825
19826         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19827         buffer and then decode the buffer text if necessary.
19828         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19829         first, and after mm-encode-body, change the buffer to unibyte.
19830         Use mm-disable-multibyte instead of set-buffer-multibyte.
19831
19832 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19833
19834         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19835         Content-Type header instead of Content-Disposition header.
19836         (gnus-mime-inline-part): Ditto.
19837         (gnus-mime-view-part-as-charset): Ignore charset that the part
19838         specifies.
19839
19840         * mm-decode.el (mm-display-part): Work with external parts and
19841         usual parts similarly.
19842
19843         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19844         instead of gnus-display-mime.
19845
19846         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19847         instead of with-temp-buffer.
19848
19849         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19850         tag to summarized topics part in order to encode non-ASCII text.
19851
19852 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19853
19854         * smiley.el (smiley-style): New variable.
19855         (smiley-directory): New function.
19856         (smiley-data-directory): Derive from `smiley-style' using
19857         `smiley-directory'.
19858         (smiley-regexp-alist): Add new entries.
19859
19860         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19861         (gnus-article-browse-delete-temp): Add :version.
19862
19863 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19864
19865         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19866         the sieve region.
19867
19868 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19869
19870         * gnus.el (gnus-version-number): Bump version.
19871
19872 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19873
19874         * gnus.el: No Gnus v0.4 is released.
19875
19876 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19877
19878         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19879         layout.
19880
19881         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19882         unknown charset.
19883
19884         * message.el (message-header-synonyms): Add Original-To to the
19885         default.
19886
19887         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19888         optional parameter.
19889
19890 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19891
19892         * gnus-fun.el (gnus): Require it for gnus-directory.
19893
19894 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19897
19898 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19899
19900         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19901
19902 2006-04-05  Simon Josefsson  <jas@extundo.com>
19903
19904         * password.el (password-reset): New function.
19905
19906 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19907
19908         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19909         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19910
19911 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19912
19913         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19914         Some whitespace was matched into the url, which broke browsing hits
19915         > 100 when mm-url-use-external was nil.
19916
19917 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19918
19919         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19920         Check gnus-extra-headers for 'Newsgroups.
19921
19922         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19923         bound.
19924
19925 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19926
19927         * pgg-gpg.el: Clean up process buffers every time gpg processes
19928         complete.
19929
19930 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19931
19932         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19933         doc string.
19934
19935 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19936
19937         * pgg-gpg.el (pgg-gpg-process-filter)
19938         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19939
19940         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19941         lines, temporary fix.
19942
19943 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19944
19945         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19946
19947 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19948
19949         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19950         default-enable-multibyte-characters.  This reverts the change from
19951         revision 6.17 which is no longer necessary because the passphrase
19952         is sent separately now.  GnuPG messages are unreadable under
19953         multibyte locales with default-enable-multibyte-characters set to
19954         nil.
19955
19956 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * message.el (message-tool-bar-gnome): Move "spell".
19959
19960 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19961
19962         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19963         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19964         instead.
19965
19966 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19967
19968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19969         Improve newsgroups handling for NNTP overviews which don't include
19970         Newsgroups.
19971
19972 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19973
19974         * message.el (message-resend): Bind message-generate-hashcash to nil.
19975
19976 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19977
19978         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19979         when searching for already-paid recipients.
19980
19981 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19982
19983         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19984         passphrases when it is not needed.
19985         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19986         passphrase stuff from gpg, should only be necessary when you use
19987         gpg with a smartcard.
19988
19989 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * mml.el (mml-insert-mime): Ignore cached contents of
19992         message/external-body part.
19993
19994         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19995         (mm-insert-part): Ditto.
19996
19997 2006-03-23  Simon Josefsson  <jas@extundo.com>
19998
19999         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20000         Reiner.
20001         (pgg-gpg-use-agent-p): Use it again.
20002
20003 2006-03-23  Simon Josefsson  <jas@extundo.com>
20004
20005         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20006         older emacsen.
20007         (pgg-gpg-use-agent-p): Don't use it.
20008
20009 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20010
20011         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20012         if we can.
20013
20014 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20015
20016         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20017         (pgg-gpg-update-agent): New function.
20018         (pgg-gpg-use-agent-p): New function.
20019         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20020         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20021         (pgg-gpg-sign-region): Use it.
20022
20023 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20026         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20027
20028 2006-03-21  Simon Josefsson  <jas@extundo.com>
20029
20030         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20031         <wilde@sha-bang.de>.
20032         (pgg-gpg-use-agent): New variable.
20033         (pgg-gpg-process-region): Use it.
20034         (pgg-gpg-encrypt-region): Likewise.
20035         (pgg-gpg-encrypt-symmetric-region): Likewise.
20036         (pgg-gpg-decrypt-region): Likewise.
20037         (pgg-gpg-sign-region): Likewise.
20038         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20039
20040 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20041
20042         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20043
20044         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20045         Add comment on version.
20046
20047 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20048
20049         * smiley.el: Add missing test smiley.
20050
20051 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * mm-decode.el (mm-with-part): New macro.
20054         (mm-get-part): Use it; work with message/external-body as well.
20055         (mm-save-part): Treat name and filename equally.
20056
20057         * mm-extern.el (mm-extern-cache-contents): New function.
20058         (mm-inline-external-body): Use it; force the part to be displayed;
20059         move undisplayer added to the cached handle to the parent.
20060
20061         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20062         (gnus-mime-view-part-as-type): Work with message/external-body.
20063
20064         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20065
20066 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20067
20068         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20069         images in image-load-path.  [Sync with image.el, revision 1.60, in
20070         Emacs.]
20071
20072 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20073
20074         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20075         path rather than symbol.  Always return list of directories.
20076         Guarantee that image directory comes first.  [Sync with image.el,
20077         revision 1.59, in Emacs.]
20078
20079         * message.el (message-make-tool-bar): Adjust to new API of
20080         `gmm-image-load-path-for-library'.
20081
20082         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20083
20084         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20085
20086 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20087
20088         * gnus-art.el (gnus-article-only-boring-p):
20089         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20090         intangible text.
20091         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20092
20093 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20094
20095         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20096         Use `defun' instead of `gmm-defun-compat'.
20097
20098 2006-03-14  Simon Josefsson  <jas@extundo.com>
20099
20100         * message.el (message-unique-id): Don't use message-number-base36
20101         if (user-uid) is a float.
20102         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20103
20104 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20105
20106         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20107
20108         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20109         empty line between a part and a message part.
20110
20111 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * smiley.el: Add more test smileys.
20114         (smiley-data-directory, smiley-regexp-alist)
20115         (gnus-smiley-file-types): Fix doc strings.
20116         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20117         adding new elements.
20118         (smiley-mouse-map): Unused code.  Make it a comment.
20119
20120 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20121
20122         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20123         scan latest NoCeM messages instead of old ones.
20124         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20125         delimiters that are recently used.
20126         (gnus-nocem-load-cache): Add autoload cookie.
20127
20128         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20129
20130         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20131         level which is larger than gnus-use-nocem is specified.
20132
20133         * gnus-group.el (gnus-group-get-new-news): Ditto.
20134
20135 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * gnus-util.el (gnus-tool-bar-update): New function.
20138
20139         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20140         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20141
20142         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20143
20144         * gnus-group.el (gnus-group-redraw-when-idle)
20145         (gnus-group-redraw-check): Remove.
20146         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20147
20148 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20151         if optional last element is specified in splits (FIELD VALUE...).
20152
20153 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20154
20155         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20156         to gmm-image-load-path-for-library.  Call with no-error argument.
20157         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20158
20159         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20160
20161         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20162
20163         * gmm-utils.el (gmm-image-load-path): Remove alias.
20164
20165 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20166
20167         * gmm-utils.el (gmm-image-load-path): Add alias.
20168
20169         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20170         nnml-generate-nov-databases-1.
20171         (nnml-generate-nov-databases): Use it.
20172         (nnml-generate-nov-databases-directory): Document no-active
20173         argument.
20174
20175         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20176         directory if path is t.  Add no-error.
20177
20178         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20179         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20180
20181         * gnus-art.el (gnus-article-browse-delete-temp-files):
20182         Simplify resetting gnus-article-browse-html-temp-list.
20183
20184         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20185         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20186         Add example to docstring.  Rename local variables.  Move error
20187         checks to default case in cond and simplify.
20188
20189 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20190
20191         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20192         handle is multipart when calling it recursively.
20193         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20194
20195 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20196
20197         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20198         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20199
20200 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20203         is loaded.
20204
20205         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20206         loaded.
20207
20208 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20209
20210         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20211         to "Emacs 23 (unicode)" in doc string.
20212
20213         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20214         "Emacs 23 (unicode)" in comment.
20215
20216 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20217
20218         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20219
20220         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20221         characters 160 through 255 in Emacs 23.
20222
20223 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20224
20225         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20226         gnus-article-browse-html-temp.
20227         (gnus-article-browse-delete-temp): Make it customizable.
20228         Add `file'.  Adjust doc string.
20229         (gnus-article-browse-delete-temp-files): Add argument.
20230         Allow query for each file.  Adjust doc string.
20231         (gnus-article-browse-html-parts):
20232         Add `gnus-article-browse-delete-temp-files' to
20233         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20234
20235 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20236
20237         * gnus-art.el (gnus-article-browse-html-temp)
20238         (gnus-article-browse-delete-temp): New variables.
20239         (gnus-article-browse-delete-temp-files): New function.
20240         (gnus-article-browse-html-parts): Use it.
20241
20242 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20243
20244         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20245
20246         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20247         string.
20248
20249         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20250         gnus-summary-insert-new-articles when unplugged.
20251         Remove gnus-summary-search-article-forward.
20252
20253         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20254         display-visual-class instead of display-color-cells.
20255
20256 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * dgnushack.el: Autoload customize-group for XEmacs.
20259
20260         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20261         message/* containing non-ASCII text properly.
20262
20263 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * message.el: Require gmm-utils, remove autoloads.
20266         (message-tool-bar): Set default based on
20267         gmm-tool-bar-style.
20268         (message-tool-bar-gnome): Add gmm-customize-mode.
20269
20270         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20271         gmm-tool-bar-style.
20272         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20273
20274         * gnus-group.el (gnus-group-tool-bar): Set default based on
20275         gmm-tool-bar-style.
20276         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20277
20278         * gmm-utils.el (gmm-image-directory): Rename variable from
20279         gmm-image-load-path.
20280         (gmm-image-load-path): Use gmm-image-directory.
20281         (gmm-customize-mode): New function.
20282         (gmm-tool-bar-style): New variable.
20283
20284         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20285         gnus-group-redraw-line-number.
20286         (gnus-group-redraw-check): Simplify.
20287         (gnus-group-tool-bar-update): Remove redraw check.
20288         (gnus-group-make-tool-bar): Add redraw check.
20289
20290 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20291
20292         * gnus-art.el (gnus-button): Add missing parentheses.
20293
20294 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * lpath.el: Fbind line-number-at-pos.
20297
20298 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20301
20302 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * gnus-art.el (gnus-button): New face.
20305         (gnus-article-button-face): Use it.
20306
20307         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20308         Add gnus-summary-next-page.  Re-order.
20309
20310         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20311         next-node are now included.
20312         (gnus-group-redraw-line-number): New internal variable.
20313         (gnus-group-redraw-check): Helper function for updating the tool
20314         bar.
20315         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20316
20317         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20318
20319         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20320         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20321         Use it to match format of Spamassassin 3.0 and later.
20322         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20323         (spam-check-bogofilter)
20324         (spam-bogofilter-register-with-bogofilter): Fix args of
20325         `gnus-error' calls.
20326
20327 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20328
20329         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20330         unnecessary interaction when sending queued mails.
20331         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20332
20333 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20334
20335         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20336         first or last are nil.
20337
20338 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20339
20340         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20341
20342 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20343
20344         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20345
20346 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20347
20348         * dns.el (query-dns): Protect more against buggy tcp output.
20349
20350 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20351
20352         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20353         nov.php.
20354
20355 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20356
20357         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20358         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20359         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20360         output on the server side.
20361         (nnweb-google-create-mapping): Update regexps and add some
20362         progress indication.
20363
20364 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20365
20366         * gnus-group.el (gnus-group-tool-bar-gnome):
20367         Fix gnus-agent-toggle-plugged.  Re-order icons.
20368         (gnus-group-tool-bar-gnome):
20369         Add gnus-group-{prev,next}-unread-group.
20370         (gnus-group-tool-bar-gnome): Re-order icons.
20371
20372         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20373         Move gnus-summary-insert-new-articles.
20374
20375         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20376         Fix comments.
20377
20378         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20379         also available in Emacs 21.3.
20380
20381         * message.el (message-fix-before-sending): Change "Emacs 22" to
20382         "Emacs 23 (unicode)" in comment.
20383
20384         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20385         "Emacs 23 (unicode)" in comment.
20386
20387         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20388         comment.
20389         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20390
20391         * mm-view.el (mm-fill-flowed): Add :version.
20392
20393 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20396         and load-path.
20397
20398 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * message.el: Autoload gmm-image-load-path.
20401         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20402         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20403         consitency.
20404
20405         * gmm-utils.el (gmm-image-load-path): Also search in
20406         "../etc/images".  Don't set gmm-image-load-path if we don't find
20407         the image.
20408
20409 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gmm-utils.el (gmm-image-load-path): Don't make
20412         `gmm-image-load-path' include subdirectories which the second arg
20413         `image' might specify.
20414
20415         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20416         subdirectory to icon file names.
20417
20418         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20419
20420 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20421
20422         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20423         gmm-image-load-path calls.
20424
20425         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20426
20427         * message.el (message-make-tool-bar): Ditto.
20428
20429         * mml.el (mml-preview): Add comment concerning tool bar icons.
20430
20431         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20432         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20433
20434         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20435         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20436
20437         * message.el (message-tool-bar-gnome): Use new icon names.
20438         (message-make-tool-bar): Use `gmm-image-load-path'.
20439
20440         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20441         New functions from MH-E.
20442         (gmm-image-load-path): New variable from MH-E.
20443         (gmm-image-load-path): New function from MH-E.  Add arguments
20444         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20445         *-image-load-path-called-flag.
20446
20447 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20448
20449         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20450
20451 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20452
20453         * nnimap.el (nnimap-request-move-article): Change folder back to
20454         source group before deleting.
20455
20456 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20457
20458         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20459
20460         * gnus-art.el (mm-url-insert-file-contents-external):
20461         Autoload mm-url.
20462
20463         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20464
20465 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20468         coding system which mm-charset-to-coding-system returns for a
20469         given charset is valid.
20470
20471 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20472
20473         * html2text.el (html2text-remove-tag-list):
20474         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20475
20476 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20477
20478         * gnus-cus.el: Revert 2005-10-17 change.
20479
20480 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * gnus-art.el (article-strip-banner):
20483         Call article-really-strip-banner only when the regexp match is made.
20484
20485 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20486
20487         * gnus-art.el (article-strip-banner):
20488         Use gnus-extract-address-components instead of
20489         mail-header-parse-addresses to make it work with non-ASCII text;
20490         remove mail-encode-encoded-word-string.
20491
20492         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20493         values which are surrounded with \"...\"; make it never cause a
20494         Lisp error; give up parsing of parameters if it failed in
20495         extracting type.
20496
20497 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20498
20499         * smime.el (smime-cert-by-ldap-1): Fix bug where
20500         `smime-ldap-search' returns results without userCertificates.
20501
20502 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20505
20506 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * spam.el (spam-check-spamassassin-headers): Adapt format for
20509         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20510         <ari@mbf.ocn.ne.jp>.
20511         (spam-list-of-processors): Add spam-use-gmane.
20512
20513 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20514
20515         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20516         make-temp-file; make it work with XEmacs as well.
20517
20518         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20519         mm-make-temp-file.
20520
20521         * mm-decode.el (mm-display-external): Use the 3rd arg of
20522         mm-make-temp-file.
20523         (mm-create-image-xemacs): Ditto.
20524
20525 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20528         with message-narrow-to-headers.
20529         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20530         (gnus-draft-check-draft-articles): New function.
20531         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20532
20533 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20534
20535         * gnus-art.el (gnus-article-browse-html-parts):
20536         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20537         Don't use suffix argument for mm-make-temp-file for Emacs 21
20538         compatibility.  Remove useless `format'.
20539
20540 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20541
20542         * nnweb.el (nnweb-google-wash-article): Update regexps.
20543         (nnweb-group-alist): Use defvoo instead of defvar.
20544
20545 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20548         re-loading nn* modules.
20549
20550 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20551
20552         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20553         for `tool-bar-mode' and don't check it's default-value.
20554
20555         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20556
20557         * message.el (message-make-tool-bar): Ditto.
20558
20559         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20560         `substring'.  Shorten tmp-file name.
20561
20562         * gnus.el: Remove bogus comment.
20563
20564 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20565
20566         * gnus-art.el (gnus-article-browse-html-parts): New function.
20567         (gnus-article-browse-html-article): New function for viewing html
20568         articles with a browser.
20569
20570 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20571
20572         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20573         in elisp.
20574         (pgg-gpg-encrypt-symmetric-region): Ditto.
20575         (pgg-gpg-sign-region): Ditto.
20576
20577         * pgg-def.el (pgg-text-mode): New variable.
20578
20579         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20580         (mml2015-pgg-encrypt): Ditto.
20581
20582         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20583         (mml1991-pgg-encrypt): Ditto.
20584
20585 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20586
20587         * nnfolder.el (nnfolder-insert-newsgroup-line):
20588         Use message-make-date instead of current-time-string.
20589
20590         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20591         to gnus-decoded which mm-uu might set.
20592
20593 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20596         don't decode quoted parameters; remove misimported Emacs code.
20597         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20598         (rfc2231-decode-encoded-string): Don't use split-string which
20599         behaves differently according to Emacs version; use
20600         mm-decode-coding-region to convert charset to coding-system.
20601         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20602         (rfc2231-encode-string): Remove misimported Emacs code.
20603
20604 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20605
20606         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20607         when calling mail-header-parse-content-type.
20608         (article-de-quoted-unreadable): Ditto.
20609         (article-de-base64-unreadable): Ditto.
20610         (article-wash-html): Ditto.
20611
20612         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20613         calling mail-header-parse-content-type and
20614         mail-header-parse-content-disposition.
20615         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20616         mail-header-parse-content-type.
20617
20618         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20619         insert charset and format parameters; encode description after
20620         inserting it to buffer.
20621         (mml-insert-parameter): Fold lines properly even if a parameter is
20622         segmented into two or more lines; change the max column to 76.
20623
20624         * rfc1843.el (rfc1843-decode-article-body): Don't use
20625         ignore-errors when calling mail-header-parse-content-type.
20626
20627         * rfc2231.el (rfc2231-parse-string): Return at least type if
20628         possible; don't cause an error even if it fails in parsing of
20629         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20630         (rfc2231-encode-string): Don't break lines at the beginning, leave
20631         it to mml-insert-parameter.
20632
20633         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20634         calling mail-header-parse-content-type.
20635
20636 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20637
20638         * spam-report.el (spam-report-gmane-use-article-number):
20639         Improve doc string.
20640         (spam-report-gmane-internal): Check if a suitable header was found
20641         in the article.
20642
20643 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20644
20645         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20646         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20647
20648 2006-02-05  Romain Francoise  <romain@orebokech.com>
20649
20650         Update copyright notices of all files in the gnus directory.
20651
20652 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20653
20654         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20655
20656 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20657
20658         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20659         segmented lines of parameter value to cope with Thunderbird 1.5
20660         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20661         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20662         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20663
20664 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20665
20666         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20667         parts.
20668
20669 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20670
20671         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20672         there's only one active file for all servers.
20673         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20674         solid groups.  Gnus might have used a FAST request to select the group.
20675         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20676         and nnweb-search redundantly in the active file.
20677         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20678         (nnweb-request-create-group): Don't use ARGS.
20679         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20680         initializations.  Let nnoo do the work.
20681
20682 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20685         Say the part has been decoded.
20686
20687         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20688
20689 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20690
20691         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20692         mailcap-viewer-test-cache when there's no 'test clause, since that
20693         will invert the meaning of a "nil" test previously determined by
20694         mailcap-mailcap-entry-passes-test.
20695
20696 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20697
20698         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20699         compiling.
20700
20701         * gnus-sum.el: Ditto.
20702
20703         * message.el: Don't bind tool-bar-map when compiling.
20704
20705 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20706
20707         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20708
20709 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20710
20711         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20712         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20713         current Google Groups.
20714
20715 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20718         and tool-bar-mode.
20719
20720         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20721         and tool-bar-mode.
20722
20723         * message.el (message-tool-bar-update): Simplify.
20724         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20725
20726         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20727         gnus-summary-buffer.
20728         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20729         gnus-summary-reply.
20730
20731         * gmm-utils.el (gmm): Add :version.
20732
20733 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20734
20735         * Makefile.in (clean): New rule.
20736         (distclean): Use it.
20737
20738 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20739
20740         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20741         Don't autoload.
20742
20743 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * gmm-utils.el (gmm-verbose): Add :group.
20746
20747 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20748
20749         * message.el: Change some comments WRT tool-bars.
20750
20751         * gnus-sum.el (gnus-summary-tool-bar)
20752         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20753         (gnus-summary-tool-bar-zap-list): New variables.
20754         (gnus-summary-make-tool-bar): Complete rewrite using
20755         `gmm-tool-bar-from-list'.
20756
20757         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20758         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20759         New variables.
20760         (gnus-group-make-tool-bar): Complete rewrite using
20761         `gmm-tool-bar-from-list'.
20762         (gnus-group-tool-bar-update): New function.
20763
20764         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20765
20766 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20769         is dissected into a single part of which the type is the same as
20770         the given one; decode charset.
20771
20772 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20773
20774         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20775         into alists as symbol not string, since that's what
20776         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20777         look for.
20778
20779 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20780
20781         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20782         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20783
20784         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20785
20786 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20787
20788         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20789         (gnus-xmas-mime-security-button-menu): New function.
20790
20791         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20792         (gnus-mime-security-button-menu): New definition.
20793         (gnus-mime-security-button-map): Use them.
20794         (gnus-mime-security-button-menu): New function.
20795         (gnus-insert-mime-security-button): Addition to help echo.
20796         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20797         (gnus-mime-security-pipe-part): New functions.
20798
20799         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20800         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20801
20802         * mm-decode.el (mm-handle-set-disposition): Remove.
20803         (mm-handle-set-description): Remove.
20804
20805 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20808         (mm-w3m-standalone-supports-m17n-p): New function.
20809         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20810         w3m usage.
20811
20812         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20813         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20814
20815 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20816
20817         * message.el (message-tool-bar-zap-list):
20818         Use gmm-tool-bar-zap-list as custom type.
20819         (message-tool-bar-update): New function.
20820         (message-tool-bar, message-tool-bar-gnome)
20821         (message-tool-bar-retro): Add message-tool-bar-update.
20822         (message-tool-bar-gnome): Add flyspell-buffer.
20823
20824         * gnus-util.el (gnus-error): Describe `args'.
20825
20826         * gmm-utils.el (gmm-error): Describe `args'.
20827         (gmm-tool-bar-zap-list): New widget.
20828         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20829
20830 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20833         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20834         the number of recursive calls.
20835
20836         * mm-decode.el (mm-handle-set-disposition): New macro.
20837         (mm-handle-set-description): New macro.
20838
20839 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20842         encoding.
20843
20844 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * message.el (message-tool-bar-zap-list, message-tool-bar)
20847         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20848         (message-tool-bar-local-item-from-menu): Remove.
20849         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20850         (message-make-tool-bar): New function.
20851         (message-mode): Use `message-make-tool-bar'.
20852
20853         * gmm-utils.el: New file.
20854         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20855         (gmm-lazy): New widget copied from `nnmail.el'.
20856         (gmm-tool-bar-from-list): New function for creating customizable
20857         tool bars.
20858         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20859         output.
20860         (gmm): Add :prefix to defgroup.
20861
20862 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20863
20864         * gmm-utils.el (gmm-widget-p): New function.
20865
20866 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20867
20868         * mml.el (mml-attach-file): Describe `description' in doc string.
20869         (mml-menu): Add Emacs MIME manual and PGG manual.
20870
20871 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20872
20873         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20874
20875 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20876
20877         * nntp.el (nntp-end-of-line): Doc fix.
20878
20879 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20880
20881         * imap.el (imap-open): Handle case where buffer is a buffer
20882         object.
20883
20884 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20885
20886         * gnus-delay.el (gnus-delay): Don't autoload.
20887         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20888         to be re-loaded when customizing the `gnus-delay' group.
20889
20890 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20891
20892         * message.el (message-insert-citation-line): Use newlines.
20893
20894 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20895
20896         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20897         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20898         these routines, so the passphrase can be managed externally and
20899         passed in to the system.
20900         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20901         pgg-add-passphrase-to-cache function.
20902
20903         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20904         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20905         these routines, so the passphrase can be managed externally and
20906         passed in to the system.
20907         (pgg-pgp5-sign-region): Use new name of
20908         pgg-add-passphrase-to-cache function.
20909
20910 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20911
20912         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20913         part of the decoded armor to find the key-identifier.
20914         (pgg-gpg-lookup-key-owner): New function to return the
20915         human-readable identifier of a key owner.
20916         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20917         itself.
20918         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20919         the key value) if we have a key and can match it against a secret
20920         key.  Also, added a note pointing out fact that the prompt only
20921         indicates the first matching key.
20922
20923         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20924         pgg-decrypt-region.
20925         (pgg-add-passphrase-to-cache): Rename from
20926         `pgg-add-passphrase-cache' to reduce confusion (all callers
20927         changed).
20928         (pgg-remove-passphrase-from-cache): Rename from
20929         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20930         changed).
20931         (pgg-read-passphrase, pgg-add-passphrase-cache)
20932         (pgg-remove-passphrase-cache): Add informative docstrings.
20933         (pgg-decrypt): Convey provided passphrase in subordinate call to
20934         pgg-decrypt-region.
20935
20936 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20937
20938         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20939         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20940         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20941         'passphrase' argument, so the passphrase can be managed externally
20942         and then passed in to the system.
20943
20944         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20945         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20946         so the passphrase cache can be used reliably with identifiers
20947         besides a pgp packet's key id.
20948
20949         * pgg-gpg.el (pgg-gpg-encrypt-region)
20950         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20951         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20952         these routines, so the passphrase can be managed externally and
20953         passed in to the system.
20954
20955         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20956         'notruncate' argument, so the passphrase cache can be used
20957         reliably with identifiers besides a pgp packet's key id.
20958
20959 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20960
20961         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20962         symmetric encryption.
20963         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20964         encrypted session key.
20965         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20966         message ask for the passphrase in a proper way.
20967
20968         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20969         New user commands for symmetric encryption.
20970
20971 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20974
20975         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20976
20977 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20978
20979         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20980
20981 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20982
20983         * mm-decode.el (mm-inlined-types): Add application/pgp.
20984         (mm-automatic-display): Ditto.
20985
20986         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20987         part as text.
20988
20989 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * nnrss.el: Update copyright.
20992         (nnrss-opml-import): Query whether to subscribe to each entry.
20993
20994         * gnus-art.el:
20995         * gnus-sum.el:
20996         * gnus-xmas.el:
20997         * messagexmas.el:
20998         * mm-uu.el:
20999         * mm-view.el: Update copyright.
21000
21001 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21002
21003         * message.el (message-info): New function.
21004         (message-mode-menu): Add it.
21005         Update copyright.
21006
21007         * ChangeLog: Fix and update copyright.
21008
21009 2006-01-13  Romain Francoise  <romain@orebokech.com>
21010
21011         * message.el (message-forward-subject-name-subject): Prefer the
21012         address to 'nowhere' if the sender has no name.
21013         Fix typo.  Update copyright year.
21014
21015 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * gnus-art.el (article-wash-html):
21018         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21019         (gnus-article-wash-html-with-w3m-standalone): New function.
21020
21021         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21022         mm-inline-text-html-render-with-w3m-standalone.
21023         (mm-text-html-washer-alist): Map w3m-standalone to
21024         gnus-article-wash-html-with-w3m-standalone.
21025         (mm-inline-text-html-render-with-w3m-standalone): New function.
21026
21027 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21028
21029         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21030         Improve LaTeX.
21031
21032 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21033
21034         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21035         (nnrss-request-article): Render text/plain parts as HTML.
21036
21037         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21038         the buffer.
21039
21040 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21041
21042         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21043         custom definition of `gnus-posting-styles'.
21044
21045         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21046         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21047
21048 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21049
21050         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21051         Use nntp for bug archive.
21052
21053 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21054
21055         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21056         parts.
21057         (nnrss-normalize-date): New function converts ISO 8601 date into
21058         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21059         (nnrss-check-group): Use it.
21060
21061 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21064
21065         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21066         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21067         (nnrss-insert-w3): Ditto.
21068
21069 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21072         the articles to be forwarded including the case where neither a
21073         number of articles nor a region is specified.
21074
21075 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * nnrss.el (nnrss-request-article): Fix last change; fill
21078         text/plain parts.
21079
21080 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21081
21082         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21083         in text/plain part.
21084         (nnrss-check-group): Don't add excessive newline to dc:subject.
21085
21086 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21087
21088         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21089         article.
21090
21091 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21092
21093         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21094         (nnml-use-compressed-files, nnml-save-mail): Support other
21095         comression programs such as bzip2.
21096
21097 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21098
21099         * dns.el (query-dns): Make sure we check the buffer size before
21100         removing tcp headers.
21101
21102 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21103
21104         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21105         remove MIME buttons associated with multipart/alternative parts.
21106         (gnus-mime-display-alternative): Tag buttons using `article-type'
21107         text property.
21108
21109         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21110         associated with multipart/alternative parts.
21111
21112         * gnus-art.el (gnus-signature-separator): Fix custom type.
21113
21114         * mm-decode.el (mm-inlined-types): Fix custom type.
21115         (mm-keep-viewer-alive-types): Ditto.
21116         (mm-automatic-display): Ditto.
21117         (mm-attachment-override-types): Ditto.
21118         (mm-inline-override-types): Ditto.
21119         (mm-automatic-external-display): Ditto.
21120
21121 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21122
21123         * spam-report.el (spam-report-user-mail-address)
21124         (spam-report-user-agent): New variables.
21125         (spam-report-url-ping-plain): Use spam-report-user-agent.
21126
21127 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21128
21129         * gnus-art.el (gnus-button-handle-custom): Do not just use
21130         `customize-apropos' for any "M-x customize-*" button but the
21131         function called for.  Accept both the function name and its
21132         argument in order to achieve this.
21133         (gnus-button-alist): Remove support for "custom:" URL's.
21134         Pass function name to `gnus-button-handle-custom' in case of "M-x
21135         customize-*" buttons.
21136
21137 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21140         multipart/alternative and add xref to mm-discouraged-alternatives
21141         in doc string.
21142
21143         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21144         gnus-buttonized-mime-types in doc string.
21145
21146 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21147
21148         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21149         Suggest image/.* in the doc string.
21150
21151 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21152
21153         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21154         message-marks (Debian bug#342521).
21155
21156 2005-12-12  Simon Josefsson  <jas@extundo.com>
21157
21158         * password.el (password-read-from-cache): Add.
21159         (password-read): Use it.
21160
21161 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21162
21163         * rfc2047.el (rfc2047-charset-to-coding-system):
21164         Recognize us-ascii as a MIME charset.
21165
21166         * mm-bodies.el (mm-decode-content-transfer-encoding):
21167         Protect against the case where the 2nd arg TYPE is nil.
21168
21169 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21170
21171         * pop3.el (pop3-stream-type): Fix custom version.
21172
21173         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21174
21175 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21176
21177         * mm-decode.el (mm-display-external): Add missing cdr.
21178
21179 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21180
21181         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21182         RFC1524) if it is in mailcap or add a suffix according to
21183         mailcap-mime-extensions when generating a temp filename; postpone
21184         deleting a temp file for 2 seconds for some wrappers, shell
21185         scripts, and so on, which might exit right after having started a
21186         viewer command as a background job.
21187
21188 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21189
21190         * nntp.el (nntp-marks-directory): Fix custom group.
21191
21192         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21193         steps when < 10.
21194
21195         * gnus-start.el (gnus-no-server-1):
21196         Mention `gnus-level-default-subscribed' in doc string.
21197
21198 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21199
21200         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21201         parens.
21202
21203 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * gnus-xmas.el (gnus-use-toolbar): Revert.
21206         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21207         gnus-use-toolbar is default.
21208
21209         * messagexmas.el (message-use-toolbar): Revert.
21210         (message-setup-toolbar): Use global default-toolbar if
21211         message-use-toolbar is default.
21212
21213 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21216         according to default-toolbar-visible-p.
21217
21218         * messagexmas.el (message-use-toolbar): Ditto.
21219
21220 2005-11-26  Dave Love  <fx@gnu.org>
21221
21222         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21223         (tls-program, tls-success): Provide openssl alternative.
21224
21225         * starttls.el: Doc fixes.
21226         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21227         SERVICE to PORT.
21228
21229         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21230         port null or service name.
21231         (starttls-negotiate): Autoload.
21232
21233 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21234
21235         * message.el (message-kill-to-signature): Fix interactive spec.
21236
21237 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21238
21239         * pop3.el (pop3-open-server): Recognize a string as a service name.
21240
21241 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21242
21243         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21244
21245 2005-11-23  Dave Love  <fx@gnu.org>
21246
21247         Add pop3s, pop3/starttls.
21248
21249         * pop3.el (pop3-authentication-scheme): Clarify doc.
21250         (open-tls-stream, starttls-open-stream): Autoload.
21251         (pop3-stream-type): New.
21252         (pop3-open-server): Use it.
21253
21254         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21255         for POP.
21256         (mail-source-keyword-map): Add :stream for POP.
21257         (mail-source-fetch-pop): Use pop3-stream-type.
21258
21259 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21260
21261         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21262         of current-time-string.
21263
21264 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21265
21266         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21267         date header.
21268
21269 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21270
21271         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21272         it can seriously impact performance as it bypasses the agent's
21273         local caches.
21274
21275 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21276
21277         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21278         must be explicitly online rather than "not explicitly offline" for
21279         its flags to be synchronized.
21280
21281         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21282         that gnus-uu-unmark-thread will function correctly.
21283
21284         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21285         1024K is instead displayed as 1M.
21286
21287 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21288
21289         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21290
21291 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21292
21293         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21294
21295 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21296
21297         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21298         error message to display actual error condition.
21299         (gnus-agent-save-local): Avoid saving symbols that are bound to
21300         nil as they simply result in a warning message in
21301         gnus-agent-read-local.
21302
21303 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21304
21305         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21306         rather than make-variable-buffer-local for file-precious-flag.
21307
21308 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21309
21310         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21311         for duplicates which are removed.  The invalid sort check then
21312         triggers a rescan after the sort as sorting may have moved
21313         duplicate entries such that they can be cheaply detected.
21314
21315 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21318
21319 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21320
21321         * gnus-agent.el (gnus-agent-article-alist-save-format):
21322         Change internal variable to a custom variable.  Change default value
21323         from compressed(2) to uncompressed(1).
21324         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21325         support for uncompressed agentview files.  Taken together, reading
21326         the agentview file should now be 6-7 times faster.
21327
21328 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21329
21330         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21331         as a buffer-local variable.  This avoids creating truncated
21332         dribble files as a result of a hang up, eg.
21333
21334 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21335
21336         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21337         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21338         XEmacs.
21339
21340 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21341
21342         * gnus-start.el (gnus-start-draft-setup):
21343         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21344
21345         * gnus.el (gnus-splash): Change custom group.
21346         (gnus-group-get-parameter, gnus-group-parameter-value):
21347         Describe allow-list argument.
21348
21349         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21350         string.
21351
21352 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21353
21354         * gnus-art.el (gnus-default-article-saver): Add user-defined
21355         `function' to custom type.
21356
21357 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21358
21359         * imap.el (imap-open): Handle case where buffer is a buffer
21360         object.
21361
21362 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21363
21364         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21365         long lines.
21366         (gnus-cache-delete-group): Wrap doc strings.
21367
21368         * gnus-agent.el (gnus-agent-rename-group)
21369         (gnus-agent-delete-group): Wrap doc strings.
21370
21371 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21372
21373         * messagexmas.el (message-use-toolbar): Change the valid values
21374         into default, top, bottom, left, and right.
21375         (message-toolbar-thickness): New variable.
21376         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21377         well.
21378         (message-setup-toolbar): Make it work.
21379
21380         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21381         (gnus-use-toolbar): Change the valid values into default, top,
21382         bottom, left, and right.
21383         (gnus-toolbar-thickness): New variable.
21384         (gnus-xmas-setup-toolbar): New function.
21385         (gnus-xmas-setup-group-toolbar): Use it.
21386         (gnus-xmas-setup-summary-toolbar): Use it.
21387
21388 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21389
21390         * gnus-start.el (gnus-1): Add "native" to
21391         gnus-predefined-server-alist.
21392
21393         * gnus.el (gnus-method-to-server): Don't add "native" to the
21394         lists here, because that leads to problems when
21395         gnus-select-method is bound.
21396
21397 2005-11-09  Simon Josefsson  <jas@extundo.com>
21398
21399         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21400         use (not sort-by-date) instead.
21401
21402 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21403
21404         * gnus-delay.el (gnus-delay-group): Don't autoload.
21405         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21406         to be re-loaded when customizing the `gnus-delay' group.
21407
21408 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21409
21410         * message.el: Revert last changes.
21411         (message-insert-citation-line): Use newlines.
21412
21413 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21414
21415         * message.el (message-courtesy-message)
21416         (message-mark-insert-begin, message-mark-insert-end)
21417         (message-elide-ellipsis, message-cancel-message)
21418         (message-add-header, message-change-subject)
21419         (message-cross-post-followup-to-header)
21420         (message-cross-post-insert-note, message-reduce-to-to-cc)
21421         (message-widen-reply, message-delete-not-region)
21422         (message-kill-to-signature, message-insert-signature)
21423         (message-insert-importance-high, message-insert-importance-low)
21424         (message-insert-or-toggle-importance)
21425         (message-insert-disposition-notification-to)
21426         (message-indent-citation, message-yank-original)
21427         (message-cite-original-without-signature, message-cite-original)
21428         (message-insert-citation-line, message-position-on-field)
21429         (message-fix-before-sending, message-send-mail-partially)
21430         (message-send-mail, message-send-mail-with-sendmail)
21431         (message-send-mail-with-qmail, message-send-news)
21432         (message-check-news-header-syntax, message-generate-headers)
21433         (message-insert-courtesy-copy, message-fill-address)
21434         (message-fill-header, message-shorten-references)
21435         (message-setup-1, message-cancel-news)
21436         (message-forward-make-body-plain, message-forward-make-body-mime)
21437         (message-forward-make-body-mml, message-encode-message-body)
21438         (message-forward-make-body-digest-plain)
21439         (message-forward-make-body-digest-mime)
21440         (message-use-alternative-email-as-from): Insert `hard-newline'
21441         instead of ordinary newlines.
21442
21443 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * message.el (message-generate-headers): Downcase the argument
21446         given to message-check-element.
21447
21448 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21449
21450         * nntp.el (nntp-authinfo-rejected): New error condition.
21451         (nntp-wait-for): Use new error condition to signal authentication
21452         error.
21453         (nntp-retrieve-data): Rethrow new error condition to break out of
21454         recursive call to nntp-send-authinfo.
21455
21456 2005-11-08  Romain Francoise  <romain@orebokech.com>
21457
21458         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21459         (gnus-summary-exit-map): Bind to `Z p'.
21460         (gnus-summary-make-menu-bar): Add menu item.
21461
21462 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21463
21464         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21465         (gnus-treat-*): Add `first' in all doc strings.
21466
21467         * gnus-group.el (gnus-group-compact-group): Fix typo.
21468
21469 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21470
21471         * gnus.el (gnus-parameters-case-fold-search): New variable.
21472         (gnus-parameters-get-parameter): Use it.
21473
21474         * gnus-score.el (gnus-home-score-file): Doc fix.
21475
21476 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21477
21478         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21479
21480 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21481
21482         * mm-util.el (mm-special-display-p): New function.
21483
21484         * mml.el (mml-preview): Use it; doc fix.
21485
21486 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21487
21488         * imap.el (imap-open): Handle case where buffer is a buffer object.
21489
21490 2005-10-29  Romain Francoise  <romain@orebokech.com>
21491
21492         * message.el (message-fix-before-sending): Fix comment.
21493
21494 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21495
21496         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21497
21498 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21499
21500         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21501         Used in gnus-score.el.
21502
21503 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21506
21507 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21508
21509         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21510         whitespace removed in revision 7.8.  Use concatenated string to
21511         protect trailing whitespace.
21512
21513 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21514
21515         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21516         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21517         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21518         Courier IMAP ("some version from 2004").  Mostly based on similar
21519         code in the same function.
21520
21521 2005-10-26  Didier Verna  <didier@xemacs.org>
21522
21523         * gnus-group.el (gnus-group-compact-group): Invalidate original
21524         article buffer.
21525         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21526         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21527         NOV database and in article itself.
21528         Invalidate article backlog.
21529
21530 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21531
21532         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21533
21534 2005-10-26  Simon Josefsson  <jas@extundo.com>
21535
21536         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21537         part of 2004-07-25 change.
21538
21539 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21540
21541         * message.el (message-display-completion-list): New function.
21542         (message-expand-group): Use it; make sure the Completions buffer
21543         is modifiable.
21544 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21545
21546         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21547         user-mail-name is an empty string.
21548
21549 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21550
21551         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21552         depending on gnus-score-decay-constant.
21553
21554         * encrypt.el (encrypt-insert-file-contents)
21555         (encrypt-write-file-contents): Don't use `gnus-message'.
21556
21557         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21558         arguments.
21559         (mm-uu-type-alist): Add message-marks and insert-marks.
21560         Pass arguments to mm-uu-verbatim-marks-extract.
21561         (mm-uu-hide-markers): New variable.
21562         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21563
21564         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21565         (gnus-convert-image-to-face-command): Use "convert" by default to
21566         allow other input image formats.
21567         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21568         accordingly.
21569
21570 2005-10-23  Simon Josefsson  <jas@extundo.com>
21571
21572         * imap.el (imap-gssapi-program): Align command line parameters
21573         with latest GNU SASL.
21574         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21575
21576 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21577
21578         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21579         HTML.
21580         (nnslashdot-request-article): Ditto.
21581
21582         * lpath.el (featurep): Add nobreak-char-display.
21583
21584 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21585
21586         * mail-source.el (mail-source-fetch-pop): Require pop3.
21587         (mail-source-check-pop): Ditto.
21588
21589 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21592         errors.
21593
21594 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21595
21596         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21597         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21598
21599         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21600
21601         * mm-bodies.el (mm-decode-string):
21602         Call `mm-charset-to-coding-system' with allow-override argument.
21603
21604 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21605
21606         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21607         (rfc2047-charset-to-coding-system): New function.
21608         (rfc2047-decode-encoded-words): New function.
21609         (rfc2047-decode-region): Use them.
21610         (rfc2047-decode-cte): Remove.
21611         (rfc2047-parse-and-decode): Remove.
21612         (rfc2047-decode): Remove.
21613
21614 2005-10-15  Kenichi Handa  <handa@m17n.org>
21615
21616         * rfc2047.el (rfc2047-decode-cte): New function.
21617         (rfc2047-decode-region): Change the way to decode successive
21618         encoded-words: decode B- or Q-encoding in each encoded-word,
21619         concatenate them, and decode it as charset.
21620
21621 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * lpath.el: Fbind codepage-setup for XEmacs.
21624
21625 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21626
21627         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21628         widget-move-and-invoke.
21629         (gnus-custom-mode): Use gnus-custom-map.
21630
21631 2005-10-15  Bill Wohler  <wohler@newt.com>
21632
21633         * message.el (message-tool-bar-map): Rename image file from
21634         mail_send to mail/send.
21635
21636 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21637
21638         * message.el (message-expand-group): Pass the common
21639         prefix substring of completion to `display-completion-list'.
21640
21641 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21642
21643         * mml-sec.el (mml-secure-method): New internal variable.
21644         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21645         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21646         New functions using mml-secure-method.
21647
21648         * mml.el (mml-mode-map): Add key bindings for those functions.
21649         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21650         Harder <harder@myrealbox.com>.
21651         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21652         Goto end of message if point is the headers of the message.
21653
21654         * message.el (message-in-body-p): New function.
21655
21656         * assistant.el: Autoload gnus-util and netrc.
21657
21658         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21659         Use `mm-charset-override-alist' only when decoding.
21660
21661         * mm-bodies.el (mm-decode-body):
21662         Call `mm-charset-to-coding-system' with allow-override argument.
21663
21664         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21665         `filename' from Content-Disposition if Content-Type doesn't
21666         provide `name'.
21667         (gnus-mime-view-part-as-type): Set default instead of
21668         initial-input.
21669
21670 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21671
21672         * format-spec.el (format-spec): Propagate text properties of % spec.
21673
21674 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21675
21676         * gnus-art.el (gnus-treat-predicate): Add `first'.
21677
21678 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21679
21680         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21681         (mm-charset-override-alist): New variable.
21682         (mm-charset-to-coding-system): Use it.
21683         (mm-codepage-setup): New helper function.
21684         (mm-charset-eval-alist): New variable.
21685         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21686         Warn about unknown charsets.
21687
21688         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21689
21690 2005-10-04  David Hansen  <david.hansen@gmx.net>
21691
21692         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21693         (nnrss-check-group): Ditto.
21694
21695 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21696
21697         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21698         Rename x-gnus-verbatim to x-verbatim.
21699         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21700
21701         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21702         x-verbatim.
21703
21704         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21705
21706         * gnus-util.el (gnus-remove-duplicates): Remove.
21707
21708         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21709         instead of gnus-remove-duplicates.
21710
21711         * message.el (message-remove-duplicates): Remove.
21712         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21713         message-remove-duplicates.
21714
21715         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21716         available, else use implementation from `delete-dups'.
21717
21718         * message.el (message-insert-expires): New function.
21719         (message-mode-map): Add key binding.
21720         (message-mode-field-menu): Add menu entry.
21721         (message-mode): Document it.
21722         (message-make-expires-date): Use `message-make-date'.
21723
21724 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21725
21726         * message.el (message-make-expires-date): New function.
21727
21728 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * Makefile.in (list-installed-shadows): New entry.
21731         (install): Use it.
21732         (remove-installed-shadows): New entry.
21733
21734         * dgnushack.el (dgnushack-default-load-path): New variable.
21735         (dgnushack-find-lisp-shadows): New function.
21736         (dgnushack-remove-lisp-shadows): New function.
21737
21738 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * Makefile.in (install-el-elc): New entry.
21741         (install): Use it so that .el files are necessarily installed.
21742
21743 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21746
21747 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21748
21749         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21750         function rather than the diff-mode.el package.
21751         (mm-display-external): Use with-current-buffer.
21752         (mm-viewer-completion-map, mm-viewer-completion-map):
21753         Move initialization inside declaration.
21754
21755 2005-09-29  Simon Josefsson  <jas@extundo.com>
21756
21757         * spam.el: Load hashcash when compiling, to avoid warnings.
21758         Don't autoload mail-check-payment.
21759         (spam-check-hashcash): Define unconditionally, since hashcash.el
21760         is part of Gnus now.  Ignore errors from payment checking.
21761
21762 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21763
21764         * message.el (message-bold-region, message-unbold-region):
21765         Rename from `bold-region' and `unbold-region'.
21766
21767         * message.el: Remove useless autoloads.
21768
21769 2005-09-28  Simon Josefsson  <jas@extundo.com>
21770
21771         * message.el (message-use-idna): Default to t.
21772         (message-use-idna): Test whether encoding works too.  Doc fix.
21773
21774 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21775
21776         * nntp.el (nntp-warn-about-losing-connection): Remove.
21777
21778 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21779
21780         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21781         customizable.  Change default value.
21782         (mm-uu-diff-groups-regexp): Change default value.
21783         (mm-uu-type-alist): Add doc string.
21784         (mm-uu-configure): Add doc string.  Make it interactive.
21785         (mm-uu-tex-groups-regexp): New variable.
21786         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21787         (mm-uu-type-alist): Add LaTeX documents.
21788         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21789         of "text/verbatim".
21790         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21791
21792         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21793         instead of "text/verbatim".
21794
21795         * message.el (message-mark-inserted-region)
21796         (message-mark-insert-file): Use slrn style marks when called with
21797         prefix argument.
21798
21799 2005-09-27  Simon Josefsson  <jas@extundo.com>
21800
21801         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21802
21803 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21804
21805         * message.el (message-remove-duplicates): New function.
21806         Implementation borrowed from `gnus-remove-duplicates'.
21807         (message-idna-to-ascii-rhs): Also encode idna addresses in
21808         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21809         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21810         only ask about the same idna domain once per header and also tell
21811         in what header to replace the idna domain.
21812
21813         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21814         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21815         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21816         a header is decoded and not just the last one.
21817
21818 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21819
21820         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21821         has been decoded.
21822
21823         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21824         (mm-insert-part): Don't modify text if it has been decoded.
21825
21826         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21827         decoded.
21828
21829         * mm-view.el (mm-inline-text): Don't strip text props unless
21830         decoding enriched or richtext parts.
21831
21832 2005-09-25  Romain Francoise  <romain@orebokech.com>
21833
21834         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21835         * gnus-start.el (gnus-subscribe-interactively):
21836         * gnus-uu.el (gnus-uu-grab-articles):
21837         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21838         space.
21839
21840 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21841
21842         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21843         * mm-view.el (mm-view-pkcs7-decrypt):
21844         * gnus-sum.el (gnus-summary-limit-to-extra)
21845         (gnus-summary-respool-article, gnus-read-move-group-name):
21846         * gnus-score.el (gnus-summary-increase-score):
21847         * gnus-util.el (gnus-completing-read-with-default):
21848         * gnus-art.el (gnus-read-save-file-name)
21849         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21850         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21851         * message.el (message-check-news-header-syntax):
21852         Follow convention for reading with the minibuffer.
21853
21854 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21855
21856         * spam-report.el (spam-report-url-ping-plain):
21857         Use gnus-extended-version as User-Agent.
21858
21859         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21860         default value is nil.
21861
21862         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21863         (mm-uu-verbatim-marks-extract): New function.
21864         (mm-uu-extract): New face.
21865         (mm-uu-copy-to-buffer): Use it.
21866
21867         * spam-report.el (spam-report-gmane-ham): Rename from
21868         `spam-report-gmane-unspam'.
21869         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21870         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21871
21872         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21873         Autoload.
21874         (spam-report-gmane-unregister-routine):
21875         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21876
21877 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21878
21879         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21880         (spam-report-gmane-unregister-routine): Add support for gmane
21881         unregistration.
21882
21883         * spam-report.el (spam-report-gmane-unspam)
21884         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21885         (spam-report-gmane): Change to take a single article and do unspam
21886         registration.
21887
21888 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21889
21890         * mm-url.el (mm-url-decode-entities): Fix regexp.
21891
21892 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21893
21894         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21895         default to nil, to be able to use Gnus at all.  If the default
21896         switches to something else, then the function should be fixed not
21897         be exceedingly slow.
21898
21899 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21900
21901         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21902         fail hard.
21903
21904         * spam-report.el: Add better Keywords line.
21905
21906         * spam.el: Add Maintainer and better Keywords line.
21907
21908 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21909
21910         * gnus-art.el (gnus-article-replace-part)
21911         (gnus-mime-replace-part): New functions.
21912         (gnus-mime-action-alist, gnus-mime-button-commands)
21913         (gnus-mime-save-part-and-strip): Add file argument.
21914         (gnus-article-part-wrapper): Add interactive argument.
21915
21916         * gnus-sum.el (gnus-summary-mime-map):
21917         Add `gnus-article-replace-part'.
21918
21919 2005-09-19  Didier Verna  <didier@xemacs.org>
21920
21921         The nnml compaction feature:
21922         * nnml.el (nnml-request-compact-group): New function.
21923         * nnml.el (nnml-request-compact): New function.
21924         * gnus-int.el (gnus-request-compact-group): New function.
21925         * gnus-int.el (gnus-request-compact): New function.
21926         * gnus-group.el (gnus-group-compact-group): New function.
21927         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21928         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21929         * gnus-srvr.el (gnus-server-compact-server): New function.
21930         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21931         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21932
21933 2005-09-18  Deepak Goel  <deego@gnufans.org>
21934
21935         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21936         format spec.
21937
21938 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21941
21942 2005-09-15  Romain Francoise  <romain@orebokech.com>
21943
21944         * message.el (message-fill-paragraph): Clarify docstring.
21945
21946 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-art.el (gnus-mime-display-part): Protect against broken
21949         MIME messages.
21950
21951 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21952
21953         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21954         before parsing header.
21955
21956 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21957
21958         * html2text.el (html2text-replace-list): Add new entities.
21959
21960 2005-09-11  Romain Francoise  <romain@orebokech.com>
21961
21962         * message.el (message-alternative-emails): Improve docstring.
21963         (message-setup-1): Call `message-use-alternative-email-as-from'
21964         after `message-setup-hook' to give it precedence over posting
21965         styles, etc.
21966         (message-use-alternative-email-as-from): Add docstring.
21967         Remove the original From header if present.
21968
21969         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21970         (nnml-save-mail): Use it.
21971
21972         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21973         articles.  Add new argument `silent'.
21974         (gnus-uu-mark-all): Report the total number of marked articles.
21975
21976 2005-09-10  Romain Francoise  <romain@orebokech.com>
21977
21978         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21979         (gnus-uu-mark-series): Likewise.
21980
21981 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21982
21983         * spam-report.el (spam-report-gmane): Fix generation of spam
21984         report URL.
21985
21986 2005-09-10  Simon Josefsson  <jas@extundo.com>
21987
21988         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21989         t, based on discussion on the ding list with Robert Epprecht
21990         <epprecht@solnet.ch>.
21991
21992 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21993
21994         * spam-report.el (spam-report-gmane): Make it work without
21995         X-Report-Spam header.  Gmane now only provides Archived-At.
21996         This is only used if `spam-report-gmane-use-article-number' is nil.
21997         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21998
21999         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22000         make `gnus-summary-sort-by-recipient' work with threading.
22001
22002         * nnweb.el (nnweb-google-wash-article): Print a message if article
22003         is not available.
22004
22005 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22006
22007         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22008         change.  Decode text/* parts content before displaying.
22009
22010 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22011
22012         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22013
22014 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22015
22016         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22017
22018         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22019         url-package-name, url-package-version,
22020         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22021         w3m-display-inline-images, and w3m-minor-mode-map.
22022
22023 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22024
22025         * message.el (message-tab-body-function): Fix mismatched custom type.
22026
22027         * gnus.el (gnus-group-change-level-function): Ditto.
22028
22029         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22030
22031         * gnus-art.el (gnus-signature-limit)
22032         (gnus-article-mime-part-function): Ditto.
22033
22034 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * mml.el (mml-mode): Silence the byte compiler.
22037
22038         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22039         using `(sit-for 0)' before moving the point to the specified part;
22040         skip unbuttonized parts.
22041         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22042         return to the summary window if gnus-auto-select-part is non-nil.
22043
22044 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22047         New variables.
22048         (mml-dnd-attach-file, mml-mode): Use them.
22049
22050         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22051         Make fetching article by MID work again for Google Groups.
22052         Add FIXME concerning gnus-group-make-web-group.
22053
22054         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22055         Don't depend on Gnus by using mail-extract-address-components if
22056         gnus-extract-address-components is not bound.
22057
22058 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22059
22060         * gnus-art.el (gnus-mime-display-security): Don't display the
22061         signature, but only the signed part.
22062
22063 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22064
22065         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22066
22067         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22068         list, not listp.
22069
22070 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22071
22072         * mm-encode.el (mm-encode-content-transfer-encoding):
22073         Likewise when encoding.
22074
22075         * mm-bodies.el (mm-decode-content-transfer-encoding):
22076         De-canonicalize CRLF for all text content types, not just
22077         text/plain.
22078
22079 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22082         valid article; point arrow and cursor at the MIME button.
22083
22084 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22087         Suggested by Dan Christensen <jdc@uwo.ca>.
22088
22089         * mm-decode.el (mm-save-part): Enable change of prompt.
22090
22091 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22092
22093         * gnus-msg.el (gnus-inews-add-send-actions):
22094         Make `message-post-method' lambda parameter ARG `&optional'.
22095
22096 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22097
22098         * gnus-sum.el (gnus-summary-mime-map):
22099         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22100         gnus-article-jump-to-part.
22101
22102         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22103         (gnus-article-edit-part): Use it.
22104         (gnus-article-part-wrapper): Add no-handle argument.
22105         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22106         New functions.
22107
22108 2005-08-29  Romain Francoise  <romain@orebokech.com>
22109
22110         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22111         docstring.
22112         (gnus-face-from-file): Likewise.
22113
22114 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22115
22116         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22117         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22118         non-nil.
22119         (gnus-auto-select-part): New variable.
22120         (gnus-article-jump-to-part): New function.
22121         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22122         (gnus-mime-delete-part): Allow selecting specified part after
22123         deleting or stripping parts.
22124         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22125         part if argument is bogus.
22126
22127 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22128
22129         * gnus-art.el (w3m-minor-mode-map):
22130         * gnus-spec.el (gnus-newsrc-file-version):
22131         * gnus-util.el (nnmail-active-file-coding-system)
22132         (gnus-original-article-buffer, gnus-user-agent):
22133         * gnus.el (gnus-ham-process-destinations)
22134         (gnus-parameter-ham-marks-alist)
22135         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22136         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22137         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22138         * mm-decode.el (gnus-current-window-configuration):
22139         * mm-extern.el (gnus-article-mime-handles):
22140         * mm-url.el (url-current-object, url-package-name)
22141         (url-package-version):
22142         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22143         (smime-keys, w3m-cid-retrieve-function-alist)
22144         (w3m-current-buffer, w3m-display-inline-images)
22145         (w3m-minor-mode-map):
22146         * mml-smime.el (gnus-extract-address-components):
22147         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22148         (gnus-newsrc-hashtb, message-default-charset)
22149         (message-deletable-headers, message-options)
22150         (message-posting-charset, message-required-mail-headers)
22151         (message-required-news-headers):
22152         * mml1991.el (mc-pgp-always-sign):
22153         * mml2015.el (mc-pgp-always-sign):
22154         * nnheader.el (nnmail-extra-headers):
22155         * rfc1843.el (gnus-decode-encoded-word-function)
22156         (gnus-decode-header-function, gnus-newsgroup-name):
22157         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22158
22159 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22160
22161         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22162         the end of the date treatments.
22163
22164 2005-08-15  Simon Josefsson  <jas@extundo.com>
22165
22166         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22167         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22168         Capello and Romain Francoise.
22169         (pgg-fetch-key-function): Remove, not used?
22170         (pgg-insert-url-with-w3): Require url, to get
22171         url-insert-file-contents regardless of where it is defined.
22172
22173 2005-08-13  Romain Francoise  <romain@orebokech.com>
22174
22175         * message.el (message-cite-original-1): New function.
22176         (message-cite-original): Use it.
22177         (message-cite-original-without-signature): Ditto.
22178
22179 2005-08-08  Romain Francoise  <romain@orebokech.com>
22180
22181         * message.el (message-yank-empty-prefix): New variable.
22182         (message-indent-citation): Use it.
22183         (message-cite-original-without-signature): Respect X-No-Archive.
22184
22185 2005-08-08  Simon Josefsson  <jas@extundo.com>
22186
22187         * pgg.el: Autoload url-insert-file-contents instead of loading
22188         w3/url.
22189         (pgg-insert-url-with-w3): Don't load url here.
22190
22191 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22192
22193         * message.el (message-kill-to-signature): Don't insert newline at
22194         bol.
22195         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22196
22197 2005-08-06  Romain Francoise  <romain@orebokech.com>
22198
22199         * message.el (message-user-fqdn): Fix typo in docstring.
22200
22201 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22202
22203         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22204
22205         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22206
22207 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22208
22209         * mm-bodies.el (mm-encode-body): Use coding system rather than
22210         charset to encode text.
22211
22212         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22213         number of charsets if utf-8 is available (XEmacs).
22214
22215 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22216
22217         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22218         taken from `gnus-button-mid-or-mail-regexp'.
22219         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22220         (gnus-button-alist): Improve regexp for domain part of the MIDs
22221         for news:localpart@domain buttons.
22222         (gnus-button-ctan-directory-regexp): Update.
22223
22224 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22225
22226         * sieve-manage.el (sieve-manage-interactive-login):
22227         Use make-local-variable rather than make-variable-buffer-local.
22228         (sieve-manage-open): Ditto.
22229         (sieve-manage-authenticate): Ditto.
22230
22231         * mml.el (mml-generate-mime-1): Make the content type default to
22232         text/plain if the filename is not specified.
22233
22234 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22237         instead of insert-buffer.
22238
22239         * message.el (message-yank-original): Ditto; set the mark at the
22240         end of the yanked message.
22241
22242 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22245         lines to scroll rather than to stop it.
22246
22247         * mml.el (mml-generate-default-type): Add doc string.
22248         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22249         default to application/octet-stream when determining the content
22250         type if it is not specified for the part or the mml contents; add
22251         a comment about mml-generate-default-type.
22252
22253 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22254
22255         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22256         make it default to application/octet-stream when determining the
22257         content type if it is not specified for the external contents.
22258
22259 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22260
22261         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22262         segmented parameter but also other parameters might be there.
22263
22264 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22265
22266         * mm-decode.el (mm-display-external): Delete temp file, directory
22267         and buffer immediately if the external process is exited.
22268
22269 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22270
22271         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22272         fewer lines than that of scroll-margin.
22273         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22274
22275 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22276
22277         * gnus-art.el (gnus-article-next-page): Revert.
22278         (gnus-article-beginning-of-window): New macro.
22279         (gnus-article-next-page-1): Use it.
22280         (gnus-article-prev-page): Ditto.
22281         (gnus-article-edit-part): Use insert-buffer-substring instead of
22282         insert-buffer.
22283         (gnus-article-edit-exit): Ditto.
22284
22285         * gnus-util.el (gnus-beginning-of-window): Remove.
22286         (gnus-end-of-window): Remove.
22287
22288         * lpath.el: Don't bind header-line-format and scroll-margin.
22289
22290 2005-07-25  Simon Josefsson  <jas@extundo.com>
22291
22292         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22293         to have the url package without w3.  Reported by Daiki Ueno
22294         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22295
22296 2005-07-20  Didier Verna  <didier@xemacs.org>
22297
22298         * gnus-diary.el: Remove the description comment (nndiary is now
22299         properly documented in the Gnus manual).
22300         Fix the spelling of "Back End".
22301         * nndiary.el: Ditto.
22302         Fix the copyright notice.
22303
22304 2005-07-18  Romain Francoise  <romain@orebokech.com>
22305
22306         * gnus-sum.el (gnus-summary-to-prefix)
22307         (gnus-summary-newsgroup-prefix): New variables.
22308         (gnus-summary-from-or-to-or-newsgroups): Use them.
22309
22310 2005-07-17  Romain Francoise  <romain@orebokech.com>
22311
22312         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22313         space as it's generally not especially interesting to the user.
22314
22315 2005-07-16  Romain Francoise  <romain@orebokech.com>
22316
22317         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22318         nil to avoid prompting and file modification if one of the
22319         messages at the top of the nnfolder file contains a copyright
22320         notice.
22321         Update copyright notice.
22322
22323         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22324         instead of `current-time-string' as the latter creates a time
22325         string that is not RFC 2822 compliant (it lacks the zone).
22326         Update copyright notice.
22327
22328 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22329
22330         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22331         for text/rtf.  Display default in prompt.  Pass default for M-n.
22332
22333         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22334
22335 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22336
22337         * gnus-msg.el (gnus-button-mailto):
22338         Remove save-selected-window-window hackery because it relies on
22339         save-selected-window internals.
22340
22341 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22342
22343         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22344         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22345         (gnus-article-prev-page): Ditto.
22346
22347         * gnus-util.el (gnus-beginning-of-window): New function.
22348         (gnus-end-of-window): New function.
22349
22350         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22351
22352 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22353
22354         * gnus-score.el (gnus-score-edit-all-score):
22355         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22356         gnus-message.
22357
22358 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22359
22360         * gnus-msg.el (gnus-button-mailto):
22361         Remove save-selected-window-window hackery because it relies on
22362         save-selected-window internals.
22363
22364 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22365
22366         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22367         add-minor-mode.
22368         (gnus-binary-mode): Ditto.
22369
22370         * gnus-topic.el (gnus-topic-mode): Ditto.
22371
22372 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22373
22374         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22375         (gnus-article-prev-page): Take scroll-margin into consideration.
22376
22377 2005-07-04  Lute Kamstra  <lute@gnu.org>
22378
22379         Update FSF's address in GPL notices.
22380
22381 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22382
22383         * gnus.el (gnus-exit):
22384         * gnus-group.el (gnus-group-icons):
22385         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22386
22387         * gnus-nocem.el (gnus-nocem):
22388         * message.el (message-various, message-buffers, message-sending)
22389         (message-interface, message-forwarding, message-insertion)
22390         (message-headers, message-news, message-mail):
22391         * pgg-gpg.el (pgg-gpg):
22392         * pgg-parse.el (pgg-parse):
22393         * pgg-pgp.el (pgg-pgp):
22394         * pgg-pgp5.el (pgg-pgp5):
22395         * pop3.el (pop3): Finish `defgroup' description with period.
22396
22397 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22398
22399         * gnus-art.el (article-display-face): Improve the efficiency.
22400         (article-display-x-face): Ditto; remove gray x-face stuff.
22401
22402 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * gnus-art.el (article-display-face): Correct the position in
22405         which Faces are inserted.
22406
22407 2005-06-29  Didier Verna  <didier@xemacs.org>
22408
22409         * gnus-art.el (article-display-face): Display faces in correct
22410         order.
22411
22412 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22413
22414         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22415         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22416         (gnus-nocem-check-article): Fetch the Type header.
22417         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22418         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22419         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22420         make sure gnus-nocem-hashtb is initialized.
22421         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22422         (gnus-nocem-unwanted-article-p): Ditto.
22423
22424         * pgg.el (pgg-verify): Return the verification result.
22425
22426 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22427
22428         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22429         is ascii.
22430
22431 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22432
22433         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22434         `show-nonbreak-escape'.
22435
22436 2005-06-23  Lute Kamstra  <lute@gnu.org>
22437
22438         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22439
22440         * dig.el (dig-mode):
22441         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22442
22443 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22444
22445         * nnimap.el (nnimap-split-download-body): Fix spellings.
22446
22447 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22448
22449         * gnus-art.el (gnus-article-encrypt-body):
22450         * gnus-cus.el (gnus-score-customize):
22451         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22452         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22453
22454 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22455
22456         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22457         header by looking for magic "MII" at the beginning.
22458
22459 2005-06-16  Miles Bader  <miles@gnu.org>
22460
22461         * gnus-xmas.el (gnus-xmas-group-startup-message):
22462         Use renamed gnus-splash face.
22463
22464         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22465         (assistant-field-face): New backward-compatibility alias for renamed
22466         face.
22467         (assistant-render-text): Use renamed assistant-field face.
22468
22469         * spam.el (spam): Remove "-face" suffix from face name.
22470         (spam-face): New backward-compatibility alias for renamed face.
22471         (spam-face, spam-initialize): Use renamed spam face.
22472
22473         * message.el (message-header-to, message-header-cc)
22474         (message-header-subject, message-header-newsgroups)
22475         (message-header-other, message-header-name)
22476         (message-header-xheader, message-separator, message-cited-text)
22477         (message-mml): Remove "-face" suffix from face names.
22478         (message-header-to-face, message-header-cc-face)
22479         (message-header-subject-face, message-header-newsgroups-face)
22480         (message-header-other-face, message-header-name-face)
22481         (message-header-xheader-face, message-separator-face)
22482         (message-cited-text-face, message-mml-face):
22483         New backward-compatibility aliases for renamed faces.
22484         (message-font-lock-keywords): Use renamed message faces.
22485
22486         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22487         (sieve-test-commands, sieve-tagged-arguments):
22488         Remove "-face" suffix from face names.
22489         (sieve-control-commands-face, sieve-action-commands-face)
22490         (sieve-test-commands-face, sieve-tagged-arguments-face):
22491         New backward-compatibility aliases for renamed faces.
22492         (sieve-control-commands-face, sieve-action-commands-face)
22493         (sieve-test-commands-face, sieve-tagged-arguments-face):
22494         Use renamed sieve faces.
22495
22496         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22497         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22498         (gnus-group-news-3-empty, gnus-group-news-4)
22499         (gnus-group-news-4-empty, gnus-group-news-5)
22500         (gnus-group-news-5-empty, gnus-group-news-6)
22501         (gnus-group-news-6-empty, gnus-group-news-low)
22502         (gnus-group-news-low-empty, gnus-group-mail-1)
22503         (gnus-group-mail-1-empty, gnus-group-mail-2)
22504         (gnus-group-mail-2-empty, gnus-group-mail-3)
22505         (gnus-group-mail-3-empty, gnus-group-mail-low)
22506         (gnus-group-mail-low-empty, gnus-summary-selected)
22507         (gnus-summary-cancelled, gnus-summary-high-ticked)
22508         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22509         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22510         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22511         (gnus-summary-low-undownloaded)
22512         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22513         (gnus-summary-low-unread, gnus-summary-normal-unread)
22514         (gnus-summary-high-read, gnus-summary-low-read)
22515         (gnus-summary-normal-read, gnus-splash):
22516         Remove "-face" suffix from face names.
22517         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22518         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22519         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22520         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22521         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22522         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22523         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22524         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22525         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22526         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22527         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22528         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22529         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22530         (gnus-summary-normal-ticked-face)
22531         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22532         (gnus-summary-normal-ancient-face)
22533         (gnus-summary-high-undownloaded-face)
22534         (gnus-summary-low-undownloaded-face)
22535         (gnus-summary-normal-undownloaded-face)
22536         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22537         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22538         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22539         (gnus-splash-face):
22540         New backward-compatibility aliases for renamed faces.
22541         (gnus-group-startup-message): Use renamed gnus faces.
22542
22543         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22544         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22545         (gnus-server-agent): Remove "-face" suffix from face names.
22546         (gnus-server-agent-face, gnus-server-opened-face)
22547         (gnus-server-closed-face, gnus-server-denied-face)
22548         (gnus-server-offline-face):
22549         New backward-compatibility aliases for renamed faces.
22550         (gnus-server-agent-face, gnus-server-opened-face)
22551         (gnus-server-closed-face, gnus-server-denied-face)
22552         (gnus-server-offline-face): Use renamed gnus faces.
22553
22554         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22555         Remove "-face" suffix from face names.
22556         (gnus-picon-xbm-face, gnus-picon-face):
22557         New backward-compatibility aliases for renamed faces.
22558
22559         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22560         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22561         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22562         (gnus-cite-11): Remove "-face" suffix from face names.
22563         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22564         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22565         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22566         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22567         New backward-compatibility aliases for renamed faces.
22568         (gnus-cite-attribution-face, gnus-cite-face-list)
22569         (gnus-article-boring-faces): Use renamed gnus faces.
22570
22571         * gnus-art.el (gnus-signature, gnus-header-from)
22572         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22573         (gnus-header-content): Remove "-face" suffix from face names.
22574         (gnus-signature-face, gnus-header-from-face)
22575         (gnus-header-subject-face, gnus-header-newsgroups-face)
22576         (gnus-header-name-face, gnus-header-content-face):
22577         New backward-compatibility aliases for renamed faces.
22578         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22579
22580         * gnus-sum.el (gnus-summary-selected-face)
22581         (gnus-summary-highlight): Use renamed gnus faces.
22582         * gnus-group.el (gnus-group-highlight): Likewise.
22583
22584 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22585
22586         * gnus-sieve.el (gnus-sieve-article-add-rule):
22587         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22588         * spam-stat.el (spam-stat-buffer-change-to-spam)
22589         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22590
22591         * message.el (message-is-yours-p):
22592         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22593
22594 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22595
22596         * mm-view.el (mm-inline-text): Withdraw the last change.
22597
22598 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22601         executing enriched-decode.
22602
22603 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22604
22605         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22606         charset of tar files.
22607
22608 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22609
22610         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22611
22612 2005-06-04  Lute Kamstra  <lute@gnu.org>
22613
22614         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22615         information is never recorded.
22616
22617 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22618
22619         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22620
22621 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22622
22623         * pop3.el (pop3-apop): Run md5 in the binary mode.
22624
22625         * starttls.el (starttls-set-process-query-on-exit-flag):
22626         Use eval-and-compile.
22627
22628 2005-05-31  Simon Josefsson  <jas@extundo.com>
22629
22630         * smime.el (smime-replace-in-string): Define.
22631         (smime-cert-by-ldap-1): Use it.
22632
22633 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22634
22635         * gnus-art.el (article-display-x-face): Replace
22636         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22637
22638         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22639         set-process-query-on-exit-flag or process-kill-without-query.
22640
22641         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22642         loop instead of replace-regexp.
22643
22644         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22645         instead of process-kill-without-query if it is available.
22646
22647         * lpath.el: Fbind ldap-search-entries.
22648
22649         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22650         instead of find-file-hooks if it is available.
22651
22652         * mml1991.el: Bind pgg-default-user-id when compiling.
22653
22654         * mml2015.el: Bind pgg-default-user-id when compiling.
22655
22656         * nndraft.el (nndraft-request-associate-buffer):
22657         Use write-contents-functions instead of write-contents-hooks if it is
22658         available.
22659
22660         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22661         instead of find-file-hooks if it is available.
22662
22663         * nntp.el (nntp-open-connection): Replace
22664         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22665         (nntp-open-ssl-stream): Ditto.
22666         (nntp-open-tls-stream): Ditto.
22667
22668         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22669         set-process-query-on-exit-flag or process-kill-without-query.
22670         (starttls-open-stream-gnutls): Use it instead of
22671         process-kill-without-query.
22672         (starttls-open-stream): Ditto.
22673
22674 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22675
22676         * smime.el (smime-cert-by-ldap-1): Don't use
22677         replace-regexp-in-string.
22678
22679 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22680
22681         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22682
22683         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22684         in PEM format.  Adjust to the XEmacs compatibility.
22685
22686 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22687
22688         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22689         by `string-to-number'.
22690         * gnus-agent.el (gnus-agent-regenerate-group)
22691         (gnus-agent-fetch-articles): Ditto.
22692         * gnus-art.el (gnus-button-fetch-group): Ditto.
22693         * gnus-cache.el (gnus-cache-generate-active)
22694         (gnus-cache-articles-in-group): Ditto.
22695         * gnus-group.el (gnus-group-set-current-level)
22696         (gnus-group-insert-group-line): Ditto.
22697         * gnus-score.el (gnus-score-set-expunge-below)
22698         (gnus-score-set-mark-below, gnus-summary-score-effect)
22699         (gnus-summary-score-entry): Ditto.
22700         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22701         (gnus-soup-pack): Ditto.
22702         * gnus-spec.el (gnus-xmas-format): Ditto.
22703         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22704         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22705         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22706         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22707         * nndb.el (nndb-get-remote-expire-response): Ditto.
22708         * nndiary.el (nndiary-parse-schedule-value)
22709         (nndiary-string-to-number, nndiary-request-replace-article)
22710         (nndiary-request-article): Ditto.
22711         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22712         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22713         * nneething.el (nneething-make-head): Ditto.
22714         * nnfolder.el (nnfolder-request-article)
22715         (nnfolder-retrieve-headers): Ditto.
22716         * nnheader.el (nnheader-file-to-number): Ditto.
22717         * nnkiboze.el (nnkiboze-request-article): Ditto.
22718         * nnmail.el (nnmail-process-unix-mail-format)
22719         (nnmail-process-babyl-mail-format): Ditto.
22720         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22721         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22722         (nnmh-request-create-group, nnmh-request-list-1)
22723         (nnmh-request-group, nnmh-request-article): Ditto.
22724         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22725         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22726         * nnsoup.el (nnsoup-make-active): Ditto.
22727         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22728         * nntp.el (nntp-find-group-and-number)
22729         (nntp-retrieve-headers-with-xover): Ditto.
22730         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22731         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22732         (pgg-format-key-identifier): Ditto.
22733         * pop3.el (pop3-last, pop3-stat): Ditto.
22734         * qp.el (quoted-printable-decode-region): Ditto.
22735
22736         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22737         of concat.
22738
22739 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22740
22741         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22742
22743         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22744
22745         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22746
22747         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22748
22749         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22750
22751         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22752
22753         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22754         (gnus-carpal-mode): Ditto.
22755
22756         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22757         (gnus-browse-mode): Ditto.
22758
22759         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22760
22761         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22762
22763 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22764
22765         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22766
22767 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22768
22769         * gnus-util.el (gnus-run-mode-hooks): New function.
22770
22771         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22772
22773         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22774         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22775
22776 2005-05-27  Lute Kamstra  <lute@gnu.org>
22777
22778         * dns-mode.el (dns-mode): Specify customization group.
22779
22780 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22781
22782         * gnus-agent.el (gnus-agent-make-mode-line-string):
22783         Use mode-line-highlight as mouse-face.
22784
22785 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22786
22787         * canlock.el (canlock): Change the parent group to news.
22788
22789         * deuglify.el (gnus-outlook-deuglify): Add :group.
22790
22791         * dig.el (dig): Add :group.
22792
22793         * dns-mode.el (dns-mode): Add :group.
22794
22795         * encrypt.el (encrypt): Add :group.
22796
22797         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22798         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22799         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22800         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22801         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22802
22803         * gnus-diary.el (gnus-diary): Add :group.
22804
22805         * gnus.el (gnus-group-news-1-face): Add :group.
22806         (gnus-group-news-1-empty-face): Ditto.
22807         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22808         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22809         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22810         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22811         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22812         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22813         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22814         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22815         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22816         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22817         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22818         (gnus-summary-high-ticked-face): Ditto.
22819         (gnus-summary-low-ticked-face): Ditto.
22820         (gnus-summary-normal-ticked-face): Ditto.
22821         (gnus-summary-high-ancient-face): Ditto.
22822         (gnus-summary-low-ancient-face): Ditto.
22823         (gnus-summary-normal-ancient-face): Ditto.
22824         (gnus-summary-high-undownloaded-face): Ditto.
22825         (gnus-summary-low-undownloaded-face): Ditto.
22826         (gnus-summary-normal-undownloaded-face): Ditto.
22827         (gnus-summary-high-unread-face): Ditto.
22828         (gnus-summary-low-unread-face): Ditto.
22829         (gnus-summary-normal-unread-face): Ditto.
22830         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22831         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22832
22833         * hashcash.el (hashcash): New custom group.
22834         (hashcash-default-payment): Add :group.
22835         (hashcash-payment-alist): Ditto.
22836         (hashcash-default-accept-payment): Ditto.
22837         (hashcash-accept-resources): Ditto.
22838         (hashcash-path): Ditto.
22839         (hashcash-extra-generate-parameters): Ditto.
22840         (hashcash-double-spend-database): Ditto.
22841         (hashcash-in-news): Ditto.
22842
22843         * message.el (message-minibuffer-local-map): Add :group.
22844
22845         * netrc.el (netrc): Add :group.
22846
22847         * sieve-manage.el (sieve-manage-log): Add :group.
22848         (sieve-manage-default-user): Diito.
22849         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22850         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22851         (sieve-manage-authenticators): Ditto.
22852         (sieve-manage-authenticator-alist): Ditto.
22853         (sieve-manage-default-port): Ditto.
22854
22855         * sieve-mode.el (sieve-control-commands-face): Add :group.
22856         (sieve-action-commands-face): Ditto.
22857         (sieve-test-commands-face): Ditto.
22858         (sieve-tagged-arguments-face): Ditto.
22859
22860         * smime.el (smime): Add :group.
22861
22862         * spam-report.el (spam-report): Add :group.
22863
22864         * spam.el (spam, spam-face): Add :group.
22865
22866 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22867
22868         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22869         return \n.\n.\n at the end of articles.  Protect against that.
22870         (nntp-with-open-group): Allow debugging.
22871
22872         * nnheader.el (mail-header-set-extra): Make into a function
22873         because I just could't understand how to quote the list properly.
22874
22875         * dns.el (query-dns-cached): New function.
22876
22877 2005-05-26  Lute Kamstra  <lute@gnu.org>
22878
22879         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22880
22881 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22882
22883         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22884
22885         * gnus-art.el: Don't autoload mail-extract-address-components.
22886
22887         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22888         eval-and-compile to evaluate it.
22889
22890         * hashcash.el: Don't autoload executable-find.
22891
22892         * nndb.el: Don't declare the nndb back end two or more times; don't
22893         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22894
22895         * nntp.el: Autoload format-spec instead of format; use
22896         eval-and-compile to evaluate autoload forms.
22897
22898 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22899
22900         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22901
22902 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22903
22904         * gnus.el (gnus-version-number): Bump version.
22905
22906 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22907
22908         * gnus.el: No Gnus v0.3 is released.
22909
22910 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22911
22912         * lpath.el (featurep): Bind show-nonbreak-escape.
22913
22914 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22915
22916         * gnus-art.el (gnus-article-edit-part): Disable undo.
22917
22918 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22919
22920         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22921         gnus-article-date-lapsed-new-header is t if date timer is active;
22922         skip headers in which the original date value is empty.
22923         (gnus-article-save-original-date): Redefine it as a macro.
22924         (gnus-display-mime): Use it.
22925
22926 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22927
22928         * gnus-art.el (article-date-ut): Support converting date in
22929         forwarded parts as well.
22930         (gnus-article-save-original-date): New function.
22931         (gnus-display-mime): Use it.
22932
22933 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22934
22935         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22936         enclosure element of <item>.
22937
22938 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22939
22940         * message.el (message-kill-buffer-query): Rename from
22941         `message-kill-buffer-query-if-modified'.  Add :version.
22942
22943 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22946         window layout.
22947
22948 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * mml.el: Autoload dnd when compiling.
22951
22952 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22953
22954         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22955         x-dnd-*.
22956
22957 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22958
22959         * qp.el (quoted-printable-encode-region): Save excursion.
22960
22961 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22962
22963         * message.el (message-kill-buffer-query-if-modified): Add new variable
22964         so the user can kill a modified message buffer quickly.
22965         (message-kill-buffer): Use it.
22966
22967 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22968
22969         * lpath.el: Fbind display-time-event-handler; don't fbind
22970         string-to-multibyte.
22971
22972         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22973
22974 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22975
22976         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22977         contained in text because xml.el decodes entities) with LFs.
22978
22979 2005-04-11  Lute Kamstra  <lute@gnu.org>
22980
22981         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22982         differently.
22983
22984 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22985
22986         * mm-util.el (mm-detect-coding-region): Typo.
22987
22988 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22989
22990         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22991
22992 2005-04-06  Deepak Goel  <deego@gnufans.org>
22993
22994         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22995         user-function allow user modifications of the scores.
22996         (spam-stat-score-buffer-user): New function, to allow
22997         user-computed modifications to the score.
22998         (spam-stat-score-buffer-user-functions): List of additional
22999         scoring functions.
23000         (spam-stat-error-holder): Global temporary error holder.
23001         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23002         variable.
23003
23004 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23005
23006         * gnus-registry.el (gnus-registry-clean-empty-function)
23007         (gnus-registry-trim, gnus-registry-fetch-groups)
23008         (gnus-registry-delete-group): Groups that match
23009         `gnus-registry-ignored-groups' are removed from the registry
23010         entries, not just ignored for splitting.  This helps clean up the
23011         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23012         to get all the groups a message ID is in.
23013
23014         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23015         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23016         (spam-stat-score-buffer-user-functions): Add :number custom type.
23017
23018 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23019
23020         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23021         argument in XEmacs.
23022
23023         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23024         (nnrss-request-group): Decode group name first.
23025         (nnrss-request-article): Make a text/plain article if mml-to-mime
23026         failed.
23027         (nnrss-get-encoding): Return a compatible encoding according to
23028         nnrss-compatible-encoding-alist.
23029         (nnrss-find-el): Use consp instead of listp.
23030         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23031
23032 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23035         which Emacs 20 doesn't support.
23036         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23037
23038 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23039
23040         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23041         silence the byte compiler inside the defun.
23042
23043         * gnus-demon.el (parse-time-string): Add autoload.
23044
23045         * gnus-delay.el (parse-time-string): Add autoload.
23046
23047         * gnus-art.el (parse-time-string): Add autoload.
23048
23049         * nnultimate.el (parse-time): Require for `parse-time-string'.
23050
23051 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23052
23053         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23054
23055         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23056
23057         * smime.el (smime-ldap-host-list): Add :version.
23058
23059 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23060
23061         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23062         pass it to `gnus-browse-read-group'.
23063         (gnus-browse-read-group): Add NUMBER argument and pass it to
23064         `gnus-group-read-ephemeral-group'.
23065
23066         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23067         argument and pass it to `gnus-group-read-group'.
23068
23069 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23070
23071         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23072         mm-xemacs-find-mime-charset-1 if we have the mule feature
23073         available at runtime.
23074
23075 2005-03-25  Werner Lemberg  <wl@gnu.org>
23076
23077         * nnmaildir.el: Replace `illegal' with `invalid'.
23078
23079 2005-03-23  Lute Kamstra  <lute@gnu.org>
23080
23081         * time-date.el: Add comment on time value formats.
23082         Don't require parse-time.
23083         (with-decoded-time-value): New macro.
23084         (encode-time-value): New function.
23085         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23086         (days-to-time): Return a valid time value when arg is huge.
23087         (time-since): Use time-subtract.
23088         (time-to-number-of-days): Use time-to-seconds.
23089
23090 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23091
23092         * gnus-start.el (gnus-display-time-event-handler):
23093         Check display-time-timer at runtime rather than only at load time
23094         in case display-time-mode is turned off in the mean time.
23095
23096 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23097
23098         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23099         used.
23100
23101         * nneething.el (nneething-map-file-directory): Derive from
23102         `gnus-directory'.
23103
23104         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23105         the To/Cc button.
23106
23107 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23108
23109         * nnmaildir.el (nnmaildir-request-accept-article):
23110         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23111
23112 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23113
23114         * gnus-async.el: Require timer-funcs at compile time when in
23115         XEmacs for `run-with-idle-timer'.
23116
23117 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23118
23119         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23120         autoloaded function.
23121
23122 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23123
23124         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23125
23126 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23127
23128         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23129
23130 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23131
23132         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23133         Add gnus-expert-user to default.
23134
23135 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23136
23137         * nnimap.el (nnimap-open-server): Ditto.
23138
23139         * imap.el (imap-authenticate): Fix typo.
23140
23141 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23142
23143         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23144         buffer (since IMAP server might return FETCH response out of
23145         order, and the nntp buffer must be sorted).
23146
23147 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23148
23149         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23150         comparison on string.
23151
23152         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23153         (gnus-agent-score): Rename category keywords to match gnus-cus.
23154         (gnus-agent-summary-fetch-series): Modify to protect against
23155         gnus-agent-summary-fetch-group clearing processable flags.
23156         (gnus-agent-synchronize-group-flags): Update live group buffer as
23157         synchronization may occur due to the user toggle the plugged
23158         status.
23159         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23160         successfully downloaded.
23161         (gnus-agent-expire-group-1): Avoid using markers when the overview
23162         is in ascending order; greatly improves performance.
23163         (gnus-agent-regenerate-group):
23164         Use gnus-agent-synchronize-group-flags to reset read status in both
23165         gnus and server.
23166         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23167
23168 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23169
23170         * message.el: Don't autoload former message-utils variables.
23171         (message-strip-subject-trailing-was): Change doc string.
23172
23173         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23174         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23175         (nnweb-google-search): Add "hl=en" here.
23176         (nnweb-google-parse-1, nnweb-google-create-mapping):
23177         Don't hardcode URL.
23178
23179 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23180
23181         * message.el (message-get-reply-headers, message-followup):
23182         Mention related variables `message-use-followup-to' and
23183         `message-use-mail-followup-to', in the information buffer.
23184
23185         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23186         of broken groups(-beta).google.com.
23187
23188 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23189
23190         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23191         parameter to invoked gnus-request-move-article; remove the
23192         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23193         all at once instead of once per article.
23194         (gnus-summary-remove-process-mark): Accept a list of articles as
23195         well as a single article for processing.
23196
23197         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23198         parameter.
23199
23200         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23201
23202         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23203
23204         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23205         parameter.
23206
23207         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23208         parameter.
23209
23210         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23211         parameter and remove the gnus-sum-hint-move-is-internal variable.
23212
23213         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23214         parameter.
23215
23216         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23217         parameter.
23218
23219         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23220         parameter.
23221
23222         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23223
23224         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23225         parameter.
23226
23227         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23228         parameter.
23229
23230 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23231
23232         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23233         a more conservative way.
23234
23235 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23236
23237         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23238         buffer, so it moves the window's cursor.
23239
23240 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23241
23242         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23243         `mm-dissect-multipart' and receive the from field as an (optional)
23244         argument from `mm-dissect-multipart'.
23245         (mm-dissect-multipart): Receive the from field as an argument and
23246         pass it on when we call `mm-dissect-buffer' on MIME parts.
23247         Fixes verification/decryption of signed/encrypted MIME parts.
23248
23249 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23250
23251         * gnus-sum.el (gnus-summary-move-article):
23252         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23253         whatever it calls (right now, only nnimap-request-move article
23254         respects it).
23255
23256         * nnimap.el (nnimap-request-move-article):
23257         When gnus-sum-hint-move-is-internal is set, don't do the extra
23258         nnimap-request-article.
23259
23260 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23261
23262         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23263
23264         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23265         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23266
23267         * gnus-sum.el (gnus-summary-caesar-message):
23268         Apply `gnus-treat-article' after rotation.
23269
23270         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23271         doc string.
23272
23273 2005-02-22  Simon Josefsson  <jas@extundo.com>
23274
23275         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23276         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23277         <arne@arnested.dk>.
23278         (encrypt): Add password-cache and password-cache-expiry as group
23279         members.
23280
23281 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23282
23283         * smime.el (smime-ldap-host-list): Doc fix.
23284         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23285         cache) password.
23286         (smime-sign-region): Use it.
23287         (smime-decrypt-region): Use it.
23288         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23289         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23290         fails.
23291         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23292         certificate from DER to PEM format rather than calling openssl.
23293
23294         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23295
23296         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23297         for signing/encryption.
23298
23299         * mml.el (mml-parse-1): Use them.
23300
23301 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23302
23303         * nnrss.el (nnrss-verbose): Remove.
23304         (nnrss-request-group): Use `nnheader-message' instead.
23305
23306 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23307
23308         * nnrss.el (nnrss-verbose): New variable.
23309         (nnrss-request-group): Make it say nnrss is requesting a group.
23310
23311 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23312
23313         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23314         Handle news URL with given port correctly.
23315
23316 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23319         containing special characters.
23320
23321         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23322
23323         * mml.el (mime-to-mml): Ditto.
23324
23325         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23326         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23327         (rfc2047-decode-region): Quote decoded words containing special
23328         characters when rfc2047-quote-decoded-words-containing-tspecials
23329         is non-nil.
23330
23331 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23332
23333         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23334
23335         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23336
23337 2005-02-15  Simon Josefsson  <jas@extundo.com>
23338
23339         * nnimap.el (nnimap-debug): Doc fix.
23340
23341         * imap.el (imap-debug): Doc fix.
23342
23343 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23344
23345         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23346
23347 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23348
23349         * gnus.el (spam-contents): Improve docs for spam-contents
23350         parameter in its variable incarnation.
23351
23352 2005-02-14  Simon Josefsson  <jas@extundo.com>
23353
23354         * smime-ldap.el: Use require instead of load-library for ldap.
23355         (smime-ldap-search): Indent.
23356         (smime-ldap-search-internal): Shorten line.
23357
23358         * smime.el (smime-cert-by-dns): Add doc-string.
23359         (smime-cert-by-ldap-1): Indent.
23360
23361         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23362         mml-smime-get-dns-ldap.
23363         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23364
23365 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23366
23367         * smime.el: Require smime-ldap.
23368         (smime-ldap-host-list): New variable.
23369         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23370
23371         * mml-smime.el (mml-smime-encrypt-query): New function.
23372         (mml-smime-encrypt-query): Use it.
23373
23374         * smime-ldap.el: New file.
23375
23376 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23377
23378         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23379
23380 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23381
23382         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23383         argument in doc string.  Make query for type more clear.
23384
23385 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23386
23387         * gnus.el (gnus-group-startup-message): Search for gnus images in
23388         etc/images/gnus.
23389         * mm-util.el (mm-image-load-path): Likewise.
23390         * smiley.el (smiley-data-directory): Search for smilies in
23391         etc/images/smilies.
23392
23393 2005-02-09  Kim F. Storm  <storm@cua.dk>
23394
23395         Change Emacs release version from 21.4 to 22.1 throughout.
23396         Change Emacs development version from 21.3.50 to 22.0.50.
23397
23398 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23401
23402         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23403         non-Mule XEmacs as well.
23404         (mm-decompress-buffer): Signal an error intentionally if it does
23405         not decompress compressed data because auto-compression-mode is
23406         disabled.
23407
23408 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23409
23410         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23411         an ID in the registry even if it has no groups.
23412
23413 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23414
23415         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23416         merge it into mm-decompress-buffer.
23417         (gnus-mime-copy-part): Use the MIME part charset, the value which
23418         a user specified or gnus-newsgroup-charset for decoding, like
23419         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23420         save-buffer what was used.  Suggested by Kevin Ryde
23421         <user42@zip.com.au>.
23422         (gnus-mime-inline-part): Allow the name parameter as well as the
23423         filename parameter; force decompressing of compressed data; always
23424         display contents being not decoded as unibyte.
23425
23426         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23427         as well as the filename parameter.
23428
23429         * mm-util.el (mm-decompress-buffer):
23430         Merge gnus-mime-jka-compr-maybe-uncompress.
23431         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23432         of compressed data.
23433
23434 2005-02-08  Simon Josefsson  <jas@extundo.com>
23435
23436         * imap.el (imap-log): Doc fix.
23437
23438 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23439
23440         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23441         the coding cookies; decompress compressed parts.
23442
23443         * mml.el (mml-generate-mime-1): Add the charset parameter according
23444         to the value which a user specified manually or the coding cookie.
23445
23446         * mm-util.el (mm-string-to-multibyte): New function.
23447         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23448         (mm-coding-system-to-mime-charset): New function.
23449         (mm-decompress-buffer): New function.
23450         (mm-find-buffer-file-coding-system): New function.
23451
23452         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23453         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23454         parts.
23455
23456 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23457
23458         * mm-view.el (mm-display-inline-fontify): Decode a part according
23459         to the charset parameter.
23460
23461 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23462
23463         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23464         prefix arg is neither nil nor a number, as info specifies.
23465
23466 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23467
23468         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23469         timestamps.
23470
23471 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23472
23473         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23474         groups error checking and notify user.
23475
23476 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23477
23478         * message.el (message-send-mail-function): Check existence of
23479         sendmail-program first before using default value
23480         `message-send-mail-with-sendmail'.  Otherwise use more generic
23481         `smtpmail-send-it'.
23482
23483 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23484
23485         * nntp.el (nntp-request-update-info): Always return nil.
23486
23487 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23488
23489         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23490
23491 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23492
23493         * message.el (message-beginning-of-line): Change the behavior when
23494         invoked between BOL and : so that it first moves backward.
23495
23496 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23497
23498         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23499         article buffer when editing of the article is discarded.
23500         (gnus-article-prepare): Revert.
23501
23502 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23503
23504         * gnus-art.el (gnus-article-prepare):
23505         Remove message-strip-forbidden-properties from the local hook.
23506
23507 2005-01-27  Simon Josefsson  <jas@extundo.com>
23508
23509         * password.el (password-cache-add): Only start one timer per key.
23510         Reported by Derek Atkins <warlord@MIT.EDU>.
23511
23512 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23513
23514         * run-at-time.el: Remove.  It is no longer needed as
23515         timer-funcs.el in the xemacs-base package has a working version of
23516         `run-at-time'.
23517
23518         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23519
23520         * password.el: Require timer-funcs instead of run-at-time in
23521         XEmacs.
23522         Remove `password-run-at-time' macro.
23523         (password-cache-add): Use `run-at-time' instead of
23524         `password-run-at-time'.
23525
23526         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23527         Remove `nnheader-cancel-function-timers' alias,
23528         `cancel-function-timers' exists in XEmacs in timer-funcs.
23529
23530         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23531         for `run-with-idle-timer'.
23532
23533         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23534         for `run-at-time'.
23535
23536         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23537         for `with-timeout'.
23538
23539         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23540         the same as for XEmacs 21.4.
23541         No need to ignore `run-with-idle-timer', this function exists in
23542         XEmacs now in timer-funcs.el in the xemacs-base package.
23543         (dgnushack-compile): No need to delete
23544         run-at-time.el from the list of files to compile because it
23545         doesn't exist anymore.
23546
23547 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23548
23549         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23550         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23551
23552 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23553
23554         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23555         sensitively.
23556
23557 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23558
23559         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23560
23561 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23562
23563         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23564         which will be inserted according to the multibyteness of a buffer
23565         rather than the type of contents.  Suggested by ARISAWA Akihiro
23566         <ari@mbf.ocn.ne.jp>.
23567
23568         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23569         of string which old xml.el may return rather than a string.
23570
23571 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23572
23573         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23574
23575 2005-01-16  Simon Josefsson  <jas@extundo.com>
23576
23577         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23578         idn/idna.el isn't available.
23579         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23580         <michael@waxrat.com>.
23581
23582         * hashcash.el: Remove non-FSF copyright header.
23583
23584         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23585         (hashcash-generate-payment): Use it.
23586         (hashcash-generate-payment-async): Use it.
23587
23588 2005-01-15  Simon Josefsson  <jas@extundo.com>
23589
23590         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23591         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23592
23593         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23594         gnus-summary-idna-message.
23595         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23596         (gnus-summary-idna-message): New function.
23597
23598 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23599
23600         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23601         gnus-novice-user.
23602
23603 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23604
23605         * nnrss.el (nnrss-request-delete-group): Delete entries in
23606         nnrss-group-alist as well.
23607         (nnrss-save-server-data): Insert newline.
23608
23609 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23610
23611         * gnus.el (gnus-user-agent): Use list of symbols instead of
23612         symbols.  Display full version number for (S)XEmacs.
23613         Optionally display (S)XEmacs codename.
23614
23615         * gnus-util.el (gnus-emacs-version): Update for new
23616         `gnus-user-agent'.
23617
23618         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23619         Gnus version.
23620
23621 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23622
23623         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23624         which is unreadable in some setups.
23625
23626 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23627
23628         * gnus-spec.el (gnus-update-format-specifications): Flush the
23629         group format spec cache if it doesn't support decoded group names.
23630
23631 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23632
23633         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23634         Allow to apply decay on score files matching a regexp.
23635
23636 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23637
23638         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23639         compatibility in %g and %c.
23640
23641 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23642
23643         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23644         name for only %g and %c.
23645         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23646         of gnus-tmp-group to decoded group name.
23647         (gnus-group-make-rss-group): Exclude `/'s from group names.
23648
23649 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23650
23651         * nnrss.el (nnrss-get-encoding): Fix regexp.
23652
23653 2004-12-27  Simon Josefsson  <jas@extundo.com>
23654
23655         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23656         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23657         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23658
23659 2004-12-17  Kim F. Storm  <storm@cua.dk>
23660
23661         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23662
23663         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23664
23665 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23666
23667         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23668
23669 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23670
23671         * nnrss.el: Require rfc2047 and mml.
23672         (nnrss-file-coding-system): New variable.
23673         (nnrss-format-string): Redefine it as an inline function.
23674         (nnrss-decode-group-name): New function.
23675         (nnrss-string-as-multibyte): Remove.
23676         (nnrss-retrieve-headers): Decode group name; don't use
23677         nnrss-format-string.
23678         (nnrss-request-group): Decode group name.
23679         (nnrss-request-article): Decode group name; allow a Message-ID as
23680         well as an article number; don't use nnrss-format-string; encode a
23681         Message-ID string which may contain non-ASCII characters; use
23682         mml-to-mime to compose a MIME article.
23683         (nnrss-request-expire-articles): Decode group name.
23684         (nnrss-request-delete-group): Decode group name.
23685         (nnrss-fetch): Clarify error message.
23686         (nnrss-read-server-data): Use insert-file-contents instead of load;
23687         bind file-name-coding-system; use multibyte buffer.
23688         (nnrss-save-server-data): Bind coding-system-for-write to the
23689         value of nnrss-file-coding-system; bind file-name-coding-system;
23690         add coding cookie.
23691         (nnrss-read-group-data): Use insert-file-contents instead of load;
23692         bind file-name-coding-system; use multibyte buffer.
23693         (nnrss-save-group-data): Bind coding-system-for-write to the
23694         value of nnrss-file-coding-system; bind file-name-coding-system.
23695         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23696         make it work with non-ASCII text.
23697         (nnrss-find-el): Make it work with old xml.el as well.
23698
23699 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23700
23701         * nnrss.el (nnrss-get-encoding): New function.
23702         (nnrss-fetch): Use unibyte buffer initially; bind
23703         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23704         decode contents according to the encoding attribute.
23705         (nnrss-save-group-data): Add coding cookie.
23706         (nnrss-mime-encode-string): New function.
23707         (nnrss-check-group): Use it to encode subject and author.
23708
23709 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23710
23711         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23712         imaginary variable.
23713
23714 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23715
23716         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23717         correctly even if there are wide characters.
23718
23719 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23720
23721         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23722         downcased symbol names; make a new cache instead of reusing
23723         bbdb-hashtable.
23724
23725 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23726
23727         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23728         concatenating segments rather than before concatenating them.
23729         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23730
23731         * message.el (message-get-reply-headers): Bind `extra'.
23732
23733 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23734
23735         * message.el (message-extra-wide-headers): New variable.
23736         (message-get-reply-headers): Use it.
23737
23738 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23739
23740         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23741         (gnus-agent-group-pathname): Ditto.
23742
23743         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23744
23745         * gnus-group.el (gnus-group-make-group): Decode group name.
23746         (gnus-group-make-rss-group): Register the group data after opening
23747         the nnrss group.
23748
23749 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23750
23751         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23752         by expiry now get marked as read.
23753
23754 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23755
23756         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23757
23758 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23759
23760         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23761         unify Latin characters in XEmacs.
23762         (mm-find-mime-charset-region): Use it.
23763
23764 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23765
23766         * gnus-util.el (gnus-delete-directory): New function.
23767
23768         * gnus-agent.el (gnus-agent-delete-group): Use it.
23769
23770         * gnus-cache.el (gnus-cache-delete-group): Use it.
23771
23772 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23773
23774         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23775         names.
23776
23777 2004-12-16  Simon Josefsson  <jas@extundo.com>
23778
23779         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23780
23781 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23782
23783         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23784
23785         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23786         (gnus-group-set-current-level): Decode group name.
23787
23788 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23789
23790         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23791         failed.
23792
23793 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * gnus-group.el (gnus-group-delete-group): Decode group name.
23796         (gnus-group-make-rss-group): Encode group name.
23797         (gnus-group-catchup-current): Decode group name.
23798         (gnus-group-kill-group): Decode group name.
23799
23800 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23801
23802         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23803
23804 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23805
23806         * gnus-group.el (gnus-group-make-rss-group):
23807         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23808
23809         * gnus-start.el (gnus-setup-news): Honor user's setting to
23810         gnus-message-archive-method.  Suggested by Lute Kamstra
23811         <lute@gnu.org>.
23812
23813 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23814
23815         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23816         global counterparts of the buffer-local variables.
23817
23818 2004-11-16  Romain Francoise  <romain@orebokech.com>
23819
23820         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23821         counterparts of the buffer-local variables.
23822
23823 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23824
23825         * message.el (message-forbidden-properties): Fix typo in doc
23826         string.
23827
23828 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23829
23830         * gnus-util.el (gnus-replace-in-string): Add doc string.
23831
23832         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23833         to avoid problems when splitting mails with many recipients.
23834
23835 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23836
23837         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23838         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23839
23840 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23841
23842         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23843         if there is no hashtable in memory or file modification time is
23844         newer than cached timestamp.
23845
23846 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23847
23848         * gnus-sum.el (gnus-summary-limit-to-recipient):
23849         Implement not-matching option.
23850
23851 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23852
23853         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23854         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23855         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23856         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23857         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23858         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23859
23860 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23861
23862         * message.el (message-forward-make-body-mml): Remove headers
23863         according to message-forward-ignored-headers if a message is decoded.
23864
23865 2004-12-02  Romain Francoise  <romain@orebokech.com>
23866
23867         * message.el (message-forward-make-body-plain): Always remove
23868         headers according to message-forward-ignored-headers.
23869
23870 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23871
23872         * spam.el (spam-summary-prepare-exit): Remove the
23873         gnus-summary-limit pop for now, it has problems with ham marks for
23874         me.
23875
23876 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23877
23878         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23879         correctly.
23880
23881 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23882
23883         * format-spec.el (format-spec): Message the char.
23884
23885 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23886
23887         * gnus-art.el (gnus-split-methods): Reformat comments.
23888
23889         * spam.el (spam-summary-prepare-exit): Remove article limits
23890         before exiting the summary buffer.
23891
23892 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23893
23894         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23895         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23896
23897         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23898         order to silence the byte compiler.
23899
23900         * spam.el: Fix the way to silence the byte compiler, which
23901         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23902         bbdb-search-simple, spam-BBDB-register-routine,
23903         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23904         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23905         spam-stat-buffer-is-spam, spam-stat-load,
23906         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23907         spam-stat-save and spam-stat-split-fancy.
23908
23909 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23910
23911         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23912         which may confuse users.
23913         (canlock-password-for-verify): Ditto.
23914
23915         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23916
23917         * gnus-art.el (gnus-emphasis-alist): Ditto.
23918
23919         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23920
23921         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23922
23923         * gnus-start.el (gnus-save-killed-list): Ditto.
23924
23925         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23926         (gnus-sum-thread-tree-root): Ditto.
23927         (gnus-sum-thread-tree-false-root): Ditto.
23928         (gnus-sum-thread-tree-single-indent): Ditto.
23929
23930         * message.el (message-courtesy-message): Ditto.
23931         (message-archive-note): Ditto.
23932         (message-subscribed-address-file): Ditto.
23933         (message-user-fqdn): Ditto.
23934
23935         * spam-report.el (spam-report-gmane-regex): Ditto.
23936
23937         * spam.el (spam-blackhole-good-server-regex): Ditto.
23938
23939 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23940
23941         * mml.el (mml-preview): Widen the message buffer before copying
23942         the contents to the preview buffer; sort headers before previewing.
23943
23944         * message.el (message-hidden-headers): Fix the way to avoid a bug
23945         in the `repeat' widget in Emacs 21.3 or earlier.
23946
23947 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * message.el (message-hidden-headers): Default to "^References:".
23950         Improve customization type.  Suggested by Reiner Steib
23951         <Reiner.Steib@gmx.de>.
23952
23953 2004-11-25  Romain Francoise  <romain@orebokech.com>
23954
23955         * message.el (message-strip-forbidden-properties): Remove check for
23956         obsolete `message-hidden' text property, hidden headers are not
23957         accessible in the buffer anymore.
23958
23959 2004-11-22  Romain Francoise  <romain@orebokech.com>
23960
23961         * message.el (message-header-format-alist): Add `From' in list
23962         so that it can be sorted.
23963         (message-fix-before-sending): Widen and sort headers before
23964         sending.
23965         (message-hide-headers): Use narrowing to hide headers by moving
23966         them to the top of the buffer and narrowing to the region
23967         underneath.
23968
23969 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23970
23971         * message.el (message-strip-forbidden-properties):
23972         Bind buffer-read-only (etc) to nil.
23973
23974 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23975
23976         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23977         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23978
23979 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23980
23981         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23982
23983 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23984
23985         * dns.el (query-dns): Use sit-for to time instead of
23986         accept-process-output, since that doesn't seem to work on udp
23987         sockets.
23988
23989 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23990
23991         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23992
23993 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23994
23995         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23996         doc string.  Improve doc string.
23997
23998 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23999
24000         * nntp.el (nntp-request-update-info): Return nil if
24001         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24002         may not call gnus-activate-group which uselessly issues the GROUP
24003         commands for all nntp groups and wastes time.  Reported by Romain
24004         Francoise <romain@orebokech.com>.
24005
24006         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24007
24008 2004-11-15  Simon Josefsson  <jas@extundo.com>
24009
24010         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24011         headers separately.
24012         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24013         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24014
24015 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24016
24017         * gnus-start.el (gnus-convert-old-newsrc):
24018         Assign legacy-gnus-agent to 5.10.7.
24019
24020 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24021
24022         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24023         start of the lines.
24024
24025 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24026
24027         * hashcash.el (hashcash-default-payment): Change default to 20.
24028         (hashcash-default-accept-payment): Change default to 20.
24029         (hashcash-process-alist): New variable.
24030         (hashcash-generate-payment-async): Add.
24031         (hashcash-already-paid-p): Add.
24032         (hashcash-insert-payment): Don't generate payments twice.
24033         (hashcash-insert-payment-async): Add.
24034         (hashcash-insert-payment-async-2): Add.
24035         (hashcash-cancel-async): Add.
24036         (hashcash-wait-async): Add.
24037         (hashcash-processes-running-p): Add.
24038         (hashcash-wait-or-cancel): Add.
24039         (mail-add-payment): New optional argument.  Conditionally start
24040         asynchronous calculation.
24041         (mail-add-payment-async): Add.
24042
24043         * message.el (message-send-mail): Wait for asynchronous hashcash
24044         results.  Don't clobber existing X-Hashcash headers.
24045         (message-setup-1): Call mail-add-payment-async when
24046         message-generate-hashcash is non-nil.
24047
24048 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24049
24050         * message.el (message-use-alternative-email-as-from): Examine the
24051         From header as well; use message-make-from in order to include a
24052         user's full name.
24053
24054 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24057         default; improve customization type.
24058         (gnus-emphasis-custom-with-format): New macro.
24059         (gnus-emphasis-custom-value-to-external): New function.
24060         (gnus-emphasis-custom-value-to-internal): New function.
24061
24062 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24063
24064         * dns.el (query-dns): Resolve reverse addresses.
24065
24066 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24067
24068         * gnus-group.el (gnus-group-get-new-news): Use it.
24069
24070         * gnus-start.el (gnus-check-reasonable-setup): New function.
24071
24072 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24073
24074         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24075         "Args out of range" error.  Reported by Arnaud Giersch
24076         <arnaud.giersch@free.fr>.
24077
24078 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24079
24080         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24081
24082 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24083
24084         * spam.el (spam group): Add :version.
24085
24086         * pgg-def.el (pgg group): Add :version.
24087
24088 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * gnus-art.el (gnus-article-edit-article): Don't associate the
24091         article buffer with a draft file.  This is a temporary measure
24092         against the 2004-08-22 change to gnus-article-edit-mode.
24093
24094 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24095
24096         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24097         (html2text-format-tags): Remove unused variable `attr'.
24098
24099 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24100
24101         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24102
24103         * tls.el (tls-process-connection-type, tls-success)
24104         (tls-certtool-program): Add :version.
24105
24106         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24107         (starttls-extra-arguments, starttls-process-connection-type)
24108         (starttls-connect, starttls-failure, starttls-success): Add :version.
24109
24110         * spam-stat.el (spam-stat): Add :version.
24111
24112         * sieve.el (sieve): Add :version.
24113
24114         * sha1.el (sha1): Add :version.
24115         (sha1-use-external): Remove redundant version.
24116
24117         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24118         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24119         (nnmail-split-fancy-match-partial-words)
24120         (nnmail-split-lowercase-expanded): Add :version.
24121
24122         * nndiary.el (nndiary): Add :version.
24123
24124         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24125
24126         * mml-sec.el (mml-default-sign-method)
24127         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24128         Add :version.
24129
24130         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24131
24132         * mm-url.el (mm-url-use-external, mm-url-program)
24133         (mm-url-arguments): Add :version.
24134
24135         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24136         (mm-attachment-file-modes, mm-decrypt-option)
24137         (mm-w3m-safe-url-regexp): Add :version.
24138
24139         * message.el (message-cite-prefix-regexp)
24140         (message-sendmail-envelope-from, message-minibuffer-local-map)
24141         (message-user-fqdn, message-completion-alist): Add :version.
24142
24143         * gnus-win.el (gnus-configure-windows-hook)
24144         (gnus-use-frames-on-any-display): Add :version.
24145
24146         * gnus-art.el (gnus-article-address-banner-alist)
24147         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24148         (gnus-treat-from-picon, gnus-treat-mail-picon)
24149         (gnus-treat-x-pgp-sig): Add :version.
24150
24151         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24152         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24153         (gnus-summary-article-delete-hook)
24154         (gnus-summary-display-while-building): Add :version.
24155
24156         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24157         (gnus-get-top-new-news-hook): Add :version.
24158
24159         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24160         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24161
24162         * gnus-registry.el (gnus-registry): Add :version.
24163
24164         * gnus-spec.el (gnus-use-correct-string-widths)
24165         (gnus-make-format-preserve-properties): Add :version.
24166
24167         * gnus.el (gnus-group-charter-alist)
24168         (gnus-group-fetch-control-use-browse-url)
24169         (gnus-install-group-spam-parameters): Add :version.
24170
24171         * gnus-diary.el (gnus-diary): Add :version.
24172
24173         * gnus-delay.el (gnus-delay): Add :version.
24174
24175         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24176         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24177         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24178         Add :version.
24179
24180         * gnus-agent.el (gnus-agent-max-fetch-size)
24181         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24182         (gnus-agent-prompt-send-queue): Add :version.
24183
24184         * deuglify.el (gnus-outlook-deuglify): Add :version.
24185
24186         * html2text.el: Beautify code.  Improve doc strings.
24187         Some checkdoc cleanup.
24188         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24189
24190 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24191
24192         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24193
24194 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24195
24196         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24197         when package is loaded.
24198
24199         * spam.el (spam-summary-score-preferred-header): Add global preference
24200         for people who want to override the default SpamAssassin over
24201         Bogofilter preference (when both are set).
24202         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24203         (spam-user-format-function-S):
24204         Check spam-summary-score-preferred-header.
24205         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24206         (spam-user-format-function-S): Format the score correctly.
24207
24208 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24209
24210         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24211         signature file.  Suggested by Manoj Srivastava
24212         <srivasta@golden-gryphon.com>.
24213
24214         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24215         iso-2022-jp even in the Japanese language environment.
24216         Suggested by Jason Rumney <jasonr@gnu.org>.
24217
24218 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24219
24220         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24221         use the same characters as the dummy marks; make it free from
24222         getting affected by the language environment.
24223         (gnus-summary-read-group-1): Update mark positions only when the
24224         format spec is updated.
24225
24226         * gnus-spec.el (gnus-update-format-specifications): Return a list
24227         of updated types.
24228
24229 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24230
24231         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24232         of boundp to check if display-warning is available.
24233
24234 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24235
24236         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24237
24238 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * nnspool.el (nnspool-spool-directory): Use news-path if the
24241         news-directory variable is not bound.
24242
24243         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24244         function instead of display-warning if it is not available.
24245
24246 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24247
24248         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24249         v5-10: Use `point-at-bol'.
24250
24251 2004-10-26  Simon Josefsson  <jas@extundo.com>
24252
24253         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24254         <chenggao@gmail.com>.
24255
24256 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24257
24258         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24259         instead.
24260
24261 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24264         to remove a server from the nnimap-server-buffer-alist.
24265         (nnimap-open-connection, nnimap-close-server): Use it.
24266
24267         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24268
24269 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24270
24271         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24272         running the major-mode function.
24273
24274 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24275
24276         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24277         dummy marks in the right way.
24278
24279 2004-10-18  David Edmondson  <dme@dme.org>
24280
24281         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24282         excessively.
24283
24284 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24285
24286         * gnus-util.el (gnus-split-references): Accept a nil references
24287         string and go on blissfully.
24288
24289         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24290         cases where the references string is non-nil but has no references.
24291
24292         * encrypt.el: Add autoload tags.
24293
24294         * spam.el (spam-resolve-registrations-routine): Remove article
24295         from unregistration list too.  Reported by David Hanak
24296         <dhanak@isis.vanderbilt.edu>
24297
24298 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24299
24300         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24301         nil.  Change custom type.
24302
24303 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24304
24305         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24306
24307         * gnus-sum.el (gnus-summary-move-article): Use it.
24308
24309 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24310
24311         * encrypt.el: Add autoload cookies.
24312
24313         * spam.el (spam-backend-article-list-property)
24314         (spam-backend-get-article-todo-list)
24315         (spam-backend-put-article-todo-list)
24316         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24317         Resolve registrations separately.
24318         (spam-register-routine): Format comments.
24319         (spam-unregister-routine, spam-register-routine): Always call with
24320         specific-articles, no default list.
24321         (spam-summary-prepare-exit): Use the spam-classifications function.
24322
24323         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24324         gnus-encrypt.el.
24325
24326         * encrypt.el: Copied from gnus-encrypt.el.
24327
24328         * gnus-encrypt.el: Commented that it's obsolete.
24329
24330 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24331
24332         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24333         (gnus-score-save): Use it.
24334
24335         * message.el (message-bury): Use `window-dedicated-p'.
24336
24337 2004-10-15  Simon Josefsson  <jas@extundo.com>
24338
24339         * pop3.el (top-level): Don't require nnheader.
24340         (pop3-read-timeout): Add.
24341         (pop3-accept-process-output): Add.
24342         (pop3-read-response, pop3-retr): Use it.
24343
24344 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24345
24346         * spam.el (spam-register-routine): Move comment.
24347         (spam-verify-bogofilter): Use 'unknown for the initial
24348         spam-bogofilter-valid state, not 'never.
24349
24350         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24351         for netrc-machine.
24352
24353         * nnimap.el (nnimap-open-connection):
24354         Use netrc-machine-user-or-password.
24355
24356 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24357
24358         * gnus-registry.el (gnus-registry-unload-hook):
24359         Set as a variable with add-hook.
24360
24361         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24362         of news-path.
24363
24364         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24365
24366         * spam.el: Delete duplicate `provide'.
24367         (spam-unload-hook): Set as a variable with add-hook.
24368
24369 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24370
24371         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24372         in the doc string.
24373
24374         * message.el (message-ignored-news-headers)
24375         (message-ignored-supersedes-headers)
24376         (message-ignored-resent-headers)
24377         (message-forward-ignored-headers): Improve custom type.
24378
24379 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24380
24381         * message.el (message-tokenize-header): Fix 2004-09-06 change
24382         which used point-min in the wrong place.
24383
24384 2004-10-12  Simon Josefsson  <jas@extundo.com>
24385
24386         * tls.el (tls-certtool-program): New variable.
24387         (tls-certificate-information): New function, based on
24388         ssl-certificate-information.
24389
24390 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24391
24392         * compface.el: Move the version of ELisp-based uncompface program
24393         to the contrib directory because of the copyright problem.
24394
24395 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24396
24397         * message.el (message-kill-buffer): Raise the current frame.
24398
24399 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24400
24401         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24402
24403         * gnus.el (message-y-or-n-p): Autoload.
24404
24405         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24406         (pop3-password-required, pop3-authentication-scheme)
24407         (pop3-leave-mail-on-server): Make customizable.
24408         (pop3): New custom group.
24409         (pop3-retr): Remove `sleep-for' statements.
24410         Suggested by Dave Love <fx@gnu.org>.
24411
24412         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24413         Windows/DOS.
24414
24415         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24416         (imap-parse-body): Fix incorrect use of `assert'.
24417         Suggested by Dave Love <fx@gnu.org>.
24418
24419         * mml.el (mml-minibuffer-read-disposition): Require match.
24420         Suggested by Dave Love <fx@gnu.org>.
24421
24422 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24423
24424         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24425         doc string.
24426
24427 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24428
24429         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24430
24431 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24432
24433         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24434         instead of calling `mm-insert-inline', to decode text/* parts
24435         before displaying them.
24436
24437 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24438
24439         * mm-uu.el (mm-uu-text-plain-type): New variable.
24440         (mm-uu-pgp-signed-extract-1): Use it.
24441         (mm-uu-pgp-encrypted-extract-1): Use it.
24442         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24443         bind mm-uu-text-plain-type with that value.
24444         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24445         mm-uu-dissect.
24446
24447 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24448
24449         * gnus-group.el (gnus-update-group-mark-positions):
24450         * gnus-sum.el (gnus-update-summary-mark-positions):
24451         * message.el (message-check-news-body-syntax):
24452         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24453         of string-as-multibyte.
24454
24455 2004-10-05  Juri Linkov  <juri@jurta.org>
24456
24457         * gnus-group.el (gnus-update-group-mark-positions):
24458         * gnus-sum.el (gnus-update-summary-mark-positions):
24459         * message.el (message-check-news-body-syntax):
24460         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24461         8-bit unibyte values to a multibyte string for search functions.
24462
24463 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24464
24465         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24466         (mm-uu-dissect-text-parts): New function.
24467
24468         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24469         dissect text parts.
24470
24471         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24472         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24473
24474         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24475
24476         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24477         Use gnus-current-topics instead of gnus-current-topic.
24478
24479 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24480
24481         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24482
24483 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24484
24485         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24486         where appropriate.
24487
24488         * nnml.el (nnml-generate-active-info): do.
24489
24490         * nndiary.el (nndiary-generate-active-info): do.
24491
24492         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24493         (gnus-topic-move): do.
24494
24495         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24496         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24497
24498         * gnus-srvr.el (gnus-server-prepare)
24499         (gnus-server-open-all-servers): do.
24500
24501         * gnus-msg.el (gnus-summary-cancel-article)
24502         (gnus-summary-resend-message)
24503         (gnus-summary-mail-crosspost-complaint): do.
24504
24505         * gnus-move.el (gnus-change-server): do.
24506
24507         * gnus-group.el (gnus-group-unmark-all-groups)
24508         (gnus-group-set-current-level): do.
24509
24510 2004-10-04  Simon Josefsson  <jas@extundo.com>
24511
24512         * message.el (message-generate-hashcash): Doc fix.
24513
24514 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24515
24516         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24517         avoid infinite recursion via gnus-get-function.
24518
24519 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24520
24521         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24522
24523         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24524
24525         * nnmail.el (nnmail-split-history): do.
24526
24527         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24528         (nnml-request-delete-group): do.
24529
24530         * nnslashdot.el (nnslashdot-read-groups): do.
24531
24532         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24533         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24534
24535         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24536         (nnspool-sift-nov-with-sed): Use last.
24537         (nnspool-retrieve-headers-with-nov): Use mapc.
24538         (nnspool-request-newgroups): Use dolist.
24539         (nnspool-request-group): Use last.
24540
24541         * nntp.el (nntp-read-server-type): Use dolist.
24542
24543         * nnvirtual.el (nnvirtual-create-mapping)
24544         (nnvirtual-update-read-and-marked): Use dolist.
24545         (nnvirtual-convert-headers): Simplify.
24546
24547 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24548
24549         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24550         Add support for sync'ing tick marks.
24551
24552 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24553
24554         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24555         there's no visible header.
24556
24557 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24558
24559         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24560         When necessary, pass full group name to gnus-request-set-marks.
24561
24562 2004-10-01  Simon Josefsson  <jas@extundo.com>
24563
24564         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24565         acroread.
24566
24567 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24568
24569         * spam-report.el (spam-report-gmane): Fix interactive.
24570
24571         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24572
24573         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24574         when writing file.
24575         (gnus-agent-synchronize-flags): Don't default to being
24576         interactive.
24577
24578 2004-09-30  Simon Josefsson  <jas@extundo.com>
24579
24580         * message.el (message-generate-hashcash): Add.
24581         (message-send-mail): Use it, call mail-add-payment.
24582
24583 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24584
24585         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24586
24587 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24588
24589         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24590         gnus-requst-update-info with explicit code to sync the in-memory
24591         info read flags with the marks being sync'd to the backend.
24592
24593         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24594
24595 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24596
24597         * spam.el (spam-verify-bogofilter): Add new function.
24598         (spam-check-bogofilter)
24599         (spam-bogofilter-register-with-bogofilter): Use it.
24600         (spam-verify-bogofilter): Add small fixes.
24601
24602 2004-09-28  Simon Josefsson  <jas@extundo.com>
24603
24604         * hashcash.el (hashcash-generate-payment): Revert.
24605
24606 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24607
24608         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24609         Use gnus-extract-references instead of gnus-split-references.
24610
24611         * gnus-util.el (gnus-extract-references): Add new function, analogous
24612         to gnus-split-references but extracts only the message-ID without
24613         anything extra.
24614
24615         * hashcash.el (hashcash-generate-payment)
24616         (hashcash-check-payment): Do the right thing if hashcash-path is
24617         nil (because the hashcash program could not be found).
24618
24619         * spam.el (spam-use-hashcash): Remove comment.
24620
24621 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24622
24623         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24624         (gnus-cache-enter-article, gnus-cache-remove-article)
24625         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24626
24627         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24628
24629         * gnus-art.el (article-hide-boring-headers)
24630         (article-translate-strings, article-display-face)
24631         (gnus-article-mime-match-handle-first)
24632         (gnus-article-highlight-headers)
24633         (gnus-article-add-buttons-to-head): do.
24634
24635 2004-09-27  Simon Josefsson  <jas@extundo.com>
24636
24637         * hashcash.el: New version, from
24638         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24639         ../contrib/.
24640
24641 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24642
24643         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24644
24645 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24646
24647         * gnus-dup.el (gnus-dup-open): Use mapc.
24648         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24649
24650         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24651         Reported by Stefan Wiens <s.wi@gmx.net>.
24652
24653         * gnus.el (gnus-shutdown): Use dolist.
24654
24655         * gnus-undo.el (gnus-undo): Use mapc.
24656
24657         * nnrss.el (nnrss-generate-active): do.
24658
24659         * message.el (message-cite-original-without-signature)
24660         (message-cite-original): Use mapc.
24661         (message-do-actions, message-make-forward-subject): Use dolist.
24662
24663 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24664
24665         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24666         deletion to remove entire duplicate line.  Fixes merged article
24667         number bug.
24668
24669 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24670
24671         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24672         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24673         first ask if you want to open a server and then, even when you
24674         responded with no, asking if you want to synchronize the server's
24675         flags.
24676         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24677         multi-line expressions.
24678         (gnus-agent-synchronize-group-flags): New internal function.
24679         Updates marks in memory (in the info structure) AND in the
24680         backend.
24681
24682         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24683
24684         * nnagent.el (nnagent-request-set-mark):
24685         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24686         method, to ensure that synchronization updates marks in the
24687         backend and in the info (in memory) structure.
24688
24689 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24690
24691         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24692         convention fully; don't miss the root article of a thread; make
24693         the X-Draft-From header with correct article numbers.
24694
24695 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24696
24697         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24698         unless plugged.  Disable the agent so that an open failure causes
24699         an error.
24700
24701         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24702         Revert 2004-09-21 change.  The backend must be opened while
24703         synchronizing flags even when the backend stores the flags
24704         locally.
24705
24706 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24707
24708         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24709         in `header' match.  Reported by Svend Tollak Munkejord.
24710
24711         * message.el (message-cite-original): Fix use of
24712         `message-cite-articles-with-x-no-archive'.
24713
24714 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24715
24716         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24717         (gnus-window-to-buffer): Ditto.
24718
24719         * mml.el (mml-preview-buffer): New variable.
24720         (mml-preview): Manage window layout with gnus-buffer-configuration.
24721
24722         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24723         X-Draft-From header even if those articles aren't quoted.
24724
24725 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24726
24727         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24728         (gnus-request-set-mark, gnus-request-update-mark): Use new
24729         g-s-t-u-l-m to decide to use backend even when unplugged.
24730
24731 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24732
24733         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24734         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24735
24736 2004-09-20  Simon Josefsson  <jas@extundo.com>
24737
24738         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24739         "utf-16-le".
24740
24741 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24742
24743         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24744
24745 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24746
24747         * uudecode.el (uudecode-use-external): Add :version.
24748
24749         * smime.el (smime-CA-file, smime-encrypt-cipher)
24750         (smime-dns-server): Add :version.
24751
24752         * smiley.el (gnus-smiley-file-types): Add :version.
24753
24754         * sha1.el (sha1-use-external): Add :version.
24755
24756         * pgg-def.el (pgg-query-keyserver): Add :version.
24757
24758         * nnmail.el (nnmail-fancy-expiry-targets)
24759         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24760         Add :version.
24761
24762         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24763         (nnimap-retrieve-groups-asynchronous): Add :version.
24764         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24765
24766         * mml.el (mml-content-disposition-parameters)
24767         (mml-insert-mime-headers-always): Add :version.
24768
24769         * mm-util.el (mm-coding-system-priorities): Add :version.
24770
24771         * mm-decode.el (mm-inline-text-html-with-images)
24772         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24773         (mm-verify-option): Add :version.
24774         (mm-text-html-renderer): Change :version.
24775
24776         * message.el (message-fcc-externalize-attachments)
24777         (message-required-headers, message-draft-headers)
24778         (message-subject-trailing-was-query)
24779         (message-subject-trailing-was-ask-regexp)
24780         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24781         (message-mark-insert-end, message-archive-header)
24782         (message-archive-note, message-cross-post-default)
24783         (message-cross-post-note, message-followup-to-note)
24784         (message-cross-post-note-function, message-use-mail-followup-to)
24785         (message-subscribed-address-functions)
24786         (message-subscribed-address-file, message-subscribed-addresses)
24787         (message-subscribed-regexps, message-allow-no-recipients)
24788         (message-yank-cited-prefix, message-signature-insert-empty-line)
24789         (message-hidden-headers, message-hierarchical-addresses)
24790         (message-mail-user-agent, message-use-idna)
24791         (message-valid-fqdn-regexp)
24792         (message-strip-special-text-properties, message-header-synonyms)
24793         (message-beginning-of-line, message-tab-body-function): Add :version.
24794         (message-insert-canlock, message-wide-reply-confirm-recipients):
24795         Change :version.
24796
24797         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24798         and :version.
24799         (mail-source-delete-old-incoming-confirm)
24800         (mail-source-movemail-program): Add :version.
24801
24802         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24803         (gnus-agent-cache, gnus-agent): Change :version.
24804
24805         * gnus-util.el (gnus-use-byte-compile): Change :version.
24806
24807         * gnus-sum.el (gnus-summary-make-false-root-always)
24808         (gnus-summary-default-high-score)
24809         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24810         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24811         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24812         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24813         (gnus-sum-thread-tree-single-indent)
24814         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24815         (gnus-sum-thread-tree-leaf-with-other)
24816         (gnus-sum-thread-tree-single-leaf): Add :version.
24817         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24818         (gnus-article-loose-mime): Change :version.
24819
24820         * gnus-start.el (gnus-backup-startup-file)
24821         (gnus-save-startup-file-via-temp-buffer): Add :version.
24822
24823         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24824         (gnus-server-offline-face): Add :version.
24825
24826         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24827
24828         * gnus-msg.el (gnus-gcc-externalize-attachments)
24829         (gnus-debug-files, gnus-debug-exclude-variables)
24830         (gnus-discouraged-post-methods): Change :version.
24831         (gnus-confirm-mail-reply-to-news)
24832         (gnus-confirm-treat-mail-like-news): Add :version.
24833
24834         * gnus-int.el (gnus-server-unopen-status): Add :version.
24835
24836         * gnus-group.el (gnus-group-jump-to-group-prompt)
24837         (gnus-large-ephemeral-newsgroup)
24838         (gnus-fetch-old-ephemeral-headers): Add :version.
24839
24840         * gnus-fun.el (gnus-x-face-directory)
24841         (gnus-convert-pbm-to-x-face-command)
24842         (gnus-convert-image-to-x-face-command)
24843         (gnus-convert-image-to-face-command): Add :version.
24844
24845         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24846
24847         * gnus-cite.el (gnus-cite-blank-line-after-header)
24848         (gnus-article-boring-faces): Add :version.
24849
24850         * gnus-art.el (gnus-buttonized-mime-types)
24851         (gnus-inhibit-mime-unbuttonizing)
24852         (gnus-treat-display-face)
24853         (gnus-treat-body-boundary): Change :version.
24854         (gnus-body-boundary-delimiter, gnus-picon-databases)
24855         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24856         (gnus-treat-date-english, gnus-treat-fold-headers)
24857         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24858         (gnus-treat-mail-picon, gnus-treat-wash-html)
24859         (gnus-article-encrypt-protocol)
24860         (gnus-use-idna, gnus-article-over-scroll)
24861         (gnus-mime-display-multipart-alternative-as-mixed)
24862         (gnus-mime-display-multipart-related-as-mixed)
24863         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24864         (gnus-ctan-url, gnus-button-ctan-handler)
24865         (gnus-button-handle-ctan-bogus-regexp)
24866         (gnus-button-ctan-directory-regexp)
24867         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24868         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24869         (gnus-button-man-level, gnus-button-emacs-level)
24870         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24871
24872         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24873         (gnus-agent-go-online): Change :version.
24874         (gnus-agent-expire-unagentized-dirs)
24875         (gnus-agent-auto-agentize-methods): Add :version.
24876
24877         * flow-fill.el (fill-flowed-display-column)
24878         (fill-flowed-encode-column): Add :version.
24879
24880         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24881         (gnus-outlook-deuglify-unwrap-max)
24882         (gnus-outlook-deuglify-cite-marks)
24883         (gnus-outlook-deuglify-unwrap-stop-chars)
24884         (gnus-outlook-deuglify-no-wrap-chars)
24885         (gnus-outlook-deuglify-attrib-cut-regexp)
24886         (gnus-outlook-deuglify-attrib-verb-regexp)
24887         (gnus-outlook-deuglify-attrib-end-regexp)
24888         (gnus-outlook-display-hook): Add :version.
24889
24890         * binhex.el (binhex-use-external): Add :version.
24891
24892 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24893
24894         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24895         and `invisible'.
24896
24897 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24898
24899         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24900         in gnus-registry-trim.
24901
24902 2004-09-13  Simon Josefsson  <jas@extundo.com>
24903
24904         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24905
24906         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24907
24908         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24909         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24910         <yamaoka@jpl.org>.
24911         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24912         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24913         <yamaoka@jpl.org>.
24914
24915         * sieve.el (sieve-manage-mode): Ditto.
24916
24917 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24918
24919         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24920
24921 2004-09-11  Simon Josefsson  <jas@extundo.com>
24922
24923         * dns-mode.el: Add.
24924
24925         * mm-view.el (mm-display-dns-inline): Add.
24926
24927         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24928         (mm-automatic-display): Ditto.
24929
24930         * mailcap.el (mailcap-mime-data): Add text/dns.
24931         (mailcap-mime-extensions): Map .soa to text/dns.
24932
24933 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24934
24935         * gnus-art.el (article-decode-mime-words, article-babel)
24936         (gnus-article-highlight-signature, gnus-article-add-buttons)
24937         (gnus-signature-toggle): Remove unnecessary bindings of
24938         `inhibit-read-only' inherited from v5.10 merge.
24939
24940 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24941
24942         * nntp.el (nntp): New customization group.
24943         (nntp-authinfo-file): Add customization group.
24944
24945         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24946
24947         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24948
24949         * gnus.el (to-address, to-list, subscribed)
24950         (large-newsgroup-initial): Ditto.
24951
24952         * flow-fill.el (fill-flowed-display-column)
24953         (fill-flowed-encode-column): Ditto.
24954
24955 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24956
24957         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24958         Use point-min rather than 1.
24959         (message-send-mail): Use buffer-size rather than point-max.
24960
24961         * gnus-sum.el (gnus-summary-search-article-forward):
24962         Signal a specific `search-failed' rather than a generic `error'.
24963
24964         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24965         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24966         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24967
24968 2004-09-10  Simon Josefsson  <jas@extundo.com>
24969
24970         * nndb.el (require): Remove tcp and duplicate cl.
24971
24972 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24973
24974         * gnus-agent.el (directory-files-and-attributes): Move forward.
24975
24976 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24977
24978         * gnus-agent.el (directory-files-and-attributes):
24979         Optionally defined to support XEmacs.
24980
24981 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24982
24983         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24984         to avoid run-time CL dependencies.
24985         (gnus-agent-unfetch-articles): New function.
24986         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24987         article numbers even when local .overview file is missing.
24988         (gnus-agent-read-article-number): New function.  Only accepts
24989         27-bit article numbers.
24990         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24991         Use gnus-agent-read-article-number.
24992         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24993         from backend while recognizing that article numbers in .overview
24994         must be valid.
24995         (gnus-agent-update-files-total-fetched-for):
24996         Use directory-files-and-attributes to improve performance.
24997         * gnus-int.el (gnus-request-move-article):
24998         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24999         improve performance.
25000
25001         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25002         some users confused by references to .newsrc when they only have a
25003         .newsrc.eld file.
25004         (gnus-convert-mark-converter-prompt)
25005         (gnus-convert-converter-needs-prompt): Fix use of property list.
25006         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25007         New function.  Used internally to only display 'gnus converting
25008         files' message when actually necessary.
25009
25010         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25011         methods now autoloaded.
25012
25013 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25014
25015         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25016         identifiers.
25017
25018 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25019
25020         * gnus-picon.el: Fix indentation and closing parenthesis.
25021
25022 2004-09-01  Simon Josefsson  <jas@extundo.com>
25023
25024         * message.el (message-canlock-generate): Require sha1, not
25025         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25026         to require within a function.  Sadly, if sha1.el isn't loaded, the
25027         let binding in m-c-g will hide the defcustom definition, which is
25028         bad.)
25029
25030         * canlock.el: Require sha1, not sha1-el.
25031
25032         * message.el: Don't autoload sha1 (there is a autoload cookie in
25033         sha1.el).
25034
25035         * sha1-el.el: Rename to sha1.el.
25036
25037 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25038
25039         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25040
25041 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25042
25043         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25044
25045 2004-08-30  Kim F. Storm  <storm@cua.dk>
25046
25047         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25048
25049         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25050         Add :group 'nnimap.
25051
25052 2004-08-30  Andreas Schwab  <schwab@suse.de>
25053
25054         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25055         ?* and ?\;.
25056
25057         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25058         and ?\' to symbol instead of whitespace.
25059
25060 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25061
25062         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25063
25064         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25065         instead of re-search-forward.
25066
25067         * gnus-uu.el (gnus-uu-save-article): Ditto.
25068         (gnus-uu-post-encode-uuencode): Ditto.
25069
25070         * html2text.el (html2text-clean-list-items): Ditto.
25071         (html2text-clean-dtdd): Ditto.
25072         (html2text-format-tags): Ditto.
25073
25074         * message.el (message-send-mail-with-sendmail): Fix regexp.
25075         (message-fill-field-general): Use search-forward instead of
25076         re-search-forward.
25077         (unbold-region): Ditto.
25078
25079         * nnrss.el (nnrss-request-article): Ditto.
25080
25081         * nnslashdot.el (nnslashdot-request-article): Ditto.
25082
25083         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25084
25085         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25086         "Unrecognized menu descriptor" error in XEmacs.
25087
25088 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25089
25090         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25091         parent article of a sparse article in the thread hashtb.
25092
25093 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25094
25095         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25096         (nnmail-expand-newtext): Lowercase expanded entries if
25097         nnmail-split-lowercase-expanded is non-nil.
25098
25099 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25100
25101         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25102
25103         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25104         of gnus-tmp-news-method into string under XEmacs.  It will be
25105         passed to gnus-correct-length which takes only a string argument.
25106
25107 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25108
25109         * gnus-util.el (gnus-bind-print-variables): New macro.
25110         (gnus-prin1): Use it.
25111         (gnus-prin1-to-string): Use it.
25112         (gnus-pp): New function.
25113         (gnus-pp-to-string): New function.
25114
25115         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25116         Replace pp-to-string with gnus-pp-to-string.
25117         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25118         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25119         * gnus-msg.el (gnus-debug): Ditto.
25120         * gnus-score.el (gnus-score-save): Ditto.
25121         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25122         gnus-pp-to-string.
25123         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25124         with gnus-pp.
25125         * score-mode.el (gnus-score-pretty-print): Ditto.
25126         * webmail.el (webmail-debug): Ditto.
25127
25128 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * gnus-art.el (article-display-face, article-display-x-face):
25131         Use buffer-read-only.
25132
25133 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25134
25135         * gnus-art.el (article-hide-list-identifiers):
25136         Bind inhibit-read-only as t.
25137
25138 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25139
25140         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25141
25142 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25143
25144         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25145         (gnus-narrow-to-page): Don't assume point-min == 1.
25146         (gnus-article-edit-mode): Derive from message-mode.
25147
25148         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25149         point-min == 1.
25150
25151         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25152         Disable incorrect use of `assert'.
25153
25154         * message.el (message-mode): Set comment-start-skip.
25155
25156
25157 2004-08-22  Sam Steingold  <sds@gnu.org>
25158
25159         * pop3.el (pop3-leave-mail-on-server): New user variable.
25160         (pop3-movemail): Delete mail only when it is nil.
25161
25162 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25163
25164         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25165
25166         * mml.el (mml-preview): Use `pop-to-buffer'.
25167
25168         * message.el (message-goto-mail-followup-to): Insert after "To".
25169         (message-carefully-insert-headers): Add comment.
25170
25171         * gnus.el: Remove unused variable `gnus-article-check-size'.
25172
25173         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25174
25175         * gnus-art.el (gnus-button-alist):
25176         Improve `gnus-button-handle-library' entry.
25177
25178 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25179
25180         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25181         Use downcase, since XEmacs capitalizes error messages differently.
25182
25183 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25184
25185         * nntp.el: Add (require 'gnus) due to reference to
25186         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25187
25188 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25189
25190         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25191         Bind `mm-fill-flowed'.
25192
25193         * mm-decode.el (mm-dissect-singlepart): Check it.
25194
25195 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25196
25197         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25198         'imap' for netrc parsing.
25199
25200 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25201
25202         * mailcap.el (mailcap-mime-data): Mark as risky.
25203
25204 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25205
25206         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25207         may be included in the encoded word.
25208         (rfc2047-encode): Don't append a space if the encoded word
25209         includes close parenthesis.
25210
25211 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25212
25213         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25214         of text within parentheses.
25215
25216 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25217
25218         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25219         (gnus-encrypt-write-file-contents): Make the password key the file
25220         name PLUS the cipher, not just the cipher.  Also remove failed
25221         passwords from the cache.
25222
25223 2004-08-06  Simon Josefsson  <jas@extundo.com>
25224
25225         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25226         Doc fix.
25227
25228 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25229
25230         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25231         LWSP.
25232
25233 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25234
25235         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25236         Try to append in-reply-to: data to the references: header.
25237
25238         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25239         (netrc-parse): Use gnus-encrypt.el functions.
25240
25241         * gnus-encrypt.el: Add new file for encryption support; currently
25242         does only a few GPG ciphers and an internal XOR cipher.
25243
25244         * password.el: Add comments on using password-read-and-add.
25245         (password-read-and-add): Add function to read and add the
25246         password to the cache at once.
25247
25248 2004-07-28  Simon Josefsson  <jas@extundo.com>
25249
25250         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25251         parameter (but don't use it, for now).
25252
25253         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25254         instead of hard coding to nil.
25255
25256 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25257
25258         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25259         as mm-inline-image-xemacs does.
25260
25261 2004-07-26  Simon Josefsson  <jas@extundo.com>
25262
25263         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25264         Revert part of 2004-07-17 change below.
25265
25266 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25267
25268         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25269         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25270
25271 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25272
25273         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25274         quotes that actually start with ">" at the beginning of the
25275         lines.
25276
25277 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25278
25279         * rfc2047.el (rfc2047-encode-region): Fix last change.
25280         (rfc2047-encode-parameter): Remove useless concat.
25281
25282 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25283
25284         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25285         encode special characters; fix some kind of misconfigured headers;
25286         signal a real error if debug-on-quit or debug-on-error is non-nil.
25287         (rfc2047-encode-max-chars): New variable.
25288         (rfc2047-encode-1): Use it.
25289         (rfc2047-encode-parameter): New function.
25290
25291         * mml.el (mml-insert-parameter): Remove an excessive space.
25292
25293 2004-07-17  Simon Josefsson  <jas@extundo.com>
25294
25295         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25296         Kai Grossjohann <kai@emptydomain.de>.
25297         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25298         (gnus-group-make-menu-bar): Ditto.
25299
25300         * gnus-util.el (gnus-group-server): Add.
25301
25302 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25303
25304         * message.el (message-clone-locals): Clone sendmail and smtp
25305         variables.
25306
25307 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25308
25309         * rfc2047.el (rfc2047-encode-region): Fix last change.
25310
25311 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25312
25313         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25314         characters as non-special.
25315
25316 2004-07-09  Simon Josefsson  <jas@extundo.com>
25317
25318         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25319         Users will lose all flag changes made while unplugged with
25320         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25321         good default.  See numerous reports on ding mailing list.
25322
25323 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25324
25325         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25326         add generate-head-function and generate-article-function to the
25327         rfc822-forward entry.
25328         (nndoc-rfc822-forward-generate-article): New function.
25329         (nndoc-rfc822-forward-generate-head): New function.
25330
25331         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25332
25333 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25334
25335         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25336         respect display group parameter and gnus-summary-expunge-below.
25337         (gnus-articles-to-read): Remove unused reference to display group
25338         parameter.
25339
25340 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25341
25342         * nnheader.el (nnheader-uniquify-message-id): New experimental
25343         variable.
25344         (nnheader-nov-read-message-id): Use it.
25345
25346         * spam-report.el (spam-report-gmane): Add interactive.
25347
25348 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25349
25350         * mm-encode.el (mm-content-transfer-encoding-defaults):
25351         Use qp-or-base64 for the application/* types.
25352
25353 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25354
25355         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25356
25357 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25358
25359         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25360         trim value.
25361
25362 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25363
25364         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25365         New macro and function.
25366         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25367
25368 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25369
25370         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25371         after-load-alist.
25372
25373 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25374
25375         * gnus-group.el (gnus-group-get-new-news-this-group):
25376         Don't update info that isn't there.
25377
25378 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25379
25380         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25381         entry.
25382
25383 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25384
25385         * mm-view.el (mm-inline-render-with-function): Use multibyte
25386         buffer; decode html source by charset.
25387
25388         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25389
25390         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25391         Mule-UCS is loaded under XEmacs.
25392         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25393
25394 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25395
25396         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25397
25398 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25399
25400         * mm-util.el (mm-coding-system-p): Return a coding-system.
25401         (mm-mime-mule-charset-alist): Use shift_jis instead of
25402         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25403         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25404         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25405         instead of japanese-shift-jis and iso-latin-1 respectively in
25406         order to share the default value with both Emacs and XEmacs-mule.
25407         (mm-mule-charset-to-mime-charset):
25408         Make mm-coding-system-priorities effective.
25409         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25410         while predicating of candidates upon the priorities.
25411
25412 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25413
25414         * gnus-sum.el (gnus-summary-make-menu-bar):
25415         Add gnus-uu-invert-processable.
25416
25417         * gnus.el: Autoload gnus-uu-invert-processable.
25418
25419 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25420
25421         * mm-util.el (mm-with-multibyte-buffer): New macro.
25422
25423         * rfc2047.el (rfc2047-encode-string): Use it.
25424         (rfc2047-encode-region): Move point to the end of the region after
25425         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25426
25427 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25428
25429         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25430         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25431
25432 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25433
25434         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25435         (gnus-cite-parse): Ignore quoted envelope From_.
25436         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25437
25438 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25439
25440         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25441         invalid addresses.
25442
25443 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25444
25445         * spam.el: Change section markers, revise TODO list.
25446         (spam-backends): Make new master list of all installed backends.
25447         (spam-summary-exit-behavior): Add new variable to determine how
25448         messages moves are done at summary exit.
25449         (spam-move-spam-nonspam-groups-only)
25450         (spam-process-ham-in-nonham-groups)
25451         (spam-process-ham-in-spam-groups): Remove variables, the
25452         spam-summary-exit-behavior variable should be used to manage this
25453         behavior.
25454         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25455         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25456         and spam-old-spam-articles.
25457         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25458         Add empty variables, placeholders for the backends they represent.
25459         (spam-set-difference): Move, unchanged.
25460         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25461         unless the user has a processor variable.
25462         (spam-classifications, spam-classification-valid-p)
25463         (spam-backend-properties, spam-backend-property-valid-p)
25464         (spam-backend-function-type-valid-p)
25465         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25466         (spam-report-articles-gmane, spam-report-articles-resend):
25467         Remove functions, they are not needed.
25468         (spam-install-backend-super, spam-backend-list)
25469         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25470         (spam-backend-function, spam-backend-ham-registration-function)
25471         (spam-backend-spam-registration-function)
25472         (spam-backend-ham-unregistration-function)
25473         (spam-backend-spam-unregistration-function)
25474         (spam-backend-statistical-p, spam-backend-mover-p)
25475         (spam-install-backend-alias, spam-install-checkonly-backend)
25476         (spam-install-mover-backend, spam-install-nocheck-backend)
25477         (spam-install-backend, spam-install-statistical-backend)
25478         (spam-install-statistical-checkonly-backend): Add backend installation
25479         support.
25480         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25481         (spam-group-processor-p): Use the new backend code and respect the
25482         summary exit behavior.
25483         (spam-mark-spam-as-expired-and-move-routine): Remove.
25484         (spam-summary-prepare): Change to use the new spam-old-articles
25485         variable.
25486         (spam-copy-or-move-routine, spam-copy-spam-routine)
25487         (spam-move-spam-routine, spam-copy-ham-routine)
25488         (spam-move-ham-routine): Add code to copy/move ham or spam.
25489         (spam-fetch-field-fast): Improve doc and code, plus allow the
25490         'number request.
25491         (spam-list-of-checks, spam-list-of-statistical-checks):
25492         Remove variables.
25493         (spam-split, spam-find-spam): Use the new backend code.
25494         (spam-registration-functions): Remove variable.
25495         (spam-unregister-routine): Add convenience wrapper.
25496         (spam-log-undo-registration, spam-register-routine)
25497         (spam-log-processing-to-registry)
25498         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25499         where possible.
25500         (spam-check-gmane-xref, spam-check-regex-headers)
25501         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25502         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25503         (spam-check-bogofilter-headers, spam-check-spamoracle)
25504         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25505         (spam-check-crm114-headers): Use the spam-split-group that
25506         spam-split prepares, no need to determine it every time.
25507
25508         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25509         to the nnheader-parse-naked-head call.
25510
25511         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25512
25513         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25514         the nnheader-nov-read-message-id call.
25515
25516 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25517
25518         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25519         gnus-activate-group twice.  Suggested by Markus Peter
25520         <warp@spin.de>.
25521
25522 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25523
25524         * gnus-art.el (gnus-article-time-format): Exchange the order of
25525         day and month in the default value; fix customization type.
25526         (article-date-ut): Use add-text-properties.
25527         (article-make-date-line): Use message-make-date instead of
25528         current-time-string.
25529
25530         * message.el (message-fetch-field): Don't use set-text-properties.
25531         (message-make-date): Simplify.
25532
25533         * messagexmas.el (message-xmas-make-date): New function.
25534         (message-xmas-redefine): Defalias message-make-date to it.
25535
25536 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25537
25538         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25539         (rfc2047-encode-region): Treat text within parentheses as special;
25540         show the original text when error has occurred.
25541
25542         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25543         already-computed method to gnus-activate-group.
25544
25545         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25546         same select-methods identical Lisp objects.
25547
25548         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25549         object when modifying the info.
25550
25551 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25552
25553         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25554         gnus-opened-servers since it has never been opened with the new
25555         configuration yet.
25556
25557 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25558
25559         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25560         arg to nnheader-generate-fake-message-id.
25561
25562 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25563
25564         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25565         number and build a fake message ID localized to a group and
25566         article number (so it's repeatable from that point on).
25567         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25568         ID format.
25569
25570         * gnus-sum.el (gnus-get-newsgroup-headers):
25571         Call nnheader-generate-fake-message-id with the article number.
25572
25573 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25574
25575         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25576         end-of-buffer.
25577
25578 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25579
25580         * message.el (message-ignored-supersedes-headers): Add Approved.
25581
25582 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25583
25584         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25585         goto-char.
25586         (rfc2047-encode): Fold the line before encoding.
25587
25588 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25589
25590         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25591         folding -- not all headers can be folded, and this should be done
25592         by the message composition mode.  Probably.  I think.
25593
25594 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25595
25596         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25597         fast.
25598
25599         * gnus-ems.el (gnus-remove-image): Don't use
25600         message-text-with-property; remove only the image found first.
25601
25602         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25603         found first.
25604
25605 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25606
25607         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25608
25609 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25610
25611         * message.el (message-text-with-property): Make it fast and accept
25612         optional arguments.
25613         (message-strip-forbidden-properties): Use it.
25614         (message-fix-before-sending): Follow the m-t-w-p change.
25615
25616         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25617
25618 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25619
25620         * gnus-art.el (article-hide-headers): Don't change the buffer
25621         mistakenly when performing mml-preview even if
25622         gnus-single-article-buffer is nil.
25623
25624 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25625
25626         * message.el (message-expand-name-databases): New user option.
25627         (message-expand-name): Use it.
25628
25629 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25630
25631         * spam.el (spam-report-articles-resend)
25632         (spam-report-resend-register-routine): Allow ham reporting.
25633         (spam-report-resend-register-ham-routine): Add wrapper.
25634         (spam-registration-functions): Add ham resending functions.
25635         (spam-list-of-processors): Add ham resend processor.
25636
25637         * gnus.el (ham-resend-to): Add new group parameter.
25638         (spam-process): Add ham resend option.
25639
25640         * spam-report.el (spam-report-resend): Allow reporting ham.
25641         (spam-report-resend-ham): Add wrapper.
25642
25643 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25644
25645         * message.el (message-cite-articles-with-x-no-archive):
25646         New variable.
25647         (message-cite-original): Use it.
25648
25649 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25650
25651         * message.el (message-cite-original): Respect X-No-Archive.
25652
25653 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25654
25655         * gnus-art.el (article-hide-headers): Refer to the values for
25656         gnus-ignored-headers and gnus-visible-headers in the summary
25657         buffer since a user may have set them as group parameters.
25658
25659 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25660
25661         * assistant.el (assistant-node-name): Add convenience function.
25662         (assistant-render-text, assistant-render-node): Add error handling,
25663         plus handle multiple next nodes.
25664         (assistant-find-next-node): Comment out for now.
25665         (assistant-find-next-nodes): Add function, returns list of next
25666         nodes.
25667
25668 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25669
25670         * mail-source.el (mail-source-directory): Fix doc-string.
25671
25672 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25673
25674         * assistant.el (assistant-render-text, assistant-eval): Add :set
25675         widget type, which is different because it takes and returns a
25676         list.  Much hilarity ensues.
25677
25678 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25679
25680         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25681
25682         * gnus-group.el (gnus-group-get-new-news-this-group):
25683         Add doc-string.
25684
25685         * gnus-start.el (gnus-activate-group): Add doc-string.
25686
25687 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25688
25689         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25690
25691 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25692
25693         * assistant.el (assistant-render-text): Try to add a :set
25694         widget, more to come.
25695
25696         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25697         strings.
25698         (spam-report-articles-resend)
25699         (spam-register-routine): Do registration iff any articles warrant
25700         it.
25701         (spam-summary-prepare-exit): Change log message for nil group
25702         destinations.
25703
25704 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25705
25706         * spam.el (spam-report-resend-register-routine):
25707         Allow spam-report-resend-to to be a group parameter or a global value.
25708
25709 2004-05-26  Simon Josefsson  <jas@extundo.com>
25710
25711         * starttls.el: Merge with my GNUTLS based starttls.el.
25712         (starttls-gnutls-program, starttls-use-gnutls)
25713         (starttls-extra-arguments, starttls-process-connection-type)
25714         (starttls-connect, starttls-failure, starttls-success):
25715         New variables.
25716         (starttls-program, starttls-extra-args): Doc fix.
25717         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25718         New functions.
25719         (starttls-negotiate, starttls-open-stream):
25720         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25721         function if it is set.
25722
25723 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25724
25725         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25726         structured fields.
25727
25728 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25729
25730         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25731
25732 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25733
25734         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25735         Add variable.
25736         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25737         assigning the spam-mark to new messages.
25738
25739 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25740
25741         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25742
25743 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25744
25745         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25746
25747         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25748         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25749         default.
25750
25751 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25752
25753         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25754         correct data.
25755
25756 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25757
25758         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25759         (spam-group-processor-p): Fix function.
25760         (spam-group-processor-multiple-p)
25761         (spam-group-spam-processor-report-gmane-p)
25762         (spam-group-spam-processor-report-resend-p)
25763         (spam-group-spam-processor-bogofilter-p)
25764         (spam-group-spam-processor-blacklist-p)
25765         (spam-group-spam-processor-ifile-p)
25766         (spam-group-ham-processor-ifile-p)
25767         (spam-group-spam-processor-spamoracle-p)
25768         (spam-group-spam-processor-crm114-p)
25769         (spam-group-ham-processor-bogofilter-p)
25770         (spam-group-spam-processor-stat-p)
25771         (spam-group-ham-processor-stat-p)
25772         (spam-group-ham-processor-whitelist-p)
25773         (spam-group-ham-processor-BBDB-p)
25774         (spam-group-ham-processor-spamoracle-p)
25775         (spam-group-ham-processor-copy-p): Remove functions with some
25776         prejudice against unneeded code.
25777         (spam-report-articles-resend)
25778         (spam-report-resend-register-routine): Allow the group/topic
25779         spam-resend-to value to override spam-report-resend-to.
25780         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25781         properly now.
25782
25783         * gnus.el (spam-resend-to): Add group/topic parameter.
25784         (spam-process): Move the OBSOLETE processors to the end of the
25785         choices.
25786
25787 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25788
25789         * spam-report.el (spam-report-resend-to, spam-report-resend):
25790         Start with resend-to set to nil, and then ask the user if necessary.
25791         (spam-report-resend): spam-report-resend takes a list of articles, not
25792         separate article numbers.
25793
25794 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25795
25796         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25797         addition to emacs-w3m.
25798
25799 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25800
25801         * assistant.el (assistant-authinfo-data): New function.
25802         (assistant-eval): Eval for entire assistant.
25803
25804         * netrc.el (netrc-services-file): New variable.
25805         (netrc-parse-services): New function.
25806         (netrc-find-service-name): New function.
25807         (netrc-find-service-number): New function.
25808         (netrc-port-equal): New function.
25809         (netrc-machine): Use it.
25810
25811         * nnimap.el (nnimap-open-connection): Use netrc.
25812
25813         * gnus-util.el (gnus-netrc-get): Remove aliases.
25814
25815         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25816
25817         * assistant.el (wid-edit): Fix compilation.
25818
25819         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25820
25821 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25822
25823         * gnus-util.el (gnus-set-file-modes): New function.  (small
25824         patch).
25825
25826 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25827
25828         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25829
25830         * assistant.el (assistant-render-node): Fix up rendering and
25831         read-only text.
25832         (assistant-render-node): Reset.
25833         (assistant-make-read-only): Not sticky.
25834
25835 2004-05-20  Danny Siu  <dsiu@adobe.com>
25836
25837         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25838         centered even when gnus-auto-center-summary is t.
25839
25840 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25841
25842         * dns.el (dns-get-txt-answer): New function.
25843         (dns-read-txt): Ditto.
25844         (query-dns): Use it.
25845
25846 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25847
25848         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25849         active for foreign groups even if the group level is higher than
25850         the specified value.
25851
25852 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25853
25854         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25855         non-active groups.
25856
25857         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25858
25859 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25860
25861         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25862
25863 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25864
25865         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25866         (spam-crm114-header, spam-crm114-spam-switch)
25867         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25868         (spam-crm114-positive-spam-header)
25869         (spam-crm114-database-directory, spam-list-of-processors)
25870         (spam-group-spam-processor-crm114-p)
25871         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25872         (spam-generic-score, spam-list-of-checks)
25873         (spam-list-of-statistical-checks, spam-registration-functions)
25874         (spam-check-crm114-headers, spam-crm114-score)
25875         (spam-check-crm114, spam-crm114-register-with-crm114)
25876         (spam-crm114-register-spam-routine)
25877         (spam-crm114-unregister-spam-routine)
25878         (spam-crm114-register-ham-routine)
25879         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25880
25881 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25882
25883         * gnus.el: Add spam-use-crm114.
25884
25885         * spam.el (spam-list-of-processors, spam-registration-functions):
25886         Add spam-use-resend.
25887         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25888         (spam-report-articles-gmane): Add doc fix.
25889         (spam-report-articles-resend, spam-report-resend-register-routine):
25890         Add wrappers around spam-report-resend-to.
25891
25892         * spam-report.el (spam-report-resend-to, spam-report-resend):
25893         Add support for resending spam.
25894         (spam-report-gmane): Fix line length >80.
25895
25896         * gnus.el (spam-process): Add spam-use-resend.
25897
25898 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25899
25900         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25901         number of processed spam messages.
25902         (spam-ham-copy-or-move-routine): Return the number of processed
25903         ham messages.
25904         (spam-summary-prepare-exit): Use the above values to decide
25905         whether status messages should be displayed.
25906
25907 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25908
25909         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25910         `rfc2047-encoding-function-alist' in order to avoid conflicting
25911         with the old version.
25912         (rfc2047-encode-region): Concatenate words containing non-ASCII
25913         characters in structured fields; don't encode space-delimited
25914         ASCII words even in unstructured fields; don't break words at
25915         char-category boundaries.
25916         (rfc2047-encode-1): New function.
25917         (rfc2047-encode): Use it; encode text so that it occupies the
25918         maximum width within 76-column; work correctly on Q encoding for
25919         iso-2022-* charsets.
25920         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25921         sure not to break a line just after the header name.
25922         (rfc2047-b-encode-region): Remove.
25923         (rfc2047-b-encode-string): New function.
25924         (rfc2047-q-encode-region): Remove.
25925         (rfc2047-q-encode-string): New function.
25926
25927         * mm-util.el (mm-replace-in-string): New function.
25928
25929 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25930
25931         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25932         Really get it right.
25933         (gnus-inews-make-draft): Really.
25934
25935 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25936
25937         * nnmh.el (nnmh-request-list-1): Don't check the link count
25938         before descending.  (small patch)
25939
25940 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25941
25942         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25943         stuff.
25944
25945         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25946         Match on real group name.
25947
25948         * gnus-art.el (gnus-signature-limit): Doc fix.
25949
25950         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25951
25952         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25953
25954 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25955
25956         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25957         isn't a string.
25958
25959 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25960
25961         * gnus-draft.el (gnus-draft-send):
25962         Bind rfc2047-encode-encoded-words.
25963
25964         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25965         (rfc2047-encodable-p): Say that =? needs encoding.
25966         (rfc2047-encode-encoded-words): New variable.
25967
25968         * gnus-group.el (gnus-group-select-group): Doc fix.
25969
25970         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25971
25972         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25973         to nil.
25974
25975         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25976
25977         * nnheader.el (nnheader-get-lines-and-char): New function.
25978
25979 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25980
25981         * gnus-msg.el (gnus-summary-followup-with-original):
25982         Document yanking of region when active.
25983
25984 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25985
25986         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25987         groups if the group level is higher than the specified value.
25988
25989 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25990
25991         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25992         (gnus-group-jump-to-group): Add prefix argument using
25993         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25994         non-active group.
25995
25996         * compface.el (uncompface): Be verbose when changing
25997         `uncompface-use-external'.
25998
25999         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26000         handle manual section.
26001
26002 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26003
26004         * gnus-art.el (gnus-button-alist): Revert previous change.
26005
26006 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26007
26008         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26009
26010 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26011
26012         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26013         whether backend can accept message.
26014
26015         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26016
26017 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26018
26019         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26020         Avoid creating directory when nntp-marks-is-evil is true.
26021         Reported by Reiner Steib.
26022
26023 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26024
26025         * gnus-picon.el (gnus-picon-insert-glyph):
26026         Add optional `nostring' argument.
26027
26028 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26029
26030         * gnus-picon.el (gnus-picon-style): New variable.
26031         (gnus-picon-transform-address): Support `gnus-picon-style'.
26032
26033 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26034
26035         * message.el (message-fill-field): Return point.
26036         (message-generate-headers): Go to end of field.
26037
26038         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26039         stuff for non-living groups.
26040
26041 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26042
26043         * gnus-art.el (gnus-article-followup-with-original)
26044         (gnus-article-reply-with-original): gnus-mark-active-p ->
26045         gnus-region-active-p.
26046
26047 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26048
26049         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26050         only when there is spam or ham to be processed.
26051
26052 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26053
26054         * mail-source.el (mail-source-delete-crash-box): Refactor.
26055         (mail-source-fetch): Use it.
26056         (mail-source-fetch-file): Ditto.
26057         (mail-source-fetch-directory): Run postscript in loop.
26058         (mail-source-fetch-pop): Delete.
26059         (mail-source-fetch-maildir): Ditto.
26060         (mail-source-fetch-imap): Ditto.
26061
26062         * imap.el (imap-authenticators): Comment out sasl.
26063
26064         * message.el (message-skip-to-next-address): New function.
26065         (message-fill-header-address): Refactor.
26066         (message-fill-address): Use it.
26067         (message-delete-address): Use it.
26068         (message-fill-header-general): Refactor.
26069         (message-fill-field-address): Rename.
26070         (message-narrow-to-field): Find the start of the header.
26071         (message-header-format-alist): Don't pre-fill.
26072         (message-fill-header): Remove.
26073         (message-insert-header): New function.
26074         (message-shorten-references): Use it.
26075
26076         * rfc2047.el (rfc2047-field-value): Strip props.
26077
26078         * mail-parse.el (mail-header-make-address): New alias.
26079
26080         * ietf-drums.el (ietf-drums-make-address): New function.
26081
26082         * imap.el: Add compiler directives.
26083
26084         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26085
26086         * gnus-art.el (article-decode-idna-rhs): Don't use
26087         message-idna-inside-rhs-p.
26088
26089 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26090
26091         * message.el (message-idna-inside-rhs-p): Remove.
26092         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26093
26094         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26095         false positives.
26096
26097 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26098
26099         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26100
26101 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26102
26103         * nneething.el (nneething-file-name): Don't create spurious
26104         files.
26105
26106         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26107         (gnus-inews-do-gcc): Remove sleep.
26108
26109         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26110         part under point.
26111
26112         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26113         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26114
26115 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26116
26117         * spam.el (spam-summary-prepare-exit): Fix (length).
26118
26119 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26120
26121         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26122         as expired without moving it" message when there are spam
26123         messages left.
26124
26125 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26126
26127         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26128         header is not nil.
26129
26130 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26131
26132         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26133         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26134         (nntp-marks-changed-p): New arg SERVER.
26135         (nntp-request-update-info): Adjust caller.
26136
26137 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26138
26139         * nntp.el (nntp-save-marks): Pass missing arg.
26140
26141 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26142
26143         * nntp.el: Support marks.
26144         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26145         (nntp-marks-modtime, nntp-marks-directory): New variables.
26146         (nntp-request-set-mark, nntp-request-update-info)
26147         (nntp-possibly-create-directory, nntp-marks-changed-p)
26148         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26149         New functions.
26150
26151 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26152
26153         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26154         (gnus-xmas-redefine): Rename.
26155
26156         * gnus-score.el (gnus-score-insert-help):
26157         Use gnus-select-lowest-window.
26158
26159         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26160         appt-select-lowest-window and rename to gnus-select-lowest-window.
26161
26162         * gnus.el: do.
26163
26164 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26165
26166         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26167         encodings of MIME-encoded words, in order to improve
26168         interoperability with several broken MUAs.
26169
26170 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26171
26172         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26173         tags, only when charsets are not specified in headers.
26174         (mm-inline-text-html-render-with-w3m): Ditto.
26175
26176         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26177         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26178
26179 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26180
26181         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26182         instead of MIME-decoded from fields when checking
26183         `gnus-article-address-banner-alist'.
26184
26185 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26186
26187         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26188         description rather than subject.
26189
26190 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26191
26192         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26193
26194 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26195
26196         * gnus.el (gnus-version-number): Bump.
26197
26198 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26199
26200         * gnus.el: No Gnus v0.2 is released.
26201
26202 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26203
26204         * gnus-agent.el (gnus-agent-read-agentview):
26205         Inline gnus-uncompress-range.
26206
26207 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26208
26209         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26210         `exec-installed-p'.
26211
26212 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26213
26214         * gnus.el (spam-process, spam-autodetect-methods):
26215         Add bsfilter and bsfilter-headers.
26216
26217         * spam.el (spam-bsfilter): New customize group.
26218         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26219         (spam-bsfilter-header, spam-bsfilter-probability-header)
26220         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26221         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26222         (spam-bsfilter-database-directory): New options.
26223         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26224         (spam-list-of-statistical-checks, spam-registration-functions):
26225         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26226         (spam-bsfilter-score): New command.
26227         (spam-check-bsfilter-headers, spam-check-bsfilter)
26228         (spam-bsfilter-register-with-bsfilter)
26229         (spam-bsfilter-register-spam-routine)
26230         (spam-bsfilter-unregister-spam-routine)
26231         (spam-bsfilter-register-ham-routine)
26232         (spam-bsfilter-unregister-ham-routine): New functions.
26233         (spam-generic-score): Support bsfilter; Accept an optional argument
26234         to recalcurate spam score even if scoring header has already been
26235         added.
26236         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26237         optional argument to recalcurate spam score even if scoring header
26238         has already been added.
26239
26240 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26241
26242         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26243         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26244         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26245         link is missing.
26246
26247 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26248
26249         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26250         (html2text-get-attr): Rewrite.
26251
26252         * message.el (message-setup-1): Remove redundant put-text-property
26253         on mail-header-separator.
26254
26255 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26256
26257         * gnus-registry.el (gnus-registry-cache-whitespace)
26258         (gnus-registry-action, gnus-registry-spool-action)
26259         (gnus-registry-split-fancy-with-parent): Change message levels
26260         from 5 to 3 or 7, as needed.
26261
26262         * spam.el (spam-summary-prepare-exit)
26263         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26264         (spam-split, spam-find-spam, spam-log-undo-registration)
26265         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26266         level from 5 to 6.
26267
26268 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26269
26270         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26271         2004-03-04 change).
26272
26273 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26274
26275         * sieve-manage.el (sieve-manage-open):
26276         * nnweb.el (nnweb-insert-html):
26277         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26278         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26279         * nnspool.el (nnspool-request-group):
26280         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26281         * nnml.el (nnml-request-update-info):
26282         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26283         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26284         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26285         (nnimap-request-set-mark):
26286         * nnfolder.el (nnfolder-request-update-info):
26287         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26288         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26289         * gnus-uu.el (gnus-uu-find-articles-matching):
26290         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26291         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26292         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26293         * gnus-nocem.el (gnus-nocem-scan-groups):
26294         * gnus-int.el (gnus-start-news-server):
26295         * gnus-group.el (gnus-group-make-kiboze-group)
26296         (gnus-group-browse-foreign-server):
26297         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26298         Use mapc when appropriate.
26299
26300 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26301             Adam Sjøgren  <asjo@koldfront.dk>
26302             Wes Hardaker  <wes@hardakers.net>
26303             Michael Shields  <shields@msrl.com>
26304
26305         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26306         may need for spam sorting and scoring.
26307         (spam-user-format-function-S): Add user format function suitable for
26308         general use.
26309         (spam-article-sort-by-spam-status): Add sorting function for summary
26310         sorting.
26311         (spam-extra-header-to-number): Add function to get a score from a
26312         header.
26313         (spam-summary-score): Add function to get a numeric score from the
26314         headers.
26315         (spam-generic-score): Fix function doc, was in wrong place.
26316         (spam-initialize): Take symbols when it's run, and install the
26317         extra headers that spam-necessary-extra-headers thinks we need.
26318
26319 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26320
26321         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26322         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26323
26324 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26325
26326         * gnus-sum.el (gnus-set-global-variables)
26327         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26328         (gnus-article-get-xrefs, gnus-summary-best-group)
26329         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26330         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26331         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26332         Use with-current-buffer.
26333
26334 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26335
26336         * spam.el (spam-summary-prepare-exit): Simplify logic.
26337         (spam-fetch-article-header): Read the article header if it's not
26338         available.
26339         (spam-list-articles): Simplify logic.
26340         (spam-filelist-register-routine): Fix bug with unregister-list.
26341
26342         * gnus-registry.el: Fix comments at beginning.
26343
26344 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26345
26346         * message.el (message-cater-to-broken-inn): Remove.
26347         (message-shorten-references): Make sure the total folded length of
26348         References is shorter than 998 characters to cater to a bug in INN
26349         2.3.  Also, don't pretend that references aren't folded -- this
26350         hasn't worked for a while.
26351
26352 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26353
26354         * gnus-agent.el (gnus-agentize):
26355         gnus-agent-send-mail-real-function no longer set to current value
26356         of message-send-mail-function but rather a lambda that calls
26357         message-send-mail-function.  The change makes the agent real-time
26358         responsive to user changes to message-send-mail-function.
26359
26360 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26361
26362         * legacy-gnus-agent.el
26363         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26364         help from Florian Weimer <fw@deneb.enyo.de>
26365
26366 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26367
26368         * nnmail.el (nnmail-cache-insert): Revert last change.
26369
26370 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26371
26372         * nnmail.el (nnmail-cache-insert): Always check whether
26373         nnmail-cache-ignore-groups matches a group name.
26374
26375 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26376
26377         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26378         (spam-find-spam, spam-log-processing-to-registry)
26379         (spam-log-registered-p, spam-log-unregistration-needed-p)
26380         (spam-log-undo-registration): Use gnus-message instead of
26381         gnus-error, none of these errors are fatal.
26382
26383         * gnus-registry.el (gnus-registry-clean-empty-function)
26384         (gnus-registry-clean-empty): Remove only empty entries without
26385         extra data.
26386
26387 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26388
26389         * spam-stat.el (spam-stat-buffer-change-to-spam)
26390         (spam-stat-buffer-change-to-non-spam): Change (error) to
26391         (gnus-message 8) invocation.
26392
26393 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26394
26395         * nntp.el (nntp-via-netcat-command): New variable.
26396         (nntp-via-netcat-switches): New variable.
26397         (nntp-open-via-rlogin-and-netcat): New function.
26398         (nntp-open-connection-function): Doc fix.
26399         (nntp-telnet-command): Doc fix.
26400         (nntp-end-of-line): Doc fix.
26401         (nntp-via-rlogin-command): Doc fix.
26402         (nntp-via-user-name): Doc fix.
26403         (nntp-via-address): Doc fix.
26404
26405 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26406
26407         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26408         error in Emacs 21.1.
26409
26410 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26411
26412         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26413
26414 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26415
26416         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26417         (gnus-agent-with-refreshed-group): New macro.
26418         (gnus-agent-rename-group): New function.
26419         (gnus-agent-delete-group): New function.
26420         (gnus-agent-save-group-info): Use gnus-command-method when
26421         `method' parameter is nil.  Don't write nil entries into the
26422         active file.
26423         (gnus-agent-get-group-info): New function.
26424         (gnus-agent-fetch-articles):
26425         Use gnus-agent-update-files-total-fetched-for to increment disk space
26426         used.
26427         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26428         Use gnus-agent-update-view-total-fetched-for to increment disk space
26429         used.
26430         (gnus-agent-get-local): Add optional parameters to avoid calling
26431         gnus-group-real-name and gnus-find-method-for-group.
26432         (gnus-agent-set-local): Delete stored entry if either min, or max,
26433         are nil.
26434         (gnus-agent-fetch-session): Reworded error/quit messages.
26435         On quit, use gnus-agent-regenerate-group to record existance of any
26436         articles fetched to disk before the quit occurred.
26437         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26438         gnus-agent-update-view-total-fetched-for, and
26439         gnus-agent-update-files-total-fetched-for to decrement disk space
26440         used.
26441         (gnus-agent-retrieve-headers):
26442         Use gnus-agent-update-view-total-fetched-for to increment disk space
26443         used.
26444         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26445         with gnus-agent-update-files-total-fetched-for to decrement disk
26446         space and fresh group buffer.
26447         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26448         (gnus-agent-need-update-total-fetched-for): New variable.
26449         (gnus-agent-update-files-total-fetched-for): New function.
26450         (gnus-agent-update-view-total-fetched-for): New function.
26451         (gnus-agent-total-fetched-for): New function.
26452
26453         * gnus-cache.el (gnus-cache-save-buffers):
26454         Use gnus-cache-update-overview-total-fetched-for to change disk space
26455         used by this group.
26456         (gnus-cache-possibly-enter-article):
26457         Use gnus-cache-update-file-total-fetched-for to increment disk space
26458         used by this group.
26459         (gnus-cache-possibly-remove-article):
26460         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26461         used by this group.
26462         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26463         (gnus-cache-rename-group): New function.
26464         (gnus-cache-delete-group): New function.
26465         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26466         (gnus-cache-need-update-total-fetched-for): New variable.
26467         (gnus-cache-with-refreshed-group): New macro.
26468         (gnus-cache-update-file-total-fetched-for): New function.
26469         (gnus-cache-update-overview-total-fetched-for): New function.
26470         (gnus-cache-rename-group-total-fetched-for): New function.
26471         (gnus-cache-delete-group-total-fetched-for): New function.
26472         (gnus-cache-total-fetched-for): New function.
26473
26474         * gnus-group.el: Require gnus-sum and autoload functions to
26475         resolve warnings when gnus-group.el compiled alone.
26476         (gnus-group-line-format): Document new %F.
26477         (size of Fetched data) group line format; identifies disk space
26478         used by agent and cache.
26479         (gnus-group-line-format-alist): Define new F format.
26480         (gnus-total-fetched-for): New function.
26481         (gnus-group-delete-group): No longer update
26482         gnus-cache-active-altered as gnus-request-delete-group now keeps
26483         the cache in sync.
26484         (gnus-group-list-active): Let the agent store a server's active
26485         list if currently plugged.
26486
26487         * gnus-int.el (gnus-request-delete-group):
26488         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26489         local disk in sync with the server.
26490         (gnus-request-rename-group):
26491         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26492         local disk in sync with the server.
26493
26494         * gnus-start.el (gnus-get-unread-articles):
26495         Cosmetic simplification to logic.
26496
26497         * gnus-util.el (gnus-rename-file): New function.
26498
26499 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26500
26501         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26502
26503 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26504
26505         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26506         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26507
26508 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26509
26510         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26511         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26512
26513 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26514
26515         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26516
26517 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26518
26519         * spam.el (spam-set-difference): Add function to replace
26520         gnus-set-difference in spam.el.
26521         (spam-summary-prepare-exit): Use spam-set-difference.
26522
26523 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26524
26525         * gnus-registry.el (gnus-registry-cache-file): Update to use
26526         gnus-dribble-directory OR gnus-home-directory OR ~.
26527         (gnus-registry-split-fancy-with-parent): Fix doc.
26528
26529 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26530
26531         * message.el (message-exchange-point-and-mark):
26532         Use message-mark-active-p.  Suggested by Jesper Harder
26533         <harder@ifa.au.dk>.
26534
26535 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26536
26537         * message.el (message-exchange-point-and-mark): Don't activate
26538         region if it was inactive.  Suggested by Hiroshi Fujishima
26539         <pooh@nature.tsukuba.ac.jp>.
26540
26541 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26542
26543         * gnus-art.el (article-display-face): Display Faces in the same
26544         order as X-Faces.
26545
26546 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26547
26548         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26549
26550 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26551
26552         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26553         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26554         (gnus-article-mime-hierarchy): Remove.
26555         (gnus-article-mime-hierarchy-next): Remove.
26556         (gnus-article-mode): Revert 2004-03-19 change.
26557         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26558         (gnus-insert-mime-button): Revert 2004-03-19 change.
26559         (gnus-mime-accumulate-hierarchy): Remove.
26560         (gnus-mime-enter-multipart): Remove.
26561         (gnus-mime-leave-multipart): Remove.
26562         (gnus-mime-display-part): Revert 2004-03-19 change.
26563         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26564
26565         * mml.el (mml-preview): Revert 2004-03-19 change.
26566
26567 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26568
26569         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26570
26571 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26572
26573         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26574         t while entering a file name using the mm-with-multibyte macro.
26575         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26576
26577         * mm-util.el (mm-with-multibyte): New macro.
26578
26579 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26580
26581         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26582         New user option.
26583         (gnus-mime-multipart-functions): Doc and customization fix.
26584         (gnus-article-mime-hierarchy): New variable.
26585         (gnus-article-mime-hierarchy-next): New variable.
26586         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26587         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26588         gnus-article-mime-hierarchy-next to nil.
26589         (gnus-insert-mime-button): Show hierarchy numbers.
26590         (gnus-mime-accumulate-hierarchy): New function.
26591         (gnus-mime-enter-multipart): New function.
26592         (gnus-mime-leave-multipart): New function.
26593         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26594         (gnus-mime-display-alternative): Show hierarchy numbers.
26595
26596         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26597         gnus-article-mime-hierarchy-next to nil.
26598
26599 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26600
26601         * dns.el: Don't require gnus-xmas.
26602
26603 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26604
26605         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26606         inline PGP.
26607         (mml-menu): Disable mml-quote-region if mark is inactive.
26608
26609 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26610
26611         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26612         when the group's active is not available.
26613
26614 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26615
26616         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26617         error.
26618
26619 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26620
26621         * imap.el (imap-store-password): New variable.
26622         (imap-interactive-login): Use it.
26623         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26624
26625 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26626
26627         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26628         window-start and hscroll to summary window.
26629
26630 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26631
26632         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26633         conversion message to newsrc-dribble when an actual conversion is
26634         performed.
26635
26636 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26637
26638         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26639
26640 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26641
26642         * mm-decode.el (mm-complicated-handles): New function reviving
26643         former definition of mm-multiple-handles.
26644
26645         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26646         (gnus-mime-delete-part): Use it.
26647
26648 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26649
26650         * gnus-agent.el (gnus-agent-read-local):
26651         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26652         avoid the implicit assumption that they will always be equal.
26653         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26654         coding-system-for-write, as the with-temp-file macro first prints
26655         to a buffer then saves the buffer.
26656
26657 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26658
26659         * gnus-art.el (gnus-article-edit-part): New function.
26660         (gnus-mime-save-part-and-strip): Use it; do query instead of
26661         signaling an error; don't use mm-multiple-handles.
26662         (gnus-mime-delete-part): Ditto.
26663
26664 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26665
26666         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26667         old file versions.
26668         (gnus-group-prepare-hook): Remove function that converted list
26669         form of gnus-agent-expire-days to group properties.
26670
26671         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26672         (gnus-request-accept-article): Re-indented.
26673
26674         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26675         converters to handle old agent file formats.  Add logic for a
26676         "backup before upgrading warning".
26677         (gnus-convert-mark-converter-prompt): Developers can mark
26678         functions as needing (default), or not needing,
26679         gnus-convert-old-newsrc's "backup before upgrading warning".
26680         (gnus-convert-converter-needs-prompt): Tests whether the user
26681         should be protected from potentially irreversable changes by the
26682         function.
26683
26684         * legacy-gnus-agent.el: New.  Provides converters that are only
26685         loaded when gnus-convert-old-newsrc needs to call them.
26686
26687 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26688
26689         * mail-source.el (mail-source-touch-pop): Doc fix.
26690
26691         * message.el (message-smtpmail-send-it): Doc fix.
26692
26693 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26694
26695         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26696
26697         * nnmail.el (nnmail-split-fancy): do.
26698
26699         * gnus-kill.el (gnus-kill, gnus-execute): do.
26700
26701 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26702
26703         * gnus-sum.el (gnus-widget-reversible-match)
26704         (gnus-widget-reversible-to-internal)
26705         (gnus-widget-reversible-to-external): New functions.
26706         (gnus-widget-reversible): New widget.
26707         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26708
26709 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26710
26711         * gnus-sum.el (gnus-thread-sort-functions)
26712         (gnus-article-sort-functions): Document `(not F)' items.
26713
26714 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26715
26716         * spam.el (spam-use-gmane-xref): Add new backend.
26717         (spam-gmane-xref-spam-group): Add variable to control the name of the
26718         Gmane spam group.
26719         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26720         (spam-regex-headers-spam, spam-regex-headers-ham)
26721         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26722         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26723         backends and checks.
26724         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26725
26726         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26727         an autodetect method.
26728
26729 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26730
26731         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26732         articles are being added to a group.
26733         (gnus-request-replace-article): Inform the agent that articles
26734         need to be uncached as the cached contents are no longer valid.
26735
26736 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26737
26738         * binhex.el: Don't autoload executable-find.
26739
26740         * canlock.el: Don't autoload mail-fetch-field.
26741
26742         * dgnushack.el: Autoload c-mode for XEmacs.
26743
26744         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26745
26746         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26747         rmail-dont-reply-to and rmail-output.
26748
26749         * gnus-score.el: Don't autoload ffap-string-at-point.
26750
26751         * gnus-setup.el: Don't autoload sc-cite-original.
26752
26753         * imap.el: Don't autoload base64-decode-string,
26754         base64-encode-string and md5.
26755
26756         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26757         and rmail-msg-restore-non-pruned-header.
26758
26759         * mm-decode.el: Don't autoload executable-find.
26760
26761         * mm-url.el: Don't autoload executable-find.
26762
26763         * mm-view.el: Don't autoload diff-mode.
26764
26765         * nndb.el: Don't autoload news-reply-mode, news-setup,
26766         cancel-timer and telnet.
26767
26768         * password.el: Don't autoload run-at-time for Emacs.
26769
26770         * sha1-el.el: Don't autoload executable-find.
26771
26772         * sieve-mode.el: Don't autoload c-mode.
26773
26774         * uudecode.el: Don't autoload executable-find.
26775
26776 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26777
26778         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26779         (gnus-agent-possibly-alter-active): Avoid null in numeric
26780         comparison.
26781         (gnus-agent-set-local): Refuse to save null in local object table.
26782         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26783         list of articles that will be marked as unread.
26784
26785 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26786
26787         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26788
26789 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26790
26791         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26792         language tags.
26793
26794 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26795
26796         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26797         Don't bind "obarray".
26798
26799         * gnus-sum.el (gnus-thread-sort-functions):
26800         Add `gnus-thread-sort-by-most-recent-number' and
26801         `gnus-thread-sort-by-most-recent-date'.
26802         Reported by Kai Grossjohann <kai@emptydomain.de>.
26803
26804 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26805
26806         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26807
26808 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26809
26810         * gnus-cus.el (gnus-agent-customize-category):
26811         Remove ignore-errors macro reference that required cl to be loaded at
26812         run-time.
26813
26814         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26815         single-interval range of the form (min . max).  Previously the
26816         range had to look like ((min . max)).  Likewise, return
26817         (min . max) rather than ((min . max)).
26818         (gnus-range-map): Use gnus-range-normalize to accept
26819         single-interval range.
26820
26821         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26822         the cache, but not the agent, now appear with their usual face.
26823
26824         * dgnushack.el (loaddir): New variable that is bound to the
26825         directory containing the dgnushack.el file.  Use loaddir, rather
26826         than srcdir, to update load-path.  Change lets dgnushack compile
26827         code in directories other than GNUS/lisp.
26828
26829 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26830
26831         * lpath.el: Don't bind w3m-safe-url-regexp.
26832
26833         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26834         w3m-safe-url-regexp variable buffer-local.
26835
26836         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26837
26838 2004-02-27  Simon Josefsson  <jas@extundo.com>
26839
26840         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26841         gnus-group-real-prefix.
26842         (gnus-summary-move-article): Use it, instead of
26843         gnus-group-real-prefix.
26844
26845 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26846
26847         * lpath.el: Bind w3m-safe-url-regexp.
26848
26849         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26850         w3m-safe-url-regexp variable buffer-local and set it as the value
26851         of mm-w3m-safe-url-regexp.
26852
26853         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26854
26855         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26856         parsing gnus-posting-styles when the message is not for replying.
26857
26858         * dgnushack.el: Autoload sgml-mode for XEmacs.
26859
26860         * nnrss.el (nnrss-opml-export):
26861         Use mm-set-buffer-file-coding-system instead of
26862         set-buffer-file-coding-system.
26863
26864 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26865
26866         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26867         of checkdoc.el).
26868         * nnrss.el: do.
26869         * gnus-mlspl.el: do.
26870         * gnus-ml.el: do.
26871         * gnus-srvr.el: do.
26872
26873         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26874
26875 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26876
26877         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26878         Corrections to custom-manual links.
26879
26880         * gnus-art.el (gnus-article): Ditto.
26881
26882         * mm-decode.el (mime-display, mime-security): Ditto.
26883
26884 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26885
26886         * flow-fill.el: Typo.
26887
26888 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26889
26890         * spam-wash.el: New file.
26891
26892 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26893
26894         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26895
26896 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26897
26898         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26899         to be run with new-articles as LIST1, not LIST2.
26900         (spam-registration-functions): Add spam-use-ham-copy as a nil
26901         registration backend.
26902
26903 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26904
26905         * spam-stat.el (spam-stat-washing-hook): New option.
26906         (spam-stat-buffer-words): Use it.
26907         (spam-stat-process-directory, spam-stat-test-directory):
26908         Use insert-file-contents-literally.
26909         (spam-stat-coding-system): New variable.
26910         (spam-stat-load, spam-stat-save): Use it.
26911
26912 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26913
26914         * spam-report.el (spam-report-plug-agent):
26915         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26916
26917 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26918
26919         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26920         Allow / in mailto URLs.
26921
26922 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26923
26924         * spam-report.el (spam-report-process-queue): Fix interactive use.
26925         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26926         (spam-report-unplug-agent): Doc fixes.
26927         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26928         (spam-report-agentize, spam-report-deagentize): Autoload.
26929
26930 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26931
26932         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26933
26934         * message.el (message-setup-fill-variables): Add mml tags to
26935         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26936         <ajk@iu.edu>.
26937         (message-mode): Don't modify paragraph-separate there.
26938
26939 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26940
26941         * compface.el (uncompface-use-external): Default to undecided.
26942         (uncompface-use-external-threshold): New variable.
26943         (uncompface-float-time): New macro.
26944         (uncompface): Determine whether to use the external decoder if
26945         uncompface-use-external is undecided.
26946
26947 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26948
26949         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26950         after images.
26951
26952         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26953
26954 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26955
26956         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26957
26958         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26959
26960         * gnus-sum.el (gnus-summary-limit-to-age)
26961         (gnus-summary-limit-children): do.
26962
26963         * gnus-int.el (gnus-request-scan): do.
26964
26965         * gnus-group.el (gnus-group-suspend): do.
26966
26967         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26968
26969         * gnus-cite.el (gnus-cite-parse-attributions): do.
26970
26971         * gnus-agent.el (gnus-summary-set-agent-mark)
26972         (gnus-agent-regenerate-group): do.
26973
26974         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26975
26976         * binhex.el (binhex-decode-region-internal): do.
26977
26978 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26979
26980         * gnus-fun.el (gnus-face-properties-alist): New user option.
26981         (gnus-display-x-face-in-from): Use it.
26982
26983         * gnus-art.el (article-display-face): Ditto.
26984
26985         * compface.el (uncompface-use-external): Default to nil.
26986
26987 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26988
26989         * nntp.el (nntp-erase-buffer): New function.
26990         (nntp-retrieve-data, nntp-send-command)
26991         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26992         (nntp-possibly-change-group): Use it.
26993
26994         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26995         Use with-current-buffer.
26996
26997 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26998
26999         * compface.el: Merge the ELisp-based uncompface program.
27000         (compface): New customization group.
27001         (uncompface-use-external): New user option.
27002         (uncompface): Call uncompface-internal if uncompface-use-external
27003         is nil.
27004         (uncompface-internal): New function.  Note that there are also
27005         some other functions and variables added for this function.
27006
27007 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27008
27009         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27010         if necessary.
27011
27012 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27013
27014         * spam-report.el (spam-report-unplug-agent)
27015         (spam-report-plug-agent, spam-report-deagentize)
27016         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27017         Add support for the Agent in spam-report: when unplugged, report to a
27018         file; when plugged, submit all the requests.
27019
27020         * spam.el (spam-register-routine): Fix message about
27021         registration.
27022
27023 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27024
27025         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27026         dependencies.
27027         (rfc2047-encode): Use it.
27028
27029         * gnus-art.el (gnus-button-marker-list): Move before first
27030         reference.
27031
27032         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27033         (imap-parse-body): Fix format string mismatch.
27034
27035         * gnus-score.el (gnus-summary-increase-score): do.
27036
27037         * nnrss.el (nnrss-close): New function.
27038
27039 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27040
27041         * nnrss.el (nnrss-make-filename): New function.
27042         (nnrss-request-delete-group, nnrss-read-server-data)
27043         (nnrss-save-server-data, nnrss-read-group-data)
27044         (nnrss-save-group-data): Use it.
27045         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27046         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27047         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27048
27049 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27050
27051         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27052
27053 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27054
27055         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27056         files.
27057
27058         * message.el (message-generate-headers-first): Don't quote nil
27059         and t in docstrings.
27060
27061         * imap.el (imap-id): do.
27062
27063         * gnus-agent.el (gnus-agent-consider-all-articles)
27064         (gnus-agent-queue-mail): do.
27065
27066 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27067
27068         * spam-report.el (spam-report-process-queue): New function.
27069         Process requests from `spam-report-requests-file'.
27070         (spam-report-process-queue): Doc fix.
27071
27072 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27073
27074         * spam.el (spam-register-routine)
27075         (spam-log-processing-to-registry, spam-log-registered-p)
27076         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27077         Change "check" to "spam-check" for semi-clarity.
27078
27079 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27080
27081         * pop3.el: Require nnheader.
27082
27083         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27084
27085         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27086
27087         * gnus-picon.el: Require cl.
27088
27089         * gnus-fun.el: Require gnus-ems and gnus-util.
27090
27091         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27092
27093         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27094
27095         * gnus-art.el (gnus-article-edit-mode): Define before first
27096         reference.
27097
27098 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27099
27100         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27101         (gnus-uu-post-encoded): Use point-at-bol.
27102
27103         * gnus-topic.el (gnus-group-active-topic-p): do.
27104
27105         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27106
27107         * gnus-group.el (gnus-group-kill-region): do.
27108
27109         * gnus-art.el (article-date-ut): do.
27110
27111         * message.el (message-fetch-field): Remove redundant
27112         case-fold-search binding.
27113         (message-narrow-to-field): Simplify.
27114
27115 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27116
27117         * spam.el (spam-directory): Derive from `gnus-directory'.
27118
27119         * spam-report.el (spam-report-url-to-file)
27120         (spam-report-requests-file): New function and variable for offline
27121         reporting.
27122         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27123         and user defined function.
27124         (spam-report-url-ping-mm-url): Remove doubled slash.
27125
27126 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27127
27128         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27129
27130 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27131
27132         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27133         Fix format string mismatch.
27134
27135         * sieve.el (sieve-deactivate-all): do.
27136
27137         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27138
27139         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27140
27141         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27142
27143         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27144
27145 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27146
27147         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27148         the list of checks.
27149
27150 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27151
27152         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27153         padding.
27154
27155 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27156
27157         * mm-view.el (mm-fill-flowed): New variable.
27158         (mm-inline-text): Use it.
27159
27160 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27161
27162         * spam.el (spam-spamassassin-register-ham-routine)
27163         (spam-spamassassin-register-spam-routine): Fix function names.
27164
27165 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27166
27167         * gnus.el (gnus-tmp-grouplens): Remove.
27168         (gnus-summary-line-format): Remove grouplens.
27169
27170         * gnus-group.el (gnus-group-line-format): Ditto.
27171
27172         * gnus-spec.el (gnus-format-specs): Ditto.
27173         (gnus-update-format-specifications): Flush the group format spec
27174         cache if there's the grouplens stuff.
27175         (gnus-parse-simple-format): Replace %l with the empty string.
27176
27177 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27178
27179         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27180         omission.
27181
27182 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27183
27184         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27185         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27186
27187 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27188
27189         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27190         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27191         New macros and functions.
27192         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27193         Handle > NLINK_MAX messages.
27194         * nnmaildir.el (nnmaildir-request-set-mark):
27195         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27196
27197 2004-01-25  Alex Schroeder  <alex@gnu.org>
27198
27199         * spam-stat.el (spam-stat-process-directory-age): New option.
27200         (spam-stat-process-directory): Use it.
27201
27202 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27203
27204         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27205         (spam-stat-save): Accept prefix argument.
27206
27207 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27208
27209         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27210         links" error.
27211
27212 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27213
27214         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27215         the rest of the and/or forms.
27216
27217 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27218
27219         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27220         compatibility with old .newsrc.eld files.
27221
27222         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27223
27224         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27225
27226         * gnus-start.el (gnus-1): do.
27227
27228         * gnus-group.el (gnus-group-line-format-alist): do.
27229
27230         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27231
27232         * gnus-gl.el: Remove.
27233
27234 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27235
27236         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27237         marks consisting of a single range {for example, (3 . 5)} rather
27238         than a list of a single range { ((3 . 5)) }.
27239
27240 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27241
27242         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27243         Use with-current-buffer.
27244         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27245         avoid consing a string.
27246
27247         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27248         Remove obsolete entries for big5 and gb2312.
27249
27250 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27251
27252         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27253         uncompressed list.
27254
27255 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27256
27257         * spam-stat.el (spam-stat-strip-xref): New function.
27258         (spam-stat-process-directory): Use it.
27259
27260         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27261         here -- it's done in message-fetch-field.
27262
27263 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27264
27265         * gnus-agent.el (gnus-agent-queue-mail)
27266         (gnus-agent-prompt-send-queue): New variables.
27267         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27268         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27269         "nndraft:queue" along to gnus-draft-send.
27270         Use gnus-agent-prompt-send-queue.
27271         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27272         is "nndraft:queue".  Suggested by Gaute Strokkenes
27273         <gs234@srcf.ucam.org>
27274
27275         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27276         (agent-enable-undownloaded-faces): Add.
27277         (gnus-agent-cat-groups): Use eval-and-compile, not
27278         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27279         method of gnus-agent-cat-groups even when the buffer has been
27280         evaled.
27281         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27282         delete gnus-agent-save-active-1.
27283         (gnus-agent-save-groups): Delete.  Identical to
27284         gnus-agent-save-active.
27285         (gnus-agent-write-active): No longer adjust agent's copy of active
27286         file as agent's adjustments are now stored in their own
27287         file.  Remove optional parameter.
27288         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27289         servers.  Add use of min/max range limits from server's local
27290         file.
27291         (gnus-agent-save-alist): Remove unused optional argument.
27292         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27293         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27294         (gnus-agent-set-local): A per-server file that keeps min/max range
27295         limits for articles known to the agent.  Provides a fast mechanism
27296         for altering many active ranges.
27297         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27298         active file (local makes it unnecessary).
27299         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27300
27301         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27302         (agent-enable-undownloaded-faces): Add.
27303
27304         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27305         disable it when sending to "nndraft:queue".
27306         (gnus-group-send-queue): Add safety check to avoid sending queue
27307         when unplugged.
27308
27309         * gnus-group.el (gnus-group-catchup): Use new
27310         gnus-sequence-of-unread-articles, not
27311         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27312         numbers of articles.  Use gnus-range-map to avoid having to
27313         uncompress the unread list.
27314         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27315         Fix invalid ange-ftp reference.
27316
27317         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27318         (gnus-sorted-range-intersection): Intersection of two ranges
27319         without requiring that they first be uncompressed.
27320
27321         * gnus-start.el (gnus-activate-group): Unless blocked by the
27322         caller, possibly expand the active range to include both cached
27323         and agentized articles.
27324         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27325         multiple version-dependent converters.
27326         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27327         gnus-agent-save-active.
27328         (gnus-save-newsrc-file): Save dirty agent range limits.
27329
27330         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27331         gnus-agent-possibly-alter-active.
27332         (gnus-adjust-marked-articles): Faster handling of simple lists.
27333
27334 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27335
27336         * spam-stat.el (spam-stat-test-directory): New optional argument
27337         displays a list of files detected.  Suggested by Andrew Cohen
27338         <cohen@andy.bu.edu>.
27339         (spam-stat-buffer-words-with-scores): Don't narrow and change
27340         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27341
27342 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27343
27344         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27345         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27346         (spam-spamassassin-arguments)
27347         (spam-spamassassin-spam-flag-header)
27348         (spam-spamassassin-positive-spam-flag-header)
27349         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27350         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27351         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27352         (spam-list-of-processors, spam-list-of-checks)
27353         (spam-list-of-statistical-checks, spam-registration-functions)
27354         (spam-check-spamassassin-headers, spam-check-spamassassin)
27355         (spam-spamassassin-score)
27356         (spam-spamassassin-register-with-sa-learn)
27357         (spam-spamassassin-register-spam-routine)
27358         (spam-spamassassin-register-ham-routine)
27359         (spam-assassin-register-spam-routine)
27360         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27361         (spam-bogofilter-score): Fix to show article before scoring.
27362
27363 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27364
27365         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27366         default scoring function.
27367         (spam-generic-score): Call spam-spamassassin-score if
27368         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27369         spam-bogofilter-score otherwise.
27370
27371         * gnus.el (spam-process, spam-autodetect-methods):
27372         Add spamassassin and spamassassin-headers.
27373
27374 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27375
27376         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27377         Suppress unnecessary messages.
27378
27379 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27380
27381         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27382         make-hash-table.
27383
27384 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27385
27386         * canlock.el (base64-encode-string): Don't autoload it.
27387
27388 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27389
27390         * run-at-time.el: Remove useless (require 'itimer),
27391         eval-and-compile and (featurep 'xemacs).
27392
27393 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27394
27395         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27396         GROUP is a virtual group.
27397
27398 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27399
27400         * gnus.el: Autoload `message-y-or-n-p'.
27401
27402 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27403
27404         * pgg-parse.el: Remove unnecessary (require 'custom).
27405
27406         * pgg-def.el: do.
27407
27408         * nnmail.el: do.
27409
27410         * gnus-undo.el: do.
27411
27412         * gnus-picon.el: do.
27413
27414         * gnus-util.el: do.
27415
27416 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27417
27418         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27419
27420 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27421
27422         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27423         handle, as well as a list.
27424
27425         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27426         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27427         (mm-w3m-cid-retrieve): Simplify.
27428
27429 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27430
27431         * message.el (message-kill-to-signature): Allow prefix arg to
27432         specify number of lines to keep before signature.
27433
27434 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27435
27436         * message.el (message-kill-to-signature): Change docstring.
27437
27438 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27439
27440         * canlock.el: Always require sha1-el.
27441         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27442
27443         * message.el: Autoload sha1 only when compiling.
27444
27445         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27446         eudc-expand-inline for XEmacs.
27447
27448 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27449
27450         * message.el (message-canlock-generate): Require sha1-el.
27451
27452 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27453
27454         * message.el (message-expand-name): Silence the byte compiler.
27455
27456         * lpath.el: Add detect-coding-system.
27457
27458         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27459         cus-edit.
27460
27461 2004-01-13  Simon Josefsson  <jas@extundo.com>
27462
27463         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27464         Invoke gnus-score-mode.
27465         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27466
27467         * gnus-range.el (gnus-compress-sequence): Doc fix.
27468         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27469
27470 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27471
27472         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27473
27474 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27475
27476         * spam.el (spam-get-article-as-string): Update to use
27477         gnus-request-article-this-buffer, much simpler.
27478         (spam-get-article-as-buffer): Remove.
27479
27480 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27481
27482         * message.el (message-expand-name): Use EUDC if the user uses that.
27483
27484 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27485
27486         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27487         character for the encoding to avoid consing a string.
27488
27489         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27490         unnecessarily.
27491
27492         * mm-util.el (mm-replace-chars-in-string): Remove.
27493
27494         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27495         of mm-replace-chars-in-string.
27496
27497 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27498
27499         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27500
27501         * mm-util.el (mm-subst-char-in-string): Support inplace.
27502
27503         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27504         a new string in every iteration.  Use shy groups.
27505
27506 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27507
27508         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27509         * gnus-soup.el (gnus-soup-group-brew):
27510         * gnus-msg.el (gnus-put-message):
27511         * gnus-move.el (gnus-group-move-group-to-server):
27512         * gnus-kill.el (gnus-batch-score):
27513         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27514         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27515         (gnus-group-update-group, gnus-group-read-group)
27516         (gnus-group-make-group, gnus-group-make-help-group)
27517         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27518         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27519         (gnus-group-sort-by-unread, gnus-group-catchup)
27520         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27521         (gnus-group-yank-group, gnus-group-set-info)
27522         (gnus-group-list-groups):
27523         * gnus.el (gnus-generate-new-group-name):
27524         * gnus-delay.el (gnus-delay-send-queue):
27525         * nnvirtual.el (nnvirtual-catchup-group):
27526         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27527         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27528         (gnus-group-prepare-topics, gnus-topic-check-topology):
27529         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27530         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27531         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27532         (gnus-group-make-articles-read):
27533         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27534         (gnus-group-change-level, gnus-kill-newsgroup)
27535         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27536         (gnus-get-unread-articles, gnus-make-articles-unread)
27537         (gnus-make-ascending-articles-unread): Use accessor
27538         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27539         to get group information for improved readability.
27540
27541
27542 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27543
27544         * gnus-art.el (article-decode-mime-words, article-babel)
27545         (gnus-article-highlight-signature, gnus-article-add-buttons)
27546         (gnus-signature-toggle): Use gnus-with-article-buffer.
27547
27548         * gnus-art.el (gnus-article-highlight-headers)
27549         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27550
27551         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27552         (gnus-article-set-globals, gnus-request-article-this-buffer)
27553         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27554         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27555         (gnus-mime-display-alternative): Use with-current-buffer.
27556
27557 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27558
27559         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27560         also under 80 char limit, and call gnus-error if needed.
27561         (spam-fetch-article-header): Fix - it was a
27562         buffer-local variable (gnus-newsgroup-data).
27563         (spam-find-spam): Use spam-generate-fake-headers, forget about
27564         spam-insert-fake-headers.
27565         (spam-insert-fake-headers): Remove.
27566
27567 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27568
27569         * deuglify.el (gnus-article-outlook-unwrap-lines)
27570         (gnus-outlook-rearrange-article)
27571         (gnus-outlook-repair-attribution-outlook)
27572         (gnus-outlook-repair-attribution-block)
27573         (gnus-outlook-repair-attribution-other): Remove redundant
27574         save-excursion.
27575
27576 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27577
27578         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27579         (spam-fetch-field-subject-fast)
27580         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27581         (spam-fetch-article-header): Add functions to deal with Gnus
27582         internals for fast retrieval of article header data.
27583         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27584
27585 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27586
27587         * pop3.el (pop3-md5): Remove.
27588         (pop3-apop): Replace pop3-md5 with md5.
27589
27590         * mm-bodies.el: base64 is always built-in.
27591
27592         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27593         Use with-current-buffer.
27594
27595 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27596
27597         * canlock.el (canlock-insert-header): Remove excessive grouping in
27598         regexp.
27599
27600         * gnus-sum.el (gnus-summary-read-document): Ditto.
27601
27602         * gnus-uu.el (gnus-uu-part-number): Ditto.
27603
27604         * html2text.el (html2text-remove-tags): Ditto.
27605         (html2text-format-tags): Ditto.
27606         (html2text-format-single-elements): Ditto.
27607
27608         * mml.el (mml-parse-1): Ditto.
27609
27610 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27611
27612         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27613
27614         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27615
27616         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27617
27618         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27619
27620 2003-11-15  Simon Josefsson  <jas@extundo.com>
27621
27622         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27623         (pgg-gpg-lookup-key): Use regexp match instead of
27624         split-string (split-string is different between emacs 21.2 and
27625         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27626
27627 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27628
27629         * gnus-art.el (gnus-mime-view-all-parts)
27630         (gnus-article-part-wrapper, gnus-article-view-part):
27631         Use with-current-buffer.
27632
27633 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27634
27635         * spam.el (spam-disable-spam-split-during-ham-respool)
27636         (spam-spamoracle-database, spam-cache-lookups)
27637         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27638         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27639         (spam-group-ham-marks, spam-group-spam-marks)
27640         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27641         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27642         also add spam-use-blackholes to the statistical checks.
27643         (spam-fetch-field-fast): Add interface to fetching fields, may
27644         become a macro.
27645         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27646         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27647         (spam-insert-fake-headers): Fake an article when needed.
27648         (spam-find-spam): Fake article when possible.
27649         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27650         (spam-check-bogofilter-headers): Use message-fetch-field instead
27651         of nnmail-fetch-field.
27652
27653 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27654
27655         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27656
27657 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27658
27659         * spam.el (spam-split): Do not require spam-use-CHECK to be
27660         enabled if that check is passed to spam-split explicitly; also
27661         fix so 'spam doesn't get converted to spam-split-group when
27662         spam-split-symbolic-return is t.
27663         (spam-find-spam): Find registrations of the article and use those
27664         instead of re-running spam-split to find the spam/ham
27665         classification of the article.
27666         (spam-log-processing-to-registry, spam-log-registered-p)
27667         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27668         Use gnus-error instead of gnus-message.
27669         (spam-log-registration-type): Add function to determine the
27670         classification of a message based on registry entries; will
27671         return nil if both 'spam and 'ham are found.
27672         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27673         a reasonably fast local cache without the loading errors.
27674         (spam-cache-lookups): Set to t by default.
27675         (spam-find-spam): Don't try to guess spam-cache-lookups.
27676         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27677         spam-caches entry.
27678         (spam-filelist-build-cache, spam-filelist-check-cache):
27679         Fix caching of whitelist/blacklist entries.
27680         (spam-check-whitelist, spam-check-blacklist):
27681         Invoke spam-from-listed-p with a type, not a cache variable.
27682         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27683
27684 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27685
27686         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27687
27688         * nnmail.el (nnmail-split-fancy): do.
27689
27690         * mml.el (mml-parse): do.
27691
27692         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27693         (gnus-score-adaptive): do.
27694
27695 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27696
27697         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27698         (gnus-mime-button-map): Don't set keymap parent.
27699         (gnus-button-ctan-directory-regexp): Use shy grouping.
27700         (gnus-prev-page-map): Don't set keymap parent.
27701         (gnus-prev-page-map): Remove duplicated one.
27702         (gnus-next-page-map): Don't set keymap parent.
27703         (gnus-mime-security-button-map): Ditto.
27704
27705         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27706         version number.
27707
27708         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27709
27710 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27711
27712         * canlock.el (canlock-sha1-function): Remove.
27713         (canlock-sha1-function-for-verify): Remove.
27714         (canlock-openssl-program): Remove.
27715         (canlock-openssl-args): Remove.
27716         (canlock-ignore-errors): Remove.
27717         (canlock-sha1-with-openssl): Remove.
27718         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27719         (canlock-verify): Don't use canlock-ignore-errors.
27720
27721         * sha1-el.el (sha1-string-external): Make it can return a string
27722         in binary form.
27723         (sha1-region-external): Ditto.
27724         (sha1-string-internal): Ditto.
27725         (sha1-region-internal): Ditto.
27726         (sha1-region): Ditto.
27727         (sha1-string): Ditto.
27728         (sha1): Ditto.
27729
27730 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27731
27732         * spam.el (spam-report-articles-gmane): New command.
27733
27734 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27735
27736         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27737
27738         * run-at-time.el (run-at-time-saved): Remove.
27739         (run-at-time): Doc fix.
27740
27741 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27742
27743         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27744         (gnus-summary-limit-map): Add it.
27745         (gnus-summary-make-menu-bar): do.
27746
27747 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27748
27749         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27750         Make attempt at some caching support (done for BBDB only now).
27751         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27752         addresses to be checked.
27753         (spam-clear-cache-BBDB): Add function, to be invoked by
27754         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27755         (spam-check-BBDB): Check and use the caches, if
27756         spam-cache-lookups is on, remove superfluous (provide).
27757
27758 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27759
27760         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27761
27762 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27763
27764         * run-at-time.el (run-at-time-saved): Move to after the definition
27765         of `run-at-time'.
27766
27767         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27768
27769 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27770
27771         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27772         mm-w3m-local-map-property.
27773
27774         * mm-view.el (mm-w3m-mode-map): Remove.
27775         (mm-w3m-local-map-property): Remove.
27776         (mm-inline-text-html-render-with-w3m): Don't use
27777         mm-w3m-local-map-property.
27778
27779 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27780
27781         * run-at-time.el: New file.
27782
27783         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27784         under Emacs.
27785
27786         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27787         of gnus-set-text-properties.
27788
27789         * gnus-uu.el (gnus-uu-save-article): Ditto.
27790
27791         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27792
27793         * gnus-cite.el (gnus-cite-parse): Ditto.
27794
27795         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27796         of gnus-.
27797
27798         * gnus-xmas.el (run-at-time): Require run-at-time.
27799
27800         * gnus.el: Change calls to nnheader-run-at-time and
27801         password-run-at-time throughout to use run-at-time directly.
27802
27803         * password.el: Remove definition of run-at-time.
27804
27805         * nnheaderxm.el: Remove definition of run-at-time.
27806
27807 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27808
27809         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27810         in prompt.
27811
27812 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27813
27814         * messagexmas.el (message-xmas-redefine): Alias
27815         `message-make-caesar-translation-table' to
27816         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27817         version.
27818
27819         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27820         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27821         `gnus-xmas-set-text-properties'.
27822         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27823         `gnus-xmas-completing-read'.
27824         (gnus-xmas-completing-read): Removed.
27825         (gnus-xmas-open-network-stream): Removed.
27826
27827         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27828         XEmacs version.
27829
27830         * dns.el (dns-make-network-process): Use `open-network-stream'
27831         instead of `gnus-xmas-open-network-stream'.
27832
27833         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27834
27835         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27836
27837 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27838
27839         * gnus-art.el (gnus-mime-display-alternative)
27840         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27841         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27842         Don't use gnus-local-map-property.
27843
27844         * gnus-util.el (gnus-local-map-property): Remove.
27845
27846         * mm-view.el (mm-view-pkcs7-decrypt):
27847         Replace gnus-completing-read-maybe-default with completing-read.
27848
27849         * gnus-util.el (gnus-completing-read): do.
27850         (gnus-completing-read-maybe-default): Remove.
27851
27852 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27853
27854         * password.el: Only autoload `run-at-time' if not XEmacs.
27855         Only autoload the itimer functions if XEmacs.
27856
27857 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27858
27859         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27860         XEmacsen.
27861
27862         * dgnushack.el: Autoload executable-find for XEmacs.
27863
27864 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27865
27866         * gnus-art.el (gnus-read-string): Remove.
27867         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27868         read-string.
27869
27870 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27871
27872         * netrc.el: Autoload password-read.
27873         (netrc): Add configuration group.
27874         (netrc-encoding-method, netrc-openssl-path):
27875         Add variables for encoding and decoding of files with symmetric
27876         ciphers.
27877         (netrc-encode): Add assistant function to encode a file with
27878         netrc-encoding-method.
27879         (netrc-parse): Add interactive parameter, added optional
27880         decoding if netrc-encoding-method is non-nil but otherwise
27881         behavior is standard.
27882         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27883         Do s/encode/encrypt/ everywhere.
27884
27885         * spam.el: Remove executable-find autoload.
27886
27887 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27888
27889         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27890
27891         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27892
27893 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27894
27895         * gnus-art.el (gnus-treat-ansi-sequences)
27896         (article-treat-ansi-sequences): New variable and function.
27897         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27898
27899         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27900         Use it.
27901
27902 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27903
27904         * mm-util.el (mm-quote-arg): Remove.
27905
27906         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27907         shell-quote-argument.
27908
27909         * gnus-uu.el (gnus-uu-command): do.
27910
27911         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27912
27913         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27914         with make-char.
27915
27916         * mm-util.el (mm-make-char): Remove.
27917
27918         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27919         add-minor-mode.
27920
27921         * gnus-undo.el (gnus-undo-mode): do.
27922
27923         * gnus-topic.el (gnus-topic-mode): do.
27924
27925         * gnus-sum.el (gnus-dead-summary-mode): do.
27926
27927         * gnus-start.el (gnus-slave-mode): do.
27928
27929         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27930
27931         * gnus-ml.el (gnus-mailing-list-mode): do.
27932
27933         * gnus-gl.el (gnus-grouplens-mode): do.
27934
27935         * gnus-draft.el (gnus-draft-mode): do.
27936
27937         * gnus-dired.el (gnus-dired-mode): do.
27938
27939         * gnus-ems.el (gnus-add-minor-mode): Remove.
27940
27941         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27942         Replace gnus-char-width with char-width.
27943
27944         * gnus-ems.el (gnus-char-width): Remove.
27945
27946         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27947         Replace gnus-char-width with char-width.
27948
27949         * gnus-ems.el (gnus-char-width): Remove.
27950
27951         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27952         definition.
27953         Remove Emacs 20 hash table compatibility code.
27954
27955         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27956         20 compatibility code.
27957
27958         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27959
27960         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27961
27962         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27963         Replace with point-at-{eol,bol}.
27964
27965         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27966
27967         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27968
27969         * flow-fill.el (fill-flowed-point-at-bol)
27970         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27971
27972         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27973         Replace with point-at-{eol,bol} throughout all files.
27974
27975 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27976
27977         * ntlm.el (ntlm-string-as-unibyte): New macro.
27978         (ntlm-build-auth-response): Use it.
27979
27980         Remove Emacs 20 stuff:
27981         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27982         (butlast, mapc, remove): Remove the compiler macros.
27983         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27984         of delq and copy-sequence.
27985         * gnus-art.el (popup-menu): Remove the compiler macro.
27986         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27987         Emacs 20.
27988
27989 2004-01-05  Simon Josefsson  <jas@extundo.com>
27990
27991         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27992         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27993         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27994         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27995         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27996         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27997         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27998         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27999         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28000         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28001         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28002         string-xor into ntlm-string-xor.
28003         Suggested by Jesper Harder <harder@myrealbox.com>.
28004
28005         * ntlm.el: Don't include poem.
28006
28007         * md4.el (print-int32, print-string-hexa): Remove.
28008         Suggested by Jesper Harder <harder@myrealbox.com>.
28009
28010         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28011
28012         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28013         probably breaks emacs with DL patch, but do we care? Is anyone
28014         still using the DL stuff?)
28015
28016         * sieve-manage.el: Use the password package.
28017         (sieve-manage-read-passwd): Remove.
28018         (sieve-manage-interactive-login): Use password.  Re-add
28019         condition-case around loop.
28020
28021         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28022         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28023         Use the password package.
28024
28025 2003-02-19  Simon Josefsson  <jas@extundo.com>
28026
28027         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28028         token.
28029
28030 2002-08-07  Simon Josefsson  <jas@extundo.com>
28031
28032         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28033         (sieve-manage-authenticators)
28034         (sieve-manage-authenticator-alist): Add some SASL mechs.
28035         (sieve-sasl-auth): New function.
28036         (sieve-manage-cram-md5-auth)
28037         (sieve-manage-plain-auth): Rewrite using SASL library.
28038         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28039         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28040         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28041         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28042
28043 2004-01-05  Simon Josefsson  <jas@extundo.com>
28044
28045         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28046         New files.
28047
28048 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28049
28050         * gnus-group.el (gnus-no-groups-message): Update.
28051
28052         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28053
28054 2003-11-09  Simon Josefsson  <jas@extundo.com>
28055
28056         * imap.el: Support for ID IMAP extension (RFC 2971).
28057         (imap-local-variables): Add imap-id.
28058         (imap-id): New variable.
28059         (imap-id): New function.
28060         (imap-parse-response): Parse untagged ID response.
28061         * nnimap.el (nnimap-id): New variable.
28062         (nnimap-open-connection): Use it.
28063
28064 2003-12-28  Simon Josefsson  <jas@extundo.com>
28065
28066         * gnus-score.el (gnus-score-edit-all-score): New.
28067         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28068
28069 2004-01-04  Simon Josefsson  <jas@extundo.com>
28070
28071         * password.el: Add.
28072
28073 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28074
28075         * dns.el (dns-query-types): Fix typo.
28076         (dns-query-types): New function.
28077         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28078         PTR and SOA replies, see RFC 1035.
28079
28080 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28081
28082         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28083
28084         * Move to Changelog.2.
28085
28086 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28087
28088         * gnus.el (gnus-version-number): Bump version.
28089
28090 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28091
28092         * gnus.el: No Gnus v0.1 is released.
28093
28094 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28095
28096         * gnus.el: No Gnus v0.0 is released.
28097
28098 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28099
28100         * gnus.el (gnus-version-number): Bump.
28101         (gnus-version): No.
28102
28103 See ChangeLog.2 for earlier changes.
28104
28105   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28106
28107   This file is part of GNU Emacs.
28108
28109   GNU Emacs is free software: you can redistribute it and/or modify
28110   it under the terms of the GNU General Public License as published by
28111   the Free Software Foundation, either version 3 of the License, or
28112   (at your option) any later version.
28113
28114   GNU Emacs is distributed in the hope that it will be useful,
28115   but WITHOUT ANY WARRANTY; without even the implied warranty of
28116   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28117   GNU General Public License for more details.
28118
28119   You should have received a copy of the GNU General Public License
28120   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28121
28122 ;; Local Variables:
28123 ;; coding: utf-8
28124 ;; fill-column: 79
28125 ;; add-log-time-zone-rule: t
28126 ;; End: